Posts tagged 'audio'

Configuring pulseaudio-equalizer defaults

I’ve recently been using the Logitech G930 headset with my Ubuntu 11.10 install and I’ve found that the default configuration offers nothing in terms of decent sound (tinny, no bass, etc). Thankfully, I’ve been able to turn to pulseaudio-equalizer for help with turning down the treble and up the bass. However, using pulseaudio-equalizer-gtk wasn’t an entirely satisfying experience as the default volume for my headset kept being set to 100% upon restart. Now, if you recall my previous post on this headset, having the volume for the device set at 100% leads to static being …

Ubuntu: Crackling audio noises on a Dell M1530 (or HDA cards)

The problem I found (so did everyone else) when updating to Ubuntu 9.10 Karmic was static/popping noises when your sound card is silent (aka goes into power-save mode). It applies to my Dell XPS M1530 laptop’s on-board sound and probably to the same chipset elsewhere.

The fix couldn’t be simpler! Simply edit this file (as root):

/etc/modprobe.d/alsa-base.conf

and comment out the last line. Then, restart ALSA to save you having to do a reboot to check it worked:

sudo /etc/init.d/alsa-utils stop sudo alsa force-reload sudo /etc/init.d/alsa-utils …

Ubuntu: PulseAudio Joy

Well, it’s a sad state of affairs when simply unplugging your set of USB headphones causes your Intrepid Ibex install of Ubuntu to crap itself. Even with the same set of headphones plugged back into the same port not 10 seconds later. Painful.

But, the good news is that after a few hours of pain, PulseAudio works and it’s magical in comparison to the older audio systems (3 apps playing audio at once..wow).

Check out http://ubuntuforums.org/showthread.php?t=789578 for a great walk-through on how to set it up on Hardy or Intrepid. Unfortunately …