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 apt-get install dkms
sudo apt-get install linux-headers-`ls -1 /lib/modules/ | sed -n '$ p'`
sudo /etc/init.d/vboxdrv setup

相关文章:

  • 2022-12-23
  • 2021-10-05
  • 2022-02-24
  • 2022-02-08
  • 2022-12-23
  • 2021-12-19
  • 2021-08-02
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-11-18
  • 2021-05-23
  • 2021-11-06
相关资源
相似解决方案