Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Booome/usbip-bind
- Owner: Booome
- Created: 2020-05-11T05:19:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T07:31:45.000Z (over 4 years ago)
- Last Synced: 2024-04-09T10:35:38.784Z (7 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/modulesinstall
```bash
bash install.shsystemctl 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
```