1USBIP(8) System Administration Utilities USBIP(8)
2
3
4
6 usbip - manage USB/IP devices
7
9 usbip [options] <command> <args>
10
11
13 On a USB/IP server, devices can be listed, bound, and unbound using
14 this program. On a USB/IP client, devices exported by USB/IP servers
15 can be listed, attached and detached.
16
17
19 --debug
20
21 Print debugging information.
22
23 --log
24
25 Log to syslog.
26
27 --tcp-port PORT
28
29 Connect to PORT on remote host (used for attach and list
30 --remote).
31
33 version
34
35 Show version and exit.
36
37 help [command]
38
39 Print the program help message, or help on a specific command,
40 and then exit.
41
42 attach --remote=<host> --busid=<bus_id>
43
44 Attach a remote USB device.
45
46 detach --port=<port>
47
48 Detach an imported USB device.
49
50 bind --busid=<busid>
51
52 Make a device exportable.
53
54 unbind --busid=<busid>
55
56 Stop exporting a device so it can be used by a local driver.
57
58 list --remote=<host>
59
60 List USB devices exported by a remote host.
61
62 list --local
63
64 List local USB devices.
65
67 client:# usbip list --remote=server
68 - List exportable usb devices on the server.
69
70 client:# usbip attach --remote=server --busid=1-2
71 - Connect the remote USB device.
72
73 client:# usbip detach --port=0
74 - Detach the usb device.
75
76
78 usbipd(8)
79
80
81
82usbip February 2009 USBIP(8)