Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

USBIP not starting

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
jeffry7
Posts: 26
Joined: 2017-12-03 16:41

USBIP not starting

#1 Post by jeffry7 »

Hi Folks,

I am trying to set up a Raspberry Pi as a USB server to my Debian server machine. The config on the Raspberry side seems good and I can query it from the Debian server and see the device I want to attach to. When i try to attach I get an error message. Unfortunately, searching on the error suggests things that ought to be fixed or things I have done.

Code: Select all

root@blackhole:/sys/devices/platform# /usr/sbin/usbip list -r 192.168.XXX.XXX
Exportable USB devices
======================
 - 192.168.XXX.XXX
      1-1.3: Logitech, Inc. : HD Pro Webcam C920 (046d:082d)
           : /sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.3
           : Miscellaneous Device / ? / Interface Association (ef/02/01)

root@blackhole:/sys/devices/platform# modprobe vhci-hcd
bash: modprobe: command not found
root@blackhole:/sys/devices/platform# /sbin/modprobe vhci-hcd
root@blackhole:/sys/devices/platform# /usr/sbin/usbip attach --remote 192.168.XXX.XXX --busid 1-1.3
libusbip: error: udev_device_new_from_subsystem_sysname failed
usbip: error: open vhci_driver
So I know the vhci driver is there, and I can see messages from it in the journal. (No error messages unfortunately.)

Any ideas?

Post Reply