LED control

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Wed Oct 15, 2014 4:07 pm

ok the new patch does keep the settings even after a reboot ... I stopped the flashing of the LED on the front before the reboot and restart the machine once the controls are left and the front LED is off and all LEDs sata blue
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Wed Oct 15, 2014 4:19 pm

the front LED is off and all LEDs sata blue
the front LED is off because the option "LED Off at next boot" must be selected in the "other settings menu"

Could you test also if switch on/off LED menu works nice to switch off or on the front LED.
Note: for the sata LED I am still waiting your post about my other questions.Sorry, I forgot to read a previous post

About red LED, do you do this with the following order ?
- remove a disk
- /etc/leds_bootup

and not /etc/leds_bootup and then remove a disk

About trigger, just do
Code: Select all
cat /sys/class/leds/net5big:red:sata0/trigger
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Wed Oct 15, 2014 8:26 pm

remove a disk
Sata LED remove disk off and other Sata LED blue on ( blinking on R/W disk events)

- /etc/leds_bootup
Sata LED remove disk off and other Sata LED blue on ( blinking on R/W disk events)

Code: Select all
/$ /etc/leds_bootup
/$ cat /sys/class/leds/net5big:red:sata0/trigger
[none] timer heartbeat backlight gpio default-on



the front LED is off because the option "LED Off at next boot" must be selected in the "other settings menu"

Could you test also if switch on/off LED menu works nice to switch off or on the front LED.


yes the switch and "Off LED next time" work
Last edited by taetae on Wed Oct 15, 2014 8:45 pm, edited 1 time in total.
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Wed Oct 15, 2014 8:45 pm

Thank for this step.

Now I try to find a way to switch off the sata leds, so do
Code: Select all
led -l sata0red -o trigger -w timer
 led -l sata0red -o delay_on -w 1
 led -l sata0red -o delay_on -w 0 (at this step the led is off ???)
 led -l sata0red -o trigger -w none
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Wed Oct 15, 2014 9:24 pm

Code: Select all
led -l sata0red -o trigger -w timer

Sata0 LEDred bliking and Sata0 Ledblue on, other Sata LED blue on ( blinking on R/W disk events)
Code: Select all
led -l sata0red -o delay_on -w 1

Sata0 LEDred off and Sata0 Ledblue on ( blinking on R/W disk events) , other Sata LED blue on ( blinking on R/W disk events)
Code: Select all
led -l sata0red -o delay_on -w 0
(at this step the led is off ???)
no...
Sata0 Ledblue on ( blinking on R/W disk events) , other Sata LED blue on ( blinking on R/W disk events)
Code: Select all
led -l sata0red -o trigger -w none

Sata0 Ledblue on ( blinking on R/W disk events) , other Sata LED blue on ( blinking on R/W disk events)
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Wed Oct 15, 2014 9:33 pm

Maybe to switch off the led, you can do
Code: Select all
led -l sata0red -w 1 (to get red led on)
led -l sata0red -o trigger -w timer
led -l sata0red -o delay_on -w 1
led -l sata0red -o delay_on -w 0
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Thu Oct 16, 2014 6:10 am

Code: Select all
led -l sata0red -w 1

Sata0 LEDred on, other Sata LED blue on ( blinking on R/W disk events)
Code: Select all
led -l sata0red -o trigger -w timer

Sata0 LEDred bliking and Sata0 Ledblue on, other Sata LED blue on ( blinking on R/W disk events)
Code: Select all
led -l sata0red -o delay_on -w 1

Sata0 LEDred off and Sata0 Ledblue on, other Sata LED blue on ( blinking on R/W disk events)
Code: Select all
led -l sata0red -o delay_on -w 0

Sata0 Ledblue on, other Sata LED blue on ( blinking on R/W disk events)

ps:
?????(you do not have a command for blue LED ?? if you want to turn off all the LEDs just that from a command ledblue off)
Sata0 Ledblue on, other Sata LED blue on ( blinking on R/W disk events)
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Thu Oct 16, 2014 7:01 am

Hi taetae,

That's what I feared ...

taetae wrote:ps:
?????(you do not have a command for blue LED ?? if you want to turn off all the LEDs just that from a command ledblue off)
Sata0 Ledblue on, other Sata LED blue on ( blinking on R/W disk events)

No, in the userland there is no such command for Blue LED. In fact, the red command is a swapping between 2 modes : red/blue LED.

So, we can not switch off the sata LED and you have the last version.

Note: you don't have test the LED on/off commands from the web-interface
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: lacie 5 big network v.1 please support for fvdw

Postby taetae » Sun Oct 19, 2014 9:43 am

I can not try because I had to leave for work in Milan as soon as I can I test


you can do the same management also led to the fan ?? post back we did a lot of testing and created everything but then at the interface to told to wait
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

Re: lacie 5 big network v.1 please support for fvdw

Postby Jocko » Sun Oct 19, 2014 1:20 pm

Ok taetae,

About, fan control, fvdw and me don't understand what you want. :scratch
Currently, the fan control doesn't work nice on your big1? if no what is it wrong ?
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: boerie and 8 guests