USB over ENET

From chriesibaum wiki
Revision as of 14:18, 12 April 2022 by PTH (talk | contribs) (Created page with " =usbip-Server on a Rasperrypi= ==Installation== Install the following usbip package sudo aptitude install usbip ==Setup== Load the usbip-host kernel module sudo modprobe usbip-host And run the usbipd server sudo usbipd -d Now list all usb devices: sudo usbip list -l Finally bind your desired usb device sudo usbip bind -b 1-1.3 So far the server setup. =usbip-client setup= Ubuntu 20.04 sudo aptitude install linux-tools-generic sudo aptitude install lin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

usbip-Server on a Rasperrypi

Installation

Install the following usbip package

sudo aptitude install usbip


Setup

Load the usbip-host kernel module

sudo modprobe usbip-host

And run the usbipd server

sudo usbipd -d


Now list all usb devices:

sudo usbip list -l

Finally bind your desired usb device

sudo usbip bind -b 1-1.3

So far the server setup.

usbip-client setup

Ubuntu 20.04

sudo aptitude install linux-tools-generic sudo aptitude install linux-tools-5.13.0-35-generic

do not install the usbip package!


sudo modprobe vhci-hcd usbip list -r "Serveraddresse" sudo usbip attach -r "Serveraddresse" -b "Bus-ID"


Literature

https://www.tecchannel.de/a/usb-geraete-in-linux-im-netzwerk-verfuegbar-machen,2075505,2