Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install the USBIPD-WIN project

Support for connecting USB devices is not natively available in WSL, so you will need to install the open-source usbipd-win project.

  1. Go to the latest release page for the usbipd-win project.
  2. Select the .msi file, which will download the installer. (You may get a warning asking you to confirm that you trust this download).
  3. Run the downloaded usbipd-win_x.msi installer file.

In PowerShell administrator: 

  1. usbidd usbipd list
  2. usbipd bind --busid <busid>
    1. put the bus id (ex. 4-4) for <busid>
  3. usbind attached usbipd attach --wsl --busid <busid>

In Ubuntu terminal:

...