wroberts/rogauracore

asus rog GL503

zygisjas opened this issue · 1 comments

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

@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