VirtualBox - Kernel driver not installed (rc=-1908)
After my latest update I have kernel 3.10.4-300.fc19.x86_64. If I do a search for the corresponding kmod-VirtualBox-* package I find that the newest is kmod-VirtualBox-3.10.3-300.fc19.x86_64.x86_64.
Is it anything I can do to run VirtualBox on the newest kernel?
Does someone really need to make a new kmod-VirtualBox-* for every new kernel? Can't this be avoided, for me, it seems very unnecessary time consuming for the developers.
You could always avoid using VirtualBox, and use kvm/libvirtd, which has kernel modules built into the mainline kernel, which will be included in every kernel release.
I positively check your answer, thanks for sharing.
In general, RPMFusion also releases
akmod
packages where possible. These packages contain necessary information to build modules on your system after a kernel update. They pull in quite a few development tools as dependencies though, but are worth using if you get bitten by the missing kmod issue too often. You can even install both kmods and akmods. They play nice with each other in general.