rogauracore icon indicating copy to clipboard operation
rogauracore copied to clipboard

asus rog GL503

Open zygisjas opened this issue 3 years ago • 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 avatar Aug 04 '21 13:08 zygisjas

@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

wroberts avatar Aug 10 '21 12:08 wroberts