All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2
       [not found] <20091119103034.30387.95497.malonedeb@wampee.canonical.com>
@ 2010-06-02 16:46 ` Joel Schopp
  2010-06-02 20:16 ` Iggy
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Joel Schopp @ 2010-06-02 16:46 UTC (permalink / raw)
  To: qemu-devel

** 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 guest or
host, but was able to ping it from windows guest.

Running network test, netperf, between the windows guest fails with the message 
"netperf: receive_response: no response received. errno 104 counter 0"

cmdline used:
/usr/local/bin/qemu-system-x86_64 -drive file=win2003r2sp2-32.raw,boot=on -net nic,vlan=0,macaddr=20:20:20:00:00:04,model=e1000  -net tap,vlan=0,script=/home/yogi/qemu-ifup  -m 2048 -enable-kvm  -usbdevice tablet -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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2
       [not found] <20091119103034.30387.95497.malonedeb@wampee.canonical.com>
  2010-06-02 16:46 ` [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2 Joel Schopp
@ 2010-06-02 20:16 ` Iggy
  2010-06-24  6:49 ` Jes Sorensen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Iggy @ 2010-06-02 20:16 UTC (permalink / raw)
  To: qemu-devel

Maybe you can try the e1000 drivers from Intel's site. You could also
try using the stadard Qemu mac prefix of 52:54 (the first bit of the mac
has a special meaning).

-- 
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 guest or
host, but was able to ping it from windows guest.

Running network test, netperf, between the windows guest fails with the message 
"netperf: receive_response: no response received. errno 104 counter 0"

cmdline used:
/usr/local/bin/qemu-system-x86_64 -drive file=win2003r2sp2-32.raw,boot=on -net nic,vlan=0,macaddr=20:20:20:00:00:04,model=e1000  -net tap,vlan=0,script=/home/yogi/qemu-ifup  -m 2048 -enable-kvm  -usbdevice tablet -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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2
       [not found] <20091119103034.30387.95497.malonedeb@wampee.canonical.com>
  2010-06-02 16:46 ` [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2 Joel Schopp
  2010-06-02 20:16 ` Iggy
@ 2010-06-24  6:49 ` Jes Sorensen
  2016-11-07 18:21 ` Thomas Huth
  2017-01-07  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 5+ messages in thread
From: Jes Sorensen @ 2010-06-24  6:49 UTC (permalink / raw)
  To: qemu-devel

I can reproduce this in qemu-kvm 0.12.50.

Most likely a problem with the e1000 driver in QEMU. Funny thing is the
guest seems to be able to obtain it's IP address via DHCP, then stops
communicating.

-- 
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 guest or
host, but was able to ping it from windows guest.

Running network test, netperf, between the windows guest fails with the message 
"netperf: receive_response: no response received. errno 104 counter 0"

cmdline used:
/usr/local/bin/qemu-system-x86_64 -drive file=win2003r2sp2-32.raw,boot=on -net nic,vlan=0,macaddr=20:20:20:00:00:04,model=e1000  -net tap,vlan=0,script=/home/yogi/qemu-ifup  -m 2048 -enable-kvm  -usbdevice tablet -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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2
       [not found] <20091119103034.30387.95497.malonedeb@wampee.canonical.com>
                   ` (2 preceding siblings ...)
  2010-06-24  6:49 ` Jes Sorensen
@ 2016-11-07 18:21 ` Thomas Huth
  2017-01-07  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2016-11-07 18:21 UTC (permalink / raw)
  To: qemu-devel

Can you still reproduce this issue with the latest version of QEMU?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/485250

Title:
  nic e1000 network interface does not work with 32-bit windows 2003r2
  with  sp2

Status in QEMU:
  Incomplete

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 guest or
  host, but was able to ping it from windows guest.

  Running network test, netperf, between the windows guest fails with the message 
  "netperf: receive_response: no response received. errno 104 counter 0"

  cmdline used:
  /usr/local/bin/qemu-system-x86_64 -drive file=win2003r2sp2-32.raw,boot=on -net nic,vlan=0,macaddr=20:20:20:00:00:04,model=e1000  -net tap,vlan=0,script=/home/yogi/qemu-ifup  -m 2048 -enable-kvm  -usbdevice tablet -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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/485250/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2
       [not found] <20091119103034.30387.95497.malonedeb@wampee.canonical.com>
                   ` (3 preceding siblings ...)
  2016-11-07 18:21 ` Thomas Huth
@ 2017-01-07  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2017-01-07  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/485250

Title:
  nic e1000 network interface does not work with 32-bit windows 2003r2
  with  sp2

Status in QEMU:
  Expired

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 guest or
  host, but was able to ping it from windows guest.

  Running network test, netperf, between the windows guest fails with the message 
  "netperf: receive_response: no response received. errno 104 counter 0"

  cmdline used:
  /usr/local/bin/qemu-system-x86_64 -drive file=win2003r2sp2-32.raw,boot=on -net nic,vlan=0,macaddr=20:20:20:00:00:04,model=e1000  -net tap,vlan=0,script=/home/yogi/qemu-ifup  -m 2048 -enable-kvm  -usbdevice tablet -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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/485250/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-07  4:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20091119103034.30387.95497.malonedeb@wampee.canonical.com>
2010-06-02 16:46 ` [Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2 Joel Schopp
2010-06-02 20:16 ` Iggy
2010-06-24  6:49 ` Jes Sorensen
2016-11-07 18:21 ` Thomas Huth
2017-01-07  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.