Lines Matching +full:usb +full:- +full:attach
8 # binary, for any purpose, commercial or non-commercial, and by any
35 set -e
38 # Create your USB gadget
49 # Create a new USB gadget
53 # This gadget contains one function - ACM (serial port over USB)
59 ln -s ${FUNC_DIR} configs/c.1
66 # Load vudc-module if vudc is not available
69 [[ -d /sys/class/udc/usbip-vudc.0 ]] || modprobe usbip-vudc num=1
76 echo "usbip-vudc.0" > UDC
79 # Let's now run our usbip daemon in a USB device mode
81 usbipd --device &
84 # Now your USB gadget is available using USB/IP protocol.
85 # To prepare your client, you should ensure that usbip-vhci module is inside
88 # $ modprobe usbip-vhci
93 # $ modprobe usbip-vhci
94 # $ usbip list -r $SERVER_IP
95 # Exportable USB devices
98 # - 127.0.0.1
99 # usbip-vudc.0: Linux Foundation : unknown product (1d6b:0104)
100 # : /sys/devices/platform/usbip-vudc.0
103 # To attach this device to your client you may use:
105 # $ usbip attach -r $SERVER_IP -d usbip-vudc.0