Hi. Trying to run virtualbox on Salix OS (Slackware) 13.37. Have already built and installed virtualbox 4.0.8 and virtualbox-kernel from slackbuilds.
When I run
Code:
/etc/rc.d/rc.vboxdrv setup
it says
Code:
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Removing old VirtualBox pci kernel module ...done.
Removing old VirtualBox netadp kernel module ...done.
Removing old VirtualBox netflt kernel module ...done.
Removing old VirtualBox kernel module ...done.
Trying to register the VirtualBox kernel modules using DKMS ...failed!
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...done.
Starting VirtualBox kernel modules ...failed!
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
and at the end of dmesg there is
Code:
vboxdrv: version magic '2.6.37.6-smp SMP mod_unload 686 ' should be '2.6.37.6 mod_unload 486 '
I think it means that it is trying to use 64 bit instead of 32 but I don't know what to do about it. I have already installed kernel-source 2.6.37.6_smp-noarch-2
I'm am trying to do this because when I run virtualbox I get:
Code:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (2.6.37.6) or it failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
Qt WARNING: Object::connect: No such signal QNetworkReplyImpl::sslErrors(QList<QSslError>)