[Bug 401637] Re: 9.04 64-bit: no sound at all on Dell Vostro 220s

LANZen neil.robinson at lanzen.co.uk
Sun Mar 14 08:32:37 UTC 2010


I was able to find the information elsewhere to download and compile the
latest ALSA drivers, which fixed the problem.

I had to keep doing this on every kernel upgrade until 9.10, where it
seemed to be fixed without any further action from me.

After downloading the latest ALSA Drivers, this is what I did:

1: Move into the directory where the sound files were originally
installed...

cd /usr/src/alsa

2: Compile and install alsa-driver:

cd alsa-driver*

sudo ./configure --with-cards=hda-intel --with-kernel=/usr/src/linux-
headers-$(uname -r)

sudo make

sudo make install

3: Compile and install alsa-lib:

cd ../alsa-lib*

sudo ./configure

sudo make

sudo make install

4: Compile and install alsa-utils :

cd ../alsa-utils*

sudo ./configure

sudo make

sudo make install

5: Reboot and its done!

-- 
9.04 64-bit: no sound at all on Dell Vostro 220s
https://bugs.launchpad.net/bugs/401637
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list