NOGARUKA Posted May 10, 2016 Share Posted May 10, 2016 How to turn off leds on cubietruck? I use Legacy Trusty server Link to comment Share on other sites More sharing options...
lampra Posted May 10, 2016 Share Posted May 10, 2016 Try this, it should work with the legacy kernel (not sure though): see available leds $ ls /sys/class/leds/ see available options for eg blue led $ cat /sys/class/leds/blue\:ph21\:led1/trigger Then turn off eg blue led: # echo none > /sys/class/leds/blue\:ph21\:led1/trigger If you need to turn leds off after reboot, put it in an executable script and run the script @reboot in root crontab There are also other options if you do not want the leds to turn on at boot. Link to comment Share on other sites More sharing options...
NOGARUKA Posted May 12, 2016 Author Share Posted May 12, 2016 Try thisi cant edit any /sys fileswrite error Link to comment Share on other sites More sharing options...
lampra Posted May 18, 2016 Share Posted May 18, 2016 You need to be root or use sudo Link to comment Share on other sites More sharing options...
Recommended Posts