1 .TH USBIP "8" "February 2009" "usbip" "System Administration Utilities"
3 usbipd \- USB/IP server daemon
10 provides USB/IP clients access to exported USB devices.
12 Devices have to explicitly be exported using
14 before usbipd makes them available to other hosts.
16 The daemon accepts connections from USB/IP clients
17 on TCP port 3240 by default.
21 \fB\-4\fR, \fB\-\-ipv4\fR
23 Bind to IPv4. Default is both.
27 \fB\-6\fR, \fB\-\-ipv6\fR
29 Bind to IPv6. Default is both.
33 \fB\-D\fR, \fB\-\-daemon\fR
35 Run as a daemon process.
39 \fB\-d\fR, \fB\-\-debug\fR
41 Print debugging information.
45 \fB\-PFILE\fR, \fB\-\-pid FILE\fR
47 Write process id to FILE.
49 If no FILE specified, use /var/run/usbipd.pid
52 \fB\-tPORT\fR, \fB\-\-tcp\-port PORT\fR
54 Listen on TCP/IP port PORT.
57 \fB\-h\fR, \fB\-\-help\fR
59 Print the program help message and exit.
63 \fB\-v\fR, \fB\-\-version\fR
71 offers no authentication or authorization for USB/IP. Any
72 USB/IP client can connect and use exported devices.
76 server:# modprobe usbip
81 server:# usbip list --local
82 - List driver assignments for usb devices.
84 server:# usbip bind --busid=1-2
85 - Bind usbip-host.ko to the device of busid 1-2.
86 - A usb device 1-2 is now exportable to other hosts!
87 - Use 'usbip unbind --busid=1-2' when you want to shutdown exporting and use the device locally.
90 \fBusbip\fP\fB(8)\fB\fP