Hiya,
I am running 8.1-RELEASE with KDE4. I had VirtualBox running great yesterday, but today when I launch it I get:
So, I go to check that I have properly loaded vboxdrv and vboxnetflt. They do not appear to be loaded, though kldload tells me they exist:
What am I missing here? I have updated and rebuilt ports, but the base system is a straight 8.1-RELEASE and as I say, this was working just fine.
Any help much appreciated. Web searches haven't helped much.
Dave
I am running 8.1-RELEASE with KDE4. I had VirtualBox running great yesterday, but today when I launch it I get:
Code:
Kernel driver not installed (rc=-1908
Make sure the kernel module has been loaded successfully
So, I go to check that I have properly loaded vboxdrv and vboxnetflt. They do not appear to be loaded, though kldload tells me they exist:
Code:
lefty# kldload vboxdrv
kldload: can't load vboxdrv: File exists
lefty# kldload vboxnetflt
kldload: can't load vboxnetflt: File exists
lefty# kldstat -v | grep vbox
lefty#
lefty# ls -lart /boot/modules/vbox*
-r-xr-xr-x 1 root wheel 22629 Aug 22 13:19 /boot/modules/vboxnetflt.ko
-r-xr-xr-x 1 root wheel 8383 Aug 22 13:19 /boot/modules/vboxnetadp.ko
-r-xr-xr-x 1 root wheel 185785 Aug 22 13:19 /boot/modules/vboxdrv.ko
lefty#
Any help much appreciated. Web searches haven't helped much.
Dave