From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D92Uc-0007iQ-91 for qemu-devel@nongnu.org; Wed, 09 Mar 2005 09:48:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D92UT-0007f9-Jt for qemu-devel@nongnu.org; Wed, 09 Mar 2005 09:48:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D92UP-0007RM-BP for qemu-devel@nongnu.org; Wed, 09 Mar 2005 09:48:45 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D9270-0004qS-Tw for qemu-devel@nongnu.org; Wed, 09 Mar 2005 09:24:35 -0500 From: Paul Brook Subject: Re: [Qemu-devel] ne2k-pci not work on Qemu 0.61 Date: Wed, 9 Mar 2005 14:24:31 +0000 References: <422F015E.9060603@agro.uba.ar> In-Reply-To: <422F015E.9060603@agro.uba.ar> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503091424.31432.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 Wednesday 09 March 2005 13:59, Mariano Wahlmann wrote: > Does anybody know why host OS (windows or linux) detects the network > card (ne2k-pci) in io=0xc100 and irq=11. So user-net not work. if i use > "-isa" parameter i can use ne module in irq=9 and io=0x300, but in pci > mode i can't make it work (using qemu 0.61) Are you using the Debian packages? If so some of these have a broken bios, which can cause problems like you are seeing. Paul