Hi! Please help Installing VBox!

Discussions related to using VirtualBox on Linux hosts.
Post Reply
IWIH
Posts: 2
Joined: 27. Jul 2009, 19:04
Primary OS: openSUSE
VBox Version: OSE other
Guest OSses: MS Win XP

Hi! Please help Installing VBox!

Post by IWIH »

Hi!

If do not mind, just help me to solve a problem I'm facing in running "VirtualBox" in "Novell OpenSuse 11.0" host, that when I want to start the virtual machine -after specifying the type, options... etc-, a message would appear saying:



"Kernel driver not installed (rc=-1908)
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. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary."



Then I tried to execute '/etc/init.d/vboxdrv setup' and the result was



"Stopping VirtualBox kernel module done
Recompiling VirtualBox kernel module failed
(Look at /var/log/vbox-install.log to find out what went wrong)"



At last, the 'vbox-install.log' contented that message:



"Makefile:174: *** Error: unable to find the include directory for your current Linux kernel. Specify KERN_INCL=<directory> and run Make again. Stop."



Then, please help me to solve this problem, and I am so grateful for you.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Hi! Please help!

Post by Perryg »

First you need to do a system update on the host. Then you need to install the following files using a terminal and in su, to make it all come together for you.

Code: Select all

yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
Of course this is all explained in the VBox Users Manual 2.3. Installing on Linux hosts
As well as here: VirtualBox FAQ
IWIH
Posts: 2
Joined: 27. Jul 2009, 19:04
Primary OS: openSUSE
VBox Version: OSE other
Guest OSses: MS Win XP

Re: Hi! Please help Installing VBox!

Post by IWIH »

Thanks Perryg, I'll try it, but the update I can't run it as I don't have an internet on the linux host....! :roll: :D

Thanks a lot.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Hi! Please help Installing VBox!

Post by Sasquatch »

No internet means no way to get the development packages. You might be lucky if the install CD has them, but if you already run a kernel that is newer than the one that is shipped with a fresh install, you're not going to get it working if you boot into the new kernel or have no way to get the old one back.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply