Ubuntu’da “Kernel sürücüsü yüklü değil (rc = -1908)” VirtualBox Hatası Nasıl Giderilir?

Eğer VirtualBox kullanıp aşağıdaki hatayı alıyorsanız,

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 virtualbox-dkms package and load the kernel module by executing 'modprobe vboxdrv' as root. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT..

Ubuntu’da ve Linux Mint gibi türevlerinde bu hatayla karşılaşırsanız, yapmanız gereken tek şey şu komutu kullanarak “virtualbox-dkms” paketini yeniden yüklemek veya güncellemektir :

$ sudo apt install virtualbox-dkms

Veya tüm sistemi güncellemeyi de deneyebilirsiniz:

$ sudo apt upgrade

Konunun orijinalini buradan okuyabilirsiniz.