]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/usb/usbip/doc/usbipd.8
Merge branch 'pm-tools'
[mirror_ubuntu-artful-kernel.git] / tools / usb / usbip / doc / usbipd.8
CommitLineData
0945b4fe
TH
1.TH USBIP "8" "February 2009" "usbip" "System Administration Utilities"
2.SH NAME
3usbipd \- USB/IP server daemon
4.SH SYNOPSIS
5.B usbipd
6[\fIoptions\fR]
7
8.SH DESCRIPTION
9.B usbipd
10provides USB/IP clients access to exported USB devices.
11
12Devices have to explicitly be exported using
4faf3a8d 13.B usbip bind
0945b4fe
TH
14before usbipd makes them available to other hosts.
15
16The daemon accepts connections from USB/IP clients
3dd89f9f 17on TCP port 3240 by default.
0945b4fe
TH
18
19.SH OPTIONS
3dd89f9f
TP
20.HP
21\fB\-4\fR, \fB\-\-ipv4\fR
22.IP
23Bind to IPv4. Default is both.
24.PP
25
26.HP
27\fB\-6\fR, \fB\-\-ipv6\fR
28.IP
29Bind to IPv6. Default is both.
30.PP
31
0945b4fe
TH
32.HP
33\fB\-D\fR, \fB\-\-daemon\fR
34.IP
35Run as a daemon process.
36.PP
37
38.HP
39\fB\-d\fR, \fB\-\-debug\fR
40.IP
41Print debugging information.
42.PP
43
3dd89f9f
TP
44.HP
45\fB\-PFILE\fR, \fB\-\-pid FILE\fR
46.IP
47Write process id to FILE.
48.br
49If no FILE specified, use /var/run/usbipd.pid
50.PP
51
52\fB\-tPORT\fR, \fB\-\-tcp\-port PORT\fR
53.IP
54Listen on TCP/IP port PORT.
55.PP
56
4faf3a8d
TK
57\fB\-h\fR, \fB\-\-help\fR
58.IP
59Print the program help message and exit.
60.PP
61
0945b4fe
TH
62.HP
63\fB\-v\fR, \fB\-\-version\fR
64.IP
65Show version.
66.PP
67
68.SH LIMITATIONS
69
70.B usbipd
71offers no authentication or authorization for USB/IP. Any
72USB/IP client can connect and use exported devices.
73
74.SH EXAMPLES
75
76 server:# modprobe usbip
77
78 server:# usbipd -D
79 - Start usbip daemon.
80
4faf3a8d 81 server:# usbip list --local
0945b4fe
TH
82 - List driver assignments for usb devices.
83
4faf3a8d 84 server:# usbip bind --busid=1-2
220973dd 85 - Bind usbip-host.ko to the device of busid 1-2.
0945b4fe 86 - A usb device 1-2 is now exportable to other hosts!
4faf3a8d 87 - Use 'usbip unbind --busid=1-2' when you want to shutdown exporting and use the device locally.
0945b4fe
TH
88
89.SH "SEE ALSO"
4faf3a8d 90\fBusbip\fP\fB(8)\fB\fP
0945b4fe 91