Sunday, February 03, 2008

Ubuntu Sound not working on HP Pavillion dv9000 Using the ICH8 Family

I spent quite a bit of time researching my problem and found the solution at: http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg549082.html Let me copy the relevant bits:

cd /tmp
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.16rc2.tar.bz2
tar -jxvf alsa-driver-1.0.16rc2.tar.bz2
cd alsa-driver-1.0.16rc2/
./configure --with-cards=hda-intel && make
sudo make install
sudo cp ./modules/snd-hda-intel.ko /lib/modules/$( uname -r )/ubuntu/media/snd-hda-intel/
sudo depmod -a
sudo reboot
Make sure that you check the ftp://ftp.alsa-project.org/pub/driver directory to see if a new version has been released.

3 comments:

pouria said...

this worked for my on my dv6000, thank you!

Avinash C I said...

thanks a ton dude.. i got it working on my HP dv9700t after reinstalling the OS twice and trying out multiple solutions for over 3 weeks now :-)

Dinesh said...

Thanks for writing this article !
It worked !