Howto usb over net

From Vidalinux Wiki
Revision as of 04:36, 8 May 2024 by Mandulete1 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

load kernel modules:

modprobe usbip-core
modprobe usbip-vudc
modprobe usbip-host

show devices shared on remote host:

usbip list -r 192.168.120.167

show devices on localhost host:

usbip list -l

share a device:

usbip bind -b 1-1.3

references