From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUc07-0005AE-4O for qemu-devel@nongnu.org; Sun, 30 May 2004 21:54:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUc05-00059r-5W for qemu-devel@nongnu.org; Sun, 30 May 2004 21:54:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUc05-00059o-0O for qemu-devel@nongnu.org; Sun, 30 May 2004 21:54:05 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BUbzt-0004QE-Gx for qemu-devel@nongnu.org; Sun, 30 May 2004 21:53:53 -0400 Received: from [24.71.223.10] (helo=pd4mo1so.prod.shaw.ca) by mx20.gnu.org with esmtp (Exim 4.34) id 1BUbrr-0008Bz-P2 for qemu-devel@nongnu.org; Sun, 30 May 2004 21:45:35 -0400 Received: from pd4mr4so.prod.shaw.ca (pd4mr4so-qfe3.prod.shaw.ca [10.0.141.215]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HYK00FOP1Y4WA@l-daemon> for qemu-devel@nongnu.org; Sun, 30 May 2004 19:39:40 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd4mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0HYK001VL1XRE281@pd4mr4so.prod.shaw.ca> for qemu-devel@nongnu.org; Sun, 30 May 2004 19:39:27 -0600 (MDT) Received: from glek.net (S0106000795bd85bd.gv.shawcable.net [24.68.44.127]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HYK0051O1Y425@l-daemon> for qemu-devel@nongnu.org; Sun, 30 May 2004 19:39:40 -0600 (MDT) Received: from shaw.ca (unknown [10.1.0.2]) by glek.net (Postfix) with ESMTP id 3189147E0C2 for ; Sun, 30 May 2004 18:39:31 -0700 (PDT) Date: Sun, 30 May 2004 18:39:23 -0700 From: Taras Subject: Re: [Qemu-devel] BSD network[repost] In-reply-to: <40B9A13E.9070403@ums.usu.ru> Message-id: <40BA8CCB.7090002@shaw.ca> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT References: <40B997EE.8030903@shaw.ca> <40B9A13E.9070403@ums.usu.ru> 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 Sorry Alex, I meant to sent this email to the list. looks like nameserver isn't being set properly for some reason http://glek.net/~taras/netbsd-dhcp.png is what I get over dhcp. When I set the networking info by hand and try to ping 10.0.2.2 I get "ne2: remove transmit DMA failed to complete". However see below. Alexander E. Patrakov wrote: > Taras wrote: > >> Hello, >> Does anyone have networking working in freebsd or netbsd? I'm trying >> to do a netinstall. Using -pci and -user-net both freebsd & netbsd >> can obtain an ip over dhcp. However netbsd doesn't even seem to be >> able to do dns. Freebsd appears to be able to resolve the dns names >> of the servers, but can't login(tcp wont work?). > > > This may be related to the issue covered in the "Overpotimization" > thread. Please verify if issuing the following command instead of > plain "make" resolves the problem for you: > > make CFLAGS="-O2 -g -Wall -fno-strict-aliasing As reported earlier, this doesn't produce a working qemu here However make CC="gcc -fno-strict-aliasing " seems to to make networking work! I get nice download speeds too. Thanks a lot, Taras