[arch-general] vboxnetflt, adp won't insert
Hi, After a recent upgrade (the mkinitcpio replacements), I am unable to insmod vboxnetflt & vboxnetadp (though vboxdrv does). [root@Linux ~]# modprobe vboxnetflt FATAL: Error inserting vboxnetflt (/lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko): Invalid module format [root@Linux ~]# modprobe vboxnetadp FATAL: Error inserting vboxnetadp (/lib/modules/2.6.32-ARCH/misc/vboxnetadp.ko): Invalid module format [root@Linux ~]# What's the solution ? -- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
On Mon, 2010-02-22 at 17:12 +0530, Nilesh Govindarajan wrote:
Hi,
After a recent upgrade (the mkinitcpio replacements), I am unable to insmod vboxnetflt & vboxnetadp (though vboxdrv does).
[root@Linux ~]# modprobe vboxnetflt FATAL: Error inserting vboxnetflt (/lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko): Invalid module format [root@Linux ~]# modprobe vboxnetadp FATAL: Error inserting vboxnetadp (/lib/modules/2.6.32-ARCH/misc/vboxnetadp.ko): Invalid module format [root@Linux ~]#
What's the solution ?
Have you tried rebuilding the modules? vbox_build_module or something of the sort should do it. It works here.
On 02/22/2010 05:55 PM, Ng Oon-Ee wrote:
On Mon, 2010-02-22 at 17:12 +0530, Nilesh Govindarajan wrote:
Hi,
After a recent upgrade (the mkinitcpio replacements), I am unable to insmod vboxnetflt& vboxnetadp (though vboxdrv does).
[root@Linux ~]# modprobe vboxnetflt FATAL: Error inserting vboxnetflt (/lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko): Invalid module format [root@Linux ~]# modprobe vboxnetadp FATAL: Error inserting vboxnetadp (/lib/modules/2.6.32-ARCH/misc/vboxnetadp.ko): Invalid module format [root@Linux ~]#
What's the solution ?
Have you tried rebuilding the modules? vbox_build_module or something of the sort should do it. It works here.
There's no such command. -- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
On 02/22/2010 05:55 PM, Ng Oon-Ee wrote:
On Mon, 2010-02-22 at 17:12 +0530, Nilesh Govindarajan wrote:
Hi,
After a recent upgrade (the mkinitcpio replacements), I am unable to insmod vboxnetflt& vboxnetadp (though vboxdrv does).
[root@Linux ~]# modprobe vboxnetflt FATAL: Error inserting vboxnetflt (/lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko): Invalid module
[root@Linux ~]# modprobe vboxnetadp FATAL: Error inserting vboxnetadp (/lib/modules/2.6.32-ARCH/misc/vboxnetadp.ko): Invalid module
On Monday 22 February 2010 20:50:45 Nilesh Govindarajan wrote: format format
[root@Linux ~]#
What's the solution ?
Have you tried rebuilding the modules? vbox_build_module or something of the sort should do it. It works here.
There's no such command.
should be at /usr/bin/vbox_build_module. run it under root. -- Peter Wu Powered by GNU/Linux 2.6.32-ARCH
On 02/23/2010 07:28 AM, Peter Wu wrote:
On 02/22/2010 05:55 PM, Ng Oon-Ee wrote:
On Mon, 2010-02-22 at 17:12 +0530, Nilesh Govindarajan wrote:
Hi,
After a recent upgrade (the mkinitcpio replacements), I am unable to insmod vboxnetflt& vboxnetadp (though vboxdrv does).
[root@Linux ~]# modprobe vboxnetflt FATAL: Error inserting vboxnetflt (/lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko): Invalid module
[root@Linux ~]# modprobe vboxnetadp FATAL: Error inserting vboxnetadp (/lib/modules/2.6.32-ARCH/misc/vboxnetadp.ko): Invalid module
On Monday 22 February 2010 20:50:45 Nilesh Govindarajan wrote: format format
[root@Linux ~]#
What's the solution ?
Have you tried rebuilding the modules? vbox_build_module or something of the sort should do it. It works here.
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 -- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
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 -- Peter Wu Powered by GNU/Linux 2.6.32-ARCH
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. -- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
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 -- Rene - The box said to install Windows 95 or better, so I installed ARCH Linux! - System Setup: AMD64 X2 6400+ with 4GB ram and 1910GB harddrive. Running Arch Linux x86_64 ---------------------------------------------------------- - Registered Linux user #167944 since 2000-02-28 (。◕‿◕。) - ----------------------------------------------------------
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
On 02/23/2010 09:58 PM, Ionut Biru wrote:
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
reinstalling did the job :) -- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
participants (5)
-
Ionut Biru
-
Ng Oon-Ee
-
Nilesh Govindarajan
-
Peter Wu
-
Rene Rasmussen