Results 1 to 10 of 36
Hi, Sorry if this is the wrong place to put it, I have installed virtual Box configured and when I click start I get this messege
VirtualBox kernel driver not ...
- 10-03-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 24
Virtual box driver problem
Hi, Sorry if this is the wrong place to put it, I have installed virtual Box configured and when I click start I get this messege
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
Could someone please advise in dumb dumb lanuage ,total noob,thankyou guys =D
and btw I have tried doing what it says but it says no such directry or some such ='[[[
- 10-03-2008 #2
I've seen this error before. I think you need to install the vboxdrv module.
Can you tell us which linux distro you're using?Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-03-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 24
Well my mate gave it to me on a disc it is called linuxOS07 or something ,sorry I cant be of anymore help
- 10-03-2008 #4
Try this and tell me what happens
Code:/sbin/modprobe -l *box*
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-03-2008 #5Just Joined!
- Join Date
- Sep 2008
- Posts
- 24
[root@laronkarn will]# /sbin/modprobe -1 *box*
/sbin/modprobe: invalid option -- 1
Usage: /sbin/modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-b] [-o <modname>] [ --dump-modversions ] <modname> [parameters...]
/sbin/modprobe -r [-n] [-i] [-v] <modulename> ...
/sbin/modprobe -l -t <dirname> [ -a <modulename> ...]
- 10-03-2008 #6
It's not -1, it's -l (a lower case "L")
Just copy and paste from here and it will work.Code:/sbin/modprobe -l *box*
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-03-2008 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 24
[root@laronkarn will]# /sbin/modprobe -l *box*
/lib/modules/2.6.18.8.tex5/misc/vboxdrv.ko
/lib/modules/2.6.18.8.tex5/kernel/drivers/scsi/megaraid/megaraid_mbox.ko.gz
/lib/modules/2.6.18.8.tex5/kernel/3rdparty/vbox/vboxdrv.ko.gz
- 10-03-2008 #8
Cool. The first line shows that you have the vboxdrv module on your system. Now let's try inserting it into the running kernel.
Copy the output here again.Code:modprobe vboxdrv lsmod | grep vboxdrv
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-03-2008 #9Just Joined!
- Join Date
- Sep 2008
- Posts
- 24
[root@laronkarn will]# modprobe vboxdrv
FATAL: Could not open '/lib/modules/2.6.18.8.tex5/misc/vboxdrv.ko': No such file or directory
[root@laronkarn will]# lsmod | grep vboxdrv
[root@laronkarn will]#
Okay this is slightly ove my head
I was expecting some code to pop up to the second line
- 10-03-2008 #10
Weird. That should have worked.
What happens when you do this?Code:ls /lib/modules/2.6.18.8.tex5/misc/
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote
