loader image

Logitech Litra Glow (Linux Drivers)

What makes us different from other similar websites? Forums Tech Logitech Litra Glow (Linux Drivers)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #6670
    thumbtak
    Keymaster


    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

    #6671
    thumbtak
    Keymaster

    I made an icon that you may use when adding the terminal command to the application menu.

    #6672
    thumbtak
    Keymaster

    I found a bug in the program. The bug is with clicking “X” to close the window instead of “exit”. When you delete a profile, the “X” will not save the deleted profiles. The profile will return when you open the application. To remove them, you must click “exit”, after deleting them.

    #6728
    thumbtak
    Keymaster

    If you are getting this error message, install the following.

    $ sudo apt install gir1.2-appindicator3-0.1

    #6729
    thumbtak
    Keymaster

    If you get a permission denied when doing this command …

    $ echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c900",\ MODE="0666"' > /etc/udev/rules.d/82-litra-glow.rules

    Run the following command and give Others, Read & Write access to the 82-litra-glow.rules file located in the /etc/udev/rules.d/ by running the following command …

    $ sudo tee /etc/udev/rules.d/82-litra-glow.rules <<< 'SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c900",MODE="0666"'

    #6730
    thumbtak
    Keymaster

    If you are getting this error …

    https://i.ibb.co/3zFJ20q/image.pngimage

    Run the following command …
    $ sudo lcui

    • This reply was modified 1 year, 8 months ago by thumbtak.
    #6785
    thumbtak
    Keymaster

    If you get this error:

    ModuleNotFoundError: No module named 'tkinter'

    Run this command:

    
    $ sudo apt-get install python3-tk

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
TAKs Shack