Joe, the subject line is apparently wrong. More comments below.
On Monday 31 May 2010, Joe Auty wrote: > # ./VBoxHeadless > VBoxHeadless: Runtime Error: > VERR_VM_DRIVER_VERSION_MISMATCH -- The installed support driver doesn't > match the version of the user. > > > I compiled the kernel module: > > cd out/linux.x86/release/bin/src > make > sudo make install > > No problems with modprobe vboxdrv: > > # lsmod | grep vbox > > vboxdrv 1768311 0 > > root has read/write access: > > # ls -l /dev/vboxdrv > > crw------- 1 root root 10, 55 2010-05-28 15:10 /dev/vboxdrv > > The module is installed: > > # ls -l /lib/modules/2.6.32-22-generic/misc/vboxdrv.ko > > -rw-rw-r-- 1 root root 1915659 2010-05-31 00:12 > > /lib/modules/2.6.32-22-generic/misc/vboxdrv.ko > > Any idea what's going on here to cause this problem? Did you forget to load the modules? sudo depmod -a rmmod vboxnetadp rmmod vboxnetflt rmmod vboxdrv modprobe vboxdrv modprobe vboxnetflt modprobe vboxnetadp Though you installed the modules to /lib/modules/... it is still required that you load the new modules. Oh, and make sure that there are not old vbox* modules left in your modules directory! Kind regards, Frank -- Dr.-Ing. Frank Mehnert Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 85551 Kirchheim-Heimstetten Amtsgericht München: HRB 161028 Geschäftsführer: Jürgen Kunz
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------
_______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
