Ubuntu Audio

I’ve finally gotten audio to work on my laptop. It took several hours of searching the internet, and trying many different things. The command that finally got it to work?

sudo apt-get install linux-backports-modules-generic
sudo gedit /etc/modprobe.d/alsa-base

then add the following line to the bottom of the alsa-base

options snd-hda-intel model=hp

Its nice to have audio working again, and thanks to the Ubuntu forums I finally found my answer.

Comments are closed.