From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuGFV-0008SB-3E for qemu-devel@nongnu.org; Wed, 04 Jan 2006 16:32:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuGFT-0008R8-Ay for qemu-devel@nongnu.org; Wed, 04 Jan 2006 16:32:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuGFT-0008Qy-7o for qemu-devel@nongnu.org; Wed, 04 Jan 2006 16:32:47 -0500 Received: from [65.74.133.5] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EuGGv-00041X-L7 for qemu-devel@nongnu.org; Wed, 04 Jan 2006 16:34:17 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Problems bringing up network in qemu-system-arm Date: Wed, 4 Jan 2006 21:30:56 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601042130.57101.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 Cc: Wolfgang Schildbach > http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00137.html), it > should be possible to set up a network, user-mode or TUN/TAP. However, I > fail to see the light as to how to bring the correct interface up on the > guest system (arm-linux). ifconfig shows two devices, lo and dummy0, but > nothing that would point to a smc91 being detected or used. This is > independent from whether I try -net tap or -net user. Probably your kernel doesn't have the right driver. Looks like the image on the qemu website doesn't include the NIC driver. Paul