1 .TH USBIP "8" "February 2009" "usbip" "System Administration Utilities"
3 usbip \- manage USB/IP devices
6 [\fIoptions\fR] <\fIcommand\fR> <\fIargs\fR>
9 On a USB/IP server, devices can be listed, bound, and unbound using
10 this program. On a USB/IP client, devices exported by USB/IP servers
11 can be listed, attached and detached.
17 Print debugging information.
27 \fB\-\-tcp-port PORT\fR
29 Connect to PORT on remote host (used for attach and list --remote).
36 Show version and exit.
40 \fBhelp\fR [\fIcommand\fR]
42 Print the program help message, or help on a specific command, and
47 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR>
49 Attach a remote USB device.
53 \fBdetach\fR \-\-port=<\fIport\fR>
55 Detach an imported USB device.
59 \fBbind\fR \-\-busid=<\fIbusid\fR>
61 Make a device exportable.
65 \fBunbind\fR \-\-busid=<\fIbusid\fR>
67 Stop exporting a device so it can be used by a local driver.
71 \fBlist\fR \-\-remote=<\fIhost\fR>
73 List USB devices exported by a remote host.
79 List local USB devices.
85 client:# usbip list --remote=server
86 - List exportable usb devices on the server.
88 client:# usbip attach --remote=server --busid=1-2
89 - Connect the remote USB device.
91 client:# usbip detach --port=0
92 - Detach the usb device.
95 \fBusbipd\fP\fB(8)\fB\fP