You are not logged in.
Pages: 1
I compiled alsa from source so I could use the Virtuoso driver, but everytime I update the kernel I have to reinstall it from source otherwise the modules will not load. Is there a way to do this without rebooting without those modules in the modules array? It's kindof a nuisance to have to edit and reedit the rc.conf, and reinstall alsa from source each time.
Offline
rmmod and modprobe? It wouldn't do anything about the reinstallation, though.
Offline
rmmod and modprobe? It wouldn't do anything about the reinstallation, though.
Will that work with the new kernel right after its been installed without a reboot?
Offline
I'm pretty sure the new kernel isn't actually used until you've rebooted. You'd have to ask someone more knowledgable than me about that, though.
Offline
Every time you upgrade the kernel, of course you need to recompile any "external" kernel modules, e.g. your custom ALSA.
There is no need to reboot before recompiling ALSA, though. The steps are:
Upgrade kernel
Recompile ALSA for the new kernel
Reboot into the new kernel which uses your custom ALSA.
Offline
Pages: 1