So what was the command that you did to stop all LED blinking after echoing in a sata LED ?
I have not given a command to all the leds but the manual one by one, starting as follows
- Code: Select all
~ #echo 1 > /sys/class/leds/net5big:red:sata0/brightness
Sata0 LED red on and the other LEDs blue blinking
- Code: Select all
~ #echo 0 > /sys/class/leds/net5big:red:sata0/brightness
Sata0 LED red off,Sata0 LED blue on and the other LEDs blue blinking
- Code: Select all
~ #echo 0 > /sys/class/leds/net5big:blue:sata0/brightness
Sata0 LED blue off and the other LEDs blue blinking
same thing for SATA1 etc....
after echoing in a sata0 LED
- Code: Select all
~ #echo 1 > /sys/class/leds/net5big:red:front/brightness
front LED red on , Sata0 LED off and the other LEDs blue blinking
- Code: Select all
~ #echo 0 > /sys/class/leds/net5big:red:front/brightness
front LED red off ,front LED blue on, Sata0 LED off and the other LEDs blue blinking
- Code: Select all
~ #echo 0 > /sys/class/leds/net5big:blue:front/brightness
front LED blue off, Sata0 LED off and the other LEDs blue blinking