Skip to Content Skip to Navigation Menu

Setting up linux sound on a Gateway (MPC) e4000

Posted Monday the 3rd of November, 2008 by Robert Carpenter

I have been scratching my head for weeks trying to figure out how to listen to pandora on my linux box at work. It is a Gateway e4000 desktop loaded with Ubuntu 7.10 Server (Gutsy).

Browsing the web, I uncovered the general process for installing hardware in a linux machine:

In my case it took about an hour when I really buckled down to the task.

lspci | grep Audio

username$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)

Google search, ALSA website

username$ modprobe snd-hda-intel
username$ modprobe snd-pcm-oss
username$ modprobe snd-mixer-oss
username$ modprobe snd-seq-oss
via
username$ modprobe snd-hda-intel
via

Here it was key to load all of these modules. I tried several times to load snd-intel8x0, snd-intel8x0m, and snd-hda-intel one at a time and had no luck. Really the keystone was heading over to the Alsa project website and using their guide to setup alsa on my system. Unfortunately Alsa's wiki doesn't seem to show up on google.

alsamixer

sudo alsamixer

Unmute all channels and turn up the volume up to about half (some may be hidden off screen). From what I gather the default config is to have all the channels muted by default. About half of mine were muted.

mpg123

mpg123 http://shout2a.gnax.net:5112

If it loads, the music will play! Hooray!

/etc/modules

In order to make it so I don't have to run these commands every time I reboot the system, I added the following lines to /etc/modules file:

snd-hda-intel
snd-pcm-oss
snd-mixer-oss
snd-seq-oss

That's it! She sings now! Now to tackle getting pandora to play....

No Comments Posted.

Post a comment:

You will be taken to a CAPTCHA in order to help curb spamming.
Privacy Policy