We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to find a correct
ASUS_VENDOR_ID = 0x0B05 ASUS_PRODUCT_ID = 0x1869
When I run the code it gives me following error:
usb.core.NoBackendError: No backend available
The text was updated successfully, but these errors were encountered:
@zygisjas you're gonna need a libusb implementation of some kind installed.
On debian boxes you could get that with sudo apt install libusb-1.0-0 libusb-1.0-0-dev
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
Sorry, something went wrong.
wroberts
No branches or pull requests
How to find a correct
When I run the code it gives me following error:
usb.core.NoBackendError: No backend available
The text was updated successfully, but these errors were encountered: