All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest
@ 2010-12-04  7:00 Max Power
  2010-12-08 19:30 ` [Qemu-devel] [Bug 685096] " Mirco Bauer
                   ` (41 more replies)
  0 siblings, 42 replies; 44+ messages in thread
From: Max Power @ 2010-12-04  7:00 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

USB Passthrough from host to guest is not working for a 32-bit Windows 7
guest, while it works perfectly for a 32-bit Windows XP guest.

The device appears in the device manager of Windows 7, but with "Error
code 10: device cannot start". I have tried this with numerous USB
thumbdrives and a USB wireless NIC, all with the same result. The device
name and functionality is recognized, so at least some USB negotiation
is taking place.

I am trying this with the latest git-pull of QEMU-KVM.

The command line to launch qemu-kvm for win7 is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

The command line to launch qemu-kvm for winxp is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

Any help is appreciated.

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: kvm qemu usb windows7

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows 7 guest, while it works perfectly for a 32-bit Windows XP guest. 

The device appears in the device manager of Windows 7, but with "Error code 10: device cannot start". I have tried this with numerous USB thumbdrives and a USB wireless NIC, all with the same result. The device name and functionality is recognized, so at least some USB negotiation is taking place.

I am trying this with the latest git-pull of QEMU-KVM. 

The command line to launch qemu-kvm for win7 is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

The command line to launch qemu-kvm for winxp is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

Any help is appreciated.

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
@ 2010-12-08 19:30 ` Mirco Bauer
  2010-12-15 22:12 ` Carlos-velasco
                   ` (40 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Mirco Bauer @ 2010-12-08 19:30 UTC (permalink / raw)
  To: qemu-devel

I suffer from the same issue using QEMU 1.1. I tried 5 different USB
thumbdrives and none of them worked. Interesting was that a USB 1.1
mouse was working though.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows 7 guest, while it works perfectly for a 32-bit Windows XP guest. 

The device appears in the device manager of Windows 7, but with "Error code 10: device cannot start". I have tried this with numerous USB thumbdrives and a USB wireless NIC, all with the same result. The device name and functionality is recognized, so at least some USB negotiation is taking place.

I am trying this with the latest git-pull of QEMU-KVM. 

The command line to launch qemu-kvm for win7 is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

The command line to launch qemu-kvm for winxp is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

Any help is appreciated.

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
  2010-12-08 19:30 ` [Qemu-devel] [Bug 685096] " Mirco Bauer
