From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40048 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJrEn-0007Rc-5L for qemu-devel@nongnu.org; Wed, 02 Jun 2010 12:56:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJrEP-0005m1-5m for qemu-devel@nongnu.org; Wed, 02 Jun 2010 12:55:54 -0400 Received: from adelie.canonical.com ([91.189.90.139]:58573) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJrEP-0005lc-1S for qemu-devel@nongnu.org; Wed, 02 Jun 2010 12:55:53 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OJrEN-0007M0-1M for ; Wed, 02 Jun 2010 17:55:51 +0100 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 0D26E2E82B7 for ; Wed, 2 Jun 2010 17:55:45 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 02 Jun 2010 16:46:10 -0000 From: Joel Schopp Sender: bounces@canonical.com References: <20091119103034.30387.95497.malonedeb@wampee.canonical.com> Message-Id: <20100602164611.23341.8783.launchpad@soybean.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2 Reply-To: Bug 485250 <485250@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ** Tags added: windows -- = nic e1000 network interface does not work with 32-bit windows 2003r2 with = sp2 https://bugs.launchpad.net/bugs/485250 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Bug description: nic e1000 network interface does not work with win2k3r2 32bit e1000 driver in win2k3r2 32bit seems to be broken. The interface is able to receive ip from the dhcp server, but not able to ping it from any linux gue= st or host, but was able to ping it from windows guest. Running network test, netperf, between the windows guest fails with the mes= sage = "netperf: receive_response: no response received. errno 104 counter 0" cmdline used: /usr/local/bin/qemu-system-x86_64 -drive file=3Dwin2003r2sp2-32.raw,boot=3D= on -net nic,vlan=3D0,macaddr=3D20:20:20:00:00:04,model=3De1000 -net tap,vl= an=3D0,script=3D/home/yogi/qemu-ifup -m 2048 -enable-kvm -usbdevice table= t -vnc :1 uname -a Linux bc1cn9 2.6.30.9-96.fc11.x86_64 #1 SMP Wed Nov 4 00:02:04 EST 2009 x86= _64 x86_64 x86_64 GNU/Linux Distro: fedora 11 Thx yogi