From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 3 07:42:16 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54A49106566C for ; Thu, 3 Sep 2009 07:42:16 +0000 (UTC) (envelope-from fli@shapeshifter.se) Received: from mx1.h3q.net (mx1.h3q.net [IPv6:2001:16d8:ffe5:1::f1]) by mx1.freebsd.org (Postfix) with ESMTP id D16B68FC16 for ; Thu, 3 Sep 2009 07:42:15 +0000 (UTC) Received: from smtp-auth.h3q.net (smtp-auth.h3q.net [127.0.0.1]) (Authenticated sender: hidden) by mx1.h3q.net (Postfix) with ESMTPSA id E5F1F33D9E ; Thu, 3 Sep 2009 09:42:13 +0200 (CEST) Message-ID: <4A9F7353.3020106@shapeshifter.se> Date: Thu, 03 Sep 2009 09:42:11 +0200 From: Fredrik Lindberg User-Agent: Thunderbird 2.0.0.22 (X11/20090801) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Gustau_P=E9rez?= References: <4A8EB3D2.7010109@shapeshifter.se> <4A9E6481.9070200@shapeshifter.se> <4A9F8AE6.1000001@entel.upc.edu> In-Reply-To: <4A9F8AE6.1000001@entel.upc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox bridged adapter (vboxnetflt) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2009 07:42:16 -0000 Gustau Pérez wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Fredrik Lindberg wrote: >> Test if you're interested and report failures/successes. > > Hi, > > tried your patches against FreeBSD 8.0BETA3/i386-SMP. When selecting > an interface and configuring it as a bridged one, it finds all my host > interfaces. I can select one of them (in my case bge0), but when I try > to start the > vm it gives me the following error : > > ******************* > > p, li { white-space: pre-wrap; } > > Failed to open/create the internal network > 'HostInterfaceNetworking-bge0' (VERR_SUPDRV_COMPONENT_NOT_FOUND). > > Unknown error creating VM (VERR_SUPDRV_COMPONENT_NOT_FOUND). > Did you by any chance forget to do a kldload /boot/modules/vboxnetflt.ko ? Fredrik