newerusebtfrs how hase you solved it?
I get the error again.
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
and
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Machine
Interface:
IMachine {22781af3-1c96-4126-9edf-67a020e0e858}
at first my modules files looks like this:
# You can define a list modules for a specific kernel version,
# a released kernel version, a main kernel version or just a list.
# The most specific versioned variable will take precedence.
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"
#modules_2_6="tun"
#modules_2="ipv6"
#modules="ohci1394"
#modules="vboxdrv vboxnetflt vboxnetadp"
# 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.
# Again, the most specific versioned variable will take precedence.
#module_ieee1394_args="debug"
#module_ieee1394_args_2_6_23_gentoo_r5="debug2"
#module_ieee1394_args_2_6_23="debug3"
#module_ieee1394_args_2_6="debug4"
#module_ieee1394_args_2="debug5"
# You should consult your kernel documentation and configuration
# for a list of modules and their options.
than I want see my kernel-version
as root i asked
# uname -r
3.4.0-sabayon
if I give only this line
modules_3_4="vboxdrv vboxnetflt"
in the file, the problem is the same.
The I change the whole file
# You can define a list modules for a specific kernel version,
# a released kernel version, a main kernel version or just a list.
# The most specific versioned variable will take precedence.
#modules_3_4_0_gentoo_r5="ieee1394 ohci1394"
#modules_3_4_0="tun ieee1394"
#modules_3_4="tun"
#modules_3="ipv4"
#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.
# Again, the most specific versioned variable will take precedence.
#module_ieee1394_args="debug"
#module_ieee1394_args_3_4_0_gentoo_r5="debug2"
#module_ieee1394_args_3_4_0="debug3"
#module_ieee1394_args_3_4="debug4"
#module_ieee1394_args_3="debug5"
# You should consult your kernel documentation and configuration
# for a list of modules and their options.
#modules_3_4="vboxdrv vboxnetflt"
#modules="vboxdrv vboxnetflt vboxnetadp"
The error comes is on the head.
