Closed definity closed 10 months ago
Thanks for filing this issue @definity. It is being resolved in https://github.com/MicrosoftDocs/WSL/pull/1870
Suggested Improvements
The first command to run is
usbipd list
Followed by
usbipd bind -b <BUSID>
Followed by
usbipd attach --wsl --busid <BUSID>
Thank you for the sharing. I resovled the problem by your method. But surprisingly see the wrong doc still alive on MS website.
Documentation Issue
The listed instructions are incorrect. The 'wsl' subcommand has been removed and there's a new syntax and sequence that should be followed. When following the current documentation, this is the output. Also not the link in the error message points to the same documentation that's broken.
Based on me following it and seeing the result of the output of
usbipd
this is what success looks like.Link to documentation page
https://learn.microsoft.com/en-us/windows/wsl/connect-usb#attach-a-usb-device
Suggested Improvements
The first command to run is
usbipd list
Followed by
usbipd bind -b <BUSID>
Followed by
usbipd attach --wsl --busid <BUSID>