Created
January 30, 2013 03:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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