Skip to content

Instantly share code, notes, and snippets.

@biswarupadhikari
Created January 30, 2013 03:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biswarupadhikari/4670362 to your computer and use it in GitHub Desktop.
Save biswarupadhikari/4670362 to your computer and use it in GitHub Desktop.
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
#!/bin/sh
#sudo apt-get install linux-headers-3.5.0-21-generic
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get remove virtualbox-dkms
sudo apt-get install virtualbox-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment