-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIBUSB_ERROR_NOT_SUPPORTED on windows 10 #5
Comments
@bschmitlin this lib uses node-usb and node-usb requires a WinUSB driver be installed on widows |
thank you @mattapperson, I'll give it a try. Could we add that information to the readme? Just a sentence or 2 in the "installation" section would go a long way to avoid confusion for others. |
Ideally we would install the dependencies when the user runs We can make a preinstall script that will install deps based on OS. |
OK, it's been documented. bc8bb83 |
Sorry to reopen this but is there a way to confirm the WinUSB is installed correctly. I actually compiled Zadig from libwdi so I was sure to use x64 (I didn't know if that would make a difference on the install of the driver itself but to be safe), ran Zadig and followed these directions I found elseware:
On my camera there are two USB device drivers hidusb and usbvideo so I replaced usbvideo with WinUSB and now in the device manager I see in driver file details winusb.sys. I cloned the repo and just did npm install. When I run test/discover.js I get LIBUSB_ERROR_NOT_SUPPORTED. This is Windows 10 x64 |
I had the same problem, with the LIBUSB_ERROR_NOT_SUPPORTED. After googling I find the solution.
For me it was a different one and I've overwritten it with WinUSB. After this, I don't get the error anymore, just undefined, but this could be from my code. Maybe didn't open the connection to the device, dunno. But maybe it helps someone. |
Repro steps on Windows 10 64bit:
result: Error: LIBUSB_ERROR_NOT_SUPPORTED
are there any extra dependencies to install or is windows not supported? Since you mention the device manager I assumed that it was.
Thanks!
The text was updated successfully, but these errors were encountered: