No of visitors who read this post:
255
Category:
Debian Linux
Type:
Question
Author:
James Rio Allen
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 kranel module by executing
- Login or Signup Now to post comments

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 the sudo.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.