smasty/g203-led

Not working

Closed this issue · 5 comments

It seems that the script doesn't work with my Logitech G203. No errors displayed after I corrected the id.
The command is:

sudo ./g203-led.py solid 000000

Do you have the Logitech G203 Prodigy, or G203 Lightspeed? Because this script was only tested on G203 Prodigy, might not work with the newer G203 Lightspeed.

Lightsync, I think.

Yes, from the looks of it, G203 Lightsync has different RGB setup than the G203 Prodigy, so this script will not work as-is without modifications. I've updated the Readme to mention this.

How did you find the codes for changing RGB for the prodigy? Maybe I can find the Lightsync codes.

I used USBPcap on Windows to capture the packets transmitted while changing RGB settings in the Logitech utility, then examined the captured packets in Wireshark, and lots of trial and error.