
I just got the Logitech Litra Glow, well, I am waiting for it in the mail. While I wait for it, I wanted to get the drivers I found, working on my Linux machine. I got it to work. This is how.
$ pip install litra-driver
$ sudo echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c900",\
MODE="0666"' > /etc/udev/rules.d/82-litra-glow.rules
$ sudo shutdown -r now
$ lcui
If you get this error message “ModuleNotFoundError: No module named ‘Tkinter” continue on, if not, you are done.
$ sudo apt-get install python3-tk
$ lcui
More information:
https://github.com/derickr/python-litra-driver
https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter
Amazon Product Link