0

But this happens:

Edit item description here

Would anyone know what to do, I do not know too very much about terminal, so please be patient. Running Ubuntu 12.04 64x AMD.

1 Answers1

0

Open Terminal and (as it says in the error message) run sudo service vboxdrv setup.

The reason you see this error is because the kernel was recently upgraded, but the VirtualBox driver was built for the older kernel (which you are no longer running). Normally, dkms automatically recompiles any modules for newer kernels, so you don't have to do it, but (like me) it's not happening. Make sure dkms is installed (sudo apt-get install dkms).

saiarcot895
  • 10,757
  • 2
  • 36
  • 39