Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loadedor there is a permission problem with /dev/vboxdrv. Re-setup thekernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install theDKMS package first. This package keeps track of Linux kernelchanges and recompiles the vboxdrv kernel module ifnecessary.
The VirtualBox Linux kernel driver (vboxdrv) is either not loadedor there is a permission problem with /dev/vboxdrv. Re-setup thekernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install theDKMS package first. This package keeps track of Linux kernelchanges and recompiles the vboxdrv kernel module ifnecessary.
解决方法:
sudo aptitude update
sudo aptitude install dkms
sudo /etc/init.d/vboxdrv setup
提示:Stopping VirtualBox kernelmodule
就可以了。

本文介绍了如何解决VirtualBox在Linux环境下出现的驱动未安装错误。通过安装DKMS包并重新设置内核模块来修复vboxdrv驱动的问题。
1767

被折叠的 条评论
为什么被折叠?



