From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1CTL-0007EX-O1 for qemu-devel@nongnu.org; Sat, 28 Aug 2004 19:18:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1CTJ-0007Dm-QM for qemu-devel@nongnu.org; Sat, 28 Aug 2004 19:18:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1CTJ-0007Dh-Fq for qemu-devel@nongnu.org; Sat, 28 Aug 2004 19:18:57 -0400 Received: from [66.163.170.81] (helo=smtp811.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1C1COT-00015W-Fj for qemu-devel@nongnu.org; Sat, 28 Aug 2004 19:13:57 -0400 From: Joe Menola Subject: Re: [Qemu-devel] eth0 problems Date: Sat, 28 Aug 2004 18:13:50 -0500 References: <4130FF10.4040502@neenet.com> In-Reply-To: <4130FF10.4040502@neenet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408281813.50144.menola@sbcglobal.net> 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 August 28 2004 4:54 pm, Lonnie Cumberland wrote: > Hello All, > > I have just been able to compile the 0.6.0 version. Thanks for the help > with the C Math library. > > Not the problem is that I am still seeing the same problem with the eth0 > interface. > > When I run the qemu > > qemu -user-net linux.img > > I am getting: > > SIOCSIFADDR: No such device > eth0: Unknown Inteface: No such device > > I am using a standard install of Mandrake 10.0 > > How can I get qemu to see the network? > > Thanks, > Lonnie > Check for existence of /etc/qemu-ifup. If exists, try renaming it. Also, what is output of /sbin/ifconfig command? -jm