From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FtVHC-000593-St for qemu-devel@nongnu.org; Thu, 22 Jun 2006 15:55:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FtVHB-00058V-MQ for qemu-devel@nongnu.org; Thu, 22 Jun 2006 15:55:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FtVHB-00058K-JV for qemu-devel@nongnu.org; Thu, 22 Jun 2006 15:55:41 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FtVSD-0004zu-Pr for qemu-devel@nongnu.org; Thu, 22 Jun 2006 16:07:06 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [ot?] Vista Networking Date: Thu, 22 Jun 2006 20:48:53 +0100 References: <1151005553.22820.9.camel@wombat.dlib.indiana.edu> In-Reply-To: <1151005553.22820.9.camel@wombat.dlib.indiana.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606222048.53513.paul@codesourcery.com> 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 Thursday 22 June 2006 20:45, Brian Wheeler wrote: > Has anyone gotten this to work? I'm probably missing something obvious. > Here's the command line I'm using (on linux with a CVS from today): > > qemu -hda disk0.img -net nic,model=rtl8139 -net user -m 512 -soundhw > sb16 Could be a bug in the rtl8139 emulation. I couldn't get it to work with the Realtek drivers. Paul