lacie 5 big network v.1 please support for fvdw

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

Postby taetae » Sat Nov 23, 2013 8:32 am

fvdw wrote:
.... makes the countdown


which countdown when using shutdown button ? :scratch

You get the countdown when using the reboot button...
When using shutdown no countdown is given

Of course when using reboot it remains on.

To see if reboot and shutdown commands are working properly, you can give in putty window
Code: Select all
sync
poweroff

respectively
Code: Select all
sync
reboot


ps there is no real ned to run your serial console when the nas boots normally , you can get the almost same output from dmesg command in putty


serial do if these commands work
Code: Select all
sync
poweroff

the power off but not shut down the nas but sends him on standby there is a command to turn it off?

reset the nas
Code: Select all
sync
reboot




in hd, except the system, you can not enter more than 50 MB over that capacity says that the disk is full and there is insufficient space
You do not have the required permissions to view the files attached to this post.
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 » Sat Nov 23, 2013 11:13 am

Hi taetae,

Code: Select all
~ # ls -al /sys/class/leds/
total 0
drwxr-xr-x    2 root     root             0 Nov 25 15:24 .
drwxr-xr-x   34 root     root             0 Nov 25 15:24 ..
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:blink:front -> ../../devices/platform/leds-gpio/leds/net5big:blink:front
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:blue:front -> ../../devices/platform/leds-gpio/leds/net5big:blue:front
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:red:front -> ../../devices/platform/leds-gpio/leds/net5big:red:front
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:red:sata0 -> ../../devices/platform/leds-gpio/leds/net5big:red:sata0
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:red:sata1 -> ../../devices/platform/leds-gpio/leds/net5big:red:sata1
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:red:sata2 -> ../../devices/platform/leds-gpio/leds/net5big:red:sata2
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:red:sata3 -> ../../devices/platform/leds-gpio/leds/net5big:red:sata3
lrwxrwxrwx    1 root     root             0 Nov 25 15:24 net5big:red:sata4 -> ../../devices/platform/leds-gpio/leds/net5big:red:sata4


In your output it seems miss the blue leds for the disk slots... do you post all output ?
blink led is also amazing, this led is not present with a 5big2 and I don't know what do this led...

So post these outputs
Code: Select all
 ls /sys/class/leds/net5big:blink:front
cat /sys/class/leds/net5big:blink:front/trigger
 ls /sys/class/leds/net5big:blue:front
cat /sys/class/leds/net5big:blue:front/trigger

about the missing blue leds for the disks post also these output
Code: Select all
ls -al /sys/devices/platform/leds-gpio/leds/net5big:blue:sata0
ls -al /sys/class/leds/net5big:blue:sata0
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 » Sat Nov 23, 2013 3:35 pm

Tomorrow I leave for work if you need it to do the tests oggisono here, however I have the remote connection, today I can try something if I have to manually connect.

Thanks again for the help
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 Dec 01, 2013 9:41 am

Hi taetae,

About disk database update script, you still have to wait (~2 weeks). A friend must led me a esata box to check how the esata disk is handled.
We need to do this test to valid some main options how the disks (internal, usb and esata) are identified.
Currently we have two options that need two different kernel versions

So before writing the new disk database update script we need to valid this option.

About blue leds, there is no error, as 2big1, the slot leds of the 5big1 are mix leds (blue and red). So need a self way to handle them.

So could you test this:
What give these commands
Code: Select all
ls -lR /sys/class/gpio
cd /sys/class/gpio
echo 5 > export
echo 6 > export
echo 7 > export
ls -lR /sys/class/gpio
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 » Mon Dec 02, 2013 10:53 am

ls -lR /sys/class/gpio
Code: Select all
/sys/class/gpio:
total 0
--w-------    1 root     root          4096 Dec  4 18:47 export
lrwxrwxrwx    1 root     root             0 Dec  4 18:47 gpiochip0 -> ../../devices/virtual/gpio/gpiochip0
--w-------    1 root     root          4096 Dec  4 18:47 unexport

cd /sys/class/gpio
echo 5 > export
Code: Select all
/sys/class/gpio # echo 5 > export
sh: write error: Device or resource busy



echo 6 > export
Code: Select all
/sys/class/gpio # echo 6 > export
sh: write error: Device or resource busy

echo 7 > export
Code: Select all
/sys/class/gpio # echo 7 > export
sh: write error: Device or resource busy

ls -lR /sys/class/gpio

Code: Select all
/sys/class/gpio:
total 0
--w-------    1 root     root          4096 Dec  4 18:47 export
lrwxrwxrwx    1 root     root             0 Dec  4 18:47 gpiochip0 -> ../../devices/virtual/gpio/gpiochip0
--w-------    1 root     root          4096 Dec  4 18:47 unexport
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 » Mon Dec 02, 2013 11:02 am

Thank taetae for these tests.

Amazing that you didn't succeed because with a 2big1 the gpio 5,6,7 can be exported.

However a member reported this :
After writing a value to export you can't write immediately an other value to export, you get the message "device busy", but after some time you can create other virtual gpios.


So could try again but this time with these GPIO 11, 10, 13, 14 and 15 (note 12 is missing) and waits some time between 2 export tries
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 » Mon Dec 02, 2013 12:23 pm

with all controls :

sh: write error: Device or resource busy

ps :
is not that the command in this way is not suitable?
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 » Mon Dec 02, 2013 12:32 pm

So with the 5big1 it seems that the LED are not handled by the kernel like with the 2big1 :hairpull

Thank for these testing
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 » Mon Dec 02, 2013 12:48 pm

I figured when I want to remember you cmq remote access to nas so I can not connect anything close until December 21, I come home....


do you think the fact that I can not copy anything on the discs ... (only works on one system) is due to the fact that they are managed by the script?


I took a picture that perhaps makes us understand the situation a bit, I can copy just about every hd mb then says that it is full
You do not have the required permissions to view the files attached to this post.
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 taetae » Wed Dec 18, 2013 8:46 am

21 is approaching, there is news? I hope in doing all the hard work?
I hope to help as soon as I get home from work'll stay until January 5, and I'll have chance to get their hands on the nas...


thanks again for everything
taetae
Donator VIP
Donator VIP
 
Posts: 438
Joined: Mon Aug 26, 2013 9:02 am

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: No registered users and 5 guests