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.
sudo apt-get install --reinstall dkms
always the same message
sudo modprob vboxprv
the same...
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
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.
Code:
freeman@Sniper-one:~$ inxi -b
System: Host: Sniper-one Kernel: 4.5.0-040500rc7-generic x86_64 (64 bit)
Desktop: Gnome 3.18.4 Distro: Ubuntu 16.04 xenial
Machine: Mobo: Gigabyte model: G1.Sniper Bios: Award v: F1 date: 01/17/2011
CPU: Quad core Intel Core i7 930 (-HT-MCP-) speed: 2794 MHz (max)
Graphics: Card: Advanced Micro Devices [AMD/ATI] Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280]
Display Server: X.Org 1.18.3 drivers: ati,vesa (unloaded: fbdev,radeon)
Resolution: 1920x1080@60.00hz
GLX Renderer: Gallium 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.8.0)
GLX Version: 3.0 Mesa 11.2.0
Network: Card: D-Link System DGE-528T Gigabit Ethernet Adapter
driver: r8169
Drives: HDD Total Size: 1499.6GB (26.5% used)
Info: Processes: 365 Uptime: 1 day Memory: 2652.4/7852.8MB
Client: Shell (bash) inxi: 2.2.35
always the same message
sudo modprob vboxprv
the same...
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.