lacie 5 big network v.1 please support for fvdw

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

Postby fvdw » Sun Dec 29, 2013 3:43 pm

ps you can also read the values in those vales by using the command "cat"
for example
Code: Select all
cat /sys/bus/i2c/devices/0-003e/pwm1_enable

this will return the current value stored in the file (sometimes you have to give the command twice, in case the fan is accessing this file at same time)
fvdw
Site Admin - expert
 
Posts: 13474
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

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

Postby fvdw » Sun Dec 29, 2013 3:54 pm

this are the values on my 5big2
fan1_pulses = 2 (was the default)
fan1_div = 8 (was the default)
fan1_target = 3000 (I set this value)
pwm1_mode = 1

Now with pwm1_enable = 2
The fan spins up to the 3000 value.
If you set another value for fan1_target it will change speed to that value automatic

With pwm1_enable =1
then I can set the speed wit the setting the value of pwm1, 0 =stop and 255 =max speed (at max speed I can clearly hear the fan)
values in between make it slower or faster
fvdw
Site Admin - expert
 
Posts: 13474
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

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

Postby taetae » Sun Dec 29, 2013 4:41 pm

ok tanks :
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 » Mon Dec 30, 2013 8:24 am

:thinking something escapes me....
Code: Select all
~ # modprobe g762
g762_init
~ # lsmod
g762 4030 0 - Live 0xbf1e7000
uvcvideo 55656 0 - Live 0xbf1d2000
v4l2_common 4868 0 - Live 0xbf1cb000
v4l2_int_device 1986 0 - Live 0xbf1c5000
videodev 65354 2 uvcvideo,v4l2_common, Live 0xbf1ac000
iscsi_tcp 7641 0 - Live 0xbf1a4000
libiscsi_tcp 10779 1 iscsi_tcp, Live 0xbf19b000
libiscsi 31551 2 iscsi_tcp,libiscsi_tcp, Live 0xbf18b000
scsi_transport_iscsi 26788 2 iscsi_tcp,libiscsi, Live 0xbf17c000
iscsi_trgt 90727 0 - Live 0xbf15c000
nfsd 88097 0 - Live 0xbf13c000
nfs 149031 0 - Live 0xbf108000
lockd 67464 2 nfsd,nfs, Live 0xbf0ed000
sunrpc 174730 4 nfsd,nfs,lockd, Live 0xbf0af000
usblp 9896 0 - Live 0xbf0a6000
fuse 59962 0 - Live 0xbf08d000
ntfs 208585 0 - Live 0xbf051000
isofs 23061 0 - Live 0xbf045000
cifs 229639 0 - Live 0xbf000000
~ # echo "g762 0x3e" >/sys/bus/i2c/devices/i2c-0/new_device
g762 0-003e: device successfully initialized
i2c i2c-0: new_device: Instantiated device g762 at 0x3e
~ # cd sys/bus/i2c/devices/i2c-0/
/sys/devices/platform/mv64xxx_i2c.0/i2c-0 # ls
0-0032         0-0051         delete_device  name           uevent
0-003e         0-0052         device         new_device
0-0050         0-0053         i2c-dev        subsystem
/sys/devices/platform/mv64xxx_i2c.0/i2c-0 # cd 0-003e/
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 1 > pwm1_enable
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_enable
1
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_mode
1 (pwm)
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 2 > pwm1_enable
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_enable
1
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_mode
1 (pwm)
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 2 > pwm1_enable
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_enable
1
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 2 > pwm1
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_enable
1
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_mode
1 (pwm)
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # ls
driver       fan1_input   modalias     pwm1_enable  uevent
fan1_alarm   fan1_target  name         pwm1_mode
fan1_div     hwmon        pwm1         subsystem
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_div
8
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
485
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_input
0
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_alarm
0
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 2 > pwm1_enable
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_enable
1
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e #




:woohoo

files are write-protected and therefore the changes were not good .....
.-.-.-.-.-.-.--.-.-.-.-.-.-.-.-.-.--.-.-.-.-.-.--..-.--.-.-.-.-.-.-.-.-.--.-.-.-.-


