Lines Matching full:server
8 USB/IP protocol allows to pass USB device from server to client over the
9 network. Server is a machine which provides (shares) a USB device. Client is
10 a machine which uses USB device provided by server over the network.
11 The USB device may be either physical device connected to a server or
12 software entity created on a server using USB gadget subsystem.
20 A server side module which provides a USB device driver which can be
24 A server side module which provides a virtual USB Device Controller and allows
62 On a server side there are two entities which can be shared.
66 server:# (Physically attach your USB device.)
68 server:# insmod usbip-core.ko
69 server:# insmod usbip-host.ko
71 server:# usbipd -D
74 server:# usbip list -l
77 server:# usbip bind --busid 1-2
83 on a server machine. To make it available below steps should be executed:
85 server:# (Create your USB gadget)
91 server:# insmod usbip-core.ko
92 server:# insmod usbip-vudc.ko
95 server:# (Bind gadget to one of available vudc)
98 server:# cd /sys/kernel/config/usb_gadget/<gadget_name>
99 server:# echo "usbip-vudc.0" > UDC
101 server:# usbipd -D --device
114 - When using vudc on a server side busid is really vudc instance name.
126 SERVER SIDE