关于embedded:WSL-Using-USB-Device

WSL Using USB DeviceBriefAbout how to enable USB device under wsl. Update WSLRun Powershell with administrator privilege, and input the following instructions: List installed WSL distro: wsl -l -vThe result may look like: NAME STATE VERSION* Ubuntu-20.04 Running 2 docker-desktop-data Stopped 2 Ubuntu Stopped 2The asterisk indicates the default WSL distro. If it is docker-desktop-data, it may not run, so change it to Ubuntu-20.04 or Ubuntu: wsl --set-default Ubuntu-20.04Then shutdown WSL, update WSL and then restart it. ...

November 29, 2021 · 2 min · jiezi