Howto usb over net: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
(Created page with "= references = * https://github.com/dorssel/usbipd-win * https://usbip.sourceforge.net * https://wiki.archlinux.org/title/USB/IP *")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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 =
= references =
* https://github.com/dorssel/usbipd-win
* https://usbip.sourceforge.net
* https://usbip.sourceforge.net
* https://wiki.archlinux.org/title/USB/IP
* https://wiki.archlinux.org/title/USB/IP
*
* https://learn.microsoft.com/en-us/windows/wsl/connect-usb
* https://gitlab.com/alelec/wsl-usb-gui
* https://github.com/dorssel/usbipd-win

Latest revision as of 04:36, 8 May 2024

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