Code: Select all
Kernel driver not Installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not laoded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/rcvboxdrv 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.
where: suplibOsinit what:3
VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.Code: Select all
# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel module using DKMSError! Your kernel headers for kernel 2.6.32-042stab113.11 cannot be found.
Please Install the linux-headers-2.6.32-042stab113.11 package,
or use the --kernelsourcedir option to tell DKMS where it's located
...failed!
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
(Look at /var/log/vbox-install.log to find out what went wrong)Code: Select all
# uname -r
2.6.32-042stab113.11Thanks,
Matthew