Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Booome/usbip-bind

Deploy usbip server
https://github.com/Booome/usbip-bind

Last synced: 9 days ago
JSON representation

Deploy usbip server

Awesome Lists containing this project

README

        

# usbip-bind

## Quick Start

before install
* install usbip-utils (package name usbip)
* modprobe **usbip-core usbip-host** or make them auto probe on startup, add to /etc/modules

install
```bash
bash install.sh

systemctl enable usbipd
systemctl start usbipd

# Edit /etc/usbip/usbip-bind.sh, add your grep-list
systemctl enable usbip-bind
systemctl start usbip-bind
```

uninstall
```bash
bash uninstal.sh
```