From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BZT4N-0001H6-20 for qemu-devel@nongnu.org; Sun, 13 Jun 2004 07:22:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BZT4K-0001GH-S6 for qemu-devel@nongnu.org; Sun, 13 Jun 2004 07:22:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZT4K-0001G0-Qn for qemu-devel@nongnu.org; Sun, 13 Jun 2004 07:22:32 -0400 Received: from [62.253.162.45] (helo=mta05-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BZT3M-0002Em-06 for qemu-devel@nongnu.org; Sun, 13 Jun 2004 07:21:32 -0400 Received: from [10.10.10.100] ([81.107.87.144]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040613111944.EMRV2927.mta05-svc.ntlworld.com@[10.10.10.100]> for ; Sun, 13 Jun 2004 12:19:44 +0100 Subject: Re: [Qemu-devel] Anyone have functioning networking with a FreeBSD host? From: Antony T Curtis In-Reply-To: <20040613052815.GA378@prophecy.dyndns.org> References: <20040613052815.GA378@prophecy.dyndns.org> Content-Type: text/plain Message-Id: <1087125690.597.27.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 Date: Sun, 13 Jun 2004 12:21:30 +0100 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, 2004-06-13 at 06:28, Christopher Nehren wrote: > I've been banging my head against a wall trying to get Qemu to support > any type of networking with a FreeBSD host, and haven't had any success > -- and for once, Google isn't of much use either. When trying to access > the card with user-mode networking via (Open|Net)BSD, I get the error > 'ne1: device timeout'. I can't get FreeSBIE to recognize the card at > all, and haven't gotten a Windows installation far enough to be able to > see whether it sees it or not. Any help would be greatly appreciated. It works fine for me with my own patches... I am using the if_tap with ng_bridge to allow the QEMU install to connect to the LAN and a change to /usr/src/sys/net/if_tap.c to remove the suser() check so a non-root account can open a tap device. The only problem I have is that it has a relatively high packet loss and appears to lose interrupts- so it stalls on occasion. -- Antony T Curtis