Page 1 of 1

2.1,2 update brole my host interface network

Posted: 22. Jan 2009, 16:11
by ailmarpete
Hi, host interface was working nicely with the previous version. This new update has broken something.
I am using OpenSuse 11.1 64 bit and downloaded the appropriate version and installed it. All appeared to go well until I started one of my machine sup and got this:


Failed to open/create the internal network 'HostInterfaceNetworking-eth0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Unknown error creating VM (VERR_SUPDRV_COMPONENT_NOT_FOUND).


Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Console
Interface:
IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}

Switching to NAT fixes the problem, but I want to use Bridged (or host interface) for my VM's.
A reboot of my host did no good.
Anyone know how to fix this?
Cheers, Peter.

confirming bug for Opensuse 11.1

Posted: 22. Jan 2009, 17:56
by veldv
I'm too got the problems after upgrading to 2.1.2 version.

Kernel module is loaded fine, but for vboxnetflt module there is a error messages in dmesg :

vboxnetflt: no symbol version for SUPDrvLinuxIDC
vboxnetflt: Unknown symbol SUPDrvLinuxIDC

OS is OpenSuSe 11.1,
Linux linux-1no2 2.6.27.7-9-pae #1 SMP 2008-12-04 18:10:04 +0100 i686 athlon i386 GNU/Linux
VirtualBox was installed using package:
VirtualBox-2.1.2_41885_openSUSE111-1.i586.rpm

Posted: 22. Jan 2009, 18:38
by frank
Does recompiling the host kernel modules with
/etc/init.d/vboxdrv setup
help, that is, is the vboxnetflt module loaded then?

host interface network

Posted: 22. Jan 2009, 23:50
by ailmarpete
Hi, yes the recompile has fixed it.
Thank you so much!
Rgards Peter.

host interface

Posted: 23. Jan 2009, 00:01
by ailmarpete
Ooops! Spoke too soon, the guests will boot okay now in Host interface mode, but I get a 169.254......... address. Running a repair on the network connection does no good.
I'm away from the machine for the rest of day so I'll have to leave more troubleshooting until tonight.
Cheers, Peter

VirtualBox Host Interface Networking Driver

Posted: 23. Jan 2009, 04:19
by lazareth
After upgrading to 2.1 I too had the same problem. In my case, I found a driver had come unbound from the adapter - specifically 'VirtualBox Host Interface Networking Driver'. After I rebound this to my adapter, I was able to use host networking without issue.

host inerface network

Posted: 24. Jan 2009, 00:24
by ailmarpete
Hi, yes it was simply "pointing" to the wrong NIC!
Eth0 instead of Eth1
All is well again
Cheers, Peter

Re: confirming bug for Opensuse 11.1

Posted: 24. Jan 2009, 00:54
by klaus_ph
veldv wrote:I'm too got the problems after upgrading to 2.1.2 version.
Kernel module is loaded fine, but for vboxnetflt module there is a error messages in dmesg
vboxnetflt: no symbol version for SUPDrvLinuxIDC
vboxnetflt: Unknown symbol SUPDrvLinuxIDC
OS is OpenSuSe 11.1,
Linux linux-1no2 2.6.27.7-9-pae #1 SMP 2008-12-04 18:10:04 +0100 i686 athlon i386 GNU/Linux
VirtualBox was installed using package:
VirtualBox-2.1.2_41885_openSUSE111-1.i586.rpm
hi
you must to have install kernel-syms (and kernel-source).
here more info: http://forums.virtualbox.org/viewtopic.php?t=13632
;-)
yours
klaus

Nb: to install gcc and make qould also a practicable idea ;-)