You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
👾
Pew. Pew. Pew.....
Lee Witek
0xcafed00d
👾
Pew. Pew. Pew.....
Making fun things from Code, Pixels and bits of Wire. And coffee. Lots of coffee.
If you use Windows Subsystem for Linux 2 (WSL2), you've probably noticed that USB devices do not automatically appear inside your Linux environment. That's by design: WSL2 runs in a lightweight VM, so direct hardware access works differently than it does on a native Linux machine.
The supported way to pass a USB device from Windows into WSL2 is with usbipd-win, a Windows tool that exposes USB devices to WSL over USB/IP.
This guide walks through the setup and shows how to attach, verify, and detach a USB device from WSL2.