Ubuntu :: How To Fix Popping Sound In 11.04 Natty

Jun 22, 2011

Since I installed Natty recently, I had this "popping" sound from the speakers when the laptop was running on battery. Turns out this popping has to do with a power-saving feature for "hda-intel" sound-chips.

Open terminal and do:
Code:
gksudo gedit /usr/lib/pm-utils/power.d/intel-audio-powersave
Find this line:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}

And comment it out by putting a "#" in front of it like this:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}

Just below this line you make a new line, like this:
INTEL_AUDIO_POWERSAVE=false

So now you will have:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
INTEL_AUDIO_POWERSAVE=false
Save the file (File > Save) and exit.
Reboot the computer.
The popping sound will be gone.

If you for some reason need to undo the setting, just open the file again and remove the "#" from:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}

And delete this line:
INTEL_AUDIO_POWERSAVE=false
Save the file.
Reboot.

View 4 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Popping And Distorted Sound On 10.04?

Jul 6, 2010

I did a clean install to 10.04. Not too many issues except any sound I play sounds like it's underwater and pops while playing. I have tried to do the Pulse Audio install, but every time I loaded pauvcontrol (I think was the title), it would pop up "Connection Failure: Connection Refused." I tried to follow other guides, but they'd all fail because I'd be missing half of the files it changed. I have a Creative Labs X-Fi Fatality card that has given me troubles in the past, but usually, it works. I tried to install Creative's open driver, but again, I had an error when I attempted to Make the directory.

View 6 Replies View Related

Fedora :: Sound Crackling & Popping With F12

Feb 13, 2010

I have a Creative Labs SB X-Fi sound card and I am getting a lot of crackling & popping with it. Plus I have to kill and restart pulseaudio a lot. Does anyone know of anything that can be done to help this out? I have the latest F12 kernel and rpms installed.

View 2 Replies View Related

SUSE :: Loud Popping Sound When On Battery Power Only

Mar 10, 2010

Loud popping sound approx. 11 secs after switching to battery power if audio hasnt been used for awhile (11 secs probably?) It will pop when audio is started (like movie, alert etc etc). It appears to be a power saving problem. And is not occurring for me on other distros, and only started happening recently on OpenSuSE. I found the exact same problem on the OpenSuSE forums dated 2008 (see: [URL]) but no solution as of yet. And by loud popping sound imagine one of those 'black cat' snappers you throw on the ground and they pop, it sounds almost identical.

View 1 Replies View Related

Hardware :: Terrible Sound Quality / Popping During Music

Aug 27, 2010

So I recently installed Linux mint 64 bit version, and when I play certain songs, and it hits a certain bass, it crackles and pops. A lot. And I have tried a lot, but cannot figure it out. Any ideas? Musics fine on windows :/

View 1 Replies View Related

Ubuntu Multimedia :: No Sound Over SPDIF Natty?

May 9, 2011

I just did an install on a new partition to upgrade my htpc. I'm unable to get any sound over SPDIF working. I do not have a receiver that accepts HDMI so I need to use spdif That said, i was able to test the hdmi portion of the sound with my tv and that appears to be working fine.[URL]Below is just the list of aplay -l

Code:
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC1200 Analog [ALC1200 Analog]

[code]....

View 4 Replies View Related

Ubuntu Multimedia :: No Sound With Dazzle DVC 100 In Natty?

May 15, 2011

Something went wrong during my upgrade to Natty two weeks ago and I had to do a fresh install. I've been trying to play Wii (using a Dazzle DVC 100) via VLC, which used to work just fine. Please refer to the attached screen print. Now, the video comes out okay, but there is no audio. I've tried playing around with the name of the audio device (hw:1,0 for example), but it still doesn't work.

I've also tried video capture with Lavrec, but it gives me this error: [lavrec] Error initializing Audio: Audio task died. Reason: Error /dev/dsp - No such file or directory

Could this be related to my other problem? I've looked in the /dev folder and, indeed dsp is not there, nor is there a dsp0,1,2, etc. Sound is working fine for everything else, though. I've Googled and tried some suggestions, but nothing has worked for me. BTW, I did an Ubuntu minimal installation, so I might have missed or forgotten to install something. I have installed the gstreamer good, bad and ugly plugins.

View 4 Replies View Related

Ubuntu Multimedia :: Using Non-integrated Sound By Default In Natty?

May 3, 2011

So I did the update to Natty and it went pretty smoothly, with one exception. My rig has two sound cards in it: the integrated motherboard sound card (Intel HDA audio) that I don't use, and a Sound Blaster Audigy (the original Audigy 1) that I do use.

