I'm using usbip tools on openwrt 22.03, the usbip service works fine,
but it doesn't work when I use the usbip client.
The usbip attach command made the following error:
libusbip: error: no available usb controllers
usbip: error: open vhci_driver
usbip: error: list imported devices
You can confirm that the relevant driver is installed.
root@OpenWrt:/# lsmod |grep usb
usbip_core 16384 2 vhci_hcd,usbip_host
usbip_host 24576 0
I've seen people say that the client is not working because of the absence of an update in usbip. I checked kernel version 6.xx and didn't see any changes to usbip.
How this should be solved?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using usbip tools on openwrt 22.03, the usbip service works fine,
but it doesn't work when I use the usbip client.
The usbip attach command made the following error:
libusbip: error: no available usb controllers
usbip: error: open vhci_driver
usbip: error: list imported devices
You can confirm that the relevant driver is installed.
root@OpenWrt:/# lsmod |grep usb
usbip_core 16384 2 vhci_hcd,usbip_host
usbip_host 24576 0
I've seen people say that the client is not working because of the absence of an update in usbip. I checked kernel version 6.xx and didn't see any changes to usbip.
How this should be solved?