Just a question why do you use clunc to stop/start you NAS:
- Code: Select all
marvell> boot
In the usual way, how do you start your NAS ?
Otherwise, it is not clear for me your last posts (misunderstand your posts :scratch )
to reboot the front LED is off and the blue LED rear sata are fixed
So you mean that after echoing 0 in brightness, the LEDs switch off before restarting or after rebooting ?
marvell> boot
starts loading and the red LED will flash and then turn blue and then fix blue behind and off the LED on the front .. it is as if doing so takes some steps and if I leave it alone do not ..
Don't worry about it. It is not the issue. if you use clunc, red led switch on can be normal upto the kernel is loaded (and/or the system disk detected)
But if I go to check the brightness settings remains 0
No need that you spend time to check this : it seems that like other NAS, the value in the LED managing files are not set with their current status after starting (value 0 in brightness instead of the right value is 255)
It is why we must define exactly what is the current status of each LED and find the right command to set the wanted status.
So after a standard boot (don't use fvdw-console, clunc, ...)
try to do
a/
- Code: Select all
cd /sys/devices/platform/leds-gpio/leds/net5big:blue:front:
echo 'default-on' > trigger
if nochange do
- Code: Select all
echo 'default-on' > trigger
echo 'none' > trigger
echo 'default-on' > trigger
b/
- Code: Select all
cd /sys/devices/platform/leds-gpio/leds/net5big:blue:front:
echo 0 > brightness
echo 255 > brightness
echo 0 > brightness
c/ with a back LED (for example sata0)
- Code: Select all
/sys/devices/platform/leds-gpio/leds/net5big:red:sata0
cat trigger
echo 'default-on' > trigger
echo 0 > brightness
echo 255 > brightness
echo 0 > brightness
d/ with the blink folder (I don't understand its use)
- Code: Select all
/sys/devices/platform/leds-gpio/leds/net5big:blink:front
cat trigger
echo 'none' > trigger
echo 'default-on' > trigger
echo 0 > brightness
echo 255 > brightness
echo 0 > brightness
Please, for each test (a,b,c and d) report at what step there is a LED status change( a movie can not help me)