ddb_01
2015-12-27 05:39 deepin
内核模块的关系,遇到过,不过暂时找不到之前的那条命令了。你先试着执行蓝字的那条命令看看,不行的话就在前面加sudo,sudo modprobe vboxdrv
或者干脆重装一下vbox,简单粗暴。另外报错信息里有提示你安装 virtualbox-dkms 这个包,这样以后升级过内核的话,应该就不会有这个错误了。
或者干脆重装一下vbox,简单粗暴。另外报错信息里有提示你安装 virtualbox-dkms 这个包,这样以后升级过内核的话,应该就不会有这个错误了。
Reply Like 0 View the author
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 install virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
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.