- Code: Select all
RTR3Init failed with rc=-1912 (rc=-1912)
The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing
'/etc/init.d/vboxdrv setup'
may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.
I have tried:
equo install virtualbox-bin virtualbox-modules && reboot
and
equo remove virtualbox-bin virtualbox-modules && reboot
equo install virtualbox-bin virtualbox-modules
but no effect. I have the modules loaded:
- Code: Select all
$ cat /etc/conf.d/modules
# You can define a list modules for a specific kernel version,
# a released kernel version, a main kernel version or just a list.
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"
#modules_2_6="tun"
#modules="ohci1394"
# You can give modules a different name when they load - the new name
# will also be used to pick arguments below.
#modules="dummy:dummy1"
# Give the modules some arguments if needed, per version if necessary.
#module_ieee1394_args="debug"
#module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394"
#module_ieee1394_args_2_6_23="tun ieee1394"
#module_ieee1394_args_2_6="tun"
# You should consult your kernel documentation and configuration
# for a list of modules and their options.
modules="vboxdrv vboxnetflt vboxnetadp"
$lsmod | grep vbox
vboxnetadp 5608 0
vboxnetflt 11048 0
vboxdrv 122800 2 vboxnetadp,vboxnetflt
I don't get it. How do I fix?

