usbipd.8 1.6 KB

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