Skip to content
TechBone

Replies

1
  • #2

    Use the following command:

    echo 1 > /sys/class/leds/green/brightness

    It switches green led on. Change 'green' to 'red' or 'blue' to switch other color leds on. And change '1' to '0' if wanna switch it off. Root is not needed, permissions do alow any user play with leds including the flashlight and keys backlight ones.

Write a reply…

Sign in to reply.