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

G915 : any support ? #290

Open Esysteme opened 2 years ago

Esysteme commented 2 years ago

Hello, thx for your work.

What do you need to add g915 there ?

Bus 001 Device 015: ID 046d:c541 Logitech, Inc. USB Receiver
Bus 001 Device 013: ID 046d:c33e Logitech, Inc. G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD
Esysteme commented 2 years ago

g810-led -dv 046d -dp c33e -tuk 1 -a 000000
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
root@aurelien-xps:/srv/code/g810-led# g810-led -dv 046d -dp c33e -tuk 2 -a 000000
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
root@aurelien-xps:/srv/code/g810-led# g810-led -dv 046d -dp c33e -tuk 3 -a 000000
Error: Can not write to hidraw, try with the libusb version
root@aurelien-xps:/srv/code/g810-led# g810-led -dv 046d -dp c33e -tuk 4 -a 000000
Matching or compatible device not found !
Esysteme commented 2 years ago

root@aurelien-xps:/srv/code/g810-led# g810-led -dv 046d -dp c541 -tuk 4 -a 000000
Matching or compatible device not found !
root@aurelien-xps:/srv/code/g810-led# g810-led -dv 046d -dp c541 -tuk 1 -a 000000
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
root@aurelien-xps:/srv/code/g810-led# g810-led -dv 046d -dp c541 -tuk 2 -a 000000
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
Error: Can not write to hidraw, try with the libusb version
root@aurelien-xps:/srv/code/g810-led# g810-led -dv 046d -dp c541 -tuk 3 -a 000000
Error: Can not write to hidraw, try with the libusb version
jason-pollock commented 2 years ago

@Esysteme ever get this working? I'm wondering the same thing. Would love to see support for the 915.

Esysteme commented 2 years ago

https://womanonrails.com/logitech-g915-tkl

there is this but it's wasnt working for me

ausinch commented 1 year ago

I am using ratbagctl until G915 is added to g810-led. ratbagctl can't do individual keys but can set the whole kb colour as well as a G502 mouse. I wrote a command (in bash) based on ratbagctl for my son to change and sync his mouse & kb colours. I will post the script to github when I get time.