Trying to install 1.6.4 from RPM package (VirtualBox-1.6.4_33808_fedora7-1.x86_64.rpm) downloaded off the vbox homepage.
Did as root:
Code: Select all
yum install kernel-headers kernel-develCode: Select all
rpm --install VirtualBox-1.6.4_33808_fedora7-1.x86_64.rpmCode: Select all
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=2.6.21-7.fc7xen -C /lib/modules/2.6.21-7.fc7xen/build M=/var/lib/dkms/vboxdrv/1.6.4/build.......
cleaning build area....
DKMS: build Completed.
Running module version sanity check.
vboxdrv.ko:
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.21-7.fc7xen/extra/
Adding any weak-modules
depmod....
DKMS: install Completed.Code: Select all
Stopping VirtualBox kernel module [FAILED]
(Cannot unload module vboxdrv)Code: Select all
usermod -a -G vboxusers micThen logging out and back in again.
logging in as root.
Code: Select all
/etc/init.d/vboxdrv setupCode: Select all
Stopping VirtualBox kernel module [FAILED]
(Cannot unload module vboxdrv)Information:
installed kernel: 2.6.21-7.fc7xen
on AMD 64 box
I went through this exercise a couple of times, after each time removing any trace of the previous installation.
Each attempt resulted in the same result.
What am I missing? Where did I go wrong? Where else can I dig?
I also searched for answers in the forum, but was not successful in digging up anything that looked promising to me.
If I missed it, apologies, and thanks for any pointers!
mic