## server side # modprobe usbip-core modprobe usbip-host usbip list -l # - busid 1-1 (0627:0001) # Adomax Technology Co., Ltd : QEMU Tablet (0627:0001) usbip bind -b 1-1 #usbip: info: bind device on busid 1-1: complete usbipd # start USBIP server in front #usbipd: info: starting usbipd (usbip-utils 2.0) #usbipd: info: listening on 0.0.0.0:3240 #usbipd: info: listening on :::3240 #usbipd: info: connection from 192.168.2.253:40574 #usbipd: info: received request: 0x8005(5) #usbipd: info: exportable devices: 1 #usbipd: info: request 0x8005(5): complete #usbipd: info: connection from 192.168.2.12:54656 #usbipd: info: received request: 0x8005(5) #usbipd: info: exportable devices: 1 #usbipd: info: request 0x8005(5): complete #pressing ^C #usbipd: info: shutting down usbipd usbip unbind -b 1-1 #usbip: info: unbind device on busid 1-1: complete ## client side # modprobe usbip-core modprobe vhci-hcd usbip list -r 192.168.2.12 #Exportable USB devices #====================== # - 192.168.2.12 # 1-1: Adomax Technology Co., Ltd : QEMU Tablet (0627:0001) # : /sys/devices/pci0000:00/0000:00:02.1/0000:03:00.0/usb1/1-1 # : (Defined at Interface level) (00/00/00) usbip attach -r 192.168.2.12 -b 1-1 usbip port #Imported USB devices #==================== #Port 00: at High Speed(480Mbps) # Adomax Technology Co., Ltd : QEMU Tablet (0627:0001) # 3-1 -> usbip://192.168.2.12:3240/1-1 # -> remote bus/dev 001/002 usbip detach -p 00 #usbip: info: Port 0 is now detached! ## link-back mode # modprobe usbip-core modprobe vhci-hcd modprobe usbip-host