but the operation is a little different ... in fact the values ​​that one inserts are different from the values ​​which then manages .... can you tell me more? something wrong?

Code: Select all
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_enable
2
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 2 > pwm1_enable
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1_enable
2
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
485
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat pwm1
237
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
485
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 20 > fan1_target
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
0
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 30 > fan1_target
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 50 > fan1_target
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
602
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
602
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 20 > fan1_target
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
0
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
0
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 2 > fan1_target
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
0
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 50 > fan1_target
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
1606
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # echo 3000 > fan1_target
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e # cat fan1_target
1517
/sys/devices/platform/mv64xxx_i2c.0/i2c-0/0-003e #
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 fvdw » Mon Dec 30, 2013 10:38 am

the files you can change are not write protected taetae. All have rw voor user "root". The other ones are readonly as you can not set them
No idea why the closed loop mode gives on your system this behavior you decsribe. Seems the closed loop control have dificulties to control the speed
But the number given in pwm1 have a different meaning then in fan1_target. pwm1 goes from 0 to 255 while fan1_target goes from o to whatever.

I use the fan in manual mode pwm1_enable = 1 and set the speed with pwm1.

ps I compiled a 3.9.5 kernel for an Internet space 1, that has same processor like 5big1 I will compile today a new 3.9.5 kernel for the 5big1 including a newer version of the fan control
fvdw
Site Admin - expert
 
Posts: 13474
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

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

Postby taetae » Mon Dec 30, 2013 12:16 pm

ok I'm here when you want it


By testing for the Nas
ps:

I noticed that the latest kernel you gave me I have a problem on random file transfer. example:

traschino on one of the 20 gb hd ... and transfers them while I get a message of insufficient space then takes off by itself and restarts the transfer


and after a while the nas crashes and you just have to restart it ...
serial error:

