Options (4)
-l, --localbooleanList all local USB devices and their bus ID's
Example:
usbip list {{[-l|--local]}}-b, --busidbooleanBind a USB device to `usbip` on the server
Example:
sudo usbip bind {{[-b|--busid]}} {{bus_id}}-r, --remotebooleanAttach to the `usbip` device on the client (bus ID is the same as on the server)
Example:
sudo usbip attach {{[-r|--remote]}} {{ip_address}} {{[-b|--busid]}} {{bus_id}}-p, --portbooleanDetach from a device
Example:
sudo usbip detach {{[-p|--port]}} {{port}}Examples (8)
List all local USB devices and their bus ID's
usbip list [-l|--local]Start a `usbip` daemon on the server
systemctl start usbipdAttach to the `usbip` device on the client (bus ID is the same as on the server)
Unbind a device
usbip unbind [-b|--busid] bus_idmade by @shridhargupta | data from tldr-pages