From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRqNu-0003nm-4j for qemu-devel@nongnu.org; Sun, 02 Sep 2007 10:25:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRqNs-0003lk-Gz for qemu-devel@nongnu.org; Sun, 02 Sep 2007 10:25:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRqNs-0003ld-E0 for qemu-devel@nongnu.org; Sun, 02 Sep 2007 10:25:04 -0400 Received: from pop-canoe.atl.sa.earthlink.net ([207.69.195.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRqNs-0008TY-7E for qemu-devel@nongnu.org; Sun, 02 Sep 2007 10:25:04 -0400 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=earthlink.net) by pop-canoe.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1IRqNr-0005Ti-00 for qemu-devel@nongnu.org; Sun, 02 Sep 2007 10:25:03 -0400 Message-ID: <46DAC7BE.5070209@earthlink.net> Date: Sun, 02 Sep 2007 10:25:02 -0400 From: Robert Reif MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] sparc32 networking working? 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 I'm trying to use sparc32 on linux i686 RH9 and am unable to to get this working with current CVS. My old scripts that didn't set any networking options no longer work. When running a debian sparc netinst cd the setup finds a dhcp connection but is unable to connect to the internet. Adding -user to the command line causes it to output this: Invalid vlan (0) with no nics Adding -nic lance to the command line cause it to output this: qemu-system-sparc: invalid option -- '-nic' Any idea on what to do next. If I remember correctly, the last time I tried this (a few months ago) I was able to successfully do a debian network install.