USBIP(8) | System Administration Utilities | USBIP(8) |
usbip - manage USB/IP devices
usbip [options] <command> <args>
On a USB/IP server, devices can be listed, bound, and unbound using this program. On a USB/IP client, devices exported by USB/IP servers can be listed, attached and detached.
--debug
--log
--tcp-port PORT
version
help [command]
attach --remote=<host> --busid=<bus_id>
detach --port=<port>
bind --busid=<busid>
unbind --busid=<busid>
list --remote=<host>
list --local
client:# usbip list --remote=server
- List devices exported by remote server.
client:# modprobe vhci-hcd
client:# usbip attach --remote=server --busid=1-2
- Connect the remote USB device.
client:# usbip detach --port=0
- Detach the usb device.
usbipd(8)
February 2009 | usbip |