Howto usb over net: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
* https://gitlab.com/alelec/wsl-usb-gui
* https://gitlab.com/alelec/wsl-usb-gui
* https://github.com/dorssel/usbipd-win
* https://github.com/dorssel/usbipd-win
* https://github.com/vadimgrn/usbip-win2

Revision as of 14:13, 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