This setup has worked fine in Ubuntu for as long as I can remember, but after the upgrade to Natty it appears that GNOME no longer knows that the Audigy is the card that's in use. It insists on routing things like volume changes via gnome-volume-control to the motherboard. I can confirm this by watching the volume levels for each card in alsamixer while modifying them in gnome-volume-control; the levels move appropriately on the integrated card, and stay stuck on the Audigy.

What makes this bizarre is that it's not that the Audigy isn't recognized -- it's shown in the "Hardware" tab of Sound Preferences, and the system plays back audio just fine through the speakers connected to the Audigy. It's just that I can't change the volume on the sound through the panel applet anymore. Normally I would fix something like this by using the Hardware tab to switch from the one card to the other, but in this case when I make that change it doesn't stick -- if I close the Sound Preferences and then open it again, it's right back to being set to the integrated audio.

Maybe this is a PulseAudio issue with older Audigy cards? I have no idea.

I can change the volume with my speakers' volume knob and my keyboard's media keys, I suppose, but I'm so used to be able to change it via gnome-volume-control that not being able to feels bizarre. Has anyone else out there with add-on sound cards installed alongside motherboard audio experienced this?

View 2 Replies View Related

Ubuntu :: Bass Does Not Working - Fuzzy Sound In Natty

Aug 3, 2011

I'm having a problem with my sound in the Natty Narwhal version of Ubuntu, where my bass doesn't seem to be working and is coming out as fuzz instead. I don't really know the technical terms for what I'm trying to describe, but instead of the deep part of a piece of music, I get this kind of v sound in the background instead. I get the same problem on headphones or from the speakers, and turning the volume up or down doesn't make any difference. Alsamixer tells me that my card is called HDA Intel, chip ALC272X. I've already tried turning down the PCA volume, as I've seen recommended in other places, but no luck.

View 1 Replies View Related

Ubuntu :: ALSA Oddities And No Sound After Soundcard Change In Natty?

Jul 2, 2011

I've just bought myself a E-MU 1820M audio interface for use in home recording after seeing online that a number of people have managed to get it working. The card replaces a Terratec DMX 6Fire (which i only managed to get outs from, no in's). I have done everything and anything suggested all on the forums and websites i can find and still no in's or out's at all, and no lights on the dock functioning.

Having tried and failed on a number of things i decided to see if Alsamixer had picked it up, only to be shown a blank grey window with nothing showing. I purged ALSA and started again (I have even done a fresh install of natty in case it was anything else getting in the way that i had done previously) but to no avail. I am using ALSA driver 1.0.24, which is the latest version, and according to the ALSA website, the EMU support was addded in post-1.0.15, so all should be well.

View 7 Replies View Related

Ubuntu Multimedia :: Sound Broken In Natty After Upgrade (Toshiba T135D)?

May 11, 2011

In Maverick, I had sound working through a USB sound card and through my laptop internal speakers. The built-in headphone jack did not work. After upgrade to Natty, only the internal speakers work, so I have no way of playing through external speakers or headphones. My ALSA debug output is here: [URL]..I have been using pavucontrol for mixing and output selection, and nothing is muted. Sound works through internal speakers, built-in analog output, and USB sound card in Windows, so there is no hardware problem.

Getting either working would be fine. I may be failing to understand fundamental things.

View 5 Replies View Related

Ubuntu Multimedia :: Natty NarWhal Netbook Has Destroyed Asus 1215T's Sound

May 4, 2011

My sound worked fine for the first few days.. then I noticed the mic wasn't working in skype so I tried messing with it in sound preferences. Now my speakers explode with this horrible distorted noise(semi-recognizable as whatever I'm trying to play) and sometimes freezes when I try to play any sound. Reinstalling just the drivers to avoid a fresh install, according to the stickied thread at the top, did nothing. Attempting to place the settings back to their defaults also does not appease this bloodthirsty beast.

I've been on a rampage through every lead I've found on trying to fix this problem but nothings worked so far.. it seems the problem is that the onboard speakers (Internal Audio; Analog Surround 4.0 Output) hates it's life in an Ubuntu OS too much to continue living. Not sure if the RS880 Audio Device [Radeon HD 4200] output is with it either.

Also heres my.. file report thingy(alsa-info.sh): [URL]
The laptop in question: [URL]

View 2 Replies View Related

Ubuntu :: Get Rid Of The Keying Nonsense That Keeps Popping Up?

Jan 1, 2010

I'm starting to use SuperUbuntu, and am trying to set up Evolution email prog. This is on a USB stick. Anyone know how to get rid of the keyring nonsense that keeps popping up? Google searches reveal that others are highly annoyed too, but can't cure it easily. Is it easy to put Thunderbird on and remove Evolution? And before anyone starts to preach security to me - I don't want to hear it. No offence meant. All I'm looking for is a correction.

View 3 Replies View Related

Ubuntu :: Get Rid Of Nepomuk - Keeps Popping Up On Startup?

May 30, 2010

I don't know what program Nepomuk came with. I thought I got rid of it but this keeps popping up on startup [picture attached].

View 4 Replies View Related

Ubuntu :: Applications Popping Up Automatically?

Oct 5, 2010

i m using ubuntu 10.04 Lucidi m reposting this thread.few days back when i setup evolution client i m facing this problem since then.when i open my system i always find three applications opening automatically.1. Evolution2. A open office Word Processor (untitled3. Documents folder window.

View 2 Replies View Related

Ubuntu :: Launcher Bar Gets Stuck After Popping Out?

Jun 18, 2011

This is an annoying problem I've been having with Unity. I'll be moving the mouse around and sometimes hit the right or left mouse clicker and the launcher bar pops out and stays stuck out. I can't get it to auto hide unless the browser is closed. Then I have to reopen the browser and start all over again. What makes this very annoying is there may be several tabs open in the browser that have to be all reloaded again.How do you get the launcher bar to auto hide again after it is stuck popped out?

View 9 Replies View Related

Ubuntu :: Screen Popping Up Whenever Start?

Jul 14, 2011

I just got Ubuntu a few days ago and recently updated it. I now have a screen popping up whenever I start Ubuntu that says I have less than a gig of space left on my hard drive. I dont want windows xp on my computer anymore but have no idea how to get rid of it.

View 3 Replies View Related

Ubuntu :: Stop Folder Popping Up When Connecting HDD?

Jan 25, 2010

I have an external hard drive that i keep my media on for use with XBMC. The problem is that when media centre is on and i attach the hard drive, Ubuntu's file browser pops up with the contents of my drive and this is over XBMC. When using a remote i am left stuck as i can't alt+tab out of the file browser. How do i disable this?

View 6 Replies View Related

Ubuntu :: Broadcast Accounts Popping Up (Lucid)?

Apr 23, 2010

I installed the Lucid Release Candidate today, and for some reason Broadcast Accounts keeps opening itself, even after I've added all the accounts I'm going to. Is this happening with anyone else, and how can I make it stop?

View 9 Replies View Related

Ubuntu :: Appearance Window Popping Up On Start Up?

Nov 3, 2010

every time i start up my laptop, "appearance preferances" window pops up with no reason whatsoever..

View 2 Replies View Related

Ubuntu Multimedia :: No Sound And Speed Up Multimedia Files In Natty 11.04?

May 9, 2011

so i don't know what happened, but all multimedia files are suddenly speed up/and-or with no sound (ubuntu 11.04 with all recent updates, firefox 4, adobe flash-instick etc.)

if i try to play a flash movie on for instance videos it's sped-up with no sound, if i play an mp3 song (i use exaile) the bar is sped up and there's no sound either, if i start an avi movie (vlc) it's not sped up but there's no sound though.

when i log in to the system the logging in jingle is not playing, so basically the sound just got turned off for some reason but according to the soundbar it should be on.

this problem started just recently. i don't know if it has to do with recent updates or that my log in re-started a couple of times after using a kde program (kmess).

View 4 Replies View Related

Ubuntu Multimedia :: Banshee Won't Close - Keeps Popping Back?

Aug 11, 2010

I seem to be having a problem with Banshee. When I boot up, it automatically starts up, which seems innocent enough. However, I opened up Exaile (because Banshee had this problem of not recognizing spaces in some of my songs' filenames, replacing them with '%20'), and closed Banshee from its notifications icon. It closed, but about 3-5 seconds later its window pops up again. I used Ctrl+Q to quit, but it still came back after a few seconds. I've tried opening up a terminal and typing "killall banshee-1", but still, Banshee keeps coming back. Even though I restart and not open Exaile, Banshee still keeps coming back when I try to kill it.

View 1 Replies View Related

CentOS 5 :: Firefox Popping Window Instead Of Tab / Fix It?

Apr 23, 2009

I loaded CentOS from a USB net install as I am trying to get an eeeBox to run CentOS 5.3 as a low power usage firewall. As you might know this box doesn't have an optical drive so everything has to be loaded from something USB. After the net install I ran a yum update and then went to some websites that I use and Firefox would pop a small window which looked like a vertical blue bar with a white dot at the bottom. I could grab it with the mouse and expand it and it would open as a normal window but inside there would be nothing. Usually in other CentOS installations Firefox would put the new window in another tab. When I go to the Edit/Preferences area and click on the tab icon nothing appears on the page...only the mail and security icons work. I unloaded Firefox using yum remove and reloaded it using yum install and now when I start Firefox it pops three windows and every site I go to pops another window with nothing in it. Am I losing my mind, or is there something wrong with my hardware, or is this a bug?

View 3 Replies View Related

Ubuntu :: Open Office Keeps Popping Up In Update Manager / Stop It To Do So?

Mar 8, 2010

OK, So whenever I need to read or write a text file, I'd always use text editor, And therefore and no need for the big and bulky open office, But now that I've un-installed it, It keeps popping up in update manager.

Is their anyway to stop receiving updates for it?

View 3 Replies View Related

OpenSUSE :: Media Folder Popping Up In Nautilus?

Jul 15, 2010

I close Nautilus and it pops open again and always to the folder "media". The only thing I had in the media was a CDROM, which I unmounted and that made no difference. I then removed the CD from the CDROM drive and that made no difference. Any ideas why opensuse 11.2 would insist on keeping a Nautilus window open all the time -- defaulting the "/media" folder on initial opening?

View 5 Replies View Related

General :: Nautilus Popping Up After Inserting USB Stick In KDE?

Aug 28, 2011

I am using Debian testing with KDE 4.6.5. However, when I insert my ubs stick, on top of the expected kde response I get a Nautilus window popping up (which is the Gnome file manager). How can I disable this?

View 1 Replies View Related

Programming :: Popping Off More Than One Item At A Time In A List?

Jul 14, 2010

I was reading some code the other day and thought that I saw they were using the list.pop method to pop of more than one item at a time. Something like this.

Code:

l = [ 'a', 'b', 'c', 'd', 'e' ]
l.pop(0:3)
['a','b','c']
l
['d','e']

But of course when I looked at invoking the method, it only works for one item at a time. I'm working on a data structure where I'm parcing weather data that is 15 items long that are return in as data in a list that has 3,000 + items. I was wanting to pop off a lists of the 1st 15 items breaking them into chuncks (still trying to figure out how I'm going to store the associations as each day has 2-4 readings an hour for the past 72 hours, so I was wanting to group the days together but have each data point for each time).

I know I can just write a function (with some additional tweaking needed for neg starts to work on the right end):

Code:

def longpop (seq, length=1, start=0):
slice = seq[start:start+length]
del seq[start:start+length]
return slice

But with increasing data sizes, I was wondering if there was a faster built-in way of doing this (perhaps implemented under the hood written originally in C as an extention, for example).

View 6 Replies View Related

Ubuntu Multimedia :: Graphics Seem Very Sluggish Doing Things Like Opening And Closing Windows, Popping Up Menus?

May 25, 2010

I've just installed kubuntu 10.04 x64 and I'm slowly working through lots of little niggly problems that I'm having getting it all set up.My graphics seem VERY sluggish doing things like opening and closing windows, popping up menus etc.I have an Athlon II 250 3.0ghz processor, 2GB RAM and onboard graphics ATI HD2100 (740G chipset).I tried to get the proprietary graphics driver installed to see if that made any difference but it wouldn't recognise the onboard graphics, a bit of googling seems to suggest they have actually dropped support for this model?After removing the proprietary stuff it seems even more sluggish than it did before.

View 3 Replies View Related

Fedora :: Keep Getting Updates Icon Popping Up - Error 'failed To Install Signature: Traceback'

Aug 27, 2010

I keep getting the updates icon popping up asking me to install software that is either already installed (Adobe Flash Player 10.1) or something that fails when I actually try to install is but I am sure it is also already installed (RPM Fusion Repository Config -free and nonfree). When I try to install the RPM Fusion packages it asked me for a Software Signature and then fails with the following message: failed to install signature: Traceback

[code]...

I have the flash player installed already and I am sure I already installed RPM Fusion. how can I resolve this and stop it from constantly asking me to install these packages?

View 2 Replies View Related

Ubuntu :: Disable The Ubuntu Unity Sidepanel From Popping Out?

May 26, 2011

How do you disable the sidepanel from popping out all the time? When i change workspace it pops out. Also when i tab between open windows. Also sometimes when i just browse or type, it pops out. And it just sits there. And it's in the way. How do you make sure it ONLY pops out when i ask it to, by keyboard bindings? I changed the 'reveal mode' in unity behavior in compiz to 'none', but this didn't resolve the problem.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved