qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1530035] [NEW] usb-host: ATI Technologies, Inc. TV Wonder acts as a different device if used
@ 2015-12-30  6:48 Jackson Bryn
  2020-11-19 16:22 ` [Bug 1530035] " Thomas Huth
  2021-01-19  4:17 ` Launchpad Bug Tracker
  0 siblings, 2 replies; 3+ messages in thread
From: Jackson Bryn @ 2015-12-30  6:48 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Title says it all. If you try to use the "ATI Technologies, Inc. TV
Wonder" USB 1.1 TV Tuner for passthrough under any OS that has drivers
for the device, the usb-host driver will confuse itself and give the
device a new PID number for Linux.

Tested on ReactOS and Windows XP with stable QEMU package from pacman on
Arch Linux.

Commands used: sudo qemu-system-x86_64 -enable-kvm -hda
~/QEMU/hd/winxp.img -usb -device usb-host,hostbus=2,hostaddr=3 -vga
vmware

Before starting qemu-kvm, lsusb reports:
[
Bus 002 Device 003: ID 0528:7561 ATI Technologies, Inc. TV Wonder
]

After starting qemu-kvm, usb-host and lsusb report:
[
libusb: error [_get_usbfs_fd] File doesn't exist, wait 10 ms and try again
libusb: error [_get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/002/003: No such file or directory

The device in Bus 2, Device 3 is gone and it appears as this instead:
Bus 002 Device 005: ID 0573:0400 Zoran Co. Personal Media Division (Nogatech) D-Link V100
]

This weird effect only lasts until you unplug the TV Wonder.

** 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/1530035

Title:
  usb-host: ATI Technologies, Inc. TV Wonder acts as a different device
  if used

Status in QEMU:
  New

Bug description:
  Title says it all. If you try to use the "ATI Technologies, Inc. TV
  Wonder" USB 1.1 TV Tuner for passthrough under any OS that has drivers
  for the device, the usb-host driver will confuse itself and give the
  device a new PID number for Linux.

  Tested on ReactOS and Windows XP with stable QEMU package from pacman
  on Arch Linux.

  Commands used: sudo qemu-system-x86_64 -enable-kvm -hda
  ~/QEMU/hd/winxp.img -usb -device usb-host,hostbus=2,hostaddr=3 -vga
  vmware

  Before starting qemu-kvm, lsusb reports:
  [
  Bus 002 Device 003: ID 0528:7561 ATI Technologies, Inc. TV Wonder
  ]

  After starting qemu-kvm, usb-host and lsusb report:
  [
  libusb: error [_get_usbfs_fd] File doesn't exist, wait 10 ms and try again
  libusb: error [_get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/002/003: No such file or directory

  The device in Bus 2, Device 3 is gone and it appears as this instead:
  Bus 002 Device 005: ID 0573:0400 Zoran Co. Personal Media Division (Nogatech) D-Link V100
  ]

  This weird effect only lasts until you unplug the TV Wonder.

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

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

* [Bug 1530035] Re: usb-host: ATI Technologies, Inc. TV Wonder acts as a different device if used
  2015-12-30  6:48 [Qemu-devel] [Bug 1530035] [NEW] usb-host: ATI Technologies, Inc. TV Wonder acts as a different device if used Jackson Bryn
@ 2020-11-19 16:22 ` Thomas Huth
  2021-01-19  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2020-11-19 16:22 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.

** 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/1530035

Title:
  usb-host: ATI Technologies, Inc. TV Wonder acts as a different device
  if used

Status in QEMU:
  Incomplete

Bug description:
  Title says it all. If you try to use the "ATI Technologies, Inc. TV
  Wonder" USB 1.1 TV Tuner for passthrough under any OS that has drivers
  for the device, the usb-host driver will confuse itself and give the
  device a new PID number for Linux.

  Tested on ReactOS and Windows XP with stable QEMU package from pacman
  on Arch Linux.

  Commands used: sudo qemu-system-x86_64 -enable-kvm -hda
  ~/QEMU/hd/winxp.img -usb -device usb-host,hostbus=2,hostaddr=3 -vga
  vmware

  Before starting qemu-kvm, lsusb reports:
  [
  Bus 002 Device 003: ID 0528:7561 ATI Technologies, Inc. TV Wonder
  ]

  After starting qemu-kvm, usb-host and lsusb report:
  [
  libusb: error [_get_usbfs_fd] File doesn't exist, wait 10 ms and try again
  libusb: error [_get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/002/003: No such file or directory

  The device in Bus 2, Device 3 is gone and it appears as this instead:
  Bus 002 Device 005: ID 0573:0400 Zoran Co. Personal Media Division (Nogatech) D-Link V100
  ]

  This weird effect only lasts until you unplug the TV Wonder.

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


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

* [Bug 1530035] Re: usb-host: ATI Technologies, Inc. TV Wonder acts as a different device if used
  2015-12-30  6:48 [Qemu-devel] [Bug 1530035] [NEW] usb-host: ATI Technologies, Inc. TV Wonder acts as a different device if used Jackson Bryn
  2020-11-19 16:22 ` [Bug 1530035] " Thomas Huth
@ 2021-01-19  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-19  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/1530035

Title:
  usb-host: ATI Technologies, Inc. TV Wonder acts as a different device
  if used

Status in QEMU:
  Expired

Bug description:
  Title says it all. If you try to use the "ATI Technologies, Inc. TV
  Wonder" USB 1.1 TV Tuner for passthrough under any OS that has drivers
  for the device, the usb-host driver will confuse itself and give the
  device a new PID number for Linux.

  Tested on ReactOS and Windows XP with stable QEMU package from pacman
  on Arch Linux.

  Commands used: sudo qemu-system-x86_64 -enable-kvm -hda
  ~/QEMU/hd/winxp.img -usb -device usb-host,hostbus=2,hostaddr=3 -vga
  vmware

  Before starting qemu-kvm, lsusb reports:
  [
  Bus 002 Device 003: ID 0528:7561 ATI Technologies, Inc. TV Wonder
  ]

  After starting qemu-kvm, usb-host and lsusb report:
  [
  libusb: error [_get_usbfs_fd] File doesn't exist, wait 10 ms and try again
  libusb: error [_get_usbfs_fd] libusb couldn't open USB device /dev/bus/usb/002/003: No such file or directory

  The device in Bus 2, Device 3 is gone and it appears as this instead:
  Bus 002 Device 005: ID 0573:0400 Zoran Co. Personal Media Division (Nogatech) D-Link V100
  ]

  This weird effect only lasts until you unplug the TV Wonder.

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


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

end of thread, other threads:[~2021-01-19  4:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-30  6:48 [Qemu-devel] [Bug 1530035] [NEW] usb-host: ATI Technologies, Inc. TV Wonder acts as a different device if used Jackson Bryn
2020-11-19 16:22 ` [Bug 1530035] " Thomas Huth
2021-01-19  4:17 ` Launchpad Bug Tracker

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).