qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1927408] [NEW] USB Ethernet device (RNDIS) does not work on several tested operating systems
@ 2021-05-06 13:41 John Arbuckle
  2021-05-06 14:21 ` [Bug 1927408] " Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Arbuckle @ 2021-05-06 13:41 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

The USB ethernet device does not work on most versions of operating
systems I have tested. For each operating system the command to use this
device was: -netdev user,id=mynet1 -device usb-net,netdev=mynet1.


Windows 2000 (qemu-system-i386):
- failed to load a driver for the device


Windows 7 (qemu-system-x86_64):
- Did not find a driver
- Followed the directions here: https://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7
-- The device failed to start with error 10.
- Did see this message in the terminal on the host: 
usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa


Mac OS 10.4.11 (qemu-system-ppc):
- It actually works.
- did see these messages in the terminal on the host:
usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0


Mac OS 10.8.5 (qemu-system-x86_64):
- Fails to obtain IP address using DHCP.
- The Network pane does say the device is connected. 
- A self-assigned IP address is given: 169.254.186.53.
-- It still did not work
- Did see this message in the terminal of the host:
usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0


Mac OS 10.2.3 (qemu-system-ppc):
- Did not appear to detect the USB NIC. Did not see it in the network pane.
- Apple System Profiler does see this device.
- Saw this message in there terminal of the host: qemu-system-ppc: Slirp: Failed to send packet, ret: -1


Mac OS 9.2 (qemu-system-ppc):
- Apple System Profiler does show the device connected.
- The Tcp/ip control panel did not detect this device.


My guess is this device is buggy. If anyone has any tips or suggestions please let me know.

Thank you.

** Affects: qemu
     Importance: Undecided
         Status: New

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

Title:
  USB Ethernet device (RNDIS) does not work on several tested operating
  systems

Status in QEMU:
  New

Bug description:
  The USB ethernet device does not work on most versions of operating
  systems I have tested. For each operating system the command to use
  this device was: -netdev user,id=mynet1 -device usb-net,netdev=mynet1.

  
  Windows 2000 (qemu-system-i386):
  - failed to load a driver for the device

  
  Windows 7 (qemu-system-x86_64):
  - Did not find a driver
  - Followed the directions here: https://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7
  -- The device failed to start with error 10.
  - Did see this message in the terminal on the host: 
  usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa

  
  Mac OS 10.4.11 (qemu-system-ppc):
  - It actually works.
  - did see these messages in the terminal on the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.8.5 (qemu-system-x86_64):
  - Fails to obtain IP address using DHCP.
  - The Network pane does say the device is connected. 
  - A self-assigned IP address is given: 169.254.186.53.
  -- It still did not work
  - Did see this message in the terminal of the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.2.3 (qemu-system-ppc):
  - Did not appear to detect the USB NIC. Did not see it in the network pane.
  - Apple System Profiler does see this device.
  - Saw this message in there terminal of the host: qemu-system-ppc: Slirp: Failed to send packet, ret: -1

  
  Mac OS 9.2 (qemu-system-ppc):
  - Apple System Profiler does show the device connected.
  - The Tcp/ip control panel did not detect this device.

  
  My guess is this device is buggy. If anyone has any tips or suggestions please let me know.

  Thank you.

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


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

* [Bug 1927408] Re: USB Ethernet device (RNDIS) does not work on several tested operating systems
  2021-05-06 13:41 [Bug 1927408] [NEW] USB Ethernet device (RNDIS) does not work on several tested operating systems John Arbuckle
@ 2021-05-06 14:21 ` Thomas Huth
  2021-05-06 15:11 ` John Arbuckle
  2021-05-06 15:24 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-05-06 14:21 UTC (permalink / raw)
  To: qemu-devel

Please do not open new tickets in the Launchpad bug tracker. Use the
gitlab issue tracker now instead:

  https://gitlab.com/qemu-project/qemu/-/issues

** Changed in: qemu
       Status: New => Won't Fix

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

Title:
  USB Ethernet device (RNDIS) does not work on several tested operating
  systems

Status in QEMU:
  Won't Fix

Bug description:
  The USB ethernet device does not work on most versions of operating
  systems I have tested. For each operating system the command to use
  this device was: -netdev user,id=mynet1 -device usb-net,netdev=mynet1.

  
  Windows 2000 (qemu-system-i386):
  - failed to load a driver for the device

  
  Windows 7 (qemu-system-x86_64):
  - Did not find a driver
  - Followed the directions here: https://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7
  -- The device failed to start with error 10.
  - Did see this message in the terminal on the host: 
  usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa

  
  Mac OS 10.4.11 (qemu-system-ppc):
  - It actually works.
  - did see these messages in the terminal on the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.8.5 (qemu-system-x86_64):
  - Fails to obtain IP address using DHCP.
  - The Network pane does say the device is connected. 
  - A self-assigned IP address is given: 169.254.186.53.
  -- It still did not work
  - Did see this message in the terminal of the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.2.3 (qemu-system-ppc):
  - Did not appear to detect the USB NIC. Did not see it in the network pane.
  - Apple System Profiler does see this device.
  - Saw this message in there terminal of the host: qemu-system-ppc: Slirp: Failed to send packet, ret: -1

  
  Mac OS 9.2 (qemu-system-ppc):
  - Apple System Profiler does show the device connected.
  - The Tcp/ip control panel did not detect this device.

  
  My guess is this device is buggy. If anyone has any tips or suggestions please let me know.

  Thank you.

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


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

* [Bug 1927408] Re: USB Ethernet device (RNDIS) does not work on several tested operating systems
  2021-05-06 13:41 [Bug 1927408] [NEW] USB Ethernet device (RNDIS) does not work on several tested operating systems John Arbuckle
  2021-05-06 14:21 ` [Bug 1927408] " Thomas Huth
@ 2021-05-06 15:11 ` John Arbuckle
  2021-05-06 15:24 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: John Arbuckle @ 2021-05-06 15:11 UTC (permalink / raw)
  To: qemu-devel

See https://gitlab.com/qemu-project/qemu/-/issues/198 for further
updates.

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #198
   https://gitlab.com/qemu-project/qemu/-/issues/198

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

Title:
  USB Ethernet device (RNDIS) does not work on several tested operating
  systems

Status in QEMU:
  Won't Fix

Bug description:
  The USB ethernet device does not work on most versions of operating
  systems I have tested. For each operating system the command to use
  this device was: -netdev user,id=mynet1 -device usb-net,netdev=mynet1.

  
  Windows 2000 (qemu-system-i386):
  - failed to load a driver for the device

  
  Windows 7 (qemu-system-x86_64):
  - Did not find a driver
  - Followed the directions here: https://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7
  -- The device failed to start with error 10.
  - Did see this message in the terminal on the host: 
  usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa

  
  Mac OS 10.4.11 (qemu-system-ppc):
  - It actually works.
  - did see these messages in the terminal on the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.8.5 (qemu-system-x86_64):
  - Fails to obtain IP address using DHCP.
  - The Network pane does say the device is connected. 
  - A self-assigned IP address is given: 169.254.186.53.
  -- It still did not work
  - Did see this message in the terminal of the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.2.3 (qemu-system-ppc):
  - Did not appear to detect the USB NIC. Did not see it in the network pane.
  - Apple System Profiler does see this device.
  - Saw this message in there terminal of the host: qemu-system-ppc: Slirp: Failed to send packet, ret: -1

  
  Mac OS 9.2 (qemu-system-ppc):
  - Apple System Profiler does show the device connected.
  - The Tcp/ip control panel did not detect this device.

  
  My guess is this device is buggy. If anyone has any tips or suggestions please let me know.

  Thank you.

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


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

* [Bug 1927408] Re: USB Ethernet device (RNDIS) does not work on several tested operating systems
  2021-05-06 13:41 [Bug 1927408] [NEW] USB Ethernet device (RNDIS) does not work on several tested operating systems John Arbuckle
  2021-05-06 14:21 ` [Bug 1927408] " Thomas Huth
  2021-05-06 15:11 ` John Arbuckle
@ 2021-05-06 15:24 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-05-06 15:24 UTC (permalink / raw)
  To: qemu-devel

Thanks for re-opening it there!

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

Title:
  USB Ethernet device (RNDIS) does not work on several tested operating
  systems

Status in QEMU:
  Won't Fix

Bug description:
  The USB ethernet device does not work on most versions of operating
  systems I have tested. For each operating system the command to use
  this device was: -netdev user,id=mynet1 -device usb-net,netdev=mynet1.

  
  Windows 2000 (qemu-system-i386):
  - failed to load a driver for the device

  
  Windows 7 (qemu-system-x86_64):
  - Did not find a driver
  - Followed the directions here: https://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7
  -- The device failed to start with error 10.
  - Did see this message in the terminal on the host: 
  usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa

  
  Mac OS 10.4.11 (qemu-system-ppc):
  - It actually works.
  - did see these messages in the terminal on the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.8.5 (qemu-system-x86_64):
  - Fails to obtain IP address using DHCP.
  - The Network pane does say the device is connected. 
  - A self-assigned IP address is given: 169.254.186.53.
  -- It still did not work
  - Did see this message in the terminal of the host:
  usbnet: failed control transaction: request 0x2143 value 0x1c index 0x0 length 0x0
  usbnet: failed control transaction: request 0x2143 value 0x1e index 0x0 length 0x0

  
  Mac OS 10.2.3 (qemu-system-ppc):
  - Did not appear to detect the USB NIC. Did not see it in the network pane.
  - Apple System Profiler does see this device.
  - Saw this message in there terminal of the host: qemu-system-ppc: Slirp: Failed to send packet, ret: -1

  
  Mac OS 9.2 (qemu-system-ppc):
  - Apple System Profiler does show the device connected.
  - The Tcp/ip control panel did not detect this device.

  
  My guess is this device is buggy. If anyone has any tips or suggestions please let me know.

  Thank you.

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


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

end of thread, other threads:[~2021-05-06 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 13:41 [Bug 1927408] [NEW] USB Ethernet device (RNDIS) does not work on several tested operating systems John Arbuckle
2021-05-06 14:21 ` [Bug 1927408] " Thomas Huth
2021-05-06 15:11 ` John Arbuckle
2021-05-06 15:24 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).