From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWZ5n-00084o-W5 for qemu-devel@nongnu.org; Sat, 15 Sep 2007 10:57:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWZ5m-000845-Dj for qemu-devel@nongnu.org; Sat, 15 Sep 2007 10:57:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWZ5m-00083w-5A for qemu-devel@nongnu.org; Sat, 15 Sep 2007 10:57:54 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWZ5l-0007aX-RF for qemu-devel@nongnu.org; Sat, 15 Sep 2007 10:57:53 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 865C32E2F4 for ; Sat, 15 Sep 2007 10:57:53 -0400 (EDT) Message-Id: <1189868273.17334.1210802239@webmail.messagingengine.com> From: "Sebastien WILLEMIJNS" Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 Subject: Re: [Qemu-devel] about NICs Date: Sat, 15 Sep 2007 16:57:53 +0200 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 Sat, 15 Sep 2007 15:23:57 +0200, "Soren Hansen" said: > On Fri, Sep 14, 2007 at 09:07:35PM +0200, Sebastien WILLEMIJNS wrote: > > i noticed ubuntu LiveCD 7.04 QEMU emulation now only works with > > RTL8139 NICs (because NE2K drivers seems has been deleted from ISO) > > ne2k-pci is on the Fiesty CD's. Which one did you need? with "ubuntu 6.04 emulation" under QEMU i hasn't need to include a parameter in the qemu commadline with "ubuntu 7.04 emulation" under QEMU i must add "-net nic,vlan=0,model=rtl8139 -net user,vlan=0,hostname=foo" ;)