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 -- no sound hardy kernel 2.6.24-12 https://bugs.launchpad.net/bugs/200338 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
