From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmOD7-0007uT-Np for qemu-devel@nongnu.org; Wed, 05 Jan 2005 22:21:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmOD6-0007uD-UJ for qemu-devel@nongnu.org; Wed, 05 Jan 2005 22:21:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmOD6-0007u5-Pi for qemu-devel@nongnu.org; Wed, 05 Jan 2005 22:21:16 -0500 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CmO1J-0007qJ-9A for qemu-devel@nongnu.org; Wed, 05 Jan 2005 22:09:05 -0500 Subject: Re: [Qemu-devel] NETDEV WATCHDOG: eth0: transmit timed out From: Horst Schlonz In-Reply-To: <20050106015308.GA15594@jbrown.mylinuxbox.org> References: <1104899444.20758.26.camel@localhost.localdomain> <20050105154352.GA11125@jbrown.mylinuxbox.org> <1104948769.29588.11.camel@localhost.localdomain> <20050105195042.GA13437@jbrown.mylinuxbox.org> <1104955592.29588.15.camel@localhost.localdomain> <20050105213319.GA14108@jbrown.mylinuxbox.org> <1104971241.29588.46.camel@localhost.localdomain> <1104975243.29588.56.camel@localhost.localdomain> <20050106015308.GA15594@jbrown.mylinuxbox.org> Content-Type: text/plain; charset=ISO-8859-1 Date: Thu, 06 Jan 2005 04:09:43 +0100 Message-Id: <1104980983.29588.66.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Am Mittwoch, den 05.01.2005, 20:53 -0500 schrieb Jim C. Brown: > On Thu, Jan 06, 2005 at 02:34:02AM +0100, Horst Schlonz wrote: > > > Did you try a linux guest where the kernel is configured with CONFIG_NE2000? > > > This together with together with "qemu -isa"? > > > > > > > it's configured as a module. loading ne module fails due to missing > > parameters and probably to missing isapnptools. > > > > well, let's try knoppix... > > loadind ne fails (ne.c: You must supply "io=0xNNN" value(s) for ISA > > cards). > > pnpdump reveals "No board found" > > > This together with together with "qemu -isa"? > > Sounds like you forgot the -isa option. If you put that in, then something > inside of qemu is clearly broken. > i have compiled the latest snapshot of qemu (qemu-snapshot-2005-01-04_23) and my dead simple network configuration in my orginal post works now. i can ping and i am confident, that the neat stuff (vde) will now work too. there is probably something wrong with this qemu-package: # dpkg --info /var/cache/apt/archives/qemu_0.6.1-1_i386.deb neues Debian-Paket, Version 2.0. Größe 2677974 Byte: control-Archiv= 1581 Byte. 15 Bytes, 1 Zeilen conffiles 1029 Bytes, 24 Zeilen control 1556 Bytes, 26 Zeilen md5sums Package: qemu Version: 0.6.1-1 Section: misc Priority: optional Architecture: i386 Depends: libc6 (>= 2.3.2.ds1-4), libsdl1.2debian (>> 1.2.7-0), zlib1g (>= 1:1.2.1), vgabios, bochsbios, sharutils Suggests: sudo Installed-Size: 6992 Maintainer: Debian QEMU Team anyway, thank you guys.