diff options
author | makefu <github@syntax-fehler.de> | 2013-01-05 09:13:24 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-05 09:17:22 +0700 |
commit | 393e9e0aa1fae52ecb9b49d82875c857699451b9 (patch) | |
tree | 10497b3de10c89eefe5d2146acbeb0dea05dcf36 /minikrebs/profiles/usbbridge/doc/README | |
parent | 70519559b2127c594527ee1cccde48b9259dba2f (diff) |
minikrebs/profiles: usbbridge - initial commit
Diffstat (limited to 'minikrebs/profiles/usbbridge/doc/README')
-rw-r--r-- | minikrebs/profiles/usbbridge/doc/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/minikrebs/profiles/usbbridge/doc/README b/minikrebs/profiles/usbbridge/doc/README new file mode 100644 index 00000000..68e6a979 --- /dev/null +++ b/minikrebs/profiles/usbbridge/doc/README @@ -0,0 +1,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 |