Hello,
I'm using usbip on OpenWRT device to share an USB device over Ethernet to a remote client.
Everything works well with USB 1.1 compatible devices at 12 Mbit/s but unfortunately I have errors with an USB 2.0 device at 480 Mbit/s.
OpenWRT - server side :
[ 1724.705130] usbip-host 1-1: unlinked by a call to usb_unlink_urb()
[ 1724.712399] usbip-host 1-1: unlinked by a call to usb_unlink_urb()
[ 1855.569261] usbip-host 1-1: unlinked by a call to usb_unlink_urb()
[ 1855.576474] usbip-host 1-1: unlinked by a call to usb_unlink_urb()
Client side :
[70339.732896] vhci_hcd: unlink->seqnum 25811
[70339.733183] vhci_hcd: urb->status -131
[70339.740087] vhci_hcd: unlink->seqnum 25812
[70339.740390] vhci_hcd: urb->status -131
[70339.913720] vhci_hcd: unlink->seqnum 26131
[70339.913970] vhci_hcd: urb->status -131
[70339.920813] vhci_hcd: unlink->seqnum 26132
[70339.921107] vhci_hcd: urb->status -131
I would like to downgrade my USB 2.0 port or link from 480Mbit/s to 12Mbits/s but I haven't find the way to do that.
Any advice would be greatly appreciated,
Regards,