Comment 5 for bug 30241

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

I have the same problem here but i noticed that it happens only when booting into newly installed kernels (for example on ABI bumps). If i run depmod -a with the new running kernel and i reboot, the problem goes away forever.

I *think* that with all the attempts to improve the boot speed we managed to endup in never running depmod -a at least once on a kernel boot to refresh everything. Another side effect of this is that things like alsa index= options are not respected at the first boot without depmod -a.

Probably the best solution would be to make sure that we run depmod -a at least once. on boot, into a new installed kernel, before everything else happen.

Fabio