I'm trying to use a Steinberg UR22mkII USB sound "card" in a Windows 10 machine using USB Passthrough, but I can't get it to work.
The problem might be because it is (probably) a USB hub.
When I start Windows, the kernel complaints about snd-usb-audio: probe of 1-4.1:2.1 and logs the following:
Maybe I can install a separate PCI USB card and pass thru PCI instead?
Peter
The problem might be because it is (probably) a USB hub.
qm> info usbhost
Bus 1, Addr 12, Port 4.1, Speed 480 Mb/s
Class ef: USB device 0499:170f, Steinberg UR22mkII
Bus 1, Addr 5, Port 6, Speed 1.5 Mb/s
Class 00: USB device 2516:0004, QuickFire Rapid keyboard
Bus 1, Addr 3, Port 5, Speed 1.5 Mb/s
Class 00: USB device 046d:c05a, USB Optical Mouse
Code:
root@pve:~# lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 4: Dev 11, If 0, Class=Hub, Driver=hub/1p, 480M
|__ Port 1: Dev 12, If 2, Class=Audio, Driver=usbfs, 480M
|__ Port 1: Dev 12, If 0, Class=Audio, Driver=usbfs, 480M
|__ Port 1: Dev 12, If 3, Class=Audio, Driver=usbfs, 480M
|__ Port 1: Dev 12, If 1, Class=Audio, Driver=usbfs, 480M
|__ Port 5: Dev 3, If 0, Class=Human Interface Device, Driver=usbfs, 1.5M
|__ Port 6: Dev 5, If 0, Class=Human Interface Device, Driver=usbfs, 1.5M
|__ Port 6: Dev 5, If 1, Class=Human Interface Device, Driver=usbfs, 1.5M
Since there is no way to pass thru a hub, am I out of luck with this?[134278.915416] usb 1-4.1: reset high-speed USB device number 9 using xhci_hcd
[134282.660591] snd-usb-audio: probe of 1-4.1:2.1 failed with error -16
[134343.191961] usb 1-4.1: reset high-speed USB device number 9 using xhci_hcd
[134343.727939] usb 1-4.1: reset high-speed USB device number 9 using xhci_hcd
[134344.255982] usb 1-4.1: reset high-speed USB device number 9 using xhci_hcd
[134344.796166] usb 1-4.1: reset high-speed USB device number 9 using xhci_hcd
[134345.328187] usb 1-4.1: reset high-speed USB device number 9 using xhci_hcd
... once a second or so
Maybe I can install a separate PCI USB card and pass thru PCI instead?
Peter