Replies: 1 comment
-
same question any luck finding the answer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
So I'm learning how to access HID in general and I wanted to do it in WSL2.
I've followed https://devblogs.microsoft.com/commandline/connecting-usb-devices-to-wsl to set up.
I'm trying to detect my controller. The bus. vendor id, and whatever of my device do show up when I do
lsusb
. So I am usingnode-hid
in my NodeJS app.But when I run my code like this:
I get an empty array. Is there some additional step I am missing, a driver, a missing package I need to install in Linux?
Beta Was this translation helpful? Give feedback.
All reactions