Comment 133 for bug 200338

Revision history for this message
Omar Abdel-Wahab (owahab) wrote : Re: no sound hardy kernel 2.6.24-12

Got it to work!
I have upgraded to 8.04 since Alpha 1.
When I linux-image-2.6.24-12-generic was installed, sound stopped working. Tried so many ideas but none worked.
Bruce's comment (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/200338/comments/131) made me try this:
# apt-get remove --purge linux-backports-modules-2.6.24-12-generic linux-restricted-modules-2.6.24-12-generic linux-ubuntu-modules-2.6.24-12-generic linux-image-2.6.24-12-generic
Apt couldn't rm -r the /lib/modules/2.6.24-12-generic so I did:
# rm -rf /lib/modules/2.6.24-12-generic
Then:
# apt-get install linux-backports-modules-2.6.24-12-generic linux-restricted-modules-2.6.24-12-generic linux-ubuntu-modules-2.6.24-12-generic linux-image-2.6.24-12-generic
# depmod -a
Reboot.
Sound works.