Frank Mehnert wrote:
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!
Sorry for the inaccurate title, I just Googled this error and got the
error number. Unfortunately, the steps you have provided above do not
get me any further. I did not have vboxnetflt or vboxnetadp loaded
before, but even after modprobing them and even after rebooting the
computer (i.e. grasping at straws) I'm still getting:
# ./VBoxHeadless
VBoxHeadless: Runtime Error:
VERR_VM_DRIVER_VERSION_MISMATCH -- The installed support driver
doesn't match the version of the user.
I'm also noticing the following being printed to /var/log/messages,
which I should have included before:
May 31 04:22:01 epistaxis kernel: [
1990.398296] VBoxDrv: dbg - g_abExecMemory=ffffffffa0f3aa20
May 31 04:22:01 epistaxis kernel: [ 1990.398325] vboxdrv: fAsync=1
offMin=0x494f0f offMax=0x494f0f
May 31 04:22:01 epistaxis kernel: [ 1990.399120] vboxdrv: TSC mode is
'asynchronous', kernel timer mode is 'normal'.
May 31 04:22:06 epistaxis kernel: [ 1995.792226] SUP_IOCTL_COOKIE:
Version mismatch. Requested: 0x140001 Min: 0x140001 Current: 0x100001
The last line is output each time I attempt to invoke VBoxHeadless.
I most definitely have the latest modules installed.
Kind regards,
Frank
------------------------------------------------------------------------------
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
--
Joe Auty, NetMusician
 NetMusician
helps musicians, bands and artists create beautiful,
professional, custom designed, career-essential websites that are easy
to maintain and to integrate with popular social networks.
www.netmusician.org
[email protected]
|
------------------------------------------------------------------------------
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community