Quantcast
Channel: Linux Device Hacking - Debian
Viewing all 26691 articles
Browse latest View live

Re: Linux Kernel 5.5.1 MVEBU package and Debian armhf rootfs

$
0
0
Kernel linux-5.5.1-mvebu-tld-1 package has been uploaded. Please see 1st post for download link.

Re: Help with iomega ix4-200d installation

$
0
0
bodhi,

Dunno if it helps or not but I've reverted back to AHCI and tried with two smaller WD spare drives and I had no errors. Seems like an issue with Seagate drives. It's weird because the NAS came with these Seagate drives from factory.

Any clue?

Re: Help with iomega ix4-200d installation

$
0
0
nialbr,

> Dunno if it helps or not but I've reverted back to
> AHCI and tried with two smaller WD spare drives
> and I had no errors.

Congrats :) It means that the AHCI driver managed the disks from stock PCI controller fine. But it did not like these Seagate drives. Or the power management for these 2 ports is incorrect so the smaller 2.5" drives work OK.

One way to find out is to plug in 3.5" HDDs to those slot (brand other than Seagate).

> Seems like an issue with
> Seagate drives. It's weird because the NAS came
> with these Seagate drives from factory.

Assuming it is not power management issue.

Oftentime, custom stock kernel has implemented quirk (work around) that we can only know when looking at the GPL source code. Could be that the older kernel driver work fine with these drives. Or could be there was a specific patch that does it.

Please post the dmesg log for your new configuration with all 4 drives installed. Good to see how they were detected and the info are good to have (to be a reference later).

Re: Help with iomega ix4-200d installation

$
0
0
bodhi,

I've found a Lifeline Fosskit zip that seems to contain the GPL code from Iomega/Lenovo for this NAS. Do you think it might help?

I'm running some tests with two WD, one Toshiba and one Samsung drives installed, let's see if my suspicious makes sense.

Here is the log you asked..

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_ 
| | | |___|  _ \ / _ \ / _ \| __| 
| |_| |___| |_) | (_) | (_) | |_ 
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.0 **

 ** MARVELL BOARD: IX4-110 LE 

U-Boot 1.1.4 (Oct 15 2009 - 17:28:22) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz 

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB 
DRAM CS[1] base 0x10000000   size 256MB 
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (5)
  Device 0 @ 0 0:
Model: TOSHIBA MK7559GSXP                       Firm: GN001A   Ser#:            Z1ACP0CAT
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 715404.8 MB = 698.6 GB (1465149168 x 512)
[0 1 0]: Enable DMA mode (5)
  Device 1 @ 0 1:
Model: SAMSUNG HM120JI                          Firm: YF100-18 Ser#: S09GJ10LC66556      
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 114473.4 MB = 111.7 GB (234441648 x 512)


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d4000

