Comment 27 for bug 972821

Revision history for this message
Mateusz Stachowski (stachowski-mateusz) wrote :

Those new kernels broke my Open Sound System (OSSv4 4.2-2006) installation and VirtualBox. I had to make a chroot environment to build working modules. I'm writing those because both 3.0.0-18 and 3.0.0-19 are responsible for building bad kernel modules.

$ lsmod
Module Size Used by
oss_usb 116131 3
oss_hdaudio 148247 7
osscore 561053 4 oss_usb,oss_hdaudio
rfcomm 38408 0
bnep 17923 2
bluetooth 148869 10 rfcomm,bnep
pci_stub 12550 0
vboxpci 32018 1 [permanent]
vboxnetadp 13328 0 [permanent]
vboxnetflt 27252 0 [permanent]
vboxdrv 256347 3 vboxpci,vboxnetadp,vboxnetflt,[permanent]
...
nvidia 10941552 112 [permanent]
...

You can see that some kernel modules are builded as [permanent] which is not the way it should be (that's with oss modules copied from chroot).

I've struggled to get my sound back for two or three days and I've found solution on VirtualBox bugzilla: https://www.virtualbox.org/ticket/9891#comment:12

I've also posted it on Open Sound System forums: http://www.opensound.com/forum/viewtopic.php?f=3&t=4730