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.
代码: 全选
sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.
Trying to register the VirtualBox kernel modules using DKMS:
Error! Bad return status for module build on kernel: 3.8.5 (i686)
Consult the make.log in the build directory
/var/lib/dkms/vboxhost/4.2.10/build/ for more information.
Failed, trying without DKMS ... failed!
Recompiling VirtualBox kernel modules:
Look at /var/log/vbox-install.log to find out what went wrong ... failed!
代码: 全选
cat /var/log/vbox-install.log
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] 错误 1
make[1]: *** [_module_/tmp/vbox.0] 错误 2
make: *** [vboxdrv] 错误 2
代码: 全选
dmesg
难道编译生成的linux-headers没有用吗?[ 40.299091] warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
求解,谢谢!