blob: 68e6a9794ba667fd32b53d53ad3dd3c84947b701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# usbbridge
krebsplug will start up as usbbridge with usbip-utils.
it will run an usbipd and grab an ip-address via dhcp.
# setup
connect usb-device and then connect krebsplug to power.
when changing the usb-device, detach it on the client side,
power off the krebsplug, attach usb device and power up
then.
# usage
## client side attach
modprobe vhci-hcd
usbip list -r <<KREBSIP>>
usbip attach -h <<KREBSIP>> -p 1-1
## client side detach
usbip detach -p 0
|