Bonjour à tous,
Depuis le passage au nouyau (ce que j'imagine..) 3.16.0.34 VirtualBox ne se lance plus et me donne l'erreur suivante :
The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
Je fais donc ce qu'il me dit et lance VBoxManage --version. J'ai en réponse :
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.16.0-34-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
4.3.28r100309
Du coup je lance sudo /etc/init.d/vboxdrv setup et j'obtiens :
topping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 3.16.0-34-generic cannot be found.
Please install the linux-headers-3.16.0-34-generic package,
or use the --kernelsourcedir option to tell DKMS where it's located
...failed!
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
(Look at /var/log/vbox-install.log to find out what went wrong)
Je ne comprends pas pourquoi il me demande d'installer le package Linux-headers-3.16.0.34 puisque je l'ai déjà .
J'ai vérifié la chose avec un uname -r qui me renvoie
uname -r
J'ai lancé VirtualBox en ligne de commande et j'obtiens :
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-dkms package and the appropriate
headers, most likely linux-headers-generic.
You will not be able to start VMs until this problem is fixed.
Qt WARNING: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "&Démarrer" under id 16
Qt WARNING: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "&Pause" under id 17
Qt WARNING: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "&Redémarrage" under id 18
Qt WARNING: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Oubl&ier l'état sauvegardé..." under id 24
Qt WARNING: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "&Actualiser..." under id 25
Qt WARNING: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Afficher dans le gestionnaire de fichier" under id 27
Qt WARNING: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Créer un raccourci sur le bureau" under id 28
Du coup j'ai cherché partout sur le net et je n'ai pas trouvé de solution.
Est-ce que vous auriez une idée qui pourrait me sortir de ce problème.
Bon Week end à tous