Code: Select all
Unable to handle kernel NULL pointer dereference at virtual address 0000000d
pgd = c6f54000
[0000000d] *pgd=00000000
Internal error: Oops: 5 [#1] PREEMPT
last sysfs file: /sys/devices/system/cpu/online
Modules linked in: g762 uvcvideo v4l2_common v4l2_int_device videodev iscsi_tcp                                                                                                                                                              libiscsi_tcp libiscsi scsi_transport_iscsi iscsi_trgt nfsd nfs lockd sunrpc usbl                                                                                                                                                             p fuse ntfs isofs cifs
CPU: 0    Not tainted  (2.6.39.4 #39)
PC is at tcp_v4_rcv+0x258/0x874
LR is at __inet_lookup_established+0x22c/0x2e4
pc : [<c02882d4>]    lr : [<c0271734>]    psr: a0000013
sp : c7b299c0  ip : 000001bd  fp : c7b29a04
r10: 00000002  r9 : 4701a8c0  r8 : c6fd5830
r7 : c03cf788  r6 : c6fd5844  r5 : ffffffff  r4 : c7b09d80
r3 : 00000000  r2 : c7b29958  r1 : c6e1da60  r0 : ffffffff
Flags: NzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
Control: 0005317f  Table: 06f54000  DAC: 00000015
Process smbd (pid: 1312, stack limit = 0xc7b28270)
Stack: (0xc7b299c0 to 0xc7b2a000)
99c0: 4701a8c0 000001bd 00000002 c78ca000 c7b29a2c 000001bd c025407c c02fd214
99e0: c03a9090 c7b09d80 c03cf788 c03a6524 c03bf900 c7b09d80 c7b29a2c c7b29a08
9a00: c02694fc c028808c 00000001 c7b09d80 00000001 c7b09d80 c78ca000 c03a6524
9a20: c7b29a54 c7b29a30 c0269a14 c02693d8 00000000 c02693c8 80000000 c03a6524
9a40: c03bf900 c6fd5830 c7b29a7c c7b29a58 c0269878 c0269990 c78ca000 00000001
9a60: c03cf788 00000001 c7b09d80 c78ca000 c7b29aac c7b29a80 c0269ca0 c02695f0
9a80: 00000000 c02695e0 80000000 c7b29a98 c03a6504 c78ca000 00000000 00000008
9aa0: c7b29aec c7b29ab0 c0238364 c0269a34 00000001 c78ca340 161a6628 c7b09d80
9ac0: 00000001 c03a6524 c7b09d80 c78ca484 00000000 c7b28000 c78ca000 c78ca340
9ae0: c7b29b0c c7b29af0 c023841c c0237f70 c7b29b3c c78ca40c c78ca40c c78ca40c
9b00: c7b29b64 c7b29b10 c01e53b0 c02383d4 c0078be4 c7b29c0c ffc553a0 c78ca340
9b20: c78ca480 00000000 00000080 00000010 6f8551de 00000001 c00d9818 c78ca40c
9b40: c03bf900 00000000 0000012c c03bf900 00000080 c03bf908 c7b29ba4 c7b29b68
9b60: c0239474 c01e4e94 00000001 00000015 00000001 001bb130 c03afddc 00000001
9b80: c03c4730 c7b28000 0000000a c03c46e0 3fc3b8dc 00000104 c7b29be4 c7b29ba8
9ba0: c00497b0 c023937c 00000003 00000002 00000003 c7b28028 c7b29be4 c7b28028
9bc0: c03b4034 00000000 00000003 00000002 c7b28000 c6ebfe40 c7b29bfc c7b29be8
9be0: c0049c6c c0049718 00000000 00000015 c7b29c1c c7b29c00 c002807c c0049c30
9c00: 20000013 ffffffff fdd20200 00200000 c7b29c74 c7b29c20 c02d3788 c0028010
9c20: 000077c5 0000000f 00002000 c6ebfe40 c6de5000 c7b28000 00000000 c7b29c98
9c40: c7b28038 0000000e c6ebfe40 c7b29c74 c7b29c78 c7b29c68 c01208d4 c0127504
9c60: 20000013 ffffffff c7b29ccc c7b29c78 c01208d4 c01274fc c741a000 c040a620
9c80: c74efbbc 000064b2 00000000 000000d0 c74efbbc 0000000e c7b29cc4 c7b29ca8
9ca0: c007d410 c741a000 c7b28000 c03cac98 c6de5000 0000000e c74efbbc 0000000e
9cc0: c7b29cf4 c7b29cd0 c0120c24 c0120580 c6de5000 c74efb08 c040a620 c7b28000
9ce0: 00001000 00000000 c7b29d04 c7b29cf8 c0113fd0 c0120b98 c7b29d5c c7b29d08
9d00: c010d904 c0113f9c 00000000 064b2000 00001000 000064b2 064b3000 00000000
9d20: 064b2000 00000000 c040a600 00000000 00001000 00000000 c74efbbc c7b28000
9d40: 00001000 00002000 c02df39c 00001000 c7b29dcc c7b29d60 c007d218 c010d87c
9d60: 00001000 00000000 c7b29d88 c7b29d8c 00000000 00001000 00000000 c6f0df00
9d80: 064b2000 00000000 c040a620 c6f0df00 c7b29eb0 00000001 00002000 00006000
9da0: 52c5c8db c74efb08 ffffffff 00008000 c7b29eb0 00000000 00000000 c6f0df00
9dc0: c7b29e54 c7b29dd0 c007efa0 c007d148 064b0000 00000000 c7b29ef0 00008000
9de0: 00000000 00000020 a0000013 00000000 c7b29e1c c7b29e00 c74efbbc c7b29ef0
9e00: 064b0000 00000000 c7b29eb8 00000001 00008000 c2315620 00000001 c022d0d8
9e20: c78ca44c c78ca484 c78ca340 064b0000 00000000 c7b29eb0 c74efb20 c6f0df00
9e40: c7b29eb8 00000001 c7b29ea4 c7b29e58 c007f024 c007eb0c c7b09900 00000600
9e60: 91827364 c7b29e64 c7b29e64 c7b29e6c c7b29e6c 00000000 c0239364 064b0000
9e80: 00000000 c7b29fa8 c6f0df00 c00325c8 c7b28000 00000000 c7b29f4c c7b29ea8
9ea0: c00abbb0 c007efc4 064b0000 00000000 4084f034 00008000 00000080 00000010
9ec0: 00000000 00000001 ffffffff c6f0df00 00000000 00000000 00000000 00000000
9ee0: c786f340 c03bf908 00000000 00000000 064b0000 00000000 00000001 00000015
9f00: 00008000 001bb130 00008000 00000001 c03c4730 c7b28000 60000093 00000000
9f20: c03c4734 c6f0df00 4084f034 c7b29fa8 c6f0df00 4084f034 c7b29fa8 00008000
9f40: c7b29f7c c7b29f50 c00ac040 c00abb24 c03b4034 00000000 00000001 064b0000
9f60: c6f0df00 4084f034 00008000 c00325c8 c7b29fa4 c7b29f80 c00ac444 c00abf9c
9f80: c7b29fac 00000000 064b0000 00000000 4084f034 000000b5 00000000 c7b29fa8
9fa0: c0032420 c00ac3f8 064b0000 00000000 0000001b 4084f034 00008000 00000000
9fc0: 064b0000 00000000 4084f034 000000b5 4084f034 00000000 0000001b 064b0000
9fe0: 4068f000 bea797d0 402a2120 40617270 60000010 0000001b 00000000 00000000
Backtrace:
[<c028807c>] (tcp_v4_rcv+0x0/0x874) from [<c02694fc>] (ip_local_deliver_finish+0                                                                                                                                                             x134/0x218)
[<c02693c8>] (ip_local_deliver_finish+0x0/0x218) from [<c0269a14>] (ip_local_del                                                                                                                                                             iver+0x94/0xa4)
 r8:c03a6524 r7:c78ca000 r6:c7b09d80 r5:00000001 r4:c7b09d80
r3:00000001
[<c0269980>] (ip_local_deliver+0x0/0xa4) from [<c0269878>] (ip_rcv_finish+0x298/                                                                                                                                                             0x2b8)
 r4:c6fd5830
[<c02695e0>] (ip_rcv_finish+0x0/0x2b8) from [<c0269ca0>] (ip_rcv+0x27c/0x2e4)
 r7:c78ca000 r6:c7b09d80 r5:00000001 r4:c03cf788
[<c0269a24>] (ip_rcv+0x0/0x2e4) from [<c0238364>] (__netif_receive_skb+0x404/0x4                                                                                                                                                             64)
 r7:00000008 r6:00000000 r5:c78ca000 r4:c03a6504
[<c0237f60>] (__netif_receive_skb+0x0/0x464) from [<c023841c>] (netif_receive_sk                                                                                                                                                             b+0x58/0x68)
 r9:c78ca340 r8:c78ca000 r7:c7b28000 r6:00000000 r5:c78ca484
r4:c7b09d80
[<c02383c4>] (netif_receive_skb+0x0/0x68) from [<c01e53b0>] (mv643xx_eth_poll+0x                                                                                                                                                             52c/0x660)
 r4:c78ca40c
[<c01e4e84>] (mv643xx_eth_poll+0x0/0x660) from [<c0239474>] (net_rx_action+0x108                                                                                                                                                             /0x218)
[<c023936c>] (net_rx_action+0x0/0x218) from [<c00497b0>] (__do_softirq+0xa8/0x13                                                                                                                                                             8)
[<c0049708>] (__do_softirq+0x0/0x138) from [<c0049c6c>] (irq_exit+0x4c/0xa4)
[<c0049c20>] (irq_exit+0x0/0xa4) from [<c002807c>] (asm_do_IRQ+0x7c/0x98)
 r4:00000015 r3:00000000
[<c0028000>] (asm_do_IRQ+0x0/0x98) from [<c02d3788>] (__irq_svc+0x48/0x94)
Exception stack(0xc7b29c20 to 0xc7b29c68)
9c20: 000077c5 0000000f 00002000 c6ebfe40 c6de5000 c7b28000 00000000 c7b29c98
9c40: c7b28038 0000000e c6ebfe40 c7b29c74 c7b29c78 c7b29c68 c01208d4 c0127504
9c60: 20000013 ffffffff
 r6:00200000 r5:fdd20200 r4:ffffffff r3:20000013
[<c01274ec>] (__log_space_left+0x0/0x24) from [<c01208d4>] (start_this_handle+0x                                                                                                                                                             364/0x470)
[<c0120570>] (start_this_handle+0x0/0x470) from [<c0120c24>] (journal_start+0x9c                                                                                                                                                             /0xe0)
[<c0120b88>] (journal_start+0x0/0xe0) from [<c0113fd0>] (ext3_journal_start_sb+0                                                                                                                                                             x44/0x58)
 r8:00000000 r7:00001000 r6:c7b28000 r5:c040a620 r4:c74efb08
r3:c6de5000
[<c0113f8c>] (ext3_journal_start_sb+0x0/0x58) from [<c010d904>] (ext3_write_begi                                                                                                                                                             n+0x98/0x214)
[<c010d86c>] (ext3_write_begin+0x0/0x214) from [<c007d218>] (generic_file_buffer                                                                                                                                                             ed_write+0xe0/0x21c)
[<c007d138>] (generic_file_buffered_write+0x0/0x21c) from [<c007efa0>] (__generi                                                                                                                                                             c_file_aio_write+0x4a4/0x4b8)
[<c007eafc>] (__generic_file_aio_write+0x0/0x4b8) from [<c007f024>] (generic_fil                                                                                                                                                             e_aio_write+0x70/0xe0)
[<c007efb4>] (generic_file_aio_write+0x0/0xe0) from [<c00abbb0>] (do_sync_write+                                                                                                                                                             0x9c/0xdc)
[<c00abb14>] (do_sync_write+0x0/0xdc) from [<c00ac040>] (vfs_write+0xb4/0x144)
 r7:00008000 r6:c7b29fa8 r5:4084f034 r4:c6f0df00
[<c00abf8c>] (vfs_write+0x0/0x144) from [<c00ac444>] (sys_pwrite64+0x5c/0x8c)
 r8:c00325c8 r7:00008000 r6:4084f034 r5:c6f0df00 r4:064b0000
[<c00ac3e8>] (sys_pwrite64+0x0/0x8c) from [<c0032420>] (ret_fast_syscall+0x0/0x2                                                                                                                                                             c)
 r7:000000b5 r6:4084f034 r5:00000000 r4:064b0000
Code: e1a0300c ebffa41b e2505000 0a0000de (e5d5300e)
---[ end trace 506d4a74e856de45 ]---
Kernel panic - not syncing: Fatal exception in interrupt
Backtrace:
[<c0035888>] (dump_backtrace+0x0/0x108) from [<c02cec04>] (dump_stack+0x18/0x1c)
 r6:00000001 r5:c7b28000 r4:c03bfdc8 r3:00000105
[<c02cebec>] (dump_stack+0x0/0x1c) from [<c02ced9c>] (panic+0x78/0x1a0)
[<c02ced24>] (panic+0x0/0x1a0) from [<c0035d70>] (die+0x2f8/0x34c)
 r3:00000100 r2:c7b29760 r1:c7b29790 r0:c035cc5b
 r7:c02882d6
[<c0035a78>] (die+0x0/0x34c) from [<c02cec64>] (__do_kernel_fault.part.4+0x5c/0x                                                                                                                                                             7c)
[<c02cec08>] (__do_kernel_fault.part.4+0x0/0x7c) from [<c02d59b8>] (do_page_faul                                                                                                                                                             t+0x24c/0x268)
 r7:0000000d r3:c7b29978
[<c02d576c>] (do_page_fault+0x0/0x268) from [<c02d59f8>] (do_translation_fault+0                                                                                                                                                             x24/0xb0)
[<c02d59d4>] (do_translation_fault+0x0/0xb0) from [<c0028250>] (do_DataAbort+0x3                                                                                                                                                             c/0xa0)
 r7:c7b29978 r6:0000000d r5:c03aba8c r4:00000005
[<c0028214>] (do_DataAbort+0x0/0xa0) from [<c02d372c>] (__dabt_svc+0x4c/0x60)
Exception stack(0xc7b29978 to 0xc7b299c0)
9960:                                                       ffffffff c6e1da60
9980: c7b29958 00000000 c7b09d80 ffffffff c6fd5844 c03cf788 c6fd5830 4701a8c0
99a0: 00000002 c7b29a04 000001bd c7b299c0 c0271734 c02882d4 a0000013 ffffffff
 r7:c03cf788 r6:c6fd5844 r5:c7b299ac r4:ffffffff
[<c028807c>] (tcp_v4_rcv+0x0/0x874) from [<c02694fc>] (ip_local_deliver_finish+0                                                                                                                                                             x134/0x218)
[<c02693c8>] (ip_local_deliver_finish+0x0/0x218) from [<c0269a14>] (ip_local_del                                                                                                                                                             iver+0x94/0xa4)
 r8:c03a6524 r7:c78ca000 r6:c7b09d80 r5:00000001 r4:c7b09d80
r3:00000001
[<c0269980>] (ip_local_deliver+0x0/0xa4) from [<c0269878>] (ip_rcv_finish+0x298/                                                                                                                                                             0x2b8)
 r4:c6fd5830
[<c02695e0>] (ip_rcv_finish+0x0/0x2b8) from [<c0269ca0>] (ip_rcv+0x27c/0x2e4)
 r7:c78ca000 r6:c7b09d80 r5:00000001 r4:c03cf788
[<c0269a24>] (ip_rcv+0x0/0x2e4) from [<c0238364>] (__netif_receive_skb+0x404/0x4                                                                                                                                                             64)
 r7:00000008 r6:00000000 r5:c78ca000 r4:c03a6504
[<c0237f60>] (__netif_receive_skb+0x0/0x464) from [<c023841c>] (netif_receive_sk                                                                                                                                                             b+0x58/0x68)
 r9:c78ca340 r8:c78ca000 r7:c7b28000 r6:00000000 r5:c78ca484
r4:c7b09d80
[<c02383c4>] (netif_receive_skb+0x0/0x68) from [<c01e53b0>] (mv643xx_eth_poll+0x                                                                                                                                                             52c/0x660)
 r4:c78ca40c
[<c01e4e84>] (mv643xx_eth_poll+0x0/0x660) from [<c0239474>] (net_rx_action+0x108                                                                                                                                                             /0x218)
[<c023936c>] (net_rx_action+0x0/0x218) from [<c00497b0>] (__do_softirq+0xa8/0x13                                                                                                                                                             8)
[<c0049708>] (__do_softirq+0x0/0x138) from [<c0049c6c>] (irq_exit+0x4c/0xa4)
[<c0049c20>] (irq_exit+0x0/0xa4) from [<c002807c>] (asm_do_IRQ+0x7c/0x98)
 r4:00000015 r3:00000000
[<c0028000>] (asm_do_IRQ+0x0/0x98) from [<c02d3788>] (__irq_svc+0x48/0x94)
Exception stack(0xc7b29c20 to 0xc7b29c68)
9c20: 000077c5 0000000f 00002000 c6ebfe40 c6de5000 c7b28000 00000000 c7b29c98
9c40: c7b28038 0000000e c6ebfe40 c7b29c74 c7b29c78 c7b29c68 c01208d4 c0127504
9c60: 20000013 ffffffff
 r6:00200000 r5:fdd20200 r4:ffffffff r3:20000013
[<c01274ec>] (__log_space_left+0x0/0x24) from [<c01208d4>] (start_this_handle+0x                                                                                                                                                             364/0x470)
[<c0120570>] (start_this_handle+0x0/0x470) from [<c0120c24>] (journal_start+0x9c                                                                                                                                                             /0xe0)
[<c0120b88>] (journal_start+0x0/0xe0) from [<c0113fd0>] (ext3_journal_start_sb+0                                                                                                                                                             x44/0x58)
 r8:00000000 r7:00001000 r6:c7b28000 r5:c040a620 r4:c74efb08
r3:c6de5000
[<c0113f8c>] (ext3_journal_start_sb+0x0/0x58) from [<c010d904>] (ext3_write_begi                                                                                                                                                             n+0x98/0x214)
[<c010d86c>] (ext3_write_begin+0x0/0x214) from [<c007d218>] (generic_file_buffer                                                                                                                                                             ed_write+0xe0/0x21c)
[<c007d138>] (generic_file_buffered_write+0x0/0x21c) from [<c007efa0>] (__generi                                                                                                                                                             c_file_aio_write+0x4a4/0x4b8)
[<c007eafc>] (__generic_file_aio_write+0x0/0x4b8) from [<c007f024>] (generic_fil                                                                                                                                                             e_aio_write+0x70/0xe0)
[<c007efb4>] (generic_file_aio_write+0x0/0xe0) from [<c00abbb0>] (do_sync_write+                                                                                                                                                             0x9c/0xdc)
[<c00abb14>] (do_sync_write+0x0/0xdc) from [<c00ac040>] (vfs_write+0xb4/0x144)
 r7:00008000 r6:c7b29fa8 r5:4084f034 r4:c6f0df00
[<c00abf8c>] (vfs_write+0x0/0x144) from [<c00ac444>] (sys_pwrite64+0x5c/0x8c)
 r8:c00325c8 r7:00008000 r6:4084f034 r5:c6f0df00 r4:064b0000
[<c00ac3e8>] (sys_pwrite64+0x0/0x8c) from [<c0032420>] (ret_fast_syscall+0x0/0x2                                                                                                                                                             c)
 r7:000000b5 r6:4084f034 r5:00000000 r4:064b0000
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 fvdw » Mon Dec 30, 2013 1:28 pm

ok the 3.9.5 kernel will follow soon

regarding 2.6.39.4 kernel I think we need to update the other kernel modules to match the latest compile
fvdw
Site Admin - expert
 
Posts: 13474
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

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

Postby fvdw » Mon Dec 30, 2013 1:34 pm

another 3.9.5 kernel sent by pm
fvdw
Site Admin - expert
 
Posts: 13474
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

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

Postby taetae » Mon Dec 30, 2013 3:00 pm

no work

Code: Select all
         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** LOADER **
 ** MARVELL BOARD: RD-88F5281-LaCie LE

U-Boot 1.1.4 (Jun 26 2008 - 16:55:41) Marvell version: 2.4.9

U-Boot code: 00200000 -> 0026FFF0  BSS: -> 00283280

Soc: 88F5281 D0 (DDR2)
CPU running @ 500Mhz
SysClock = 166Mhz , TClock = 166Mhz

DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  32bit width
[4096kB@ffc00000] Flash:  4 MB
Addresses 4M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (4M - 3M): Done
*** Warning - bad CRC, using default environment


CPU : ARM926 (Rev 0)
Streaming disabled
VFP initialized to Run Fast Mode.

USB 0: host mode
PCI 0: PCI Express Root Complex Interface
PCI 1: PCI-X, speed = 66000000
CPU: Write allocate Disabled
Net:   egiga0 [PRIME]
POWER ON
Hit any key to stop autoboot:  0
Marvell>> boot
Waiting for LUMP (5)
Lump received switching to NetConsole on 192.168.1.29
Uncompressing Linux... done, booting the kernel.


ps

sorry if I ask a question that may seem silly ..... :

but if you only charge based on the new kernel 3.9.5 just bone and then a script that loads its modules copied to the HD would not be much lighter and therefore less kb kernel?
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 fvdw » Mon Dec 30, 2013 4:50 pm

are you sure loaded the last kernel I have sent you ?

about the modules, indeed that is what we do use a small kernel and load all modules, much smaller then this almost not possible.
Ps when the 3.9.5 kernel loads does the disks spin up ?
fvdw
Site Admin - expert
 
Posts: 13474
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 5Big Network vs1

Who is online

Users browsing this forum: No registered users and 5 guests