Ansuel / tch-nginx-gui

Modified file to apply to a stock technicolor GUI
GNU General Public License v3.0
340 stars 52 forks source link

Turn off LEDs on DGA4131FWB #1052

Closed BreakSecurity closed 3 years ago

BreakSecurity commented 3 years ago

With the latest GUI the LEDs do NOT turn off correctly. To solve:

in /etc/rc.local (sleep 10m && for i in /sys/class/leds/* ; do echo 0 > "$i"/brightness ; done) &

FrancYescO commented 3 years ago

https://github.com/Ansuel/tch-nginx-gui/issues/890 https://github.com/Ansuel/tch-nginx-gui/issues/1021

your's just a workaround not applicable in all conditions.