Lines Matching refs:usbip
2 # README for usbip-utils
41 server:# insmod usbip-core.ko
42 server:# insmod usbip-host.ko
45 - Start usbip daemon.
47 server:# usbip list -l
50 server:# usbip bind --busid 1-2
51 - Bind usbip-host.ko to the device with busid 1-2.
53 - Use `usbip unbind --busid 1-2' to stop exporting the device.
55 client:# insmod usbip-core.ko
58 client:# usbip list --remote <host>
61 client:# usbip attach --remote <host> --busid 1-2
64 client:# usbip port
67 client:# usbip detach --port <port>
77 trois:# insmod path/to/usbip-core.ko
78 trois:# insmod path/to/usbip-host.ko
84 trois:# usbip list -l
113 "exportable"; the device is bound to the usbip-host driver. Please
118 trois:# usbip --debug bind --busid 3-3.2
120 usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage
124 trois:# usbip list -l
130 3-3.2:1.0 -> usbip-host
139 deux:# insmod path/to/usbip-core.ko
142 deux:# usbip list --remote 10.0.0.3
170 deux:# usbip attach --remote 10.0.0.3 --busid 1-1
175 deux:# usbip port
178 6-1 -> usbip://10.0.0.3:3240/1-1 (remote bus/dev 001/004)
186 deux:# usbip detach --port 0
192 - http://usbip.wiki.sourceforge.net/how-to-debug-usbip
193 - usbip-host.ko must be bound to the target device.
196 - usbip now uses TCP port 3240.