From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmG2A-0000Iq-0m for qemu-devel@nongnu.org; Wed, 05 Jan 2005 13:37:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmG29-0000Hw-AC for qemu-devel@nongnu.org; Wed, 05 Jan 2005 13:37:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmG29-0000Ho-6M for qemu-devel@nongnu.org; Wed, 05 Jan 2005 13:37:25 -0500 Received: from [64.233.184.203] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmFqI-000459-ND for qemu-devel@nongnu.org; Wed, 05 Jan 2005 13:25:10 -0500 Received: by wproxy.gmail.com with SMTP id 40so382397wri for ; Wed, 05 Jan 2005 10:25:10 -0800 (PST) Message-ID: Date: Wed, 5 Jan 2005 19:25:10 +0100 From: Magnus Damm Subject: Re: [Qemu-devel] NETDEV WATCHDOG: eth0: transmit timed out In-Reply-To: <1104948769.29588.11.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1104899444.20758.26.camel@localhost.localdomain> <20050105154352.GA11125@jbrown.mylinuxbox.org> <1104948769.29588.11.camel@localhost.localdomain> Reply-To: Magnus Damm , 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 Wed, 05 Jan 2005 19:12:49 +0100, Horst Schlonz wrote: > so, this is supposed to work, right? does it work for you? or am i > missing something here? i have tried various drivers (kernels, indeed). > suse 9.2, latest knoppix... same problem there. Have you tried to use -user-net? I am successfully using a custom 2.6.9-based distro in QEMU using "-nics 1 -user-net -isa", the guest kernel uses the NE2000 driver, the host is either a powerpc or a x86 running Linux. PCI is on my todo list. And I have only used the network to talk with the integrated TFTP server. / magnus