2BIG2 firmware

Re: 2BIG2 firmware

Postby ded_kiev » Thu Apr 03, 2014 10:41 pm

Ok
I moved the HDD into the slot 2 ( right) and ....

11.jpg


I'm sorry, but I couldn’t even imagine that the HDD numbering in 2BIG2 is from the right to the left......

LaCie-2bigNetwork2-arriere.jpg


NAS is working again.

12.jpg
You do not have the required permissions to view the files attached to this post.
Last edited by ded_kiev on Fri Apr 04, 2014 12:49 pm, edited 1 time in total.
ded_kiev
Donator VIP
Donator VIP
 
Posts: 39
Joined: Thu Mar 27, 2014 7:10 am
Location: Ukraine

Re: 2BIG2 firmware

Postby fvdw » Fri Apr 04, 2014 8:02 am

nice that it works :punk


however we still might have an issue if you want to use the second disk. The original bootloader of Lacie use other way to classify the disks
I would have expect that the most left disk would be hda. It seems to be the other way around in this case

The fvdw-sl firmware uses a diskmap to match disk with the bus number (here bus number are 0 and 1)
Funny is that the bootloader didn't find the disk when it was inserted in the left slot. This might indicate that one slot is broken...

To find out which slot is used and which disk id is assigned by the kernel we can use the firmware
When the firmware runs, connect via the ssh server (username: root and password: giveit2me)
For this you can use a ssh client program like Putty, this runs under windows
Then give on the linux command prompt the command
Code: Select all
dmesg

Post the output here
This show how the kernel assigns driver id's like sda, sdb to the bus numbers
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 2BIG2 firmware

Postby ded_kiev » Fri Apr 04, 2014 12:52 pm

Then give on the linux command prompt the command
Code: Select all
dmesg

Post the output here
This show how the kernel assigns driver id's like sda, sdb to the bus numbers


I can check it tonight.
ded_kiev
Donator VIP
Donator VIP
 
Posts: 39
Joined: Thu Mar 27, 2014 7:10 am
Location: Ukraine

Re: 2BIG2 firmware

Postby ded_kiev » Fri Apr 04, 2014 12:58 pm

Now got the full access to the NAS via WEB interface.
BUT, there are still such problems as:
1. There is no boot from HDD, it is possible only from USB stick.
2. LEDs of the “HDDs activity” doesn’t work (on the back panel).
3. On the front panel doesn’t work “power LED”.
4. Cooler of the cooling system doesn’t work also.

And a few questions according to the HDD image creation(question and answer):
1. Q: Is your device a lacie network space 2 classic or lite? --- A: Yes
2. Q: Not the original disk ...? --- A: Yes
3. Q: Is your NAS a network space 2 classic? --- A: Yes.
4. Q: ... support GPT partitions table? ---- A: No (or it is preferable to use GPT, even if HDD 2Tb?)
Is it correct according to all points?
ded_kiev
Donator VIP
Donator VIP
 
Posts: 39
Joined: Thu Mar 27, 2014 7:10 am
Location: Ukraine

Re: 2BIG2 firmware

Postby fvdw » Fri Apr 04, 2014 2:45 pm

ded_kiev wrote:Now got the full access to the NAS via WEB interface.
BUT, there are still such problems as:
1. There is no boot from HDD, it is possible only from USB stick.
2. LEDs of the “HDDs activity” doesn’t work (on the back panel).
3. On the front panel doesn’t work “power LED”.
4. Cooler of the cooling system doesn’t work also.

add 1. we can make it boot form HDD
add2. Does it matter ?
add3. This can be solved easily if we want
ad 4. Probably it will work, it is temperature controlled, when it reaches certain temparature it will start automatic
we need to check if the the fan control daemon is running. (post output of command ps -ef using putty)

And a few questions according to the HDD image creation(question and answer):
1. Q: Is your device a lacie network space 2 classic or lite? --- A: Yes
2. Q: Not the original disk ...? --- A: Yes
3. Q: Is your NAS a network space 2 classic? --- A: Yes.
4. Q: ... support GPT partitions table? ---- A: No (or it is preferable to use GPT, even if HDD 2Tb?)
Is it correct according to all points?


those are the right answers it is ok to use ms-dos partition table for disk smaller then 2 TB

ps I am still waiting on the the output of the dmesg command :tapfoot
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 2BIG2 firmware

Postby ded_kiev » Fri Apr 04, 2014 4:27 pm

ps I am still waiting on the the output of the dmesg command :tapfoot[/quote]

