[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

VirtualBox 3.2.6 : compilation des drivers



Bonjour,

Je suis sous Debian 2.6.34.1 et jusqu'à présent je n'ai rencontré aucun problème pour l'installation (et danc la compilation des modules) des différentes versions de virtualbox.

En voulant mettre à jours vers la dernière version 3.2.6, la compilation du module pose problème:
en effet, les modules se retrouvent dans le répertoire:

/lib/modules/2.6.34.1/updates/dkms/

( ls -la /lib/modules/2.6.34.1/updates/dkms/
total 1872
drwxr-xr-x 2 root root    4096 28 juil. 19:09 .
drwxr-xr-x 3 root root    4096 28 juil. 17:16 ..
-rw-r--r-- 1 root root 1861648 28 juil. 19:08 vboxdrv.ko
-rw-r--r-- 1 root root   10576 28 juil. 19:09 vboxnetadp.ko
-rw-r--r-- 1 root root   26288 28 juil. 19:08 vboxnetflt.ko )

et plus dans:

/lib/modules/2.6.34.1/misc/

Du coup la commande modprobe renvoie le message suivant:

modprobe vboxdrv
FATAL: Module vboxdrv not found.


Je précise aussi que /dev/vboxdrv n'existe pas alors que ce devrait être le cas : message d'erreur si j'essaye de lancer VB:

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv


Le fichier joint est le fichier de log constitué lors de l'installation du package virtualbox

Je précise qu'aucune autre ancienne version de virtualbox ne fonctionne plus. Leur installation pose à présent exactement le même problème.
Par ailleurs, je n'ai pas changé de kernel. Simplement fait des mises à jours du système au fur et à mesure qu'elles arrivent.

Cordialement,

Pascal
** Compiling vboxdrv
Attempting to install using DKMS

Creating symlink /var/lib/dkms/vboxdrv/3.2.6/source ->
                 /usr/src/vboxdrv-3.2.6

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
make KERNELRELEASE=2.6.34.1 -C /lib/modules/2.6.34.1/build M=/var/lib/dkms/vboxdrv/3.2.6/build..........

Running the post_build script:
cleaning build area....

DKMS: build Completed.

vboxdrv.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/2.6.34.1/updates/dkms/

depmod....(bad exit status: 1)

DKMS: install Completed.
** Compiling vboxnetflt
Attempting to install using DKMS

Creating symlink /var/lib/dkms/vboxnetflt/3.2.6/source ->
                 /usr/src/vboxnetflt-3.2.6

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Running the pre_build script:

Building module:
cleaning build area....
make KERNELRELEASE=2.6.34.1 -C /lib/modules/2.6.34.1/build M=/var/lib/dkms/vboxnetflt/3.2.6/build....
cleaning build area....

DKMS: build Completed.

vboxnetflt.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/2.6.34.1/updates/dkms/

depmod....(bad exit status: 1)

DKMS: install Completed.
** Compiling vboxnetadp
Attempting to install using DKMS

Creating symlink /var/lib/dkms/vboxnetadp/3.2.6/source ->
                 /usr/src/vboxnetadp-3.2.6

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Running the pre_build script:

Building module:
cleaning build area....
make KERNELRELEASE=2.6.34.1 -C /lib/modules/2.6.34.1/build M=/var/lib/dkms/vboxnetadp/3.2.6/build....
cleaning build area....

DKMS: build Completed.

vboxnetadp.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/2.6.34.1/updates/dkms/

depmod....(bad exit status: 1)

DKMS: install Completed.

Reply to: