Stopping VirtualBox kernel module done
Recompiling VirtualBox kernel module failed
(Look at /var/log/vbox-install.log to find out what went wrong)
vi /var/log/vbox-install.log
Makefile:166: *** Error: unable to find the include directory for your current Linux kernel. Specify KERN_INCL=<directory> and run Make again. Stop.
notes:
uname -r
2.6.25.16-0.1-default
ls /lib/modules/
2.6.25.11-0.1-default
2.6.25.11-0.1-pae
2.6.25.16-0.1-default
2.6.25.16-0.1-pae
2.6.25.5-1.1-debug
2.6.25.5-1.1-default
2.6.25.5-1.1-pae
It looks like you are getting bleeding edge kernels from some repo, and it doesn’t match the running kernel. Here are the current versions after the recent kernel update:
With the correct source/header files and still couldn’t get 2.0.0 to recompile/install properly. I just downloaded and installed 2.0.2 and it runs fine. They don’t mention any problems with 2.6.25 in the changelog though.
I’ve just upgraded to virtualbox-ose-2.0.0-2.1.x86_64.rpm and all its cousins. The 1.6.4 edition and its cousins worked like a charm and now I get this blackheart:
tom@linux-1vmb:~> sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module done
Recompiling VirtualBox kernel module, NOT. It has been packaged. done
Starting VirtualBox kernel module failed
(modprobe vboxdrv failed. Please use ‘dmesg’ to find out why)
This is worth a
Using dmesg provided me with:
vboxadd: VirtualBox PCI device not found.
vboxdrv: Unknown symbol RTHeapSimpleAlloc
vboxdrv: Unknown symbol RTHeapSimpleFree
vboxdrv: Unknown symbol RTHeapSimpleInit
vboxadd: VirtualBox PCI device not found.
vboxdrv: Unknown symbol RTHeapSimpleAlloc
vboxdrv: Unknown symbol RTHeapSimpleFree
vboxdrv: Unknown symbol RTHeapSimpleInit
It looks like the product is not fully tested… >:(
I’ve downloaded the binary (Yep, USB!!!) version of VBOX 2.02 for OpenSuSE 11 x64 edition. Before I’ve installed this beast I’ve uninstalled the VBOX 2.00 version from the OpenSuSE repositories and I’ve also fired the OpenSuse repository, since 2.00 made all my images inaccessible due to a ‘dll-hell’.
I’ll stick with sun and I’ll wait to upgrade before the show-stoppers are ironed out.