Code: Select all
login as: root
root@192.168.0.106's password:
root@fvdwsl-base:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.9.5 (root@fvdwsl-5big2.local) (gcc version 4.8.1                                                                              (GCC) ) #199 PREEMPT Thu Jan 9 23:25:16 GMT+1 2014
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397                                                                             7
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 2Big Network v2
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c08380e4, node_mem_map c087300                                                                             0
[    0.000000]   Normal zone: 512 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 65536 pages, LIFO batch:15
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag                                                                             es: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda7
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Memory: 256MB = 256MB total
[    0.000000] Memory: 251204k/251204k available, 10940k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07c7304   (7933 kB)
[    0.000000]       .init : 0xc07c8000 - 0xc07f70bc   ( 189 kB)
[    0.000000]       .data : 0xc07f8000 - 0xc0838880   ( 259 kB)
[    0.000000]        .bss : 0xc0838880 - 0xc087226c   ( 231 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000000] sched_clock: 32 bits at 166MHz, resolution 5ns, wraps every 25769                                                                             ms
[   10.895482] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[   10.985449] pid_max: default: 32768 minimum: 301
[   10.985566] Mount-cache hash table entries: 512
[   10.986098] CPU: Testing write buffer coherency: ok
[   10.986440] Setting up static identity map for 0xc05e9380 - 0xc05e93bc
[   10.988870] xor: measuring software checksum speed
[   11.085439]    arm4regs  :  1089.600 MB/sec
[   11.185420]    8regs     :   654.800 MB/sec
[   11.285417]    32regs    :   906.000 MB/sec
[   11.285431] xor: using function: arm4regs (1089.600 MB/sec)
[   11.285446] pinctrl core: initialized pinctrl subsystem
[   11.285642] NET: Registered protocol family 16
[   11.286808] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[   11.289404] Register Driver 'dummy'
[   11.289750] Kirkwood: MV88F6281-A1, TCLK=166666667.
[   11.289772] Feroceon L2: Enabling L2
[   11.289810] Feroceon L2: Cache support initialised.
[   11.290772] mv_usb_init 1
[   11.290793] mv_usb_init 2 devnum = 0
[   11.290810] init function mv_usb_init finished
[   11.290818] initial MPP regs: 01002222 00003311 00550000 00000000 00000000 00                                                                             000000 00000000
[   11.290848]   final MPP regs: 01002222 00003311 00550000 00000000 00000000 00                                                                             000000 00000000
[   11.291022]  orion-ehci registered
[   11.292309] orion_gpio_is_valid: invalid GPIO 7
[   11.315172] bio: create slab <bio-0> at 0
[   11.486028] raid6: int32x1     95 MB/s
[   11.655530] raid6: int32x2    123 MB/s
[   11.825642] raid6: int32x4    120 MB/s
[   11.995874] raid6: int32x8    129 MB/s
[   11.995884] raid6: using algorithm int32x8 (129 MB/s)
[   11.995892] raid6: using intx1 recovery algorithm
[   11.996693] SCSI subsystem initialized
[   11.997116] libata version 3.00 loaded.
[   11.997364] Register Driver 'Generic PHY'
[   11.997633] Register Driver 'usbfs'
[   11.997794] usbcore: registered new interface driver usbfs
[   11.997809] Register Driver 'hub'
[   11.997954] usbcore: registered new interface driver hub
[   11.998024] Register Driver 'usb'
[   11.998145] usbcore: registered new device driver usb
[   11.998399] Register Driver 'i2c-gpio'
[   11.998541] Linux video capture interface: v2.00
[   12.000440] cfg80211: Calling CRDA to update world regulatory domain
[   12.001266] Switching to clocksource orion_clocksource
[   12.003242] NET: Registered protocol family 2
[   12.003705] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[   12.003768] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[   12.003801] TCP: Hash tables configured (established 2048 bind 2048)
[   12.003863] TCP: reno registered
[   12.003876] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   12.003899] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   12.004057] NET: Registered protocol family 1
[   12.004325] RPC: Registered named UNIX socket transport module.
[   12.004336] RPC: Registered udp transport module.
[   12.004343] RPC: Registered tcp transport module.
[   12.004350] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.004360] PCI: CLS 0 bytes, default 32
[   12.004476] NetWinder Floating Point Emulator V0.97 (double precision)
[   12.004488] Register Driver 'gpio-usb'
[   12.004616] gpio-usb gpio-usb: USB GPIO's initialized
[   12.004787] Register Driver 'gpio-ws-leds'
[   12.005272] Register Driver 'alarmtimer'
[   12.095490] VFS: Disk quotas dquot_6.5.2
[   12.095543] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   12.096034] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   12.096278] NTFS driver 2.1.30 [Flags: R/W].
[   12.096313] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   12.096464] fuse init (API version 7.21)
[   12.097038] JFS: nTxBlock = 1962, nTxLock = 15700
[   12.097784] SGI XFS with ACLs, security attributes, realtime, large block/ino                                                                             de numbers, no debug enabled
[   12.098125] msgmni has been set to 490
[   12.099097] async_tx: api initialized (async)
[   12.099277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                             53)
[   12.099290] io scheduler noop registered
[   12.099298] io scheduler deadline registered
[   12.099317] io scheduler cfq registered (default)
[   12.099334] Register Driver 'kirkwood-pinctrl'
[   12.099508] Register Driver 'mv_xor'
[   12.099562] mv_xor mv_xor.0: Marvell shared XOR driver
[   12.131347] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   12.171344] mv_xor mv_xor.0: Marvell XOR: ( xor fill cpy )
[   12.171558] mv_xor mv_xor.1: Marvell shared XOR driver
[   12.211343] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   12.251343] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[   12.256285] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   12.256875] Register Driver 'serial8250'
[   12.277175] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[   12.833816] console [ttyS0] enabled
[   12.844755] brd: module loaded
[   12.851466] loop: module loaded
[   12.854602] Register Driver 'at24'
[   12.858229] Register Driver 'eeprom'
[   12.862821] Register Driver 'sd'
[   12.866250] Register Driver 'ahci'
[   12.869893] Register Driver 'sata_mv'
[   12.873823] Register Driver 'sata_mv'
[   12.877609] sata_mv sata_mv.0: version 1.28
[   12.877677] sata_mv sata_mv.0: cannot get optional clkdev
[   12.883269] sata_mv sata_mv.0: slots 32 ports 2
[   12.890504] scsi0 : sata_mv
[   12.893738] scsi1 : sata_mv
[   12.896854] ata1: SATA max UDMA/133 irq 21
[   12.900930] ata2: SATA max UDMA/133 irq 21
[   12.906033] Register Driver 'physmap-flash'
[   12.910419] Generic platform RAM MTD, (c) 2004 Simtec Electronics
[   12.916606] Register Driver 'mtd-ram'
[   12.920455] Register Driver 'm25p80'
[   12.924312] Register Driver 'gen_nand'
[   12.928281] Register Driver 'orion_nand'
[   12.932548] platform_driver_probe 5 retval= -19 code= 0
[   12.937838] Register Driver 'orion_spi'
[   12.942377] m25p80 spi0.0: mx25l4005a (512 Kbytes)
[   12.947316] Creating 2 MTD partitions on "spi_flash":
[   12.952417] 0x000000000000-0x00000007d000 : "u-boot"
[   12.958261] 0x00000007e000-0x00000007f000 : "u-boot-env"
[   12.964668] tun: Universal TUN/TAP device driver, 1.6
[   12.969694] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   12.976086] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn                                                                             .edu>
[   12.984274] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393                                                                             @maroon.tc.umn.edu>
[   12.993088] Register Driver 'mv643xx_eth'
[   12.997210] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   13.004127] libphy: mv643xx_eth smi: probed
[   13.008459] Register Driver 'mv643xx_eth_port'
[   13.014997] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address                                                                              00:d0:4b:91:e5:b0
[   13.023859] PPP generic driver version 2.4.2
[   13.028389] PPP Deflate Compression module registered
[   13.033513] PPP MPPE Compression module registered
[   13.038279] NET: Registered protocol family 24
[   13.042784] Register Driver 'rtl8187'
[   13.046653] usbcore: registered new interface driver rtl8187
[   13.052345] Register Driver 'rtl8192cu'
[   13.056407] usbcore: registered new interface driver rtl8192cu
[   13.062263] Register Driver 'rt2500usb'
[   13.066307] usbcore: registered new interface driver rt2500usb
[   13.072164] Register Driver 'rt73usb'
[   13.076045] usbcore: registered new interface driver rt73usb
[   13.081732] Register Driver 'rt2800usb'
[   13.085763] usbcore: registered new interface driver rt2800usb
[   13.091626] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet dr                                                                             iver
[   13.099069] Register Driver 'pegasus'
[   13.102951] usbcore: registered new interface driver pegasus
[   13.108582] Register Driver 'asix'
[   13.112245] usbcore: registered new interface driver asix
[   13.117619] Register Driver 'ax88179_178a'
[   13.121952] usbcore: registered new interface driver ax88179_178a
[   13.128013] Register Driver 'cdc_ether'
[   13.132103] usbcore: registered new interface driver cdc_ether
[   13.137906] Register Driver 'net1080'
[   13.141810] usbcore: registered new interface driver net1080
[   13.147445] Register Driver 'cdc_subset'
[   13.151613] usbcore: registered new interface driver cdc_subset
[   13.157501] Register Driver 'zaurus'
[   13.161329] usbcore: registered new interface driver zaurus
[   13.166905] Register Driver 'ipheth'
[   13.170669] usbcore: registered new interface driver ipheth
[   13.176280] Register Driver 'cdc_ncm'
[   13.180141] usbcore: registered new interface driver cdc_ncm
[   13.186768] aoe: AoE v81 initialised.
[   13.190459] Register Driver 'rtc-ds1307'
[   13.194604] Register Driver 'rtc-mv'
[   13.198542] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   13.204509] platform_driver_probe 5 retval= 0 code= 0
[   13.209627] i2c /dev entries driver
[   13.213322] Register Driver 'mv64xxx_i2c'
[   13.218097] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   13.228535] uvcvideo: Unable to create debugfs directory
[   13.233891] Register Driver 'uvcvideo'
[   13.237848] usbcore: registered new interface driver uvcvideo
[   13.243687] USB Video Class driver (1.1.1)
[   13.247763] gspca_main: v2.14.0 registered
[   13.251928] Register Driver 'Philips webcam'
[   13.256405] usbcore: registered new interface driver Philips webcam
[   13.262694] Register Driver 'g762'
[   13.266195] g762 probe started
[   13.269233] g762 probe 1
[   13.274233] g762 probe 2
[   13.276748] g762 probe 3
[   13.279263] g762 probe 4
[   13.289113] g762 probe 5
[   13.291690] g762 probe 6
[   13.294353] g762 probe 7
[   13.296997] Register Driver 'gpio-fan'
[   13.301059] gpio-fan gpio-fan: GPIO fan initialized
[   13.306047] Register Driver 'lm75'
[   13.310490] Register Driver 'lm77'
[   13.314524] md: linear personality registered for level -1
[   13.319986] md: raid0 personality registered for level 0
[   13.325339] md: raid1 personality registered for level 1
[   13.330621] md: raid10 personality registered for level 10
[   13.336114] md: raid6 personality registered for level 6
[   13.341422] md: raid5 personality registered for level 5
[   13.346708] md: raid4 personality registered for level 4
[   13.352183] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-d                                                                             evel@redhat.com
[   13.360732] device-mapper: multipath: version 1.5.1 loaded
[   13.366233] device-mapper: multipath round-robin: version 1.0.0 loaded
[   13.372756] device-mapper: multipath queue-length: version 0.1.0 loaded
[   13.379342] device-mapper: multipath service-time: version 0.2.0 loaded
[   13.386005] device-mapper: dm-log-userspace: version 1.1.0 loaded
[   13.392098] device-mapper: raid: Loading target version 1.4.2
[   13.397818] Register Driver 'mmcblk'
[   13.401596] Register Driver 'leds-gpio'
[   13.405658] Register Driver 'leds-ns2'
[   13.409589] Register Driver 'leds-ns2l'
[   13.413545] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   13.420067] Register Driver 'leds-netxbig'
[   13.425332] Register Driver 'mv_crypto'
[   13.429970] Register Driver 'hid-generic'
[   13.434363] ata1.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
[   13.441036] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   13.448085] Netfilter messages via NETLINK v0.30.
[   13.452869] nf_conntrack version 0.5.0 (3925 buckets, 15700 max)
[   13.459231] IPv4 over IPv4 tunneling driver
[   13.464468] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.469874] TCP: cubic registered
[   13.473319] NET: Registered protocol family 10
[   13.478471] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   13.484134] ata1.00: configured for UDMA/133
[   13.488543] sit: IPv6 over IPv4 tunneling driver
[   13.493893] NET: Registered protocol family 17
[   13.498332] NET: Registered protocol family 5
[   13.503013] scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 80.0 PQ                                                                             : 0 ANSI: 5
[   13.511569] NET: Registered protocol family 37
[   13.516059] VFP support v0.3: not present
[   13.520285] fvdw1 disk index before get_sd_name = 0
[   13.525270] device-name= sata_mv
[   13.528486] fvdw2 disk index after get_sd_name = 0
[   13.533727] fvdw3 prefix[0]=s  prefix[1]=d
[   13.537800] fvdw4 diskname = sda
[   13.541583] console [netcon0] enabled
[   13.545229] netconsole: network logging started
[   13.549732] Register Driver 'gpio-keys'
[   13.553853] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.                                                                             81 TiB)
[   13.562090] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   13.567720] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   13.574649] sd 0:0:0:0: [sda] Write Protect is off
[   13.579425] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   13.579664] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does                                                                             n't support DPO or FUA
[   13.588926] rtc-mv rtc-mv: setting system clock to 2014-04-04 16:21:41 UTC (1                                                                             396628501)
[   13.911314] ata2: SATA link down (SStatus 0 SControl F300)
[   14.244545]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   14.252664] sd 0:0:0:0: [sda] Attached SCSI disk
[   14.257311] md: Skipping autodetection of RAID arrays. (raid=autodetect will                                                                              force)
[   14.272005] EXT3-fs (sda7): warning: checktime reached, running e2fsck is rec                                                                             ommended
[   14.279860] kjournald starting.  Commit interval 5 seconds
[   14.285406] EXT3-fs (sda7): using internal journal
[   14.290174] EXT3-fs (sda7): mounted filesystem with ordered data mode
[   14.296643] VFS: Mounted root (ext3 filesystem) on device 8:7.
[   14.303089] Freeing init memory: 188K
[   14.871490] EXT3-fs (sda1): warning: checktime reached, running e2fsck is rec                                                                             ommended
[   14.879350] kjournald starting.  Commit interval 5 seconds
[   14.884890] EXT3-fs (sda1): using internal journal
[   14.901364] EXT3-fs (sda1): recovery complete
[   14.905704] EXT3-fs (sda1): mounted filesystem with ordered data mode
[   15.801472] EXT3-fs (sda5): warning: checktime reached, running e2fsck is rec                                                                             ommended
[   15.809333] kjournald starting.  Commit interval 5 seconds
[   15.814872] EXT3-fs (sda5): using internal journal
[   15.831363] EXT3-fs (sda5): recovery complete
[   15.835704] EXT3-fs (sda5): mounted filesystem with ordered data mode
[   15.928105] Adding 514076k swap on /dev/sda3.  Priority:-1 extents:1 across:5                                                                             14076k
[   16.153058] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   16.159567] Register Driver 'orion-ehci'
[   16.163688] orion-ehci orion-ehci.0: Marvell Orion EHCI
[   16.168909] orion-ehci orion-ehci.0: new USB bus registered, assigned bus num                                                                             ber 1
[   16.176638] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   16.201308] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   16.207278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   16.214053] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                             1
[   16.221240] usb usb1: Product: Marvell Orion EHCI
[   16.225934] usb usb1: Manufacturer: Linux 3.9.5 ehci_hcd
[   16.231219] usb usb1: SerialNumber: orion-ehci.0
[   16.236168] hub 1-0:1.0: USB hub found
[   16.239914] hub 1-0:1.0: 1 port detected
[   16.253160] Initializing USB Mass Storage driver...
[   16.258020] Register Driver 'usb-storage'
[   16.262264] usbcore: registered new interface driver usb-storage
[   16.268238] USB Mass Storage support registered.
[   16.279686] Register Driver 'usblp'
[   16.283388] usbcore: registered new interface driver usblp
[   16.298212] iSCSI Enterprise Target Software - version trunk
[   16.304046] iscsi_trgt: Registered io type fileio
[   16.308726] iscsi_trgt: Registered io type blockio
[   16.313532] iscsi_trgt: Registered io type nullio
[   16.326637] Loading iSCSI transport class v2.0-870.
[   16.335847] iscsi: registered transport (tcp)
[   16.561375] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   17.035296] usb 1-1: New USB device found, idVendor=058f, idProduct=6387
[   17.044130] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   17.053883] usb 1-1: Product: Mass Storage Device
[   17.065302] usb 1-1: Manufacturer: JetFlash
[   17.070614] usb 1-1: SerialNumber: QCJ5E8YP
[   17.077505] scsi2 : usb-storage 1-1:1.0
[   18.088361] scsi 2:0:0:0: Direct-Access     JetFlash TS1GJFT3         8.07 PQ                                                                             : 0 ANSI: 2
[   18.096644] fvdw1 disk index before get_sd_name = 1
[   18.101516] device-name= usb-storage
[   18.105076] external disk assign prefix letter e
[   18.109663] fvdw2 disk index after get_sd_name = 6
[   18.114447] fvdw3 prefix[0]=s  prefix[1]=e
[   18.118521] fvdw4 diskname = seg
[   18.123171] sd 2:0:0:0: [seg] 2002942 512-byte logical blocks: (1.02 GB/977 M                                                                             iB)
[   18.130911] sd 2:0:0:0: [seg] Write Protect is off
[   18.135730] sd 2:0:0:0: [seg] Mode Sense: 03 00 00 00
[   18.136162] sd 2:0:0:0: [seg] No Caching mode page present
[   18.141659] sd 2:0:0:0: [seg] Assuming drive cache: write through
[   18.150160] sd 2:0:0:0: [seg] No Caching mode page present
[   18.155648] sd 2:0:0:0: [seg] Assuming drive cache: write through
[   18.163722]  seg: seg1
[   18.168162] sd 2:0:0:0: [seg] No Caching mode page present
[   18.173668] sd 2:0:0:0: [seg] Assuming drive cache: write through
[   18.179740] sd 2:0:0:0: [seg] Attached SCSI removable disk
[   28.707083] EXT3-fs (sda8): warning: checktime reached, running e2fsck is rec                                                                             ommended
[   28.714933] kjournald starting.  Commit interval 5 seconds
[   28.724400] EXT3-fs (sda8): using internal journal
[   28.761382] EXT3-fs (sda8): recovery complete
[   28.765724] EXT3-fs (sda8): mounted filesystem with ordered data mode
[   28.826331] udevd (840): /proc/840/oom_adj is deprecated, please use /proc/84                                                                             0/oom_score_adj instead.
[   28.835610] udev: starting version 130
[   30.315352] FAT-fs (seg1): utf8 is not a recommended IO charset for FAT files                                                                             ystems, filesystem will be case sensitive!
[   30.342932] FAT-fs (seg1): Volume was not properly unmounted. Some data may b                                                                             e corrupt. Please run fsck.
[   31.595581] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   34.654121] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, ful                                                                             l duplex, flow control disabled
[   34.663945] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
root@fvdwsl-base:/ # login as: root
root@fvdwsl-base:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.9.5 (root@fvdwsl-5big2.local) (gcc version 4.8.1                                                                              (GCC) ) #199 PREEMPT Thu Jan 9 23:25:16 GMT+1 2014
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397                                                                             7
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 2Big Network v2
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c08380e4, node_mem_map c087300                                                                             0
[    0.000000]   Normal zone: 512 pages used for memmap
Password:
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag                                                                             es: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda7
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Memory: 256MB = 256MB total
[    0.000000] Memory: 251204k/251204k available, 10940k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07c7304   (7933 kB)
[    0.000000]       .init : 0xc07c8000 - 0xc07f70bc   ( 189 kB)
[    0.000000]       .data : 0xc07f8000 - 0xc0838880   ( 259 kB)
[    0.000000]        .bss : 0xc0838880 - 0xc087226c   ( 231 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000000] sched_clock: 32 bits at 166MHz, resolution 5ns, wraps every 25769                                                                             ms
[   10.895482] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[   10.985449] pid_max: default: 32768 minimum: 301
[   10.985566] Mount-cache hash table entries: 512
[   10.986098] CPU: Testing write buffer coherency: ok
[   10.986440] Setting up static identity map for 0xc05e9380 - 0xc05e93bc
[   10.988870] xor: measuring software checksum speed
[   11.085439]    arm4regs  :  1089.600 MB/sec
[   11.185420]    8regs     :   654.800 MB/sec
[   11.285417]    32regs    :   906.000 MB/sec
[   11.285431] xor: using function: arm4regs (1089.600 MB/sec)
[   11.285446] pinctrl core: initialized pinctrl subsystem
[   11.285642] NET: Registered protocol family 16
[   11.286808] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[   11.289404] Register Driver 'dummy'
[   11.289750] Kirkwood: MV88F6281-A1, TCLK=166666667.
[   11.289772] Feroceon L2: Enabling L2
[   11.289810] Feroceon L2: Cache support initialised.
[   11.290772] mv_usb_init 1
[   11.290793] mv_usb_init 2 devnum = 0
[   11.290810] init function mv_usb_init finished
[   11.290818] initial MPP regs: 01002222 00003311 00550000 00000000 00000000 00                                                                             000000 00000000
[   11.290848]   final MPP regs: 01002222 00003311 00550000 00000000 00000000 00                                                                             000000 00000000
[   11.291022]  orion-ehci registered
[   11.292309] orion_gpio_is_valid: invalid GPIO 7
[   11.315172] bio: create slab <bio-0> at 0
[   11.486028] raid6: int32x1     95 MB/s
[   11.655530] raid6: int32x2    123 MB/s
[   11.825642] raid6: int32x4    120 MB/s
[   11.995874] raid6: int32x8    129 MB/s
[   11.995884] raid6: using algorithm int32x8 (129 MB/s)
[   11.995892] raid6: using intx1 recovery algorithm
[   11.996693] SCSI subsystem initialized
[   11.997116] libata version 3.00 loaded.
[   11.997364] Register Driver 'Generic PHY'
[   11.997633] Register Driver 'usbfs'
[   11.997794] usbcore: registered new interface driver usbfs
[   11.997809] Register Driver 'hub'
[   11.997954] usbcore: registered new interface driver hub
[   11.998024] Register Driver 'usb'
[   11.998145] usbcore: registered new device driver usb
[   11.998399] Register Driver 'i2c-gpio'
[   11.998541] Linux video capture interface: v2.00
[   12.000440] cfg80211: Calling CRDA to update world regulatory domain
[   12.001266] SwitchingLogin incorrect
fvdwsl-base.local login: [   13.209627] i2c /dev entries driver
[   13.213322] Register Driver 'mv64xxx_i2c'
[   13.218097] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   13.228535] uvcvideo: Unable to create debugfs directory
[   13.233891] Register Driver 'uvcvideo'
[   13.237848] usbcore: registered new interface driver uvcvideo
[   13.243687] USB Video Class driver (1.1.1)
[   13.247763] gspca_main: v2.14.0 registered
[   13.251928] Register Driver 'Philips webcam'
[   13.256405] usbcore: registered new interface driver Philips webcam
[   13.262694] Register Driver 'g762'
[   13.266195] g762 probe started
[   13.269233] g762 probe 1
[   13.274233] g762 probe 2
[   13.276748] g762 probe 3
[   13.279263] g762 probe 4
[   13.289113] g762 probe 5
[   13.291690] g762 probe 6
[   13.294353] g762 probe 7
[   13.296997] Register Driver 'gpio-fan'
[   13.301059] gpio-fan gpio-fan: GPIO fan initialized
[   13.306047] Register Driver 'lm75'
[   13.310490] Register Driver 'lm77'
[   13.314524] md: linear personality registered for level -1
[   13.319986] md: raid0 personality registered for level 0
[   13.325339] md: raid1 personality registered for level 1
[   13.330621] md: raid10 personality registered for level 10
[   13.336114] md: raid6 personality registered for level 6
[   13.341422] md: raid5 personality registered for level 5
[   13.346708] md: raid4 personality registered for level 4
[   13.352183] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-d                                                                             evel@redhat.com
[   13.360732] device-mapper: multipath: version 1.5.1 loaded
[   13.366233] device-mapper: multipath round-robin: version 1.0.0 loaded
[   13.372756] device-mapper: multipath queue-length: version 0.1.0 loaded
[   13.379342] device-mapper: multipath service-time: version 0.2.0 loaded
[   13.386005] device-mapper: dm-log-userspace: version 1.1.0 loaded
[   13.392098] device-mapper: raid: Loading target version 1.4.2
[   13.397818] Register Driver 'mmcblk'
[   13.40159Password:
:Login incorrect
fvdwsl-base.local login:
ded_kiev
Donator VIP
Donator VIP
 
Posts: 39
Joined: Thu Mar 27, 2014 7:10 am
Location: Ukraine

Re: 2BIG2 firmware

Postby ded_kiev » Fri Apr 04, 2014 4:45 pm

ad 4. Probably it will work, it is temperature controlled, when it reaches certain temparature it will start automatic
we need to check if the the fan control daemon is running. (post output of command ps -ef using putty)

Code: Select all
login as: root
root@192.168.0.106's password:
root@fvdwsl-base:/ # ps -ef
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 19:21 ?        00:00:02 init
root         2     0  0 19:21 ?        00:00:00 [kthreadd]
root         3     2  0 19:21 ?        00:00:00 [ksoftirqd/0]
root         4     2  0 19:21 ?        00:00:00 [kworker/0:0]
root         5     2  0 19:21 ?        00:00:00 [kworker/0:0H]
root         7     2  0 19:21 ?        00:00:00 [kworker/u:0H]
root         8     2  0 19:21 ?        00:00:00 [rcu_preempt]
root         9     2  0 19:21 ?        00:00:00 [rcu_bh]
root        10     2  0 19:21 ?        00:00:00 [rcu_sched]
root        11     2  0 19:21 ?        00:00:00 [khelper]
root        12     2  0 19:21 ?        00:00:00 [kworker/u:1]
root       224     2  0 19:21 ?        00:00:00 [bdi-default]
root       226     2  0 19:21 ?        00:00:00 [kblockd]
root       231     2  0 19:21 ?        00:00:00 [ata_sff]
root       241     2  0 19:21 ?        00:00:00 [khubd]
root       248     2  0 19:21 ?        00:00:00 [md]
root       258     2  0 19:21 ?        00:00:00 [cfg80211]
root       274     2  0 19:21 ?        00:00:00 [rpciod]
root       281     2  0 19:21 ?        00:00:00 [kswapd0]
root       282     2  0 19:21 ?        00:00:00 [fsnotify_mark]
root       283     2  0 19:21 ?        00:00:00 [nfsiod]
root       284     2  0 19:21 ?        00:00:00 [cifsiod]
root       288     2  0 19:21 ?        00:00:00 [jfsIO]
root       289     2  0 19:21 ?        00:00:00 [jfsCommit]
root       290     2  0 19:21 ?        00:00:00 [jfsSync]
root       291     2  0 19:21 ?        00:00:00 [xfsalloc]
root       292     2  0 19:21 ?        00:00:00 [xfs_mru_cache]
root       293     2  0 19:21 ?        00:00:00 [xfslogd]
root       294     2  0 19:21 ?        00:00:00 [crypto]
root       416     2  0 19:21 ?        00:00:00 [scsi_eh_0]
root       419     2  0 19:21 ?        00:00:00 [scsi_eh_1]
root       422     2  0 19:21 ?        00:00:00 [kworker/u:2]
root       429     2  0 19:21 ?        00:00:00 [smflush]
root       437     2  0 19:21 ?        00:00:00 [spi0]
root       483     2  0 19:21 ?        00:00:00 [aoe_tx]
root       484     2  0 19:21 ?        00:00:00 [aoe_ktio]
root       510     2  0 19:21 ?        00:00:00 [kmpathd]
root       511     2  0 19:21 ?        00:00:00 [kmpath_handlerd]
root       523     2  0 19:21 ?        00:00:00 [mv_crypto]
root       540     2  0 19:21 ?        00:00:00 [deferwq]
root       560     2  0 19:21 ?        00:00:00 [kworker/0:1H]
root       561     2  0 19:21 ?        00:00:00 [kjournald]
root       579     2  0 19:21 ?        00:00:00 [kjournald]
root       610     1  0 19:21 ?        00:00:00 /usr/sbin/buttonsd
root       622     2  0 19:21 ?        00:00:00 [kjournald]
root       652     2  0 19:21 ?        00:00:00 [iscsi_eh]
root       771     1  0 19:21 ?        00:00:00 /usr/sbin/fan-d
root       775     2  0 19:21 ?        00:00:00 [scsi_eh_2]
root       776     2  0 19:21 ?        00:00:00 [usb-storage]
root       835     2  0 19:21 ?        00:00:00 [kjournald]
root       840     1  0 19:21 ?        00:00:00 /sbin/udevd --daemon
root      1144     1  0 19:22 ?        00:00:00 /sbin/udhcpc -b -i eth0 -s /etc/
root      1163     1  0 19:22 ?        00:00:00 /usr/bin/httpd -f httpd.conf -d
nobody    1166  1163  0 19:22 ?        00:00:00 /usr/bin/httpd -f httpd.conf -d
root      1174     1  0 19:22 ?        00:00:00 /usr/sbin/noflushd -n 15 /dev/sd
root      1177     1  0 19:22 ?        00:00:00 /usr/sbin/nmbd -D -l /var/log/sa
root      1180     1  0 19:22 ?        00:00:00 /usr/sbin/smbd -D -l /var/log/sa
root      1181  1180  0 19:22 ?        00:00:00 /usr/sbin/smbd -D -l /var/log/sa
root      1195     1  0 19:22 ?        00:00:00 /usr/sbin/syncawayd -n 3
root      1199     1  0 19:22 ?        00:00:00 /usr/bin/discoverd
root      1206     1  0 19:22 ?        00:00:00 /usr/bin/rpcbind
root      1222     1  0 19:22 ?        00:00:00 dropbear -p 22 -r /rw_fs/etc/dro
root      1237     1  0 19:22 ?        00:00:00 /usr/sbin/hostd 7200
root      1265     1  0 19:22 ?        00:00:00 /bin/ntpd -l
root      1268     1  0 19:22 ?        00:00:00 /bin/ntpd -p time.windows.com
root      1302     1  0 19:22 ?        00:00:00 /bin/sh
root      1325     2  0 19:32 ?        00:00:00 [flush-8:0]
root      1327     2  0 19:37 ?        00:00:00 [kworker/0:1]
root      1574     2  0 19:42 ?        00:00:00 [flush-8:16]
root      1638  1222  2 19:44 ?        00:00:00 dropbear -p 22 -r /rw_fs/etc/dro
root      1639  1638  0 19:44 ttyp0    00:00:00 -sh
root      1647  1639  0 19:44 ttyp0    00:00:00 ps -ef
root@fvdwsl-base:/ #
ded_kiev
Donator VIP
Donator VIP
 
Posts: 39
Joined: Thu Mar 27, 2014 7:10 am
Location: Ukraine

Re: 2BIG2 firmware

Postby fvdw » Fri Apr 04, 2014 5:02 pm

ok that looks good :thumbup
Fan driver is initialized and running
Funny that you say that the disk is now inserted righthand slot, but if you say so it is ok
Now power tit down and insert the second disk in the other slot and let it boot again.
Later we will do a trial with changing the boot commands in the bootloader to let it boot from sda6
After reboot again post the output of dmesg to see if the second disk is recognized.
if it is we can format it using the firmware and then it will be added automatically when rebooting it
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: 2BIG2 firmware

Postby ded_kiev » Fri Apr 04, 2014 5:08 pm

Code: Select all
login as: root
root@192.168.0.106's password:
root@fvdwsl-base:/ # cat /proc/partitions
major minor  #blocks  name

  31        0        500 mtdblock0
  31        1          4 mtdblock1
   8        0 1953514584 sda
   8        1     514080 sda1
   8        2     514080 sda2
   8        3     514080 sda3
   8        4          1 sda4
   8        5     835380 sda5
   8        6      64260 sda6
   8        7     514080 sda7
   8        8 1950234772 sda8
   8       16    1001471 seg
   8       17    1001439 seg1


Yes, HDD now correctly initialized as / sda
ded_kiev
Donator VIP
Donator VIP
 
Posts: 39
Joined: Thu Mar 27, 2014 7:10 am
Location: Ukraine

Re: 2BIG2 firmware

Postby fvdw » Fri Apr 04, 2014 5:17 pm

I don't see sdb (te second internal HDD), probably because it is not formatted

please post the output of "dmesg" command
fvdw
Site Admin - expert
 
Posts: 13471
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

PreviousNext

Return to Lacie 2Big Network vs2

Who is online

Users browsing this forum: No registered users and 8 guests