Linux mint Debian VirtualBox error

Asked By 80 points N/A Posted on -
qa-featured

I can’t even open virtualbox on my Linux operated computer; it always gives me error message. What should I do?

 

VirtualBox – Error In sublibOslint

Kernel driver nit 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

SHARE
Answered By 0 points N/A #130733

Linux mint Debian VirtualBox error

qa-featured

Hi,

You should try the following solutions:

1. Type the following commands

sudo aptitude update

sudo aptitude install dkms

sudo /etc/init.d/vboxdrv setup

2. You can also tryrunning it without thesudo.caver1

3. Another option is to run this command in the /etc/init.d/ folder and paste in the output:

ls | grep vbox

According to me the first solution should work. If it doesn’t then you can try the other two solutions.

Hope you get your problem fixed.

Related Questions