Lines Matching refs:usbip

2 # README for usbip-utils
15 - usbip-vhci
19 - usbip-host (stub driver)
23 - usbip-vudc
27 - usbip-utils
33 Found in the drivers/usb/usbip/ directory of the Linux kernel tree.
68 server:# insmod usbip-core.ko
69 server:# insmod usbip-host.ko
72 - Start usbip daemon.
74 server:# usbip list -l
77 server:# usbip bind --busid 1-2
78 - Bind usbip-host.ko to the device with busid 1-2.
80 - Use `usbip unbind --busid 1-2' to stop exporting the device.
91 server:# insmod usbip-core.ko
92 server:# insmod usbip-vudc.ko
99 server:# echo "usbip-vudc.0" > UDC
102 - Start usbip daemon.
106 client:# insmod usbip-core.ko
109 client:# usbip list --remote <host>
112 client:# usbip attach --remote <host> --busid 1-2
115 For example: usbip-vudc.0
117 client:# usbip port
120 client:# usbip detach --port <port>
130 trois:# insmod path/to/usbip-core.ko
131 trois:# insmod path/to/usbip-host.ko
137 trois:# usbip list -l
166 "exportable"; the device is bound to the usbip-host driver. Please
171 trois:# usbip --debug bind --busid 3-3.2
173 usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage
177 trois:# usbip list -l
192 deux:# insmod path/to/usbip-core.ko
195 deux:# usbip list --remote 10.0.0.3
223 deux:# usbip attach --remote 10.0.0.3 --busid 1-1
228 deux:# usbip port
231 6-1 -> usbip://10.0.0.3:3240/1-1 (remote bus/dev 001/004)
239 deux:# usbip detach --port 0
245 - http://usbip.wiki.sourceforge.net/how-to-debug-usbip
246 - usbip-host.ko must be bound to the target device.
249 (using USB gadget susbsys, not usbip bind command)
251 - usbip now uses TCP port 3240.