From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJudg-0002ux-2q for qemu-devel@nongnu.org; Sat, 01 May 2004 09:34:44 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJud7-000247-Sy for qemu-devel@nongnu.org; Sat, 01 May 2004 09:34:43 -0400 Received: from [62.241.160.193] (helo=pengo.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJud7-00020Z-04 for qemu-devel@nongnu.org; Sat, 01 May 2004 09:34:09 -0400 Received: from dm.chilbolton.house (81-86-232-23.dsl.pipex.com [81.86.232.23]) by pengo.systems.pipex.net (Postfix) with ESMTP id 602884C0004B for ; Sat, 1 May 2004 14:34:06 +0100 (BST) Subject: Re: [Qemu-devel] Windows 2003 Enterprise Edition under QEMU From: James Ascroft-Leigh In-Reply-To: <20040501120018.M10616@witch.dyndns.org> References: <20040501120018.M10616@witch.dyndns.org> Content-Type: text/plain Message-Id: <1083418445.5552.10.camel@localhost> Mime-Version: 1.0 Date: Sat, 01 May 2004 14:34:06 +0100 Content-Transfer-Encoding: 7bit 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, 2004-05-01 at 14:04 +0200, Hetz Ben Hamo wrote: > One thing that I couldn't do is convince win2003 to detect the NE2000 virtual > cards - the auto detection doesn't detect it, and there is no driver inside > the CD image, so how do I install the ne2k driver? For Windows XP I had the same problem. I searched the web for old drivers - the Windows 2000 ones work - and found it was called netnovel.inf. More searching found a download available (whether you trust this is up to you): http://www.lpt.com/windowsnetworking/regusers/wxpne2k.htm I then just used mkisofs to make a CD image file readable to my Windows XP VM and followed the instructions on the above site. As with Linux I set the IRQ to 9 and the IO range from 0x300 to 0x31F. I don't see any reason why this wouldn't work with Windows Server 2003 - in fact hopefully it might actually allow it to serve something! Good luck, James Ascroft-Leigh