You are not logged in.
Pages: 1
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
what's the error message when you run modprobe?
Offline
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
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
Only deaths can see the end of battles.
Blog: http://djmartinez.co.cc -> The life of a Computer Engineer
Offline
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
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
rebuild virtualbox-modules for kernel 2.6.25
Give what you have. To someone, it may be better than you dare to think.
Offline
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
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
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
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
Offline
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
Pages: 1