From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BY7S1-0000Ly-1j for qemu-devel@nongnu.org; Wed, 09 Jun 2004 14:05:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BY7Ry-0000LV-55 for qemu-devel@nongnu.org; Wed, 09 Jun 2004 14:05:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BY7Ry-0000LS-1S for qemu-devel@nongnu.org; Wed, 09 Jun 2004 14:05:22 -0400 Received: from [155.198.5.113] (helo=mr3.cc.ic.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BY7RC-00035A-1q for qemu-devel@nongnu.org; Wed, 09 Jun 2004 14:04:34 -0400 Received: from icexp1.cc.ic.ac.uk ([155.198.3.41] helo=icex.imperial.ac.uk) by mr3.cc.ic.ac.uk with esmtp (Exim 3.36 #1) id 1BY7RC-0004rI-03 for qemu-devel@nongnu.org; Wed, 09 Jun 2004 19:04:34 +0100 Message-ID: <40C75F46.50305@imperial.ac.uk> Date: Wed, 09 Jun 2004 19:04:38 +0000 From: Sam Overton MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Windows XP & NE2K 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 have successfully installed Windows XP Pro (SP1) with QEmu 0.5.5, however I cannot get XP to detect the NE2000 emulated hardware. I am using Linux (i386) 2.6.6 with TUN/TAP compiled into the kernel, and I am using the qemu-ifup and qemu-ifup-sudo scripts posted to this list by Nathan Hand on 29th April. I am invoking qemu with: qemu -hda ./c.img -cdrom /dev/cdrom -boot c -m 256 -nics 1 -n /etc/qemu-ifup I have also tried starting qemu with -user-net and -pci, neither of which made any difference (and -pci didn't make XP crash as was suggested elsewhere on this list). The QEmu output is: $ ./qemu.sh Connected to host network interface: tun0 Password: Serial port redirected to /dev/pts/7 QEMU 0.5.5 monitor - type 'help' for more information (qemu) ifconfig shows tun0 is up with an IP address assigned to it, and I can ping the local end. Hope somebody can help, Thanks, Sam Overton