MatMoul / g810-led

Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, g815, G910 and GPRO Keyboards
GNU General Public License v3.0
1.39k stars 184 forks source link

Matching or compatible device not found #274

Closed buxx closed 3 years ago

buxx commented 3 years ago

Hello, I just installed this program from debian packages. Program can find my keyboard when list, but fail when apply a color :

➜  Projets g413-led --list-keyboards
Device: Logitech - G413 Carbon Mechanical Gaming Keyboard
    Vendor ID: 046d
    Product ID: c33a
    Serial Number: 1671306C3832
➜  Projets g413-led -a 00ff00       
Matching or compatible device not found !

What should I do ?

robtech21 commented 3 years ago

This happened to me with my G213 and I was able to fix it quickly. In your case you'd probably want to do:

g413-led -ds 1671306C3832

and then try setting a theme

elidrissidev commented 3 years ago

Had the same error using Manjaro KDE, running the command with sudo did the trick for me. Hope it helps someone.

robtech21 commented 3 years ago

Had the same error using Manjaro KDE, running the command with sudo did the trick for me. Hope it helps someone.

Yes, using sudo also helps.

buxx commented 3 years ago

Thanks ! I close the issue.