LupusE
6
This is not written above.
If the only answer of all tried explainarion from your side is ‘I already did this’, I am not motivated to answer any further.
There are two most likely situation:
-
The wrong libusb package was used and the install command gave errors on the console. We can’t see the errors unless you provide them.
-
We take a look into the source and peek where the script wants to install the binary.
But because you have not provided any source of your used packages, I’ll take the first Google hit: packages/net/usbip/Makefile at openwrt-21.02 · openwrt/packages · GitHub
Line 90 wants to copy the binary libusb in /usr/sbin/
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/usbip $(1)/usr/sbin
So, if you take a look into ls /usr/sbin/usb* and find no file usbip, jump to 1 and/or give more details.