How do I get VirtualBox to work?
- by Karasu
I can't seem to make VirtualBox to work, I've installed it and reinstalled by 3 ways: Terminal, Ubuntu Software Center and VirtualBox's official web site installation and I keep getting the same kernel error.
I found a "solution" to this problem by typing in terminal:
sudo apt-get install virtualbox-dkms
But it tells my that "virtualbox-dkms is already the newest version". Then I typed in terminal what the error tells me:
sudo /etc/init.d/vboxdrv setup but then I tells me that DKMS is actually NOT installed (which is a contradiction).
If anyone has encountered the same problem and actually solved it please tell me and explain me step by step 'cause I'm new to Linux.