OpenWrt Forum Archive

Topic: USB over IP problems

The content of this topic has been archived on 16 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,
i have a new ZyXEL NBG6616, and i’d like to install USB over IP.
I’m using this guide: wiki.openwrt.org/doc/howto/usb.iptunnel
I’d like to undestand how i can install this package.
this is a old guide, maybe there is one more recently. But i don’t found nothing on google.

I installed all components but when i done this command "usbip list -l"
it shot this error:

root@LEDE:~# usbip list -l
udev_new
udev_enumerate_new
udev_enumerate_add_match_subsystem
stub: udev_enumerate_add_nomatch_sysattr bDeviceClass 09
stub: udev_enumerate_add_nomatch_sysattr bInterfaceNumber (null)
udev_enumerate_scan_devices
udev_enumerate_unref
udev_unref

How i can do for fix it?
thanks

I had the similar problem but unfortunately I have not found any solution. Pity. Have you tried to fix it by yourself?

I want to install it and found this thread.
The HowTo (link above) is for Attitude Adjustment and Barrier Breaker + Chaos Calmer. I run LEDE and can't find exactly what packages to install.

Documentation is really missing.
Any help?

What happens if you do the following?


opkg update
opkg install kmod-usb-ohci usbip-server usbip-client

I think you should replace it completely, I and many people no report but it does not seem perfect

Before installing, I am not skilled in USBIP but I'd be happy to understand why the modem need usbip-client installed.
The client should be in the computer, server in modem/router (connected to USB device) as I read here
http://usbip.sourceforge.net/
I did opkg update then

opkg list | grep usbip
kmod-usbip - 4.4.92-1 - USB-over-IP kernel support
kmod-usbip-client - 4.4.92-1 - USB-over-IP client driver
kmod-usbip-server - 4.4.92-1 - USB-over-IP host driver
usbip - 2.0-5 - USB-over-IP (common)
usbip-client - 2.0-5 - USB-over-IP (client)
usbip-server - 2.0-5 - USB-over-IP (server)

opkg list | grep ohci
kmod-firewire-ohci - 4.4.92-1 - Kernel support for FireWire OHCI-1394 controllers
kmod-usb-ohci - 4.4.92-1 - Kernel support for USB OHCI controllers
kmod-usb-ohci-pci - 4.4.92-1 - Kernel support for PCI OHCI controllers

What is the difference between kmod-usbip-xx and usbip-xx?

(Last edited by Toutatis on 9 Mar 2018, 16:21)

The discussion might have continued from here.