I installed the kernel-debug-devel.x86_64 0:3.8.4-202.fc18 and the kernel-tools-libs-devel.x86_64 0:3.8.4-202.fc18 with you command sudo yum install -y kernel*devel kernel*headers
but it still won't work,
Code:
[root@localhost /]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [ÉCHOUÉ]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
Or install dkms to automaticly update the virtual box kernel modules.
dkms is already installed:
Code:
[root@localhost /]# rpm -q dkms
dkms-2.2.0.3-4.fc18.noarch
But, as I said above, I install it by
yum install dkms
Does it need some setting/config?
Thanks a lot
---------- Post added at 12:07 PM ---------- Previous post was at 12:01 PM ----------
Thanks SMR54, but my Kernel-devel are the same as the command result uname -r
Code:
[root@localhost /]# uname -r
3.8.4-202.fc18.x86_64
[root@localhost /]# rpm -q kernel-devel
kernel-devel-3.8.4-202.fc18.x86_64
---------- Post added at 12:52 PM ---------- Previous post was at 12:07 PM ----------
Hey guys,
I wrote the command sudo yum install -y kernel*devel kernel*headers of "sea" I restarted y computer and try this command
Code:
[root@localhost /]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS[ OK ]
Starting VirtualBox kernel modules [ÉCHOUÉ]
(modprobe vboxdrv failed. Please use 'dmesg' to find out why)
Ok it won't work, as I said above...
Then I had a look in the bios, and I saw that the Secure Boot is enable (there was Windows 8 on this computer before...) I disabled it just in case, and then it works!!!!!!!!
If somebody is enought good in secure boot for to tell me if it can have an impact? If yes, it could be great to inform developper team... Or maybe the command of sea took effect only after 2 reboot?