Howto usb over net: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) |
Mandulete1 (talk | contribs) |
||
Line 15: | Line 15: | ||
[ usbip gui interfaces for windows ] | [ usbip gui interfaces for windows ] | ||
* https://gitlab.com/alelec/wsl-usb-gui | * https://gitlab.com/alelec/wsl-usb-gui | ||
* https://github.com/nickbeth/wsl-usb-manager | |||
[ usbip for windows ] | [ usbip for windows ] | ||
* https://github.com/dorssel/usbipd-win | * https://github.com/dorssel/usbipd-win | ||
* https://github.com/vadimgrn/usbip-win2 | * https://github.com/vadimgrn/usbip-win2 |
Latest revision as of 14:15, 2 October 2025
load kernel modules:
modprobe usbip-core modprobe usbip-vudc modprobe usbip-host
show devices shared on remote host:
usbip list -r 192.168.120.167
show devices on localhost host:
usbip list -l
share a device:
usbip bind -b 1-1.3
references
- https://usbip.sourceforge.net
- https://wiki.archlinux.org/title/USB/IP
- https://learn.microsoft.com/en-us/windows/wsl/connect-usb
[ usbip gui interfaces for windows ]
[ usbip for windows ]