README (3a37471551cd3b287ce7f02ed25bcf8ec37a191d) | README (21470e32ca7f976bf131aa3c7b54019d07f7d821) |
---|---|
1# 2# README for usbip-utils 3# 4# Copyright (C) 2011 matt mooney <mfm@muteddisk.com> 5# 2005-2008 Takahiro Hirofuchi 6 7[Overview] 8USB/IP protocol allows to pass USB device from server to client over the --- 230 unchanged lines hidden (view full) --- 239 deux:# usbip detach --port 0 240 port 0 detached 241 242 243[Checklist] 244 - See 'Debug Tips' on the project wiki. 245 - http://usbip.wiki.sourceforge.net/how-to-debug-usbip 246 - usbip-host.ko must be bound to the target device. | 1# 2# README for usbip-utils 3# 4# Copyright (C) 2011 matt mooney <mfm@muteddisk.com> 5# 2005-2008 Takahiro Hirofuchi 6 7[Overview] 8USB/IP protocol allows to pass USB device from server to client over the --- 230 unchanged lines hidden (view full) --- 239 deux:# usbip detach --port 0 240 port 0 detached 241 242 243[Checklist] 244 - See 'Debug Tips' on the project wiki. 245 - http://usbip.wiki.sourceforge.net/how-to-debug-usbip 246 - usbip-host.ko must be bound to the target device. |
247 - See /proc/bus/usb/devices and find "Driver=..." lines of the device. | 247 - See /sys/kernel/debug/usb/devices and find "Driver=..." lines of the device. |
248 - Target USB gadget must be bound to vudc 249 (using USB gadget susbsys, not usbip bind command) 250 - Shutdown firewall. 251 - usbip now uses TCP port 3240. 252 - Disable SELinux. 253 - Check the kernel and daemon messages. 254 255 256[Contact] 257 Mailing List: linux-usb@vger.kernel.org | 248 - Target USB gadget must be bound to vudc 249 (using USB gadget susbsys, not usbip bind command) 250 - Shutdown firewall. 251 - usbip now uses TCP port 3240. 252 - Disable SELinux. 253 - Check the kernel and daemon messages. 254 255 256[Contact] 257 Mailing List: linux-usb@vger.kernel.org |