diff options
author | makefu <root@pigstarter.de> | 2013-02-26 12:18:52 +0000 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-02-26 12:18:52 +0000 |
commit | ef4eb3189363f5cd9a33b43693322a68d3142979 (patch) | |
tree | 683df8268baae71451633518aa7ff7ea258a4aa8 /minikrebs/profiles/usbbridge/doc/README | |
parent | e2369060a397e8dad82a2dfcc63c81df1e08a983 (diff) | |
parent | 001bfd5f2b6890cafd209de4ea360927d4dd8a55 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Conflicts:
minikrebs
Diffstat (limited to 'minikrebs/profiles/usbbridge/doc/README')
-rw-r--r-- | minikrebs/profiles/usbbridge/doc/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/minikrebs/profiles/usbbridge/doc/README b/minikrebs/profiles/usbbridge/doc/README deleted file mode 100644 index 68e6a979..00000000 --- a/minikrebs/profiles/usbbridge/doc/README +++ /dev/null @@ -1,21 +0,0 @@ -# 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 |