From 393e9e0aa1fae52ecb9b49d82875c857699451b9 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 5 Jan 2013 09:13:24 +0700 Subject: minikrebs/profiles: usbbridge - initial commit --- minikrebs/profiles/usbbridge/doc/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 minikrebs/profiles/usbbridge/doc/README (limited to 'minikrebs/profiles/usbbridge/doc/README') 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 <> + usbip attach -h <> -p 1-1 + +## client side detach + + usbip detach -p 0 -- cgit v1.2.3