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 rebootMake sure that you check the ftp://ftp.alsa-project.org/pub/driver directory to see if a new version has been released.

3 comments:
this worked for my on my dv6000, thank you!
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 :-)
Thanks for writing this article !
It worked !
Post a Comment