zp123 - 2023-08-11

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?