[Solved] resetup the kernal module by . . .

This is for discussing general topics about how to use VirtualBox.
Post Reply
cat2005
Posts: 52
Joined: 11. Aug 2009, 03:45
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux & Windows
Location: Kansas City, MO

[Solved] resetup the kernal module by . . .

Post by cat2005 »

Please look here: http://img402.imageshack.us/img402/1895/vboxerror.png

I got this error message today while trying to create a new guest OS (linux host). I got the same message when I tried to operate an existing guest OS. DKMS is already installed.

I have not, to my knowledge, updated my linux kernal or done anything drastic.

I found a few related, but not identical, cases search the archives on this site.

Does anyone know what I should do about this error? I know it states: "Resetup the kernal module by. . ."

but I don't understand what that means.

Is this a major screwup?

Thanks.
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: resetup the kernal module by . . .

Post by Sasquatch »

The fun about DKMS is that unless you have the module added to it's tree, it won't work. Issue the command that is given, sudo /etc/init.d/vboxdrv setup. You can check the DKMS tree and it's status by issuing dkms status. The setup command will add the VB kernel modules to it's tree if they aren't yet added. A kernel update is not always noticed, because the auto-update function of the update-manager installs updates silently and only notifies you that you need to reboot to finish the update process. You also need to check if you're a member of the vboxusers group, so you can access the kernel module too (and some other things).
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.
cat2005
Posts: 52
Joined: 11. Aug 2009, 03:45
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux & Windows
Location: Kansas City, MO

Re: resetup the kernal module by . . .

Post by cat2005 »

Sasquatch wrote:The fun about DKMS is that unless you have the module added to it's tree, it won't work. Issue the command that is given, sudo /etc/init.d/vboxdrv setup. You can check the DKMS tree and it's status by issuing dkms status. The setup command will add the VB kernel modules to it's tree if they aren't yet added. A kernel update is not always noticed, because the auto-update function of the update-manager installs updates silently and only notifies you that you need to reboot to finish the update process. You also need to check if you're a member of the vboxusers group, so you can access the kernel module too (and some other things).

Yes, I am in the vbox user group, but I did not know dkms could be that picky. I will try your instructions and post my results. Thanks!
cat2005
Posts: 52
Joined: 11. Aug 2009, 03:45
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux & Windows
Location: Kansas City, MO

Re: resetup the kernal module by . . .

Post by cat2005 »

Seems to be working. Thank you!
Post Reply