Page 1 of 1
VB 1.6.2 with Opensuse 11?
Posted: 23. Jun 2008, 20:07
by aghamemnun
I just installed VB 1.6.2 colsed source version under Opensuse 11. When I want to start a VM I am told that the kernel driver module is not installed and that I have to run /etc/init.d/vboxdrv setup as root.
However, it does not work. I wonder if the reason is that I did not install the kernel module. Can anyone tell me if i suspect right and if so where to find a kernel module vor VB 1.6.2 and how to install it?
Posted: 23. Jun 2008, 20:10
by stefan.becker
Have you checked the User Manual for dependencies like gcc, kernel-source etc? If no, do this please first. Ask again if errors stay. But then with exact Infos like Messages etc. So is nothing to say.
Posted: 24. Jun 2008, 08:18
by aghamemnun
I actually have installed all necessary packages. Whenever I want to start the machine I get the message
------------------
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).
Fehlercode:
0x80004005
Komponente:
Console
Interface:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
----------------
Running '/etc/init.d/vboxdrv setup does not help. The /var/log/vbox-install.log only reads:
/usr/share/virtualbox/src/build_in_tmp: line 99: make: command not found
No idea what this is to say, any help appreciated.
Posted: 24. Jun 2008, 09:32
by t4inted
aghamemnun wrote:Running '/etc/init.d/vboxdrv setup does not help. The /var/log/vbox-install.log only reads:
/usr/share/virtualbox/src/build_in_tmp: line 99: make: command not found
No idea what this is to say, any help appreciated.
You miss the "make" utility. You can fix this by dropping to a terminal and entering:
"zypper ref && zypper in make"
(have to be root)
this should install the make utility.
I'm wondering, how did you install VirtualBox? There is no binary available?