usbip.8 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .TH USBIP "8" "February 2009" "usbip" "System Administration Utilities"
  2. .SH NAME
  3. usbip \- manage USB/IP devices
  4. .SH SYNOPSIS
  5. .B usbip
  6. [\fIoptions\fR] <\fIcommand\fR> <\fIargs\fR>
  7. .SH DESCRIPTION
  8. On a USB/IP server, devices can be listed, bound, and unbound using
  9. this program. On a USB/IP client, devices exported by USB/IP servers
  10. can be listed, attached and detached.
  11. .SH OPTIONS
  12. .HP
  13. \fB\-\-debug\fR
  14. .IP
  15. Print debugging information.
  16. .PP
  17. .HP
  18. \fB\-\-log\fR
  19. .IP
  20. Log to syslog.
  21. .PP
  22. .HP
  23. \fB\-\-tcp-port PORT\fR
  24. .IP
  25. Connect to PORT on remote host (used for attach and list --remote).
  26. .PP
  27. .SH COMMANDS
  28. .HP
  29. \fBversion\fR
  30. .IP
  31. Show version and exit.
  32. .PP
  33. .HP
  34. \fBhelp\fR [\fIcommand\fR]
  35. .IP
  36. Print the program help message, or help on a specific command, and
  37. then exit.
  38. .PP
  39. .HP
  40. \fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR>
  41. .IP
  42. Attach a remote USB device.
  43. .PP
  44. .HP
  45. \fBdetach\fR \-\-port=<\fIport\fR>
  46. .IP
  47. Detach an imported USB device.
  48. .PP
  49. .HP
  50. \fBbind\fR \-\-busid=<\fIbusid\fR>
  51. .IP
  52. Make a device exportable.
  53. .PP
  54. .HP
  55. \fBunbind\fR \-\-busid=<\fIbusid\fR>
  56. .IP
  57. Stop exporting a device so it can be used by a local driver.
  58. .PP
  59. .HP
  60. \fBlist\fR \-\-remote=<\fIhost\fR>
  61. .IP
  62. List USB devices exported by a remote host.
  63. .PP
  64. .HP
  65. \fBlist\fR \-\-local
  66. .IP
  67. List local USB devices.
  68. .PP
  69. .SH EXAMPLES
  70. client:# usbip list --remote=server
  71. - List exportable usb devices on the server.
  72. client:# usbip attach --remote=server --busid=1-2
  73. - Connect the remote USB device.
  74. client:# usbip detach --port=0
  75. - Detach the usb device.
  76. .SH "SEE ALSO"
  77. \fBusbipd\fP\fB(8)\fB\fP