On 02/23/2010 06:12 PM, Rene Rasmussen wrote:
On Tue, 23 Feb 2010 08:29:27 +0530 Nilesh Govindarajan<lists@itech7.com> wrote:
On 02/23/2010 08:21 AM, Peter Wu wrote:
On Monday 22 February 2010 21:12:36 Nilesh Govindarajan wrote:
There's no such command.
should be at /usr/bin/vbox_build_module.
run it under root.
[nilesh@Linux Nilesh]$ ls /usr/bin/vbox_build_module ls: cannot access /usr/bin/vbox_build_module: No such file or directory
What virtualbox package did you install?
Since I'm running x86_64, I have the following aur package installed.
local/virtualbox_bin 3.1.2-2
btw, this is the content of this vbox_build_module.
#!/bin/bash
echo "Building vboxdrv for `uname -sr`" cd "/opt/VirtualBox/src" make clean&& make&& make install
I'm using the OSE version. It doesn't seem to supply the source.
Could it be that you need to run
[rene@ArchLounge ~]$ /etc/rc.d/vboxdrv setup
That's what I do on my machine. I have "virtualbox-sun 3.1.2.56127-3" installed.
Best regards
virtualbox-ose has a separate package with modules. try to reinstall with pacman -S virtualbox-modules -- Ionut