You are not logged in.

#1 2008-05-20 20:50:01

genisis300
Member
From: Uk
Registered: 2008-01-15
Posts: 284

VirtualBox Module

Hi All,

i having a few problems with Virtual box since i upgraded a couple of weeks ago,

It was working fine but now i can't modprobe the vboxdrv i have uninstalled both virtualbox-ose and the modules and reinstalled and still nothing,

I'm not a linux noob but never had this problem with modules before.

Is anyone else having the same problem?

Thanks in advance
Matthew


"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson

Offline

#2 2008-05-20 21:36:03

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: VirtualBox Module

what's the error message when you run modprobe?

Offline

#3 2008-05-20 22:27:35

genisis300
Member
From: Uk
Registered: 2008-01-15
Posts: 284

Re: VirtualBox Module

It just tells me that it can find the module vboxdrv
I've installed from pacman and compiled the module from ABS and installed and it still can't find it.


"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson

Offline

#4 2008-05-20 22:55:14

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: VirtualBox Module

I don't know why, but on an instant ethereal existence of my mind, I remember that I have had the same problem with the OSE version. Try to install virtualbox_bin, avaible in AUR.

This version is not 100% free, but works and you get USB compatibility.

PD: The first sentence is a stupid joke, don't take it in count big_smile


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#5 2008-05-24 23:21:17

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: VirtualBox Module

I have the same problem, it's because the module is for the old kernel. So it's in
/lib/modules/2.6.24-ARCH instead of 2.6.25-ARCH with the rest of them.

The wiki mentions vbox_build_module, but I don't have this program. Is it in another virtualbox package? I only have the -ose one.
And according to kernel26 and kernel26-headers, versions not matching even if you have it, you probably can't build a new one until the new headers are out.

Offline

#6 2008-05-25 08:57:16

mirtoff
Member
Registered: 2008-05-24
Posts: 3

Re: VirtualBox Module

I have the same problem, after updating up to 2.6.25
And also I cannot find a file vbox_build_module

virtualbox-ose

Offline

#7 2008-05-25 10:51:44

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: VirtualBox Module

rebuild virtualbox-modules for kernel 2.6.25


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2008-05-25 11:27:33

dduong
Member
From: Waterloo, Ontario Canada
Registered: 2008-04-09
Posts: 14

Re: VirtualBox Module

If this is regarding vboxdrv module, then run this as root:

/etc/rc.d/rc.vboxdrv setup

It will rebuild the module for the new kernel that you have installed.


David

Offline

#9 2008-05-25 11:32:11

mirtoff
Member
Registered: 2008-05-24
Posts: 3

Re: VirtualBox Module

dduong wrote:

If this is regarding vboxdrv module, then run this as root:

/etc/rc.d/rc.vboxdrv setup

It will rebuild the module for the new kernel that you have installed.

I have not this script ...

Offline

#10 2008-05-25 12:27:36

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: VirtualBox Module

I installed VirtualBox 1.6.0 from the generic Linux download on the VirtualBox site.
Then to create the new kernel module I did (as root):

cd /opt/VirtualBox-1.6.0/src
make
cp vboxdrv.ko /lib/modules/2.6.25-ARCH/kernel/drivers/misc
depmod -a
modprobe vboxdrv

and of course, added vboxdrv to the MODULES list in /etc/rc.conf for it to load automatically at the next boot.

Hope this helps.

Offline

#11 2008-05-25 12:47:20

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: VirtualBox Module

why don't you want to use abs to compile the module?

abs
cd /var/abs/community/modules/virtualbox-modules
edit PKGBUILD and change _kernver and when makepkg

Last edited by wonder (2008-05-25 12:47:43)


Give what you have. To someone, it may be better than you dare to think.

Offline

#12 2008-05-25 14:45:48

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,914
Website

Re: VirtualBox Module


Mr Green

Offline

#13 2008-05-25 14:52:38

mirtoff
Member
Registered: 2008-05-24
Posts: 3

Re: VirtualBox Module

wonder wrote:

why don't you want to use abs to compile the module?

abs
cd /var/abs/community/modules/virtualbox-modules
edit PKGBUILD and change _kernver and when makepkg

ok, thanks, it's working

Offline

Board footer

Powered by FluxBB