@ 2010-12-15 22:12 ` Carlos-velasco
  2010-12-15 22:32 ` Carlos-velasco
                   ` (39 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Carlos-velasco @ 2010-12-15 22:12 UTC (permalink / raw)
  To: qemu-devel

Same problem here, using:
qemu-kvm 0.13
kernel 2.6.36.2
kvm-intel

Guest:
Windows 7 Enterprise x64

INFO USBHOST:
  Device 2.2, speed 480 Mb/s
    Class 00: USB device 054c:02a5, Storage Media

INFO USB:
Device 0.3, Speed 480 Mb/s, Product Storage Media

Device appears in Windows 7 but in Error Code 10.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows 7 guest, while it works perfectly for a 32-bit Windows XP guest. 

The device appears in the device manager of Windows 7, but with "Error code 10: device cannot start". I have tried this with numerous USB thumbdrives and a USB wireless NIC, all with the same result. The device name and functionality is recognized, so at least some USB negotiation is taking place.

I am trying this with the latest git-pull of QEMU-KVM. 

The command line to launch qemu-kvm for win7 is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

The command line to launch qemu-kvm for winxp is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

Any help is appreciated.

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
  2010-12-08 19:30 ` [Qemu-devel] [Bug 685096] " Mirco Bauer
  2010-12-15 22:12 ` Carlos-velasco
@ 2010-12-15 22:32 ` Carlos-velasco
  2012-02-01 17:35 ` sydenis
                   ` (38 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Carlos-velasco @ 2010-12-15 22:32 UTC (permalink / raw)
  To: qemu-devel

Ugh... I have just realized that KVM only supports UHCI, so not USB 2.0
support

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows 7 guest, while it works perfectly for a 32-bit Windows XP guest. 

The device appears in the device manager of Windows 7, but with "Error code 10: device cannot start". I have tried this with numerous USB thumbdrives and a USB wireless NIC, all with the same result. The device name and functionality is recognized, so at least some USB negotiation is taking place.

I am trying this with the latest git-pull of QEMU-KVM. 

The command line to launch qemu-kvm for win7 is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

The command line to launch qemu-kvm for winxp is:
sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

Any help is appreciated.

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (2 preceding siblings ...)
  2010-12-15 22:32 ` Carlos-velasco
@ 2012-02-01 17:35 ` sydenis
  2012-10-06 23:14 ` Wessel Dankers
                   ` (37 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: sydenis @ 2012-02-01 17:35 UTC (permalink / raw)
  To: qemu-devel

two years passed... nothihg changed....
qemu 0.14.1+win7(32/64)  the problem persist

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (3 preceding siblings ...)
  2012-02-01 17:35 ` sydenis
@ 2012-10-06 23:14 ` Wessel Dankers
  2013-04-19 22:35 ` Steve Rencontre
                   ` (36 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Wessel Dankers @ 2012-10-06 23:14 UTC (permalink / raw)
  To: qemu-devel

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

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (4 preceding siblings ...)
  2012-10-06 23:14 ` Wessel Dankers
@ 2013-04-19 22:35 ` Steve Rencontre
  2013-04-24 19:16 ` Daniël van Eeden
                   ` (35 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Steve Rencontre @ 2013-04-19 22:35 UTC (permalink / raw)
  To: qemu-devel

Just found this problem with Win7 guest, both 32 and 64-bit, using qemu-
kvm 1.01. WinXP is absolutely fine.

How can this /possibly/ not be a priority to 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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (5 preceding siblings ...)
  2013-04-19 22:35 ` Steve Rencontre
@ 2013-04-24 19:16 ` Daniël van Eeden
  2013-04-29 14:09 ` Serge Hallyn
                   ` (34 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Daniël van Eeden @ 2013-04-24 19:16 UTC (permalink / raw)
  To: qemu-devel

This is an issue for me with Win7 SP1 64-bit guest on Ubuntu 12.10
(qemu-kvm 1.2.0+noroms)

** Also affects: qemu-kvm (Ubuntu)
   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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (6 preceding siblings ...)
  2013-04-24 19:16 ` Daniël van Eeden
@ 2013-04-29 14:09 ` Serge Hallyn
  2013-04-30  7:41 ` Yolanda Robla
                   ` (33 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2013-04-29 14:09 UTC (permalink / raw)
  To: qemu-devel

Waiting on a microsoft license, hoping to be able to test this in the
next 2 weeks.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (7 preceding siblings ...)
  2013-04-29 14:09 ` Serge Hallyn
@ 2013-04-30  7:41 ` Yolanda Robla
  2013-05-03  8:33 ` Sam Stoelinga
                   ` (32 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Yolanda Robla @ 2013-04-30  7:41 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu-kvm (Ubuntu)
       Status: New => Confirmed

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (8 preceding siblings ...)
  2013-04-30  7:41 ` Yolanda Robla
@ 2013-05-03  8:33 ` Sam Stoelinga
  2013-05-30 18:25 ` Tobin Davis
                   ` (31 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Sam Stoelinga @ 2013-05-03  8:33 UTC (permalink / raw)
  To: qemu-devel

This is also affecting Windows Server 2008 and happens with all usb
storage devices I tested.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (9 preceding siblings ...)
  2013-05-03  8:33 ` Sam Stoelinga
@ 2013-05-30 18:25 ` Tobin Davis
  2013-05-30 19:28 ` Wessel Dankers
                   ` (30 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Tobin Davis @ 2013-05-30 18:25 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1033727 ***
    https://bugs.launchpad.net/bugs/1033727

** This bug has been marked a duplicate of bug 1033727
   USB passthrough doesn't work anymore with qemu-kvm 1.1.1

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (10 preceding siblings ...)
  2013-05-30 18:25 ` Tobin Davis
@ 2013-05-30 19:28 ` Wessel Dankers
  2013-07-04  3:15 ` Sam Stoelinga
                   ` (29 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Wessel Dankers @ 2013-05-30 19:28 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1033727 ***
    https://bugs.launchpad.net/bugs/1033727

Bug #1033727 is specifically about qemu-kvm 1.2.0 and higher, see
comment #8 on that bug for example. This bug is about earlier versions,
including the version in 12.04 LTS.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (11 preceding siblings ...)
  2013-05-30 19:28 ` Wessel Dankers
@ 2013-07-04  3:15 ` Sam Stoelinga
  2013-07-05 11:43 ` Serge Hallyn
                   ` (28 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Sam Stoelinga @ 2013-07-04  3:15 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1033727 ***
    https://bugs.launchpad.net/bugs/1033727

This maybe not a duplicate as we're using 1.3.1 and Windows 7 isn't
working there either. All other Operating systems are working though.

@Wessel: I believe the bug you pointed out as duplicate is saying that
USB passthrough isnt working on any guest OS, but this bug is
specifically targeted about Windows 7 not working.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (12 preceding siblings ...)
  2013-07-04  3:15 ` Sam Stoelinga
@ 2013-07-05 11:43 ` Serge Hallyn
  2013-07-05 12:05 ` Wessel Dankers
                   ` (27 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2013-07-05 11:43 UTC (permalink / raw)
  To: qemu-devel

** This bug is no longer a duplicate of bug 1033727
   USB passthrough doesn't work anymore with qemu-kvm 1.1.1

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (13 preceding siblings ...)
  2013-07-05 11:43 ` Serge Hallyn
@ 2013-07-05 12:05 ` Wessel Dankers
  2013-08-01  2:46 ` Sam Stoelinga
                   ` (26 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Wessel Dankers @ 2013-07-05 12:05 UTC (permalink / raw)
  To: qemu-devel

I don't recall saying there was a duplicate of this bug? I merely
objected to #1033727 being marked a duplicate.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (14 preceding siblings ...)
  2013-07-05 12:05 ` Wessel Dankers
@ 2013-08-01  2:46 ` Sam Stoelinga
  2013-08-05 13:21 ` Serge Hallyn
                   ` (25 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Sam Stoelinga @ 2013-08-01  2:46 UTC (permalink / raw)
  To: qemu-devel

Lol weird it's not marked as duplicate anymore anyway, guess it was not
you then. Don't know what happened.

Can this bug be fixed in KVM or is it really to Windows specific? Else I
may have a look at it, never did any KVM development though, should be
fun.

@Serge: Did you get the license already and had a look at this bug?

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (15 preceding siblings ...)
  2013-08-01  2:46 ` Sam Stoelinga
@ 2013-08-05 13:21 ` Serge Hallyn
  2013-09-09 22:14 ` Serge Hallyn
                   ` (24 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2013-08-05 13:21 UTC (permalink / raw)
  To: qemu-devel

@Sam,

I have the license now, but haven't had a chance to reproduce yet,
sorry.  It's on my list.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (16 preceding siblings ...)
  2013-08-05 13:21 ` Serge Hallyn
@ 2013-09-09 22:14 ` Serge Hallyn
  2013-11-05 15:30 ` Jens Frederich
                   ` (23 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2013-09-09 22:14 UTC (permalink / raw)
  To: qemu-devel

Upstream git head still gives me this problem, as does back to 0.14.0.

Note however that the same qemu builds, with the same usb stick, work
fine using a linux guest.

The same stick, inserted to the same windows version on native hardware
also works.

So it's not bad hardware, it's not hardware unsupported by windows, and
qemu *is* passing the usb device through sufficiently that windows
SHOULD be able to make use of it.

So this appears to be something specific that windows wants.

I've seen mention of windows registry tricks involving removal of top
and bottom filters for the device...  I haven't tested that to see if
that would be a workaround.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (17 preceding siblings ...)
  2013-09-09 22:14 ` Serge Hallyn
@ 2013-11-05 15:30 ` Jens Frederich
  2013-11-05 16:05 ` Serge Hallyn
                   ` (22 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Jens Frederich @ 2013-11-05 15:30 UTC (permalink / raw)
  To: qemu-devel

Is there any workaround?

We're currently evaluating different RTOS systems. One is Linux RT with
KVM/QEMU with Windows 7. This bug breaks the latency measurement setup
and Linux RT is out of race. It there anyway to fix the issue?

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (18 preceding siblings ...)
  2013-11-05 15:30 ` Jens Frederich
@ 2013-11-05 16:05 ` Serge Hallyn
  2013-11-05 16:33 ` Jens Frederich
                   ` (21 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2013-11-05 16:05 UTC (permalink / raw)
  To: qemu-devel

Hi Jens,

could you tell us exactly what you are trying to pass through, what
commands you've tried, and with what version of qemu (and, if hand-
built, which options were passed to configure).

1.5 came with a new passthrough implementation, but alongside the old.
So I wonder whether choosing the libusb based implementation would help.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (19 preceding siblings ...)
  2013-11-05 16:05 ` Serge Hallyn
@ 2013-11-05 16:33 ` Jens Frederich
  2013-11-05 16:34 ` Jens Frederich
                   ` (20 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Jens Frederich @ 2013-11-05 16:33 UTC (permalink / raw)
  To: qemu-devel

Hi Serge,

for your information. I sent a mail to the devel mailing list. See
below.

I've tried to passthrough special Vector automotive usb in house devices.
Look here: http://vector.com/vi_vn1600_en.html.

What do you mean with "what commands you've tried"?

I've tried three QEMU versions:

1. Ubuntu 13.04 64-bit prebuild qemu-kvm package (qemu 1.4.0)
2. Ubuntu 13.10 64-bit prebuild qemu-kvm package (qemu 1.5.0)
3. Hand builded QEMU 1.6.1 with standard configure call
    $ ./configure --prefix=/opt/kvm && make -j

Next, I want to build qemu from git?

I use virt-manager or virsh to start/stop my guest. The QEMU command
line is:

qemu-system-x86_64 -machine accel=kvm:tcg -name VRTP1_win -S -M pc-
i440fx-1.4 -cpu SandyBridge -m 3072 -smp 2,sockets=1,cores=2,threads=1
-uuid 8ee5add7-f1a9-d697-9c18-2c1b4967c00e -no-user-config -nodefaults
-chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/VRTP1_win.monitor,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime
-no-shutdown -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2
-device ahci,id=ahci0,bus=pci.0,addr=0x6 -drive
file=/var/lib/libvirt/images/VN8912_Development_0.9.2.bin,if=none,id
=drive-sata0-0-0,format=raw -device ide-hd,bus=ahci0.0,drive=drive-
sata0-0-0,id=sata0-0-0,bootindex=1 -netdev
tap,fd=27,id=hostnet0,vhost=on,vhostfd=28 -device virtio-net-
pci,netdev=hostnet0,id=net0,mac=52:54:00:71:f5:45,bus=pci.0,addr=0x3
-chardev pty,id=charserial0 -device isa-
serial,chardev=charserial0,id=serial0 -device usb-tablet,id=input0 -vnc
127.0.0.1:0 -vga std -device intel-hda,id=sound0,bus=pci.0,addr=0x4
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device usb-
host,hostbus=3,hostaddr=18,id=hostdev0 -device virtio-balloon-
pci,id=balloon0,bus=pci.0,addr=0x5


Mail to devel list:

Hi all,

we're currently evaluating different RTOS systems (Windows CE, Intime, RTX, etc.).
One system is Linux RT + KVM/QEMU with a Windows 7 guest. Up to now all
works fine, Linux RT has good latency and KVM/Qemu setup was easy. But one QEMU bug
breaks my measurement setup and evaluation.

I've some usb devices for the Windows 7 guest. I configure them as USB passthrough.
The devices appears in the device manager of Windows 7, but with
"Error code 10": device cannot start". The Windows driver fails on USB set configuration.
The driver creates a IRP and send it via IOCTRL to lower layer. The IOCTRL fails with
invalid parameter.

driver log:
00000009  0.65470564  vnCDrvUsbControlRequestSetConfiguration, WdfUsbTargetDeviceSelectConfig single interface failed 0xc000000d  
00000010  0.65472370  vnCDrvUsbIFPrepareHardwareState, vnCDrvUsbControlRequestSetConfiguration failed: 0xc000000d 
00000011  0.65473646  vnCDrvDevConPrepareHardware, vnCDrvUsbIFPrepareHardwareState failed 0xc000000d  
00000012  0.65474838  vnCDrvEvtDevicePrepareHardware, vnCDrvDevConPrepareHardware failed 0xc0000001 
00000013  0.6547

This bug breaks my latency measurement setup and Linux RT is out of the evaluationg
race. Windows CE should not win :-), it there anyway workaround or hack to fix the issue?

My setup:

Ubuntu 64-bit
Windows 7 Embedded Guest
Linux Kernel: 3.10.10-rt7
QEMU: 1.4.0, 1.6.1

thanks,
Jens

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (20 preceding siblings ...)
  2013-11-05 16:33 ` Jens Frederich
@ 2013-11-05 16:34 ` Jens Frederich
  2013-11-10 17:19 ` debfreak
                   ` (19 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Jens Frederich @ 2013-11-05 16:34 UTC (permalink / raw)
  To: qemu-devel

All devices work on other hypervisors like VMware Workstation etc...

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (21 preceding siblings ...)
  2013-11-05 16:34 ` Jens Frederich
@ 2013-11-10 17:19 ` debfreak
  2013-11-13  3:07 ` FanFan
                   ` (18 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: debfreak @ 2013-11-10 17:19 UTC (permalink / raw)
  To: qemu-devel

I have the same problem. I tried it with qemu 1.4 and the last 1.6.0-dfsg-2 on a debian testing system. Win 7 says always "This device cannot start. (Code 10)". I tried a lot of usb sticks but always the same...
I hope there will be sometime a solution for this :( I wait over a year in the hope that this will work.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (22 preceding siblings ...)
  2013-11-10 17:19 ` debfreak
@ 2013-11-13  3:07 ` FanFan
  2013-11-18 16:32 ` Serge Hallyn
                   ` (17 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: FanFan @ 2013-11-13  3:07 UTC (permalink / raw)
  To: qemu-devel

I also have this issue. USB pass-through didn't work on windows 8. I try
to use "virt-mamanger", and set USB interface to USB 2.0. Then
everything works well.  The default one would be USB 1.0.

I don't know how to transform virt-manager's configuration to QEMU's
command line arguments. Hope this help.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (23 preceding siblings ...)
  2013-11-13  3:07 ` FanFan
@ 2013-11-18 16:32 ` Serge Hallyn
  2014-01-15  1:32 ` Gonglei
                   ` (16 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2013-11-18 16:32 UTC (permalink / raw)
  To: qemu-devel

@FanFan,

if you start such a vm and do 'ps -ef | grep kvm' should see the kvm
command line which is working for you.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (24 preceding siblings ...)
  2013-11-18 16:32 ` Serge Hallyn
@ 2014-01-15  1:32 ` Gonglei
  2014-02-01 18:19 ` Manuel Baesler
                   ` (15 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Gonglei @ 2014-01-15  1:32 UTC (permalink / raw)
  To: qemu-devel

I think you should appoint the usb bus which according to your usb type, such as:
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 
	-device usb-ehci,id=usb1,bus=pci.0,addr=0x4 
	-device usb-hub,id=hub0,bus=usb.0,port=2 
	-device usb-tablet,id=input0,bus=usb.0,port=1 
	-device usb-host,hostbus=2,hostport=2,id=hostdev0,bus=usb1.0

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (25 preceding siblings ...)
  2014-01-15  1:32 ` Gonglei
@ 2014-02-01 18:19 ` Manuel Baesler
  2014-02-01 20:47 ` Manuel Baesler
                   ` (14 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Manuel Baesler @ 2014-02-01 18:19 UTC (permalink / raw)
  To: qemu-devel

Hi, I had the same problem. Tested a lot. My solution to passthrough usb
devices to a windows 7 x64 guest:

parameter part:

-device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb-
host,vendorid=0x{},productid=0x{},id=hostdev0,bus=usb.0

I also tried the device
piix4-usb-uhci

instead of usb-ehci

piix4-usb-uhci caused the Code 10 error in the windows device manager.

lsusb will give you a list of plugged in usb devices. eg.

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

1d6b:0002
and
1d6b:0003

are vendorid:prouctid

replace {} with the ids and it should work. I tested it with

- ssd usb 3.0 drive 
- retail usb seagate usb 2.0 hdd drive.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (26 preceding siblings ...)
  2014-02-01 18:19 ` Manuel Baesler
@ 2014-02-01 20:47 ` Manuel Baesler
  2014-02-06 17:52   ` Serge Hallyn
  2014-02-12 15:27 ` Manuel Baesler
                   ` (13 subsequent siblings)
  41 siblings, 1 reply; 44+ messages in thread
From: Manuel Baesler @ 2014-02-01 20:47 UTC (permalink / raw)
  To: qemu-devel

followup:

my understanding is there are a bunch of usb interfaces:

uhci is usb 1.0
ehci is usb 2.0
xhci is usb 3.0
…

-device piix3-usb-uhci will create an usb 1.0 interface. I guess usb 1.0
is insufficent for modern usb devices so windows errors with code 10.
ehci have enough to bring full support for modern usb devices.

qemu is like LEGO where you can wire it all together :-)

refference:
https://github.com/qemu/qemu/blob/master/docs/usb2.txt
https://en.wikipedia.org/wiki/Host_controller_interface_(USB,_Firewire)#USB

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* Re: [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2014-02-01 20:47 ` Manuel Baesler
@ 2014-02-06 17:52   ` Serge Hallyn
  0 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2014-02-06 17:52 UTC (permalink / raw)
  To: qemu-devel

Quoting Manuel Baesler (685096@bugs.launchpad.net):
> followup:
> 
> my understanding is there are a bunch of usb interfaces:
> 
> uhci is usb 1.0
> ehci is usb 2.0
> xhci is usb 3.0
> …
> 
> -device piix3-usb-uhci will create an usb 1.0 interface. I guess usb 1.0
> is insufficent for modern usb devices so windows errors with code 10.
> ehci have enough to bring full support for modern usb devices.
> 
> qemu is like LEGO where you can wire it all together :-)
> 
> refference:
> https://github.com/qemu/qemu/blob/master/docs/usb2.txt
> https://en.wikipedia.org/wiki/Host_controller_interface_(USB,_Firewire)#USB

Thanks - so (this isn't documented in the qemu man page) am I to assume
that given " -usbdevice host:0781:5150" as the original bug submitter is
doing means "give me usb 1.0" ?

Max, does it work for you if you use (...taking a wild guess) :

 -device usb-ehci,id=usb,bus=pci.0,addr=0x4 \
 -device usb-host,vendorid=0x0781,productid=0x5150,id=hostdev0,bus=usb.0

or perhaps

 -device usb-ehci,id=usb,bus=pci.0,addr=0x4 \
 -usbdevice tablet \
 -device usb-host,vendorid=0x0781,productid=0x5150,id=hostdev0,bus=usb.0

You also might try xhci in place of ehci.

(If this does turn out to be the answer, then the bug title should be
changed to include 'usb2.0 and usb3.0 devices', to aid people in
finding this gem in the future)

 status: incomplete


** Changed in: qemu-kvm (Ubuntu)
       Status: Confirmed => 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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (27 preceding siblings ...)
  2014-02-01 20:47 ` Manuel Baesler
@ 2014-02-12 15:27 ` Manuel Baesler
  2014-06-11 10:25 ` Michal Suchanek
                   ` (12 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Manuel Baesler @ 2014-02-12 15:27 UTC (permalink / raw)
  To: qemu-devel

RIght, with '-usb' qemu creates then 'piix3-usb-uhci' device:

00:01.2 USB controller: Intel Corporation 82371SB PIIX3 USB
[Natoma/Triton II] (rev 01)

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (28 preceding siblings ...)
  2014-02-12 15:27 ` Manuel Baesler
@ 2014-06-11 10:25 ` Michal Suchanek
  2014-06-13 16:50 ` Michal Suchanek
                   ` (11 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Michal Suchanek @ 2014-06-11 10:25 UTC (permalink / raw)
  To: qemu-devel

I can connect to network with qemu 2.0 with and win 7 pro 64bit guest.

qemu-system-x86_64 -machine accel=kvm -smp 2 -m 1024 -net none -device
usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb-
host,vendorid=0x0b95,productid=0x772b,id=hostdev0,bus=usb.0  -usb
-usbdevice tablet -hda /srv/rhev/virtual.qcow  -soundhw hda -boot c

Bus 007 Device 014: ID 0b95:772b ASIX Electronics Corp.


Unfortunately there is lack of automation and documentation. Ideally you would use something like 
qemu-system-x86_64 -machine accel=kvm -smp 2 -m 1024 -net none -usb2 -usbdevice host:0b95:772b -usbdevice  tablet -hda /srv/rhev/virtual.qcow  -soundhw hda -boot c

Tthe usb device info from Linux should be enough to determine if the
device is to be connected to usb1 or usb2, right?

** Attachment added: "Win 7 device manager"
   https://bugs.launchpad.net/qemu/+bug/685096/+attachment/4129559/+files/screenshot-20140611122419.png

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (29 preceding siblings ...)
  2014-06-11 10:25 ` Michal Suchanek
@ 2014-06-13 16:50 ` Michal Suchanek
  2014-06-13 17:29 ` Serge Hallyn
                   ` (10 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Michal Suchanek @ 2014-06-13 16:50 UTC (permalink / raw)
  To: qemu-devel

So the RightWay(tm) to fix this is to download
http://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/ich9-ehci-
uhci.cfg;hb=HEAD

and run

qemu-system-x86_64 -net none -readconfig ich9-ehci-uhci.cfg -device usb-
host,vendorid=0x0b95,productid=0x772b -device usb-tablet <extra options
here>

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (30 preceding siblings ...)
  2014-06-13 16:50 ` Michal Suchanek
@ 2014-06-13 17:29 ` Serge Hallyn
  2014-06-13 19:12 ` Michal Suchanek
                   ` (9 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2014-06-13 17:29 UTC (permalink / raw)
  To: qemu-devel

Thanks Michal,

so at sounds like at least that file should be distributed with the qemu
package.  I don't know the best place for that, or how cleanly we can
integrate it to make it easiest on the end-user...

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (31 preceding siblings ...)
  2014-06-13 17:29 ` Serge Hallyn
@ 2014-06-13 19:12 ` Michal Suchanek
  2015-01-16 21:39 ` Serge Hallyn
                   ` (8 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Michal Suchanek @ 2014-06-13 19:12 UTC (permalink / raw)
  To: qemu-devel

Actually, in qemu 2.0.0 the file is packaged. However, it is packaged in
the qemu package rather than qemu-system package so users are unlikely
to have the file.

** Also affects: qemu (Debian)
   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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in “qemu-kvm” package in Ubuntu:
  Incomplete
Status in “qemu” package in Debian:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (32 preceding siblings ...)
  2014-06-13 19:12 ` Michal Suchanek
@ 2015-01-16 21:39 ` Serge Hallyn
  2015-08-12 16:59 ` Serge Hallyn
                   ` (7 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2015-01-16 21:39 UTC (permalink / raw)
  To: qemu-devel

The file seems to be in qemu-system-common (at least in Ubuntu 14.10).

The next question is how to best help the user to run the right command.
Should it go into the manpage?

** Package changed: qemu-kvm (Ubuntu) => qemu (Ubuntu)

** Changed in: qemu (Ubuntu)
   Importance: Undecided => Medium

** Changed in: qemu (Ubuntu)
       Status: Incomplete => Confirmed

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed
Status in qemu package in Debian:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (33 preceding siblings ...)
  2015-01-16 21:39 ` Serge Hallyn
@ 2015-08-12 16:59 ` Serge Hallyn
  2015-08-20 16:48 ` Nehal J Wani
                   ` (6 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Serge Hallyn @ 2015-08-12 16:59 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu (Ubuntu)
   Importance: Medium => Low

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed
Status in qemu package in Debian:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (34 preceding siblings ...)
  2015-08-12 16:59 ` Serge Hallyn
@ 2015-08-20 16:48 ` Nehal J Wani
  2015-12-22 17:48 ` FFO
                   ` (5 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Nehal J Wani @ 2015-08-20 16:48 UTC (permalink / raw)
  To: qemu-devel

Comment No. 23 by Manuel Baesler worked for me in Windows 10.
lsusb gave me:
Bus 001 Device 040: ID 8564:1000 Transcend Information, Inc. JetFlash
Qemu Flags used:
-device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb-host,vendorid=0x8564,productid=0x1000,id=hostdev0,bus=usb.0

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed
Status in qemu package in Debian:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (35 preceding siblings ...)
  2015-08-20 16:48 ` Nehal J Wani
@ 2015-12-22 17:48 ` FFO
  2017-05-19 10:29 ` Thomas Huth
                   ` (4 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: FFO @ 2015-12-22 17:48 UTC (permalink / raw)
  To: qemu-devel

The only way to see my iPhone (or any USB device) in the Windows guest
is to have it redirected via "Spice", not with libvirt xml capture
elements.

Select Redirect USB device in virt-viewer and it just works.

I have upgraded to Qemu 2.4, libvirt 1.2.21 and upgraded the qemu machine to "q35" as I tried hard to make it work via xml.
Now that I have it working, I don't plan to check if it works with less current software / machines.

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

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed
Status in qemu package in Debian:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (36 preceding siblings ...)
  2015-12-22 17:48 ` FFO
@ 2017-05-19 10:29 ` Thomas Huth
  2018-01-12 13:28 ` Thomas Huth
                   ` (3 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Thomas Huth @ 2017-05-19 10:29 UTC (permalink / raw)
  To: qemu-devel

If I get the previous comments right, this is just about using the right
configuration, and not a real bug? If so, I assume we can close this
ticket nowadays?

** Changed in: qemu
       Status: Confirmed => 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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Incomplete
Status in qemu package in Ubuntu:
  Confirmed
Status in qemu package in Debian:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (37 preceding siblings ...)
  2017-05-19 10:29 ` Thomas Huth
@ 2018-01-12 13:28 ` Thomas Huth
  2018-05-30 17:02 ` Andreas Hasenack
                   ` (2 subsequent siblings)
  41 siblings, 0 replies; 44+ messages in thread
From: Thomas Huth @ 2018-01-12 13:28 UTC (permalink / raw)
  To: qemu-devel

Closing this bug for QEMU, since there haven't been any replies within
the last 7 months.

** Changed in: qemu
       Status: Incomplete => 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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Won't Fix
Status in qemu package in Ubuntu:
  Confirmed
Status in qemu package in Debian:
  New

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (38 preceding siblings ...)
  2018-01-12 13:28 ` Thomas Huth
@ 2018-05-30 17:02 ` Andreas Hasenack
  2018-05-30 17:02 ` Andreas Hasenack
  2018-07-30  4:17 ` Launchpad Bug Tracker
  41 siblings, 0 replies; 44+ messages in thread
From: Andreas Hasenack @ 2018-05-30 17:02 UTC (permalink / raw)
  To: qemu-devel

Also marking the ubuntu task as incomplete. It looks like it's sorted,
but let's give it some time for people to comment if they still have an
issue.

** Changed in: qemu (Ubuntu)
       Status: Confirmed => 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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Won't Fix
Status in qemu package in Ubuntu:
  Incomplete
Status in qemu package in Debian:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (39 preceding siblings ...)
  2018-05-30 17:02 ` Andreas Hasenack
@ 2018-05-30 17:02 ` Andreas Hasenack
  2018-07-30  4:17 ` Launchpad Bug Tracker
  41 siblings, 0 replies; 44+ messages in thread
From: Andreas Hasenack @ 2018-05-30 17:02 UTC (permalink / raw)
  To: qemu-devel

Doing the same for the debian task, which doesn't have an upstream bug
anyway.

** Changed in: qemu (Debian)
       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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Won't Fix
Status in qemu package in Ubuntu:
  Incomplete
Status in qemu package in Debian:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

* [Qemu-devel] [Bug 685096] Re: USB Passthrough not working for Windows 7 guest
  2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
                   ` (40 preceding siblings ...)
  2018-05-30 17:02 ` Andreas Hasenack
@ 2018-07-30  4:17 ` Launchpad Bug Tracker
  41 siblings, 0 replies; 44+ messages in thread
From: Launchpad Bug Tracker @ 2018-07-30  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for qemu (Ubuntu) because there has been no activity for 60
days.]

** Changed in: qemu (Ubuntu)
       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/685096

Title:
  USB Passthrough not working for Windows 7 guest

Status in QEMU:
  Won't Fix
Status in qemu package in Ubuntu:
  Expired
Status in qemu package in Debian:
  Incomplete

Bug description:
  USB Passthrough from host to guest is not working for a 32-bit Windows
  7 guest, while it works perfectly for a 32-bit Windows XP guest.

  The device appears in the device manager of Windows 7, but with "Error
  code 10: device cannot start". I have tried this with numerous USB
  thumbdrives and a USB wireless NIC, all with the same result. The
  device name and functionality is recognized, so at least some USB
  negotiation is taking place.

  I am trying this with the latest git-pull of QEMU-KVM.

  The command line to launch qemu-kvm for win7 is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -vga std -hda ./disk_images/win7.qcow -vnc :1 -boot c -usb -usbdevice tablet -usbdevice host:0781:5150

  The command line to launch qemu-kvm for winxp is:
  sudo /home/user/local_install/bin/qemu-system-x86_64 -cpu core2duo -m 1024 -smp 2 -usb -vga std -hda ./winxpsp3.qcow -vnc :0 -boot c -usbdevice tablet -usbdevice host:0781:5150

  Any help is appreciated.

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

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

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

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-04  7:00 [Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest Max Power
2010-12-08 19:30 ` [Qemu-devel] [Bug 685096] " Mirco Bauer
2010-12-15 22:12 ` Carlos-velasco
2010-12-15 22:32 ` Carlos-velasco
2012-02-01 17:35 ` sydenis
2012-10-06 23:14 ` Wessel Dankers
2013-04-19 22:35 ` Steve Rencontre
2013-04-24 19:16 ` Daniël van Eeden
2013-04-29 14:09 ` Serge Hallyn
2013-04-30  7:41 ` Yolanda Robla
2013-05-03  8:33 ` Sam Stoelinga
2013-05-30 18:25 ` Tobin Davis
2013-05-30 19:28 ` Wessel Dankers
2013-07-04  3:15 ` Sam Stoelinga
2013-07-05 11:43 ` Serge Hallyn
2013-07-05 12:05 ` Wessel Dankers
2013-08-01  2:46 ` Sam Stoelinga
2013-08-05 13:21 ` Serge Hallyn
2013-09-09 22:14 ` Serge Hallyn
2013-11-05 15:30 ` Jens Frederich
2013-11-05 16:05 ` Serge Hallyn
2013-11-05 16:33 ` Jens Frederich
2013-11-05 16:34 ` Jens Frederich
2013-11-10 17:19 ` debfreak
2013-11-13  3:07 ` FanFan
2013-11-18 16:32 ` Serge Hallyn
2014-01-15  1:32 ` Gonglei
2014-02-01 18:19 ` Manuel Baesler
2014-02-01 20:47 ` Manuel Baesler
2014-02-06 17:52   ` Serge Hallyn
2014-02-12 15:27 ` Manuel Baesler
2014-06-11 10:25 ` Michal Suchanek
2014-06-13 16:50 ` Michal Suchanek
2014-06-13 17:29 ` Serge Hallyn
2014-06-13 19:12 ` Michal Suchanek
2015-01-16 21:39 ` Serge Hallyn
2015-08-12 16:59 ` Serge Hallyn
2015-08-20 16:48 ` Nehal J Wani
2015-12-22 17:48 ` FFO
2017-05-19 10:29 ` Thomas Huth
2018-01-12 13:28 ` Thomas Huth
2018-05-30 17:02 ` Andreas Hasenack
2018-05-30 17:02 ` Andreas Hasenack
2018-07-30  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.