this is what happens when I try to start a virtual machine:
- Code: Select all
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
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
So I run
- Code: Select all
ale@beast ~ $ sudo apt-get install dkms
[sudo] password for ale:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:
I seguenti pacchetti hanno dipendenze non soddisfatte:
dkms : Dipende: gcc ma non è installabile ----------> (dkms : Depends: gcc but it is not installable)
E: Pacchetti danneggiati -------------------------------------> (E: broken packages)
ale@beast ~ $
So I run:
- Code: Select all
ale@beast ~ $ sudo /etc/init.d/vboxdrv setup
sudo: /etc/init.d/vboxdrv: command not found
ale@beast ~ $
What is going on here?!?!?!???
I also posted on the VirtualBox official forum, but they told me to ask on the official Linux Mint forum.
https://forums.virtualbox.org/viewtopic ... &p=223924#





