usbipd-win icon indicating copy to clipboard operation
usbipd-win copied to clipboard

Mention adding user to `plugdev` in wiki for WSL

Open mck1117 opened this issue 2 years ago • 0 comments

Running on:

image

I had to run sudo usermod -a -G plugdev $USER before running the other commands here in order to have the correct permissions for /dev/bus/usb devices.

I'm using STMicroelectronics ST-LINK debug probe for a microcontroller, and this is its relevant rule: ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", MODE="660", GROUP="plugdev", TAG+="uaccess"

mck1117 avatar Dec 09 '22 20:12 mck1117