Mengatasi VirtualBox Error “Kernel driver not installed (rc=-1908)” di Linux
VirtualBox di Ubuntu saya tiba-tiba tidak bisa di jalankan dan menampilkan pesan error :
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.
Hasil googling ketemu tutorialnya di binarytides.com dan setelah saya coba berhasil dengan baik.
berikut langkah-langkahnya :
#aptitude update
#aptitude install build-essential module-assistant
#aptitude install dkms
#m-a prepare
#/etc/init.d/vboxdrv setup