I have a KVM (qemu) host passing through an USB3 device like this
And when the guest FreeBSD try to attach the device this happens:
...
and the USB hub is supposed to be "nec-usb-xhci" but I'm not really sure if qemu emulates NEC's USB hub good enough or if it's supported under FreeBSD.
Any idea if it is possible to get it working or it's not possible currently ?
Regards.
usb0: host=04e8:6124,usb3=yes
.And when the guest FreeBSD try to attach the device this happens:
Code:
Apr 14 00:09:41 FSSC kernel: usbus1: 5.0Gbps Super Speed USB v3.0
Apr 14 00:09:41 FSSC kernel: ugen1.1: <0x1033> at usbus1
Apr 14 00:09:41 FSSC kernel: uhub1: <0x1033 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
Code:
Apr 14 00:25:33 FSSC kernel: usbd_setup_device_desc: getting device descriptor at addr 1 failed, USB_ERR_TIMEOUT
Apr 14 00:26:00 FSSC last message repeated 4 times
Apr 14 00:26:00 FSSC kernel: ugen1.2: <Unknown> at usbus1 (disconnected)
Apr 14 00:26:00 FSSC kernel: uhub_reattach_port: could not allocate new device
and the USB hub is supposed to be "nec-usb-xhci" but I'm not really sure if qemu emulates NEC's USB hub good enough or if it's supported under FreeBSD.
Any idea if it is possible to get it working or it's not possible currently ?
Regards.