Page 1 of 1
Updating kernel
Posted: 17. Jan 2009, 18:44
by janule
hi i use virtualbox on archlinux and after updateing the kernel i cannot run virtualbox : The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root.
but this command doesnt work: sudo: /etc/init.d/vboxdrv: command not found...
could you please help me?
Posted: 17. Jan 2009, 18:47
by stefan.becker
Which version is installed? PUEL or OSE?
Posted: 17. Jan 2009, 19:14
by janule
PUEL
Re: Updating kernel
Posted: 17. Jan 2009, 20:16
by dmcgraw
Did you really run the command as you have written, 'sudo:'
There should not be a ':' at the end of the sudo comannd.
The correct command should be
sudo /etc/init.d/vboxdrv setup
Dave
janule wrote:hi i use virtualbox on archlinux and after updateing the kernel i cannot run virtualbox : The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root.
but this command doesnt work: sudo: /etc/init.d/vboxdrv: command not found...
could you please help me?
Posted: 17. Jan 2009, 20:37
by janule
yes look : in terminal - i write the command , am asked for a password and then it write the sentence with sudo:.......
sudo /etc/.init.d/vboxdrv setup
password:
sudo: /etc/.init.d/vboxdrv: command not found
Posted: 17. Jan 2009, 21:55
by stefan.becker
Another way: Open terminal,
"su"
input your password
"/etc/init.d/vboxdrv setup"
Posted: 17. Jan 2009, 22:11
by janule
bash-3.2# /etc/init.d/vboxdrv setup
bash: /etc/init.d/vboxdrv: nenà souborem ani adresá?em (means not file or directory)
Posted: 18. Jan 2009, 20:16
by Sasquatch
Reinstall VB. Somehow, the module script is removed.
Posted: 18. Jan 2009, 20:20
by janule