Streaming disabled 
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part 
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: WDC WD2500KS-00M Rev: 02.0
            Type: Hard Disk
            Capacity: 238475.1 MB = 232.8 GB (488397168 x 512)
  Device 1: (1:0) Vendor: ATA Prod.: WDC WD2500BEVS-6 Rev: 01.0
            Type: Hard Disk
            Capacity: 238475.1 MB = 232.8 GB (488397168 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  1  0

Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 earlyprintk=serial mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10'
Marvell>> setenv load_initrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
Marvell>> setenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x2100000'
Marvell>> setenv bootcmd 'run usb_make_boot_args ; run usb_boot; run flash_load; reset'
Marvell>> boot

(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
..............................................................................................

5212194 bytes read
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
....................................................................................................................................................................................................................................................................................................................................................................................................................
....
........................................................................................................................

9672526 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-5.5.1-kirkwood-tld-1
   Created:      2020-02-07  23:07:53 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5212130 Bytes =  5 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 02100000 ...
   Image Name:   initramfs-5.5.1-kirkwood-tld-1
   Created:      2020-02-10   0:20:06 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9672462 Bytes =  9.2 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.5.1-kirkwood-tld-1 (root@tldDebian) (gcc version 8.3.0 (Debian 8.3.0-6)) #1.0 PREEMPT Sat Feb 1 22:28:36 PST 2020
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: Iomega ix4-200d
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 earlyprintk=serial mtdparts=orion_nand:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x224000@0xb0000(zImage),0x224000@0x2d4000(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 493660K/524288K available (9216K kernel code, 926K rwdata, 3860K rodata, 1024K init, 296K bss, 30628K reserved, 0K cma-reserved)
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x470/0x80c with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] 	Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000008][    T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008513][    T0] Switching to timer-based delay loop, resolution 5ns
[    0.015822][    T0] Console: colour dummy device 80x30
[    0.021012][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.032226][    T0] pid_max: default: 32768 minimum: 301
[    0.037879][    T0] LSM: Security Framework initializing
[    0.043373][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051398][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.059977][    T0] *** VALIDATE tmpfs ***
[    0.064872][    T0] *** VALIDATE proc ***
[    0.069143][    T0] *** VALIDATE cgroup1 ***
[    0.073407][    T0] *** VALIDATE cgroup2 ***
[    0.077739][    T0] CPU: Testing write buffer coherency: ok
[    0.085052][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.092229][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.098283][    T1] rcu: Hierarchical SRCU implementation.
[    0.106349][    T1] devtmpfs: initialized
[    0.115798][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.126371][    T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.134156][    T1] xor: measuring software checksum speed
[    0.238544][    T1]    arm4regs  :  1083.200 MB/sec
[    0.338546][    T1]    8regs     :   650.400 MB/sec
[    0.438542][    T1]    32regs    :   945.600 MB/sec
[    0.443403][    T1] xor: using function: arm4regs (1083.200 MB/sec)
[    0.449683][    T1] prandom: seed boundary self test passed
[    0.459456][    T1] prandom: 100 self tests passed
[    0.464224][    T1] pinctrl core: initialized pinctrl subsystem
[    0.471039][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.471672][    T1] NET: Registered protocol family 16
[    0.484231][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.492758][    T1] audit: initializing netlink subsys (disabled)
[    0.500192][   T14] audit: type=2000 audit(0.490:1): state=initialized audit_enabled=0 res=1
[    0.508741][    T1] cpuidle: using governor ladder
[    0.513586][    T1] cpuidle: using governor menu
[    0.518780][    T1] Feroceon L2: Enabling L2
[    0.523063][    T1] Feroceon L2: Cache support initialised.
[    0.534873][    T1] No ATAGs?
[    2.568522][    C0] random: fast init done
[    5.639018][    T1] raid6: int32x8  gen()   105 MB/s
[    5.808765][    T1] raid6: int32x8  xor()    65 MB/s
[    5.978973][    T1] raid6: int32x4  gen()   106 MB/s
[    6.148789][    T1] raid6: int32x4  xor()    68 MB/s
[    6.318806][    T1] raid6: int32x2  gen()   132 MB/s
[    6.488589][    T1] raid6: int32x2  xor()    93 MB/s
[    6.659091][    T1] raid6: int32x1  gen()   100 MB/s
[    6.828828][    T1] raid6: int32x1  xor()    68 MB/s
[    6.833769][    T1] raid6: using algorithm int32x2 gen() 132 MB/s
[    6.839852][    T1] raid6: .... xor() 93 MB/s, rmw enabled
[    6.845311][    T1] raid6: using intx1 recovery algorithm
[    6.850952][    T1] vgaarb: loaded
[    6.854934][    T1] SCSI subsystem initialized
[    6.859892][    T1] usbcore: registered new interface driver usbfs
[    6.866115][    T1] usbcore: registered new interface driver hub
[    6.872222][    T1] usbcore: registered new device driver usb
[    6.878142][    T1] pps_core: LinuxPPS API ver. 1 registered
[    6.883801][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    6.893623][    T1] PTP clock support registered
[    6.899718][    T1] clocksource: Switched to clocksource orion_clocksource
[    8.252823][    T1] *** VALIDATE bpf ***
[    8.257171][    T1] VFS: Disk quotas dquot_6.6.0
[    8.261894][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    8.269604][    T1] *** VALIDATE ramfs ***
[    8.284415][    T1] NET: Registered protocol family 2
[    8.290345][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    8.299380][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    8.307909][    T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    8.315798][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    8.322999][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    8.330239][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    8.338076][    T1] NET: Registered protocol family 1
[    8.343858][    T1] RPC: Registered named UNIX socket transport module.
[    8.350526][    T1] RPC: Registered udp transport module.
[    8.355902][    T1] RPC: Registered tcp transport module.
[    8.361302][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.368410][    T1] PCI: CLS 0 bytes, default 32
[    8.373342][    T1] Trying to unpack rootfs image as initramfs...
[    9.251835][    T1] Freeing initrd memory: 9448K
[    9.256625][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    9.265185][    T1] Initialise system trusted keyrings
[    9.270427][    T1] Key type blacklist registered
[    9.275321][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    9.282597][    T1] zbud: loaded
[    9.287020][    T1] NFS: Registering the id_resolver key type
[    9.292850][    T1] Key type id_resolver registered
[    9.297707][    T1] Key type id_legacy registered
[    9.302456][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    9.309852][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    9.317295][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    9.325491][    T1] *** VALIDATE jffs2 ***
[    9.329576][    T1] fuse: init (API version 7.31)
[    9.334298][    T1] *** VALIDATE fuse ***
[    9.338293][    T1] *** VALIDATE fuse ***
[    9.342660][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    9.349988][    T1] orangefs_init: module version upstream loaded
[    9.356053][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    9.365893][    T1] *** VALIDATE xfs ***
[    9.420807][    T1] async_tx: api initialized (async)
[    9.425846][    T1] Key type asymmetric registered
[    9.430717][    T1] Asymmetric key parser 'x509' registered
[    9.436327][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    9.445975][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    9.455462][    T1] mvebu-gpio f1010140.gpio: IRQ index 3 not found
[    9.462386][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    9.470688][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    9.476846][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    9.484405][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    9.491434][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    9.498129][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    9.506538][    T1] PCI: bus0: Fast back to back transfers disabled
[    9.512824][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.521703][    T1] pci 0000:01:00.0: [11ab:6121] type 00 class 0x01018f
[    9.528399][    T1] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x0007]
[    9.534676][    T1] pci 0000:01:00.0: reg 0x14: [io  0xf0000008-0xf000000b]
[    9.541640][    T1] pci 0000:01:00.0: reg 0x18: [io  0x0000-0x0007]
[    9.547890][    T1] pci 0000:01:00.0: reg 0x1c: [io  0xf0000018-0xf000001b]
[    9.554851][    T1] pci 0000:01:00.0: reg 0x20: [io  0xf0000020-0xf000002f]
[    9.561814][    T1] pci 0000:01:00.0: reg 0x24: [mem 0x40000000-0x400003ff]
[    9.568826][    T1] pci 0000:01:00.0: supports D1
[    9.573533][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    9.580234][    T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    9.591691][    T1] PCI: bus1: Fast back to back transfers disabled
[    9.597945][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    9.605448][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[    9.613016][    T1] pci 0000:00:01.0: BAR 13: assigned [io  0x10000-0x10fff]
[    9.620061][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[    9.627951][    T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0000000-0xe00003ff]
[    9.635426][    T1] pci 0000:01:00.0: BAR 4: assigned [io  0x10000-0x1000f]
[    9.642388][    T1] pci 0000:01:00.0: BAR 0: assigned [io  0x10010-0x10017]
[    9.649330][    T1] pci 0000:01:00.0: BAR 2: assigned [io  0x10018-0x1001f]
[    9.656291][    T1] pci 0000:01:00.0: BAR 1: assigned [io  0x10020-0x10023]
[    9.663254][    T1] pci 0000:01:00.0: BAR 3: assigned [io  0x10024-0x10027]
[    9.670216][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    9.675850][    T1] pci 0000:00:01.0:   bridge window [io  0x10000-0x10fff]
[    9.682805][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    9.690366][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143)
[    9.697641][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    9.760759][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    9.771297][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    9.840720][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    9.851503][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    9.859890][    T1] printk: console [ttyS0] disabled
[    9.864916][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[    9.874632][    T1] printk: console [ttyS0] enabled
[    9.874632][    T1] printk: console [ttyS0] enabled
[    9.884480][    T1] printk: bootconsole [earlycon0] disabled
[    9.884480][    T1] printk: bootconsole [earlycon0] disabled
[    9.904287][    T1] loop: module loaded
[    9.908734][    T1] sata_mv f1080000.sata: slots 32 ports 2
[    9.918030][    T1] scsi host0: sata_mv
[    9.922524][    T1] scsi host1: sata_mv
[    9.926654][    T1] ata1: SATA max UDMA/133 irq 33
[    9.931537][    T1] ata2: SATA max UDMA/133 irq 33
[    9.937320][    T1] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75
[    9.944523][    T1] nand: Samsung NAND 32MiB 3,3V 8-bit
[    9.949805][    T1] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16
[    9.957863][    T1] Scanning device for bad blocks
[   10.300925][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[   10.307924][    T1] Creating 5 MTD partitions on "orion_nand":
[   10.313815][    T1] 0x000000000000-0x0000000a0000 : "uboot"
[   10.320930][    T1] 0x0000000a0000-0x0000000b0000 : "env"
[   10.327726][    T1] 0x0000000b0000-0x0000002d4000 : "zImage"
[   10.334893][    T1] 0x0000002d4000-0x0000004f8000 : "initrd"
[   10.342029][    T1] 0x000000000000-0x000002000000 : "flash"
[   10.351369][    T1] libphy: Fixed MDIO Bus: probed
[   10.357015][    T1] libphy: orion_mdio_bus: probed
[   10.391136][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   10.439766][  T118] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   10.839799][  T118] ata1.00: ATA-8: TOSHIBA MK7559GSXP, GN001A, max UDMA/100
[   10.846884][  T118] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   10.859191][  T118] ata1.00: configured for UDMA/100
[   10.874729][    T7] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK7559GS 1A   PQ: 0 ANSI: 5
[   10.884840][  T122] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[   10.893646][  T122] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   10.899777][  T122] sd 0:0:0:0: [sda] Write Protect is off
[   10.905430][  T122] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.120431][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:50:43:70:23:36
[   11.380924][  T122]  sda: sda1 sda2
[   11.386303][  T122] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.391734][  T120] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[   11.429861][  T120] ata2.00: ATA-7: SAMSUNG HM120JI, YF100-18, max UDMA/100
[   11.436861][  T120] ata2.00: 234441648 sectors, multi 0: LBA48 
[   11.469859][  T120] ata2.00: configured for UDMA/100
[   11.485350][   T22] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HM120JI  0-18 PQ: 0 ANSI: 5
[   11.495451][  T122] sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[   11.504084][  T122] sd 1:0:0:0: [sdb] Write Protect is off
[   11.509775][  T122] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.850425][    T1] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:50:43:70:23:37
[   11.860063][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   11.867344][    T1] ehci-pci: EHCI PCI platform driver
[   11.872599][    T1] ehci-orion: EHCI orion driver
[   11.877524][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   11.883796][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   11.892453][    T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[   11.919761][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   11.926783][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[   11.935816][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.943795][    T1] usb usb1: Product: EHCI Host Controller
[   11.949668][    T1] usb usb1: Manufacturer: Linux 5.5.1-kirkwood-tld-1 ehci_hcd
[   11.957051][    T1] usb usb1: SerialNumber: f1050000.ehci
[   11.962558][  T122]  sdb: sdb1 sdb2 sdb3 < sdb5 >
[   11.968235][    T1] hub 1-0:1.0: USB hub found
[   11.974750][  T122] sd 1:0:0:0: [sdb] Attached SCSI disk
[   11.980209][    T1] hub 1-0:1.0: 1 port detected
[   11.985659][    T1] usbcore: registered new interface driver usb-storage
[   11.992893][    T1] mousedev: PS/2 mouse device common for all mice
[   12.000050][    T1] rtc-mv f1010300.rtc: registered as rtc0
[   12.005804][    T1] i2c /dev entries driver
[   12.011420][    T1] device-mapper: uevent: version 1.0.3
[   12.017052][    T1] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[   12.026732][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[   12.034075][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   12.041465][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   12.048869][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   12.055720][    T1] device-mapper: raid: Loading target version 1.15.0
[   12.063214][    T1] hid: raw HID events driver (C) Jiri Kosina
[   12.069396][    T1] exFAT: Version 1.3.0
[   12.073467][    T1] drop_monitor: Initializing network drop monitor service
[   12.080762][    T1] NET: Registered protocol family 17
[   12.086181][    T1] Key type dns_resolver registered
[   12.091951][    T1] registered taskstats version 1
[   12.096771][    T1] Loading compiled-in X.509 certificates
[   12.102421][    T1] zswap: loaded using pool lzo/zbud
[   12.107695][    T1] Key type ._fscrypt registered
[   12.112457][    T1] Key type .fscrypt registered
[   12.218740][    T1] Key type big_key registered
[   12.267129][    T1] Key type encrypted registered
[   12.274548][    T1] rtc-mv f1010300.rtc: setting system clock to 2020-02-12T00:08:22 UTC (1581466102)
[   12.287362][    T1] Freeing unused kernel memory: 1024K
[   12.310516][    T1] Checked W+X mappings: passed, no W+X pages found
[   12.316907][    T1] Run /init as init process
[   12.349823][  T130] usb 1-1: new high-speed USB device number 2 using orion-ehci
Loading, please wait...
[   12.411867][  T130] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 9.01
[   12.423903][  T130] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   12.437451][  T130] usb 1-1: Product: USB2.0 Hub
[   12.448360][  T130] hub 1-1:1.0: USB hub found
[   12.454747][  T130] hub 1-1:1.0: 4 ports detected
Starting version 241
[   12.779807][  T130] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[   12.842736][  T130] usb 1-1.1: New USB device found, idVendor=8564, idProduct=1000, bcdDevice=11.00
[   12.865467][  T130] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   12.891762][  T130] usb 1-1.1: Product: Mass Storage Device
[   12.897366][  T130] usb 1-1.1: Manufacturer: JetFlash
[   12.922575][  T130] usb 1-1.1: SerialNumber: 26X4R0R0EBEQBAA5
[   12.946654][  T130] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[   12.976086][  T130] scsi host2: usb-storage 1-1.1:1.0
[   13.240200][  T173] usbcore: registered new interface driver uas
[   13.392483][  T173] ahci 0000:01:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.
[   13.469107][  T173] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ
[   13.510494][  T173] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP
[   13.518196][  T173] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3
[   13.571634][  T173] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
[   13.579035][  T173] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode
[   13.663510][  T173] ahci 0000:01:00.0: flags: 64bit stag led slum part 
[   13.719903][  T173] scsi host3: ahci
[   13.738624][  T173] scsi host4: ahci
[   13.759895][  T173] scsi host5: ahci
[   13.763884][  T173] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 38
[   13.807750][  T173] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 38
[   13.844907][  T173] ata5: DUMMY
[   14.171529][  T185] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   14.179048][  T185] ata3.00: ATA-7: WDC WD2500KS-00MJB0, 02.01C03, max UDMA/133
[   14.186423][  T185] ata3.00: 488397168 sectors, multi 0: LBA48 
[   14.193045][  T185] ata3.00: configured for UDMA/133
[   14.208170][  T122] scsi: waiting for bus probes to complete ...
[   14.336444][  T123] scsi 2:0:0:0: Direct-Access     JetFlash Transcend 32GB   1100 PQ: 0 ANSI: 4
[   14.350696][  T122] scsi 3:0:0:0: Direct-Access     ATA      WDC WD2500KS-00M 1C03 PQ: 0 ANSI: 5
[   14.360776][  T123] sd 2:0:0:0: [sdc] 63406080 512-byte logical blocks: (32.5 GB/30.2 GiB)
[   14.376010][  T193] sd 3:0:0:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[   14.386865][  T123] sd 2:0:0:0: [sdc] Write Protect is off
[   14.392618][  T193] sd 3:0:0:0: [sdd] Write Protect is off
[   14.398378][  T193] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.408505][  T123] sd 2:0:0:0: [sdc] No Caching mode page found
[   14.418039][  T123] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[   14.426683][  T193]  sdd: sdd1
[   14.434884][  T193] sd 3:0:0:0: [sdd] Attached SCSI disk
[   14.440625][  T123]  sdc: sdc1
[   14.452892][  T123] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[   14.721500][  T187] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   14.728863][  T187] ata4.00: ATA-8: WDC WD2500BEVS-60UST0, 01.01A01, max UDMA/100
[   14.736425][  T187] ata4.00: 488397168 sectors, multi 0: LBA48 
[   14.742932][  T187] ata4.00: configured for UDMA/100
[   14.758468][   T22] scsi 4:0:0:0: Direct-Access     ATA      WDC WD2500BEVS-6 1A01 PQ: 0 ANSI: 5
[   14.769796][  T123] sd 4:0:0:0: [sde] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[   14.780068][  T123] sd 4:0:0:0: [sde] Write Protect is off
[   14.785753][  T123] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   15.099133][  T123]  sde: sde1 sde2 sde3
[   15.107625][  T123] sd 4:0:0:0: [sde] Attached SCSI disk
[   16.210661][    C0] random: crng init done
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sdc1] fsck.ext3 -a -C0 /dev/sdc1 
rootfs: clean, 225131/1982464 files, 1584904/7925504 blocks
done.
[   28.647401][  T215] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[   28.694786][  T215] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

INIT: version 2.93 booting

[?[36minfo?[39;49m] Using makefile-style concurrent boot in runlevel S.
[....] Starting hotplug events dispatcher: systemd-udevd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Synthesizing the initial hotplug events (subsystems)...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Synthesizing the initial hotplug events (devices)...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Waiting for /dev to be fully populated...[   31.795900][  T402] systemd-udevd[402]: Using default interface naming scheme 'v240'.
[   31.840139][  T401] systemd-udevd[401]: Using default interface naming scheme 'v240'.
[   31.921698][  T401] systemd-udevd[401]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   31.934004][  T402] systemd-udevd[402]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   31.956723][  T428] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   32.030499][  T428] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   32.061389][  T430] adt7475 0-002e: ADT7473 device, revision 0
[   32.081921][  T428] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   32.111113][  T430] adt7475 0-002e: Optional features: fan4 pwm2
[   32.169915][  T428] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   32.185929][  T431] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[   32.240240][  T428] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   32.381538][  T431] watchdog: f1020300.watchdog-timer: falling back to default timeout (21)
[   32.500132][  T431] orion_wdt: Initial timeout 21 sec
[   32.985189][  T432] marvell-cesa f1030000.crypto: CESA device successfully registered
[   33.314280][  T430] systemd-udevd[430]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Setting hostname to 'debian'...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Activating swap:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[   39.331648][  T680] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
[?[36minfo?[39;49m] Will now check all file systems.
fsck from util-linux 2.33.1
Checking all file systems.
LABEL=rootfs is mounted
[....] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable.?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Cleaning up temporary files...[....] Cleaning /tmp...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
 /tmp?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Will now mount local filesystems:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Will now activate swapfile swap:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Checking minimum space in /tmp...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Cleaning up temporary files...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting Setting kernel variables: sysctl?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Initializing random number generator...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:50:43:70:23:36
Sending on   LPF/eth0/00:50:43:70:23:36
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
[   46.024595][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPOFFER of 192.168.1.191 from 192.168.1.1
DHCPREQUEST for 192.168.1.191 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.191 from 192.168.1.1
bound to 192.168.1.191 -- renewal in 3352 seconds.
[   53.039868][ T1233] NET: Registered protocol family 10
[   53.046708][ T1233] Segment Routing with IPv6
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Starting RPC port mapper daemon: rpcbind?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting NFS common utilities: statd idmapd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Cleaning up temporary files...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.

INIT: Entering runlevel: 2

[?[36minfo?[39;49m] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1451 (syslogd)
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1478 (klogd)
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting system message bus: dbus?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting NFS common utilities: statd idmapd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Not starting NFS kernel daemon: no exports. ...?[?25l?[?1c?7?[1G[?[33mwarn?[39;49m?8?[?25h?[?0c ?[33m(warning).?[39;49m
[....] Starting NTP server: ntpd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting OpenBSD Secure Shell server: sshd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Running local boot scripts (/etc/rc.local)?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.


Debian GNU/Linux 10 debian ttyS0

Re: Help with iomega ix4-200d installation

$
0
0
The gpl source would be good to have access too if you have it.

I did a little work with my device though not as much as I would have liked with sata not working.

What I did do is:
- add entries to the dts for each of the buttons
- add entries to the dts for the leds
- add entries to the dts for the stock nand partitions
- create a python script that displays an example image (debian logo) on the lcd

I’ve posted what I have so far here:
https://github.com/1000001101000/ix4-200d-research

When I get a chance I want to add support for arbitrary bitmaps to the python script. That probably as far as I’ll get if my sata is truly broken.

Re: Help with iomega ix4-200d installation

$
0
0
nialbr,

> I've found a Lifeline Fosskit zip that seems to
> contain the GPL code from Iomega/Lenovo for this
> NAS. Do you think it might help?

Always good to have GPL source in case we need to find out more.

>
> I'm running some tests with two WD, one Toshiba
> and one Samsung drives installed, let's see if my
> suspicious makes sense.

If you can test with 3.5" HDDs in the 3rd and 4th slots, it would eliminate a lot of unknowns about SATA. If that works, even we still don't know why the Seagate drives are not working, but it would prove that the AHCI driver is the one to use (PATA is no longer in the picture).

> Here is the log you asked..

It looks really good! espeically the part about the 3rd and 4th disks.

[   13.469107][  T173] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ
[   13.510494][  T173] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP
[   13.518196][  T173] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3
[   13.571634][  T173] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
[   13.579035][  T173] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode

Re: Linux Kernel 5.5.1 MVEBU package and Debian armhf rootfs

$
0
0
There seem to be some problem with the NAS326 (Armada 380) network connection. I'm tracking down the NAS326 issue. The Thecus N2350 (Armada 385) and HP 5335z (Marvell Dove) are OK. Please stay with the linux-5.3.5-mvebu-tld-1 kernel if you have NAS326.

Re: Help revive ix4-200d

$
0
0
Today I continued trying with kwboot and after several attempts I received a different message, although I failed to send the uboot.

kwboot -t -B 115200 /dev/ttyUSB0 -b mtd0.bin -p
Sending boot message. Please reboot the target...\
Sending boot image...
  0 % [+xmodem: Protocol error

I don't know if that has any positive meaning or is irrelevant.

Re: Help revive ix4-200d

$
0
0
5u4573,

> Today I continued trying with kwboot and after
> several attempts I received a different message,
> although I failed to send the uboot.

> Sending boot image...
> 0 % [+xmodem: Protocol error

That is quite positive! that means you should up arrow to recall the kwboot command and execute it right away.

If seeing xmodem protocol error again, then repeat. Try this as many time as you can.

You've finally got it to handshake! be patient. The Pogo V4 took more than 15 repeats to get the image loaded.

Re: Linux Kernel 5.5.1 MVEBU package and Debian armhf rootfs

$
0
0
There was mvneta driver change since 5.3.5. And apparently that caused a network regression with kernel 5.5.1 for NAS326.

Kernel 5.5.3 is running with the network working OK on NAS326.

Re: Help with iomega ix4-200d installation

$
0
0
@bodhi,

Bad news. I was running one 2.5" and one 3.5" in bays 3 and 4 before. Now I followed your instructions and booted with two 3.5" in bays 3 and 4 and got the errors again(1 Hitachi + 1 WD) :(

I think you're right about something else may be happening(power management issue, custom work around from Iomega/Lenovo), etc


@bodhi and @1000001101000,

Here is the link I've found that seems to have the GPL part from Iomega/Lenovo. Please let me know if there is something there that may help us with this issue or even improve the compatibility between the Debian and this NAS.

Dunno if it's missing something but the ix4-200d files seems to be at:

lenovoemc-lifeline-fosskit-20120827.zip\EMCLifeline-GPL-Bellagio\Lifeline_OSSKit\kernel\linux-2.6.31.8\ix4-200d


Full boot log:

     _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_ 
| | | |___|  _ \ / _ \ / _ \| __| 
| |_| |___| |_) | (_) | (_) | |_ 
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.0 **

 ** MARVELL BOARD: IX4-110 LE 

U-Boot 1.1.4 (Oct 15 2009 - 17:28:22) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz 

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB 
DRAM CS[1] base 0x10000000   size 256MB 
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (5)
  Device 0 @ 0 0:
Model: TOSHIBA MK7559GSXP                       Firm: GN001A   Ser#:            Z1ACP0CAT
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 715404.8 MB = 698.6 GB (1465149168 x 512)
[0 1 0]: Enable DMA mode (5)
  Device 1 @ 0 1:
Model: SAMSUNG HM120JI                          Firm: YF100-18 Ser#: S09GJ10LC66556      
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 114473.4 MB = 111.7 GB (234441648 x 512)


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d4000

Streaming disabled 
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part 
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: WDC WD2500KS-00M Rev: 02.0
            Type: Hard Disk
            Capacity: 238475.1 MB = 232.8 GB (488397168 x 512)
  Device 1: (1:0) Vendor: ATA Prod.: Hitachi HUA72302 Rev: MK7O
            Type: Hard Disk
            Capacity: 1907729.0 MB = 1863.0 GB (3907029168 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  1 0
Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 earlyprintk=serial mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10'

Marvell>> setenv load_initrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'

Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'

Marvell>> setenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x2100000'

Marvell>> setenv bootcmd 'run usb_make_boot_args ; run usb_boot; run flash_load; reset'

Marvell>> boot

(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
..............................................................................................

5212194 bytes read
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
....................................................................................................................................................................................................................................................................................................................................................................................................................
....
........................................................................................................................

9672526 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-5.5.1-kirkwood-tld-1
   Created:      2020-02-07  23:07:53 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5212130 Bytes =  5 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 02100000 ...
   Image Name:   initramfs-5.5.1-kirkwood-tld-1
   Created:      2020-02-10   0:20:06 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9672462 Bytes =  9.2 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.5.1-kirkwood-tld-1 (root@tldDebian) (gcc version 8.3.0 (Debian 8.3.0-6)) #1.0 PREEMPT Sat Feb 1 22:28:36 PST 2020
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: Iomega ix4-200d
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 earlyprintk=serial mtdparts=orion_nand:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x224000@0xb0000(zImage),0x224000@0x2d4000(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 493660K/524288K available (9216K kernel code, 926K rwdata, 3860K rodata, 1024K init, 296K bss, 30628K reserved, 0K cma-reserved)
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x470/0x80c with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] 	Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000008][    T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008513][    T0] Switching to timer-based delay loop, resolution 5ns
[    0.015821][    T0] Console: colour dummy device 80x30
[    0.021012][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.032226][    T0] pid_max: default: 32768 minimum: 301
[    0.037879][    T0] LSM: Security Framework initializing
[    0.043373][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051398][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.059977][    T0] *** VALIDATE tmpfs ***
[    0.064873][    T0] *** VALIDATE proc ***
[    0.069142][    T0] *** VALIDATE cgroup1 ***
[    0.073407][    T0] *** VALIDATE cgroup2 ***
[    0.077739][    T0] CPU: Testing write buffer coherency: ok
[    0.085052][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.092229][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.098284][    T1] rcu: Hierarchical SRCU implementation.
[    0.106350][    T1] devtmpfs: initialized
[    0.115798][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.126372][    T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.134156][    T1] xor: measuring software checksum speed
[    0.238542][    T1]    arm4regs  :  1083.200 MB/sec
[    0.338543][    T1]    8regs     :   650.400 MB/sec
[    0.438543][    T1]    32regs    :   945.600 MB/sec
[    0.443402][    T1] xor: using function: arm4regs (1083.200 MB/sec)
[    0.449683][    T1] prandom: seed boundary self test passed
[    0.459459][    T1] prandom: 100 self tests passed
[    0.464233][    T1] pinctrl core: initialized pinctrl subsystem
[    0.471053][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.471687][    T1] NET: Registered protocol family 16
[    0.484248][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.492772][    T1] audit: initializing netlink subsys (disabled)
[    0.500191][   T14] audit: type=2000 audit(0.490:1): state=initialized audit_enabled=0 res=1
[    0.508742][    T1] cpuidle: using governor ladder
[    0.513585][    T1] cpuidle: using governor menu
[    0.518787][    T1] Feroceon L2: Enabling L2
[    0.523072][    T1] Feroceon L2: Cache support initialised.
[    0.534881][    T1] No ATAGs?
[    2.568523][    C0] random: fast init done
[    5.639023][    T1] raid6: int32x8  gen()   105 MB/s
[    5.808764][    T1] raid6: int32x8  xor()    65 MB/s
[    5.978976][    T1] raid6: int32x4  gen()   106 MB/s
[    6.148786][    T1] raid6: int32x4  xor()    68 MB/s
[    6.318739][    T1] raid6: int32x2  gen()   131 MB/s
[    6.488587][    T1] raid6: int32x2  xor()    93 MB/s
[    6.659090][    T1] raid6: int32x1  gen()   100 MB/s
[    6.828829][    T1] raid6: int32x1  xor()    68 MB/s
[    6.833768][    T1] raid6: using algorithm int32x2 gen() 131 MB/s
[    6.839852][    T1] raid6: .... xor() 93 MB/s, rmw enabled
[    6.845311][    T1] raid6: using intx1 recovery algorithm
[    6.850948][    T1] vgaarb: loaded
[    6.854923][    T1] SCSI subsystem initialized
[    6.859883][    T1] usbcore: registered new interface driver usbfs
[    6.866107][    T1] usbcore: registered new interface driver hub
[    6.872214][    T1] usbcore: registered new device driver usb
[    6.878133][    T1] pps_core: LinuxPPS API ver. 1 registered
[    6.883793][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    6.893614][    T1] PTP clock support registered
[    6.899712][    T1] clocksource: Switched to clocksource orion_clocksource
[    8.252101][    T1] *** VALIDATE bpf ***
[    8.256443][    T1] VFS: Disk quotas dquot_6.6.0
[    8.261158][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    8.268870][    T1] *** VALIDATE ramfs ***
[    8.283677][    T1] NET: Registered protocol family 2
[    8.289562][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    8.298684][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    8.307193][    T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    8.315076][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    8.322260][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    8.329467][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    8.337333][    T1] NET: Registered protocol family 1
[    8.343115][    T1] RPC: Registered named UNIX socket transport module.
[    8.349700][    T1] RPC: Registered udp transport module.
[    8.355155][    T1] RPC: Registered tcp transport module.
[    8.360551][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.367659][    T1] PCI: CLS 0 bytes, default 32
[    8.372587][    T1] Trying to unpack rootfs image as initramfs...
[    9.251144][    T1] Freeing initrd memory: 9448K
[    9.255934][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    9.264495][    T1] Initialise system trusted keyrings
[    9.269648][    T1] Key type blacklist registered
[    9.274626][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    9.281904][    T1] zbud: loaded
[    9.286329][    T1] NFS: Registering the id_resolver key type
[    9.292154][    T1] Key type id_resolver registered
[    9.297007][    T1] Key type id_legacy registered
[    9.301732][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    9.309102][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    9.316565][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    9.324764][    T1] *** VALIDATE jffs2 ***
[    9.328850][    T1] fuse: init (API version 7.31)
[    9.333572][    T1] *** VALIDATE fuse ***
[    9.337567][    T1] *** VALIDATE fuse ***
[    9.341934][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    9.349228][    T1] orangefs_init: module version upstream loaded
[    9.355328][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    9.365162][    T1] *** VALIDATE xfs ***
[    9.420215][    T1] async_tx: api initialized (async)
[    9.425259][    T1] Key type asymmetric registered
[    9.430126][    T1] Asymmetric key parser 'x509' registered
[    9.435731][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    9.445382][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    9.454870][    T1] mvebu-gpio f1010140.gpio: IRQ index 3 not found
[    9.461788][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    9.470093][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    9.476250][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    9.483811][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    9.490847][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    9.497542][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    9.505951][    T1] PCI: bus0: Fast back to back transfers disabled
[    9.512237][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    9.521116][    T1] pci 0000:01:00.0: [11ab:6121] type 00 class 0x01018f
[    9.527811][    T1] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x0007]
[    9.534089][    T1] pci 0000:01:00.0: reg 0x14: [io  0xf0000008-0xf000000b]
[    9.541053][    T1] pci 0000:01:00.0: reg 0x18: [io  0x0000-0x0007]
[    9.547303][    T1] pci 0000:01:00.0: reg 0x1c: [io  0xf0000018-0xf000001b]
[    9.554263][    T1] pci 0000:01:00.0: reg 0x20: [io  0xf0000020-0xf000002f]
[    9.561226][    T1] pci 0000:01:00.0: reg 0x24: [mem 0x40000000-0x400003ff]
[    9.568236][    T1] pci 0000:01:00.0: supports D1
[    9.572945][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    9.579622][    T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    9.591076][    T1] PCI: bus1: Fast back to back transfers disabled
[    9.597331][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    9.604820][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[    9.612389][    T1] pci 0000:00:01.0: BAR 13: assigned [io  0x10000-0x10fff]
[    9.619407][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[    9.627327][    T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0000000-0xe00003ff]
[    9.634804][    T1] pci 0000:01:00.0: BAR 4: assigned [io  0x10000-0x1000f]
[    9.641766][    T1] pci 0000:01:00.0: BAR 0: assigned [io  0x10010-0x10017]
[    9.648707][    T1] pci 0000:01:00.0: BAR 2: assigned [io  0x10018-0x1001f]
[    9.655668][    T1] pci 0000:01:00.0: BAR 1: assigned [io  0x10020-0x10023]
[    9.662631][    T1] pci 0000:01:00.0: BAR 3: assigned [io  0x10024-0x10027]
[    9.669564][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    9.675225][    T1] pci 0000:00:01.0:   bridge window [io  0x10000-0x10fff]
[    9.682182][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    9.689749][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143)
[    9.697023][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    9.760760][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    9.771301][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    9.840712][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    9.851512][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    9.859903][    T1] printk: console [ttyS0] disabled
[    9.864925][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[    9.874638][    T1] printk: console [ttyS0] enabled
[    9.874638][    T1] printk: console [ttyS0] enabled
[    9.884481][    T1] printk: bootconsole [earlycon0] disabled
[    9.884481][    T1] printk: bootconsole [earlycon0] disabled
[    9.904269][    T1] loop: module loaded
[    9.908720][    T1] sata_mv f1080000.sata: slots 32 ports 2
[    9.918008][    T1] scsi host0: sata_mv
[    9.922495][    T1] scsi host1: sata_mv
[    9.926628][    T1] ata1: SATA max UDMA/133 irq 33
[    9.931510][    T1] ata2: SATA max UDMA/133 irq 33
[    9.937289][    T1] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75
[    9.944497][    T1] nand: Samsung NAND 32MiB 3,3V 8-bit
[    9.949779][    T1] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16
[    9.957837][    T1] Scanning device for bad blocks
[   10.300918][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[   10.307915][    T1] Creating 5 MTD partitions on "orion_nand":
[   10.313804][    T1] 0x000000000000-0x0000000a0000 : "uboot"
[   10.320916][    T1] 0x0000000a0000-0x0000000b0000 : "env"
[   10.327716][    T1] 0x0000000b0000-0x0000002d4000 : "zImage"
[   10.334894][    T1] 0x0000002d4000-0x0000004f8000 : "initrd"
[   10.342038][    T1] 0x000000000000-0x000002000000 : "flash"
[   10.351382][    T1] libphy: Fixed MDIO Bus: probed
[   10.357027][    T1] libphy: orion_mdio_bus: probed
[   10.391144][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   10.439759][  T118] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   10.869793][  T118] ata1.00: ATA-8: TOSHIBA MK7559GSXP, GN001A, max UDMA/100
[   10.876882][  T118] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   10.889177][  T118] ata1.00: configured for UDMA/100
[   10.904723][    T7] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK7559GS 1A   PQ: 0 ANSI: 5
[   10.914838][  T122] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[   10.923646][  T122] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   10.929780][  T122] sd 0:0:0:0: [sda] Write Protect is off
[   10.935436][  T122] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.120423][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:50:43:70:23:36
[   11.409267][  T122]  sda: sda1 sda2
[   11.414682][  T122] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.420104][  T120] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[   11.449851][  T120] ata2.00: ATA-7: SAMSUNG HM120JI, YF100-18, max UDMA/100
[   11.456849][  T120] ata2.00: 234441648 sectors, multi 0: LBA48 
[   11.489853][  T120] ata2.00: configured for UDMA/100
[   11.505345][   T22] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HM120JI  0-18 PQ: 0 ANSI: 5
[   11.515443][  T122] sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[   11.524065][  T122] sd 1:0:0:0: [sdb] Write Protect is off
[   11.529752][  T122] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.850436][    T1] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:50:43:70:23:37
[   11.860072][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   11.867352][    T1] ehci-pci: EHCI PCI platform driver
[   11.872609][    T1] ehci-orion: EHCI orion driver
[   11.877544][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   11.883824][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   11.892446][    T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[   11.919754][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   11.926771][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[   11.935807][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.943786][    T1] usb usb1: Product: EHCI Host Controller
[   11.949388][    T1] usb usb1: Manufacturer: Linux 5.5.1-kirkwood-tld-1 ehci_hcd
[   11.956751][    T1] usb usb1: SerialNumber: f1050000.ehci
[   11.962875][    T1] hub 1-0:1.0: USB hub found
[   11.967394][    T1] hub 1-0:1.0: 1 port detected
[   11.972866][    T1] usbcore: registered new interface driver usb-storage
[   11.980053][    T1] mousedev: PS/2 mouse device common for all mice
[   11.987123][    T1] rtc-mv f1010300.rtc: registered as rtc0
[   11.992940][    T1] i2c /dev entries driver
[   11.998513][    T1] device-mapper: uevent: version 1.0.3
[   12.004244][    T1] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[   12.014233][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[   12.021574][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   12.028987][  T122]  sdb: sdb1 sdb2 sdb3 < sdb5 >
[   12.033770][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   12.043314][  T122] sd 1:0:0:0: [sdb] Attached SCSI disk
[   12.048769][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   12.055664][    T1] device-mapper: raid: Loading target version 1.15.0
[   12.063221][    T1] hid: raw HID events driver (C) Jiri Kosina
[   12.069410][    T1] exFAT: Version 1.3.0
[   12.073518][    T1] drop_monitor: Initializing network drop monitor service
[   12.080947][    T1] NET: Registered protocol family 17
[   12.086382][    T1] Key type dns_resolver registered
[   12.092032][    T1] registered taskstats version 1
[   12.096849][    T1] Loading compiled-in X.509 certificates
[   12.102500][    T1] zswap: loaded using pool lzo/zbud
[   12.107775][    T1] Key type ._fscrypt registered
[   12.112534][    T1] Key type .fscrypt registered
[   12.219232][    T1] Key type big_key registered
[   12.267851][    T1] Key type encrypted registered
[   12.275329][    T1] rtc-mv f1010300.rtc: setting system clock to 2020-02-12T22:09:29 UTC (1581545369)
[   12.288042][    T1] Freeing unused kernel memory: 1024K
[   12.310509][    T1] Checked W+X mappings: passed, no W+X pages found
[   12.316899][    T1] Run /init as init process
[   12.339843][  T130] usb 1-1: new high-speed USB device number 2 using orion-ehci
Loading, please wait...
[   12.391972][  T130] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 9.01
[   12.405261][  T130] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   12.420145][  T130] usb 1-1: Product: USB2.0 Hub
[   12.430555][  T130] hub 1-1:1.0: USB hub found
[   12.435921][  T130] hub 1-1:1.0: 4 ports detected
Starting version 241
[   12.759809][  T130] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[   12.822731][  T130] usb 1-1.1: New USB device found, idVendor=8564, idProduct=1000, bcdDevice=11.00
[   12.849790][  T130] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   12.857855][  T130] usb 1-1.1: Product: Mass Storage Device
[   12.888074][  T130] usb 1-1.1: Manufacturer: JetFlash
[   12.901669][  T130] usb 1-1.1: SerialNumber: 26X4R0R0EBEQBAA5
[   12.923828][  T130] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[   12.952486][  T130] scsi host2: usb-storage 1-1.1:1.0
[   13.226100][  T172] usbcore: registered new interface driver uas
[   13.388903][  T172] ahci 0000:01:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.
[   13.448633][  T172] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ
[   13.488275][  T172] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP
[   13.535924][  T172] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3
[   13.558879][  T172] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
[   13.600645][  T172] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode
[   13.651986][  T172] ahci 0000:01:00.0: flags: 64bit stag led slum part 
[   13.711114][  T172] scsi host3: ahci
[   13.728913][  T172] scsi host4: ahci
[   13.753070][  T172] scsi host5: ahci
[   13.757053][  T172] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 38
[   13.803069][  T172] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 38
[   13.837462][  T172] ata5: DUMMY
[   14.181535][  T184] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   14.189042][  T184] ata3.00: ATA-7: WDC WD2500KS-00MJB0, 02.01C03, max UDMA/133
[   14.196426][  T184] ata3.00: 488397168 sectors, multi 0: LBA48 
[   14.203069][  T184] ata3.00: configured for UDMA/133
[   14.218191][  T122] scsi: waiting for bus probes to complete ...
[   14.333438][  T123] scsi 2:0:0:0: Direct-Access     JetFlash Transcend 32GB   1100 PQ: 0 ANSI: 4
[   14.347754][  T122] scsi 3:0:0:0: Direct-Access     ATA      WDC WD2500KS-00M 1C03 PQ: 0 ANSI: 5
[   14.357767][  T123] sd 2:0:0:0: [sdc] 63406080 512-byte logical blocks: (32.5 GB/30.2 GiB)
[   14.373043][  T192] sd 3:0:0:0: [sdd] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[   14.384134][  T192] sd 3:0:0:0: [sdd] Write Protect is off
[   14.390015][  T123] sd 2:0:0:0: [sdc] Write Protect is off
[   14.395607][  T192] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.405740][  T123] sd 2:0:0:0: [sdc] No Caching mode page found
[   14.414893][  T123] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[   14.427647][  T192]  sdd: sdd1
[   14.431116][  T123]  sdc: sdc1
[   14.437101][  T192] sd 3:0:0:0: [sdd] Attached SCSI disk
[   14.452887][  T123] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[   14.711585][  T186] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   14.719702][  T186] ata4.00: ATA-8: Hitachi HUA723020ALA641, MK7OA840, max UDMA/133
[   14.727434][  T186] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[   14.736143][  T186] ata4.00: configured for UDMA/133
[   14.751700][   T22] scsi 4:0:0:0: Direct-Access     ATA      Hitachi HUA72302 A840 PQ: 0 ANSI: 5
[   14.762961][  T123] sd 4:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[   14.773521][  T123] sd 4:0:0:0: [sde] Write Protect is off
[   14.779670][  T123] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.824099][  T123]  sde: sde1 sde2
[   14.831382][  T123] sd 4:0:0:0: [sde] Attached SCSI disk
[   16.974619][    C0] random: crng init done
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sdc1] fsck.ext3 -a -C0 /dev/sdc1 
rootfs: clean, 225131/1982464 files, 1584906/7925504 blocks
done.
[   28.557519][  T215] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[   28.605150][  T215] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

INIT: version 2.93 booting

[?[36minfo?[39;49m] Using makefile-style concurrent boot in runlevel S.
[....] Starting hotplug events dispatcher: systemd-udevd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Synthesizing the initial hotplug events (subsystems)...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Synthesizing the initial hotplug events (devices)...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Waiting for /dev to be fully populated...[   31.744117][  T430] systemd-udevd[430]: Using default interface naming scheme 'v240'.
[   31.752559][  T431] systemd-udevd[431]: Using default interface naming scheme 'v240'.
[   31.836848][  T430] systemd-udevd[430]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   31.849207][  T431] systemd-udevd[431]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   31.919895][  T432] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   31.972659][  T432] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   31.995202][  T399] adt7475 0-002e: ADT7473 device, revision 0
[   32.033917][  T432] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   32.086924][  T399] adt7475 0-002e: Optional features: fan4 pwm2
[   32.124871][  T432] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   32.153622][  T400] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[   32.254262][  T432] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   32.359824][  T400] watchdog: f1020300.watchdog-timer: falling back to default timeout (21)
[   32.484026][  T400] orion_wdt: Initial timeout 21 sec
[   32.907487][  T402] marvell-cesa f1030000.crypto: CESA device successfully registered
[   33.199901][  T399] systemd-udevd[399]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   63.591404][  T186] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   63.600771][  T186] ata4.00: configured for UDMA/133
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Setting hostname to 'debian'...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Activating swap:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[   65.861267][  T680] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
[?[36minfo?[39;49m] Will now check all file systems.
fsck from util-linux 2.33.1
Checking all file systems.
LABEL=rootfs is mounted
[....] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable.?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Cleaning up temporary files...[....] Cleaning /tmp...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
 /tmp?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Will now mount local filesystems:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Will now activate swapfile swap:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Checking minimum space in /tmp...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Cleaning up temporary files...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting Setting kernel variables: sysctl?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Initializing random number generator...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:50:43:70:23:36
Sending on   LPF/eth0/00:50:43:70:23:36
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
[   72.416262][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER of 192.168.1.191 from 192.168.1.1
DHCPREQUEST for 192.168.1.191 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.191 from 192.168.1.1
bound to 192.168.1.191 -- renewal in 2783 seconds.
[   78.374048][ T1233] NET: Registered protocol family 10
[   78.380978][ T1233] Segment Routing with IPv6
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Starting RPC port mapper daemon: rpcbind?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting NFS common utilities: statd idmapd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Cleaning up temporary files...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.

INIT: Entering runlevel: 2

[?[36minfo?[39;49m] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1451 (syslogd)
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1478 (klogd)
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting system message bus: dbus?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting NFS common utilities: statd idmapd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Not starting NFS kernel daemon: no exports. ...?[?25l?[?1c?7?[1G[?[33mwarn?[39;49m?8?[?25h?[?0c ?[33m(warning).?[39;49m
[....] Starting NTP server: ntpd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting OpenBSD Secure Shell server: sshd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Running local boot scripts (/etc/rc.local)?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.


Debian GNU/Linux 10 debian ttyS0

dmesg showing errors later on:

[   78.380978] Segment Routing with IPv6
[  199.271245] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  199.281274] ata4.00: configured for UDMA/133
[  331.121148] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  331.131194] ata4.00: configured for UDMA/133
[  371.749278] ata4: limiting SATA link speed to 1.5 Gbps
[  372.080874] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  377.138975] ata4.00: qc timeout (cmd 0xec)
[  377.143809] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  377.150992] ata4.00: revalidation failed (errno=-5)
[  377.480610] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  387.698519] ata4.00: qc timeout (cmd 0xec)
[  387.703355] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  387.710552] ata4.00: revalidation failed (errno=-5)
[  388.040144] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  418.417901] ata4.00: qc timeout (cmd 0xec)
[  418.422737] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  418.429956] ata4.00: revalidation failed (errno=-5)
[  418.435596] ata4.00: disabled
[  418.769524] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)

Re: Help with iomega ix4-200d installation

$
0
0
nialbr,

> Bad news. I was running one 2.5" and one 3.5" in
> bays 3 and 4 before. Now I followed your
> instructions and booted with two 3.5" in bays 3
> and 4 and got the errors again(1 Hitachi + 1 WD)

Indeed, so we are back to 2.5" HDDs on slot 3 and 4. Please continue running that configuration to make sure you have no problem.

> I think you're right about something else may be
> happening(power management issue, custom work
> around from Iomega/Lenovo), etc
>

The thing I suspect the most is power management, base on your test result. With 5V, you can run 2.5" HDD, but 3.5" HDD needs 12V.

Re: Debian on Dell Kace M300

$
0
0
A user on the LMS forum has compiled Perl 5.28 for LMS and posted it here:
https://github.com/mw9/slimserver/commit/46c22a3c7e69187a2ead9392c53f1c90790a03fa

I could not get the buildme script to work, this kind soul stepped up on the forum and saved me. LMS has been running great on the M300 for about 5 months with a internal 120GB drive plugged into the SATA port.

I have been happy with the Muse DAC, typically available on ebay, but only see one there now. Maybe the virus.
https://www.ebay.com/itm/MUSE-HIFI-USB-to-S-PDIF-Coaxial-Optical-Converter-Analog-out-USB-DAC-PCM2704/392620943106?hash=item5b6a082702:g:7JsAAOSwbyVdIujg

Also, hifimediy has a well regarded DAC:
https://www.amazon.com/HiFiMeDIY-Digital-Analog-Converter-Optical/dp/B00AOH5JTQ/ref=sr_1_2?keywords=hifimediy&qid=1581626227&s=hi&sr=8-2

Both of these are in the non-audiophile price range, but are not junk either. I have one of the junk ones and one that looks like junk but sounds pretty good.

Problem updating Debian version on Dell M300

$
0
0
Tried to update the Debian 10 (Buster) file system on my Dell M300. Did apt-get update followed by apt-get upgrade and ran into this:
Processing triggers for initramfs-tools (0.133+deb10u1) ...
update-initramfs: Generating /boot/initrd.img-5.5.1-kirkwood-tld-1
W: missing /lib/modules/5.5.1-kirkwood-tld-1
W: Ensure all necessary drivers are built into the linux image!
depmod: ERROR: could not open directory /lib/modules/5.5.1-kirkwood-tld-1: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
cat: /var/tmp/mkinitramfs_vDDIAc/lib/modules/5.5.1-kirkwood-tld-1/modules.builtin: No such file or directory
find: '/var/tmp/mkinitramfs_vDDIAc/lib/modules/5.5.1-kirkwood-tld-1/kernel': No such file or directory
depmod: WARNING: could not open modules.order at /var/tmp/mkinitramfs_vDDIAc/lib/modules/5.5.1-kirkwood-tld-1: No such file or directory
depmod: WARNING: could not open modules.builtin at /var/tmp/mkinitramfs_vDDIAc/lib/modules/5.5.1-kirkwood-tld-1: No such file or directory

It looks like it created this image file:
-rw-r--r-- 1 root root 5007694 Feb 13 15:03 initrd.img-5.5.1-kirkwood-tld-1

It is about half the size of the 5.2.9 image files.

I did update-upgrade on a Pogo E02 last weekend and it worked fine including regenerating the uInitrd as directed after the updgrade completed.

Re: Problem updating Debian version on Dell M300

$
0
0
Mike,

Usually this problem occurs when you either:
- did not install kernel 5.5.1-kirkwood-tld-1 with dpkg, but only copy and use the uImage and uInitd to run the rootfs.
- or to you've accidentally removed the /lib/modules/5.5.1-kirkwood-tld-1.

Re: Problem updating Debian version on Dell M300

$
0
0
I thought I followed your directions in the kernel thread. Can I rerun the dpkg of the .deb to get the modules? Or extract them from the .deb and put them in the right places?

The deb file is in the /boot folder. Is this OK, or should it be in /?

Looks like too many files to do manually -> dpkg -c > many, many files!

Re: Problem updating Debian version on Dell M300

$
0
0
Mike,

Run
dpkg -i linux-image-5.5.1-kirkwood-tld-1_1.0_armel.deb


If the kernel was installed, then it will say installing on top of existing kernel. It is OK to install the same kernel again.

The .deb file could anywhere, does not matter.

Kernel Update Questions

$
0
0
I'm confused about the kirkwood kernel update process. I updated a Pogo E02 OK, but am running into problems with a Dell M300.
  1. The kernel tarball contains 2 .deb files, but only the image file is installed by the instructions. Where is the headers file used?
  2. At the mkimage step, the instructions state: "Generate the uImage and uInitrd (the kernel files vmlinuz-5.5.1-kirkwood-tld-1 and initramfs-5.5.1-kirkwood-tld-1 were generated by dpkg in Step 3)" However, after running the dpkg, I don't have the initramfs file.

Based upon instructions for an older kernel, I tried installing the headers package but it failed with a a corrupt file error:
tar: Exiting with failure status due to previous errors
dpkg-deb: error: tar subprocess returned error exit status 2

It looks like the initramfs file is actually created by the second mkimage command using the initrd.img file.

I need some guidance. Thanks.

Update 1: Followed the instructions (correctly) and all good. M300 booted fine on kernel 5.5.1. I'm still wondering about the headers .deb file though.

Update 2: In the Kirkwood kernel thread, I think the note before the mkimage steps should say initrd.img... rather than initramfs... like in the Oxnas kernel thread.

Re: Kernel Update Questions

$
0
0
Mike,

> Update 1: Followed the instructions (correctly)
> and all good. M300 booted fine on kernel 5.5.1.
> I'm still wondering about the headers .deb file
> though.

Cool! The header .deb file should be installed the same way as the kernel image .deb.

dpkg -i linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb

You can also install them at the same time, if you know you always need it to recompile some modules or some stand alone executable.

dpkg -i linux-image-5.5.1-kirkwood-tld-1_1.0_armel.deb linux-headers-5.5.1-kirkwood-tld-1_1.0_armel.deb


>
> Update 2: In the Kirkwood kernel thread, I think
> the note before the mkimage steps should say
> initrd.img... rather than initramfs... like in the
> Oxnas kernel thread.

Thanks! that typo has been there a while and nobody bother to point out :)

Re: Kernel Update Questions

$
0
0
To be clear, I should install the headers file with dkpg also? If so, there must be a problem as I tried that and it did not complete, complaining of a problem with the tar. The md5 of the full tarball checked good. I see if I have the complete log and update. However, the M300 seems to be running fine.
Viewing all 26691 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>