One thing a lot of people miss when updating with ALSA is to remove the
original snd-hda-intel.ko.

cd /lib/modules
sudo tar -czf `uname -r`.tgz `uname -r`
sudo rm -f `uname -r`/ubuntu/media/snd-hda-intel/snd-hda-intel.ko
cd ~/alsa-driver-1.0.15rc3
./configure; make && sudo make install

You can always recover by restoring your saved modules:

cd /lib/modules
sudo rm -rf `uname -r`
sudo tar -xzf `uname -r`.tgz

-- 
No audio INTEL HD audio - Realtek ALC268 codec - Toshiba A205-S4577
https://bugs.launchpad.net/bugs/116326
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to