Reply To: Logitech Litra Glow (Linux Drivers)
What makes us different from other similar websites? › Forums › Tech › Logitech Litra Glow (Linux Drivers) › Reply To: Logitech Litra Glow (Linux Drivers)
July 11, 2022 at 12:37 pm
#6729

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"'