You are not logged in.
Pages: 1
Hi,
I used the following PKGBUILDs from AUR to install VirtualBox:
http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
and
http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
During the install process I got the error that the vboxdrv-Module could not be loaded (invalid arguments).
My kernel is the very recent .21 Has anybody experienced this problem?
Thank you for help. If u need further information, let me know...
Offline
Are you sure you got the virtualbox-modules package installed?
I made it long
as I lacked the time to make it short...
Offline
Offline
Sorry, a bit quick on replying. Have you tried loading it manually prior to installing virtualbox_bin?
I made it long
as I lacked the time to make it short...
Offline
I tried to load it manually and it said "invalid arguments" but I just used "modprobe vboxdrv".
If I loaded it before I installed the binary, I dont remember. But I will try to install the module and then the binary. Maybe it helps even I dont really believe, but who knows ![]()
Offline
I de-installed both packages and installed the kernel-module:
===> virtualbox-modules post-install message:
===> You must load vboxdrv module before starting VirtualBox:
===> # modprobe vboxdrv
===>
===> To load it automatically, add vboxdrv module
===> to the MODULES array in /etc/rc.conf.
[root@sigma kernel]# modprobe vboxdrv
FATAL: Error inserting vboxdrv (/lib/modules/2.6.21-ARCH/misc/vboxdrv.ko): Invalid argument
So there is no need to install the binary so far, right? First I need the module to work, or is there a dependency?
Also this file is not created: vbox_build_module (not in /bin, not in /sbin)
Last edited by curana (2007-06-29 07:42:18)
Offline
I had to add nmi_watchdog=0 to my bootloader kernel line in /boot/grub/menu.lst in order to load the module, as instructed in the pdf manual on the Virtual Box site
Last edited by shadeheim (2007-06-29 08:33:15)
Offline
@shadeheim: Yeah, that worked. Thank you very much.
Offline
Pages: 1