On Thursday 08 November 2007, Wenceslao González-Viñas wrote: > The VirtualBox support driver which is running is from a different > version of VirtualBox. You can correct this by stopping all running > instances of VirtualBox and reinstalling the software.. > VBox status code: -11 (VERR_VERSION_MISMATCH).
This simply means that you need to recompile the vboxdrv.ko kernel module. You are currently trying to use virtualbox version 1.5.2 in combination with the kernel module for your previous version (probably 1.5.0). The source code for that module is in virtualbox-ose-source (you probably already have that installed) and the easiest way to compile it is using module-assistant. Cheers, FJP _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
