usbip
Use USB devices remotely. More information: https://usbip.sourceforge.net.
-
List all local USB devices and their bus ID's:
usbip list --local -
Start a
usbipdaemon on the server:
systemctl start usbipd -
Bind a USB device to
usbipon the server:
sudo usbip bind --busid={{bus_id}} -
Load the kernel module required by
usbipon the client:
sudo modprobe vhci-hcd -
Attach to the
usbipdevice on the client (bus ID is the same as on the server):
sudo usbip attach -r {{ip_address}} --busid={{bus_id}} -
List attached devices:
usbip port -
Detach from a device:
sudo usbip detach --port={{port}} -
Unbind a device:
usbip unbind --busid={{bus_id}}
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.