USB over IP problems

did you started the daemon?

usbipd &

installed usbip package?

opkg files usbip
Package usbip (2.0-5) is installed on root and has the following files:
/usr/share/hwdata/usb.ids
/usr/lib/libusbip.so.0
/usr/lib/libusbip.so.0.0.1

hope it helps!

edit:
plugged a pendrive:

usbip list -l
busid 1-1 (0781:5567)
SanDisk Corp. : Cruzer Blade (0781:5567)

ok, lets bind!

usbip bind -b 1-1
usbip: info: bind device on busid 1-1: complete

now what?
install usbip package for your distribution:

apt-get install usbip or pacman -S usbip

after installing, check wich remote devices are available:

sudo usbip list -r ADDRESS OF YOUR ROUTER
Exportable USB devices
======================

  • 10.13.0.1
    1-1: SanDisk Corp. : Cruzer Blade (0781:5567)
    : /sys/devices/platform/101c1000.ohci/usb1/1-1
    : (Defined at Interface level) (00/00/00)

Seems fine!

Now attach usbip to this device:

sudo usbip attach -r remote_host -b 1-1

I needed to install the driver vhci-hcd. maybe you're missing any.

my syslog:

usb usb3-port1: Cannot enable. Maybe the USB cable is bad?
usb usb3-port1: unable to enumerate USB device

tomorrow i continue.

hope it helps!

1 Like