Comment 73 for bug 200338

Revision history for this message
MsTiFtS (mstifts) wrote : Re: no sound hardy kernel 2.6.24-12

I guess it will need a few hours until all the affected packages are rebuilt.

Quick workaround:
- fetch linux-source-2.6.24
- untar /usr/src/linux-source-2.6.24.tar.bz2
- copy /boot/config-2.6.24-12-generic /usr/src/linux-source-2.6.24/source/.config
- cd into /usr/src/linux-source-2.6.24
- run: make oldconfig (shouldn't be needed, but for safety)
- run: make menuconfig
- go to device drivers -> sound
- set sound card support to "m"
- go back and save the config
- run: make scripts prepare
- run: make SUBDIRS=sound modules
- run: cp sound/soundcore.ko /lib/modules/2.6.24-12-generic
- run: depmod -a
- load your sound card module e.g. snd-hda-intel by running: modprobe snd-hda-intel
- everything works again, not even a reboot needed

If you don't know what your sound card module is, just reboot and it'll automatically get loaded