How to detect HID in WSL2? (node-hid) #9594
Unanswered
Kevin Do (do-kevin)
asked this question in
Q&A
Replies: 2 comments
|
same question any luck finding the answer? |
0 replies
|
The older kernels do not support higher level hid access, only generic usb. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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-hidin 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?
All reactions