Created
July 16, 2016 15:54
-
-
Save kazemihabib/9e73f2616fb6a5582392028d0b38a8a9 to your computer and use it in GitHub Desktop.
virtualbox Kernel driver not installed (rc=-1908)
This file contains 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
from https://forum.manjaro.org/t/error-on-virtualbox-on-manjaro-linux/2528 | |
in a terminal do | |
uname -a | |
it will show something like this Linux user 4.6.0-1-MANJARO #1 SMP PREEMPT Mon May 16 02:44:59 2016 x86_64 GNU/Linux | |
In bold is your kernel version, so install the virtualbox host modules for your kernel number replacing 46 with what your output showed from the above. | |
sudo pacman -S linux46-virtualbox-host-modules | |
Now load your virtualbox module | |
sudo /sbin/rcvboxdrv setup | |
Virtualbox should run normally now - if not, use pamac and uninstall anything related to virtualbox then just install the 'virtualbox' package and it will do the above for you if you tell it the kernel version you are using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment