usbip-service-shell is a set of Linux services for the USB/IP Project that allows you to take no actions needed for handling sudden reboots and/or plug/unplug USB devices on fly
Host - a Raspberry Pi 4 single board computer with Rasbery OS Client - ...
Installed on both machines:
- apt install usbip
- copy & modify files if need https://github.com/bkemmler/usbip-service-shell/tree/main/host/etc to your Host Computer
- systemctl daemon-reload
- systemctl enable usbipd
- sudo systemctl start usbipd
- mkdir /opt/usbip
- mkdir /var/spool/usbip
- copy & modify files if need https://github.com/bkemmler/usbip-service-shell/tree/main/client to your Client Computer
- sudo chmod +x /opt/usbip/usbip-attach
- systemctl daemon-reload
- systemctl enable usbip-attach
- systemctl start usbip-attach
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.