NAS542 doesnt find drive
Today I noticed an issue with my NAS.
The display at the front does show that it finds the drive in bay 1, however, when I login no drive/disk can be found. It used to work fine yesterday. I don't seem to find any logging.
Can someone help me to find the issue?
All Replies
-
Can you login over ssh and post the output of
cat /proc/partitions cat /proc/mounts
0 -
Hi!
I get this info :
~ $ cat /proc/partitions
major minor #blocks name7 0 147456 loop0
31 0 256 mtdblock0
31 1 512 mtdblock1
31 2 256 mtdblock2
31 3 10240 mtdblock3
31 4 10240 mtdblock4
31 5 112640 mtdblock5
31 6 10240 mtdblock6
31 7 112640 mtdblock7
31 8 6144 mtdblock8
31 9 102424 mtdblock9
31 10 4464 mtdblock10~ $ cat /proc/mounts
rootfs / rootfs rw 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
none /proc/bus/usb usbfs rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
ubi7:ubi_rootfs2 /firmware/mnt/nand ubifs ro,relatime 0 0
none /firmware/mnt/sysdisk ramfs ro,relatime 0 0
/dev/loop0 /ram_bin ext2 ro,relatime,user_xattr,barrier=1 0 0
/dev/loop0 /usr ext2 ro,relatime,user_xattr,barrier=1 0 0
/dev/loop0 /lib/security ext2 ro,relatime,user_xattr,barrier=1 0 0
/dev/loop0 /lib/modules ext2 ro,relatime,user_xattr,barrier=1 0 0
/dev/loop0 /lib/locale ext2 ro,relatime,user_xattr,barrier=1 0 0
/dev/ram0 /tmp/tmpfs tmpfs rw,relatime,size=5120k 0 0
/dev/ram0 /usr/local/etc tmpfs rw,relatime,size=5120k 0 0
ubi3:ubi_config /etc/zyxel ubifs rw,relatime 0 0
configfs /sys/kernel/config configfs rw,relatime 0 00 -
That doesn't look good. There is no trace of the disk, so either the disk or the sata port is dead. You can try to put the disk in another slot, in case it's the port or a bad contact.
0 -
Sadly i get exactly the same logs on the second slot. I hear the drive starting up, but after about 2 minutes i hear a loud beep.
0 -
That load beep could be normal. AFAIK a NAS542 beeps when it's boot is ready. Two minutes is a bit long for booting, but I guess it waits for the disk to respond.
As the disk led is on, the device in the sata port is detected, but as it doesn't show up in /proc/partitions it's not recognized as disk.
running 'dmesg' in the ssh shell might give more information (it shows the kernel log), but AFAIK it never gives enough information to cure the disk.
0 -
I do get this info :
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Linux version 3.2.54 (root@SDD2SVR2) (gcc version 4.8.5 20150209 (prerelease) (crosstool-NG 1.21.0) ) #1 SMP Fri Feb 21 13:32:42 CST 2020
[ 0.000000] CPU: ARMv7 Processor [412fc091] revision 1 (ARMv7), cr=50c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Comcerto 2000 EVM
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] Comcerto: zone_dma mapping size=2c00000 type=b
[ 0.000000] On node 0 totalpages: 257024
[ 0.000000] free_area_init_node: node 0, pgdat 849fdc00, node_mem_map 84a62000
[ 0.000000] DMA zone: 88 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 11176 pages, LIFO batch:1
[ 0.000000] Normal zone: 1960 pages used for memmap
[ 0.000000] Normal zone: 243800 pages, LIFO batch:31
[ 0.000000] PERCPU: Embedded 8 pages/cpu @85268000 s9504 r8192 d15072 u32768
[ 0.000000] pcpu-alloc: s9504 r8192 d15072 u32768 alloc=8*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 254976
[ 0.000000] Kernel command line: console=ttyS0,115200n8, init=/etc/preinit pcie_gen1_only=yes mac_addr=,, ip=dhcp root=ubi0:rootfs ubi.mtd=2,2048 rootfstype=ubifs rw noinitrd mtdparts=spi0.0:256k(uloader)ro,512k(barebox)ro,256k(env);comcertonand:10M(config),10M(kernel1),110M(rootfs1),10M(kernel2),110M(rootfs2),-(reserved) usb3_internal_clk=yes
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 44MB 960MB = 1004MB total
[ 0.000000] Memory: 1008396k/1008396k available, 40180k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff30000 - 0xfffe0000 ( 704 kB)
[ 0.000000] vmalloc : 0xc0800000 - 0xf0000000 ( 760 MB)
[ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[ 0.000000] modules : 0x83600000 - 0x84000000 ( 10 MB)
[ 0.000000] .text : 0x84008000 - 0x8468b460 (6670 kB)
[ 0.000000] .init : 0x8468c000 - 0x849b7520 (3246 kB)
[ 0.000000] .data : 0x849b8000 - 0x84a00bb0 ( 291 kB)
[ 0.000000] .bss : 0x84a00bd4 - 0x84a61218 ( 386 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:256
[ 0.000000] PLL0 running at 2400 MHz, PLL1 at 1000 MHz PLL2 running at 1500 MHz PLL3 running at 1066 MHz
[ 0.000000] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 17179ms
[ 0.000193] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[ 0.090049] pid_max: default: 32768 minimum: 301
[ 0.090254] Mount-cache hash table entries: 512
[ 0.090781] Initializing cgroup subsys cpuacct
[ 0.090813] Initializing cgroup subsys devices
[ 0.090848] CPU: Testing write buffer coherency: ok
[ 0.091011] CPU0: thread -1, cpu 0, socket 9, mpidr 80000900
[ 0.091041] Calibrating local timer... 299.83MHz.
[ 0.150071] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[ 0.151166] CPU1 powered up
[ 0.151765] CPU1: Booted secondary processor
[ 0.190039] CPU1: thread -1, cpu 1, socket 9, mpidr 80000901
[ 0.190100] Brought up 2 CPUs
[ 0.190112] SMP: Total of 2 processors activated (2393.70 BogoMIPS).
[ 0.191627] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 2
[ 0.192013] xor: measuring software checksum speed
[ 0.239991] arm4regs : 2129.600 MB/sec
[ 0.289960] 8regs : 1397.600 MB/sec
[ 0.339935] 32regs : 1186.000 MB/sec
[ 0.389916] neon : 1383.600 MB/sec
[ 0.389923] xor: using function: arm4regs (2129.600 MB/sec)
[ 0.390113] NET: Registered protocol family 16
[ 0.391860] L310 cache controller enabled
[ 0.391874] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x00c40000, PREFETCH_CTRL 0x00000000, Cache size: 262144 B
[ 0.391954] ARMv7 AUX CTRL(0): 0x41
[ 0.391958] ARMv7 AUX CTRL(0): 0x41
[ 0.391974] ARMv7 AUX CTRL(1): 0x41
[ 0.391982] ARMv7 AUX CTRL(1): 0x41
[ 0.392897] Pin Select for GPIO[15:0]: 05000000
[ 0.392903] Pin Select for GPIO[31:16]: 00555540
[ 0.392909] Output Enable for GPIO[31:0]: DFFFFF00
[ 0.392914] Pin Select for GPIO[59:32]: 0FFFFFFE
[ 0.392919] Pin Select for GPIO[63:60]: 00000020
[ 0.392925] Output Enable for GPIO[63:32]: 00000001
[ 0.392931] Enable HD3 ...
[ 6.396667] Enable USB ...
[ 6.397951] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 6.397961] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 6.397976] Power Management Mode Support For C2000:
[ 6.398334] PCIe: Ref clk 48Mhz
[ 6.398342] PCIe: Detected C2K RevA1 device serdes clk devider old:new=2e:6
[ 6.413926] PCIe0: Link Up Success
[ 6.413932] PCIe0: Polarity: 0 Gen1 mode: 1 External Clk: 0
[ 6.413938] comcerto_pcie_rc_int_init
[ 6.414159] pci 0000:00:00.0: [1b21:0612] type 0 class 0x000106
[ 6.414221] pci 0000:00:00.0: reg 24: [mem 0x00000000-0x000001ff]
[ 6.414236] pci 0000:00:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 6.414340] PCI: bus0: Fast back to back transfers disabled
[ 6.414519] pci 0000:00:00.0: BAR 6: assigned [mem 0xa0000000-0xa000ffff pref]
[ 6.414530] pci 0000:00:00.0: BAR 5: assigned [mem 0xa0010000-0xa00101ff]
[ 6.414543] pci 0000:00:00.0: BAR 5: set to [mem 0xa0010000-0xa00101ff] (PCI address [0xa0010000-0xa00101ff])
[ 6.441129] bio: create slab <bio-0> at 0
[ 6.607766] raid6: int32x1 32 MB/s
[ 6.777145] raid6: int32x2 49 MB/s
[ 6.946794] raid6: int32x4 84 MB/s
[ 7.116667] raid6: int32x8 119 MB/s
[ 7.286212] raid6: neonx1 144 MB/s
[ 7.456121] raid6: neonx2 177 MB/s
[ 7.626262] raid6: neonx4 199 MB/s
[ 7.796209] raid6: neonx8 201 MB/s
[ 7.796215] raid6: using algorithm neonx8 (201 MB/s)
[ 7.796518] vgaarb: loaded
[ 7.797053] SCSI subsystem initialized
[ 7.797403] libata version 3.00 loaded.
[ 7.797951] usbcore: registered new interface driver usbfs
[ 7.798177] usbcore: registered new interface driver hub
[ 7.798335] usbcore: registered new device driver usb
[ 7.799352] Switching to clocksource timer2
[ 7.808938] NET: Registered protocol family 2
[ 7.809154] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 7.809968] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 7.811330] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 7.811946] TCP: Hash tables configured (established 131072 bind 65536)
[ 7.811954] TCP reno registered
[ 7.811966] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 7.812021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 7.812372] NET: Registered protocol family 1
[ 7.812683] RPC: Registered named UNIX socket transport module.
[ 7.812690] RPC: Registered udp transport module.
[ 7.812696] RPC: Registered tcp transport module.
[ 7.812702] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 7.812725] PCI: CLS 32 bytes, default 32
[ 8.048784] gpio_dev = fd00000
[ 8.049111] membuf_init: created membuf device(252, 0)
[ 8.049171] clock_frequency_set: (1:24) NTG INCR value is 422212465
[ 8.078091] VFS: Disk quotas dquot_6.5.2
[ 8.078299] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 8.082423] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 8.082432] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 8.083051] fuse init (API version 7.17)
[ 8.084315] Btrfs loaded
[ 8.084345] msgmni has been set to 1969
[ 8.089954] async_tx: api initialized (async)
[ 8.090398] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 8.090411] io scheduler noop registered
[ 8.090417] io scheduler deadline registered
[ 8.090525] io scheduler cfq registered (default)
[ 8.096323] ### comcerto_dma_probe: XOR DMA channel registered
[ 8.100855] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 8.289826] 84a546a0 849cb858 0 ffffffff
[ 8.290636] serial8250 serial8250.0: Couldn't set LCR to 191
[ 8.291913] serial8250 serial8250.0: Couldn't set LCR to 191
[ 8.293187] serial8250 serial8250.0: Couldn't set LCR to 224
[ 8.294462] serial8250 serial8250.0: Couldn't set LCR to 224
[ 8.314500] serial8250.0: ttyS0 at MMIO 0x96400000 (irq = 59) is a 16550A
[ 9.024579] console [ttyS0] enabled
[ 9.045186] comcerto_otp_probe.
[ 9.097405] loop: module loaded
[ 9.113263] ahci 0000:00:00.0: version 3.0
[ 9.113285] PCI: enabling device 0000:00:00.0 (0140 -> 0142)
[ 9.119069] ahci: SSS flag set, parallel bus scan disabled
[ 9.124645] ahci 0000:00:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 9.132779] ahci 0000:00:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
[ 9.160413] scsi0 : ahci
[ 9.165429] scsi1 : ahci
[ 9.169944] ata1: SATA max UDMA/133 abar m512@0xa0010000 port 0xa0010100 irq 96
[ 9.177286] ata2: SATA max UDMA/133 abar m512@0xa0010000 port 0xa0010180 irq 96
[ 9.188466] SATA Serdes: 48Mhz ref clk
[ 9.192761] Serdes1: Lane OK Passed
[ 9.196736] Serdes2: Lane OK Passed
[ 9.200266] ahci ahci: forcing PORTS_IMPL to 0x3
[ 9.204954] ahci ahci: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl platform mode
[ 9.212735] ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[ 9.237035] scsi2 : ahci_platform
[ 9.245615] scsi3 : ahci_platform
[ 9.250218] ata3: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x100 irq 48
[ 9.258166] ata4: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x180 irq 48
[ 9.266947] designware_spi_probe:Initializing SPI Controller : Using dma=0 CLK(DUS)=250000000 Hz
[ 9.277989] comcerto_spi comcerto_spi.1: at 0x96500000 mapped to 0xC080A000, irq=60
[ 9.285731] designware_spi_probe:Initializing SPI Controller : Using dma=0 CLK(spi_i2c)=250000000 Hz
[ 9.306349] comcerto_spi comcerto_spi.0: at 0x90498000 mapped to 0xC080C000, irq=61
[ 9.332798] comcertoflash: probe of comcertoflash.0 failed with error -5
[ 9.339940] m25p80 spi0.0: found mx25l8005, expected s25fl256s0
[ 9.345886] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
[ 9.350734] 3 cmdlinepart partitions found on MTD device spi0.0
[ 9.356671] Creating 3 MTD partitions on "spi0.0":
[ 9.361488] 0x000000000000-0x000000040000 : "uloader"
[ 9.373611] 0x000000040000-0x0000000c0000 : "barebox"
[ 9.389970] 0x0000000c0000-0x000000100000 : "env"
[ 9.406133] pdev->resource->start = c8300000, pdev->resource->end = c8301fff
[ 9.413258] nand_probe: comcertonand base: 0xc0800000
[ 9.418425] ONFI flash detected
[ 9.421673] ONFI param page 0 valid
[ 9.425174] NAND device: Manufacturer ID: 0x01, Chip ID: 0xda (AMD S34ML02G2)
[ 9.432345] hw_syndrome correction 2048.
[ 9.436276] Using default values for hw ecc
[ 9.443911] Bad block table not found for chip 0
[ 9.451931] Bad block table not found for chip 0
[ 9.456560] Scanning device for bad blocks
[ 9.573472] Bad block table written to 0x00000ffe0000, version 0x01
[ 9.581704] Bad block table written to 0x00000ffc0000, version 0x01
[ 9.588014] 6 cmdlinepart partitions found on MTD device comcertonand
[ 9.594482] Creating 6 MTD partitions on "comcertonand":
[ 9.599427] ata1: SATA link down (SStatus 0 SControl 320)
[ 9.605230] 0x000000000000-0x000000a00000 : "config"
[ 9.616710] 0x000000a00000-0x000001400000 : "kernel1"
[ 9.621940] ata3: SATA link down (SStatus 0 SControl 320)
[ 9.627399] ata4: SATA link down (SStatus 0 SControl 320)
[ 9.641201] 0x000001400000-0x000008200000 : "rootfs1"
[ 9.657795] 0x000008200000-0x000008c00000 : "kernel2"
[ 9.674173] 0x000008c00000-0x00000fa00000 : "rootfs2"
[ 9.685779] 0x00000fa00000-0x000010000000 : "reserved"
[ 9.714121] Fixed MDIO Bus: probed
[ 9.718172] ## xhci_plat_probe
[ 9.721290] ### comcerto_start_xhci
[ 9.724808] USB3.0 clock selected: internal
[ 9.732260] xhci-hcd xhci-hcd: xHCI Host Controller
[ 9.737234] drivers/usb/core/inode.c: creating file 'devices'
[ 9.737247] drivers/usb/core/inode.c: creating file '001'
[ 9.737261] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1
[ 9.744502] xhci-hcd xhci-hcd: irq 54, io mem 0x9f000000
[ 9.749882] usb usb1: default language 0x0409
[ 9.749903] usb usb1: udev 1, busnum 1, minor = 0
[ 9.749910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 9.756719] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.763980] usb usb1: Product: xHCI Host Controller
[ 9.768872] usb usb1: Manufacturer: Linux 3.2.54 xhci-hcd
[ 9.774308] usb usb1: SerialNumber: xhci-hcd
[ 9.779150] usb usb1: usb_probe_device
[ 9.779162] usb usb1: configuration #1 chosen from 1 choice
[ 9.779174] xHCI xhci_add_endpoint called for root hub
[ 9.779180] xHCI xhci_check_bandwidth called for root hub
[ 9.779206] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 9.779805] hub 1-0:1.0: usb_probe_interface
[ 9.779817] hub 1-0:1.0: usb_probe_interface - got id
[ 9.779826] hub 1-0:1.0: USB hub found
[ 9.783616] hub 1-0:1.0: 1 port detected
[ 9.787562] hub 1-0:1.0: standalone hub
[ 9.787571] hub 1-0:1.0: no power switching (usb 1.0)
[ 9.787577] hub 1-0:1.0: individual port over-current protection
[ 9.787584] hub 1-0:1.0: Single TT
[ 9.787591] hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns)
[ 9.787599] hub 1-0:1.0: power on to power good time: 20ms
[ 9.787624] hub 1-0:1.0: local power source is good
[ 9.787631] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 9.792834] drivers/usb/core/inode.c: creating file '001'
[ 9.793006] xhci-hcd xhci-hcd: xHCI Host Controller
[ 9.797939] drivers/usb/core/inode.c: creating file '002'
[ 9.797958] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2
[ 9.805037] usb usb2: skipped 1 descriptor after endpoint
[ 9.805050] usb usb2: default language 0x0409
[ 9.805070] usb usb2: udev 1, busnum 2, minor = 128
[ 9.805078] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 9.811930] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.819177] usb usb2: Product: xHCI Host Controller
[ 9.824109] usb usb2: Manufacturer: Linux 3.2.54 xhci-hcd
[ 9.830918] usb usb2: SerialNumber: xhci-hcd
[ 9.841390] usb usb2: usb_probe_device
[ 9.841402] usb usb2: configuration #1 chosen from 1 choice
[ 9.841415] xHCI xhci_add_endpoint called for root hub
[ 9.841422] xHCI xhci_check_bandwidth called for root hub
[ 9.841450] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 9.841906] hub 2-0:1.0: usb_probe_interface
[ 9.841917] hub 2-0:1.0: usb_probe_interface - got id
[ 9.841924] hub 2-0:1.0: USB hub found
[ 9.845715] hub 2-0:1.0: 1 port detected
[ 9.845721] hub 2-0:1.0: standalone hub
[ 9.845725] hub 2-0:1.0: no power switching (usb 1.0)
[ 9.845730] hub 2-0:1.0: individual port over-current protection
[ 9.845737] hub 2-0:1.0: TT requires at most 8 FS bit times (666 ns)
[ 9.845743] hub 2-0:1.0: power on to power good time: 20ms
[ 9.845756] hub 2-0:1.0: local power source is good
[ 9.845762] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 9.849697] drivers/usb/core/inode.c: creating file '001'
[ 9.864768] usbcore: registered new interface driver usblp
[ 9.870642] Initializing USB Mass Storage driver...
[ 9.877461] usbcore: registered new interface driver usb-storage
[ 9.884366] USB Mass Storage support registered.
[ 9.889048] dwc_otg: version 2.94a 27-OCT-2011
[ 10.093476] hub 1-0:1.0: port 1: status 0101 change 0001
[ 10.093500] hub 2-0:1.0: port 1: status 0203 change 0031
[ 10.093512] Core Release: 2.81a
[ 10.096667] Setting default values for core params
[ 10.179407] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 10.185765] ata2.00: both IDENTIFYs aborted, assuming NODEV
[ 10.189439] hub 1-0:1.0: state 7 ports 1 chg 0002 evt 0000
[ 10.189460] hub 1-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
[ 10.301380] Using Buffer DMA mode
[ 10.304706] Periodic Transfer Interrupt Enhancement - disabled
[ 10.310561] Multiprocessor Interrupt Enhancement - disabled
[ 10.316149] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 10.319399] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 10.327097] dwc_otg dwc_otg.0: DWC OTG Controller
[ 10.331845] drivers/usb/core/inode.c: creating file '003'
[ 10.331864] dwc_otg dwc_otg.0: new USB bus registered, assigned bus number 3
[ 10.338951] dwc_otg dwc_otg.0: irq 53, io mem 0x00000000
[ 10.344348] Init: Port Power? op_state=1
[ 10.348281] Init: Power Port (0)
[ 10.351556] usb usb3: default language 0x0409
[ 10.351576] usb usb3: udev 1, busnum 3, minor = 256
[ 10.351584] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 10.358392] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 10.364682] usb 1-1: default language 0x0409
[ 10.365429] usb 1-1: udev 2, busnum 1, minor = 1
[ 10.365435] usb 1-1: New USB device found, idVendor=174c, idProduct=2074
[ 10.365442] usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 10.365448] usb 1-1: Product: ASM107x
[ 10.365453] usb 1-1: Manufacturer: Asmedia
[ 10.365458] usb 1-1: SerialNumber: 0000000A0003
[ 10.365969] usb 1-1: usb_probe_device
[ 10.365980] usb 1-1: configuration #1 chosen from 1 choice
[ 10.381012] usb 1-1: Successful Endpoint Configure command
[ 10.381194] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 10.381621] hub 1-1:1.0: usb_probe_interface
[ 10.381630] hub 1-1:1.0: usb_probe_interface - got id
[ 10.381636] hub 1-1:1.0: USB hub found
[ 10.381844] hub 1-1:1.0: 4 ports detected
[ 10.381850] hub 1-1:1.0: standalone hub
[ 10.381855] hub 1-1:1.0: ganged power switching
[ 10.381860] hub 1-1:1.0: global over-current protection
[ 10.399612] usb usb3: Product: DWC OTG Controller
[ 10.404242] usb usb3: Manufacturer: Linux 3.2.54 dwc_otg
[ 10.404520] usb usb3: SerialNumber: dwc_otg.0
[ 10.410222] usb usb3: usb_probe_device
[ 10.410240] usb usb3: configuration #1 chosen from 1 choice
[ 10.410283] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 10.413138] usb 1-1: Successful Endpoint Configure command
[ 10.413359] hub 1-1:1.0: TT per port
[ 10.413369] hub 1-1:1.0: TT requires at most 16 FS bit times (1332 ns)
[ 10.413376] hub 1-1:1.0: Port indicators are supported
[ 10.413387] hub 1-1:1.0: power on to power good time: 2ms
[ 10.413621] usb 1-1: Successful Endpoint Configure command
[ 10.413830] hub 1-1:1.0: local power source is good
[ 10.413838] hub 1-1:1.0: no over-current condition exists
[ 10.413847] hub 1-1:1.0: enabling power on all ports
[ 10.415374] hub 3-0:1.0: usb_probe_interface
[ 10.415389] hub 3-0:1.0: usb_probe_interface - got id
[ 10.415397] hub 3-0:1.0: USB hub found
[ 10.419772] hub 3-0:1.0: 1 port detected
[ 10.423851] hub 3-0:1.0: standalone hub
[ 10.423857] hub 3-0:1.0: ganged power switching
[ 10.423862] hub 3-0:1.0: individual port over-current protection
[ 10.423869] hub 3-0:1.0: Single TT
[ 10.423875] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[ 10.423882] hub 3-0:1.0: power on to power good time: 2ms
[ 10.423898] hub 3-0:1.0: local power source is good
[ 10.423908] hub 3-0:1.0: enabling power on all ports
[ 10.424999] drivers/usb/core/inode.c: creating file '002'
[ 10.425113] hub 2-0:1.0: state 7 ports 1 chg 0002 evt 0000
[ 10.425137] hub 2-0:1.0: port 1, status 0203, change 0000, 5.0 Gb/s
[ 10.430481] drivers/usb/core/inode.c: creating file '001'
[ 10.438656] Module dwc_common_port init
[ 10.448761] mousedev: PS/2 mouse device common for all mice
[ 10.479320] c2k-rtc c2k-rtc: rtc core: registered c2k as rtc0
[ 10.485155] C2000 RTC, (c) 2012 Mindspeed Technologies
[ 10.490485] c2k-rtc c2k-rtc: Warning: Invalid RTC value so initializing it
[ 10.501736] i2c /dev entries driver
[ 10.506060] comcerto_i2c_calculate_dividers: speed=97kHz, M=1, N=7, dividers=0x0f
[ 10.530639] i2c-core: driver [eeprom] using legacy suspend method
[ 10.536756] i2c-core: driver [eeprom] using legacy resume method
[ 10.543316] comcerto_wdt: support registered
[ 10.547962] md: linear personality registered for level -1
[ 10.553506] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 10.553513] md: raid0 personality registered for level 0
[ 10.553519] md: raid1 personality registered for level 1
[ 10.553525] md: raid10 personality registered for level 10
[ 10.553530] md: raid6 personality registered for level 6
[ 10.553535] md: raid5 personality registered for level 5
[ 10.553540] md: raid4 personality registered for level 4
[ 10.592847] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 10.611514] usb 2-1: skipped 1 descriptor after endpoint
[ 10.612011] usb 2-1: default language 0x0409
[ 10.612928] usb 2-1: udev 2, busnum 2, minor = 129
[ 10.612941] usb 2-1: New USB device found, idVendor=174c, idProduct=3074
[ 10.619738] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 10.626904] usb 2-1: Product: ASM107x
[ 10.630596] usb 2-1: Manufacturer: Asmedia
[ 10.634710] usb 2-1: SerialNumber: 0000000A0003
[ 10.642326] usb 2-1: usb_probe_device
[ 10.642340] usb 2-1: configuration #1 chosen from 1 choice
[ 10.653069] usb 2-1: Successful Endpoint Configure command
[ 10.653353] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[ 10.665684] hub 2-1:1.0: usb_probe_interface
[ 10.665696] hub 2-1:1.0: usb_probe_interface - got id
[ 10.665704] hub 2-1:1.0: USB hub found
[ 10.669265] usbcore: registered new interface driver usbhid
[ 10.669272] usbhid: USB HID core driver
[ 10.679887] etherip: Ethernet over IPv4 tunneling driver
[ 10.680342] hub 2-1:1.0: 4 ports detected
[ 10.680349] hub 2-1:1.0: standalone hub
[ 10.680353] hub 2-1:1.0: ganged power switching
[ 10.680358] hub 2-1:1.0: global over-current protection
[ 10.680365] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 10.680371] hub 2-1:1.0: power on to power good time: 120ms
[ 10.686894] usb 2-1: Successful Endpoint Configure command
[ 10.687098] hub 2-1:1.0: local power source is good
[ 10.687105] hub 2-1:1.0: no over-current condition exists
[ 10.687219] hub 2-1:1.0: enabling power on all ports
[ 10.689077] drivers/usb/core/inode.c: creating file '002'
[ 10.689166] hub 1-1:1.0: state 7 ports 4 chg 0000 evt 0000
[ 10.689176] hub 3-0:1.0: state 7 ports 1 chg 0000 evt 0000
[ 10.689273] etherip ----- is functional
[ 10.710390] TCP cubic registered
[ 10.714070] NET: Registered protocol family 10
[ 10.722269] IPv6 over IPv4 tunneling driver
[ 10.748718] NET: Registered protocol family 17
[ 10.753401] 8021q: 802.1Q VLAN Support v1.8
[ 10.757617] Registering the dns_resolver key type
[ 10.762382] Clocks: disabled unused uart
[ 10.766315] Clocks: disabled unused gemtx
[ 10.770351] Clocks: disabled unused ipsec_spacc
[ 10.774893] Clocks: disabled unused dpi_cie
[ 10.779086] Clocks: disabled unused dpi_decomp
[ 10.783551] Clocks: disabled unused pcie1
[ 10.787570] Clocks: disabled unused ext_phy0
[ 10.791861] Clocks: disabled unused ext_phy1
[ 10.796141] Clocks: disabled unused ext_phy2
[ 10.800427] Clocks: disabled unused tpi
[ 10.804273] Clocks: disabled unused csys
[ 10.808204] Clocks: disabled unused tsuntg
[ 10.811312] hub 2-1:1.0: state 7 ports 4 chg 0000 evt 0000
[ 10.812319] Clocks: disabled unused sata_occ
[ 10.816599] Clocks: disabled unused pcie_occ
[ 10.820887] Clocks: disabled unused sgmii_occ
[ 10.836640] UBI: attaching mtd2 to ubi0
[ 10.843809] UBI: scanning is finished
[ 10.847486] UBI error: ubi_read_volume_table: the layout volume was not found
[ 10.854674] UBI error: ubi_attach_mtd_dev: failed to attach mtd2, error -22
[ 10.861685] UBI error: ubi_init: cannot attach mtd2
[ 10.866670] c2k-rtc c2k-rtc: setting system clock to 2012-07-12 18:25:01 UTC (1342117501)
[ 10.881386] Freeing init memory: 3244K
[ 12.736130] pfe_module_init
[ 12.738990] pfe_platform_probe
[ 12.743272] ipsec: baseaddr :9a000000 --- c0a00000
[ 12.749087] pfe_probe
[ 12.751393] PFE Driver version:
[ 12.751396] pfe_ctrl_12_00_2
[ 12.751398] built with pfe sources version: pfe_12_00_2
[ 12.762691] cbus_baseaddr: c3000000, ddr_baseaddr: c2000000, ddr_phys_baseaddr: 3400000, ddr_size: c00000
[ 12.772304] pfe_hw_init
[ 12.774756] CLASS version: 20
[ 12.777730] TMU version: 1011231
[ 12.780982] BMU1 version: 21
[ 12.783869] BMU2 version: 21
[ 12.786756] EMAC1 network cfg: 80000
[ 12.790354] EMAC2 network cfg: 80000
[ 12.793937] EMAC3 network cfg: 80000
[ 12.797519] EGPI1 version: 50
[ 12.800507] EGPI2 version: 50
[ 12.803481] EGPI3 version: 50
[ 12.806453] HGPI version: 50
[ 12.809340] GPT version: 0
[ 12.812065] HIF version: 10
[ 12.814864] HIF NOPCY version: 10
[ 12.818186] UTIL version: 20
[ 12.821085] bmu_init(1) done
[ 12.823972] bmu_init(2) done
[ 12.833485] class_init() done
[ 12.836465] tmu_init: mem init
[ 12.839536] tmu_init: lmem init
[ 12.842726] tmu_init() done
[ 12.845526] util_init() done
[ 12.848415] gpi_init(1) done
[ 12.851311] gpi_init(2) done
[ 12.854200] gpi_init(3) done
[ 12.857088] gpi_init(hif) done
[ 12.860155] bmu_enable(1) done
[ 12.863216] bmu_enable(2) done
[ 12.866277] pfe_hif_lib_init
[ 12.869365] pfe_hif_init
[ 12.871916] pfe_hif_alloc_descr
[ 12.875269] pfe_hif_init_buffers
[ 12.878644] pfe_firmware_init
[ 12.900697] pfe_load_elf
[ 12.903259] pe_load_ddr_section: load address(3fb0000) and elf file address(c083b000) rcvd
[ 12.934217] PFE binary version: pfe_12_00_2
[ 12.938418] pfe_firmware_init: class firmware loaded 0xb20 0xc3010000
[ 12.944894] pfe_load_elf
[ 12.948784] pfe_firmware_init: tmu firmware loaded 0x220
[ 12.954124] pfe_load_elf
[ 12.958559] pfe_firmware_init: util firmware loaded 0x16c0
[ 12.964114] pfe_ctrl_init
[ 12.987440] pfe_ctrl_init finished
[ 12.990871] pfe_eth_init
[ 12.994312] pfe_ctrl_timer
[ 13.006856] Comcerto MDIO Bus: probed
[ 13.099969] eth0: pfe_eth_init_one: created interface, baseaddr: c3200000
[ 13.228243] eth1: pfe_eth_init_one: created interface, baseaddr: c3220000
[ 13.235107] pfe_vwd_init
[ 13.237816] pfe_vwd_init: created vwd device(250, 0)
[ 13.242881] pfe_vwd_driver_init: start
[ 13.246651] pfe_vwd_up: start
[ 13.249677] comcerto_wifi_rx_fastpath_register:33 VWD Tx function registered
[ 13.256745] pfe_vwd_driver_init: end
[ 13.260352] pfe_pcap_init
[ 13.291138] MCU watchdog is reset!
[ 13.785632] egiga0: pfe_eth_open
[ 13.789092] hif_process_client_req: register client_id 0
[ 13.794435] pfe_hif_client_register
[ 13.797945] hif_lib_set_rx_cpu_affinity:Client (0) and HIF Rx processing will use same cpu
[ 13.806243] egiga0: pfe_gemac_init
[ 13.814402] egiga1: pfe_eth_open
[ 13.817867] hif_process_client_req: register client_id 1
[ 13.823209] pfe_hif_client_register
[ 13.826718] hif_lib_set_rx_cpu_affinity:Client (1) and HIF Rx processing will use same cpu
[ 13.835079] egiga1: pfe_gemac_init
[ 14.382128] ata2: hard resetting link
[ 14.929409] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
[ 14.935779] ata2.00: both IDENTIFYs aborted, assuming NODEV
[ 14.935812] ata2: EH complete
[ 17.829586] PHY: comcerto-0:06 - Link is Up - 100/Full
[ 17.834768] pfe_eth_adjust_link: PHY: comcerto-0:06, phy->link: 1
[ 18.010818] UBI: attaching mtd7 to ubi7
[ 18.768241] UBI: scanning is finished
[ 18.788742] UBI: attached mtd7 (name "rootfs2", size 110 MiB) to ubi7
[ 18.795221] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 18.802036] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 18.808756] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 18.815668] UBI: good PEBs: 880, bad PEBs: 0, corrupted PEBs: 0
[ 18.821610] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[ 18.828766] UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 715835529
[ 18.837762] UBI: available PEBs: 10, total reserved PEBs: 870, PEBs reserved for bad PEB handling: 40
[ 18.847022] UBI: background thread "ubi_bgt7d" started, PID 865
[ 18.986490] UBIFS: mounted UBI device 7, volume 0, name "ubi_rootfs2"
[ 18.992969] UBIFS: mounted read-only
[ 18.996555] UBIFS: file system size: 103612416 bytes (101184 KiB, 98 MiB, 816 LEBs)
[ 19.004418] UBIFS: journal size: 5206016 bytes (5084 KiB, 4 MiB, 41 LEBs)
[ 19.011762] UBIFS: media format: w4/r0 (latest is w4/r0)
[ 19.017610] UBIFS: default compressor: lzo
[ 19.021723] UBIFS: reserved for root: 4893869 bytes (4779 KiB)
[ 24.229391] egiga0: no IPv6 routers present
[ 39.350129] EXT4-fs (loop0): mounting ext2 file system using the ext4 subsystem
[ 39.358236] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
[ 39.485798] UBI: attaching mtd3 to ubi3
[ 39.558570] UBI: scanning is finished
[ 39.578202] UBI: attached mtd3 (name "config", size 10 MiB) to ubi3
[ 39.584507] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 39.591322] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 39.598042] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 39.604940] UBI: good PEBs: 80, bad PEBs: 0, corrupted PEBs: 0
[ 39.610793] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[ 39.617949] UBI: max/mean erase counter: 6/3, WL threshold: 4096, image sequence number: 770372925
[ 39.626941] UBI: available PEBs: 0, total reserved PEBs: 80, PEBs reserved for bad PEB handling: 40
[ 39.636027] UBI: background thread "ubi_bgt3d" started, PID 968
[ 39.717942] UBIFS: recovery needed
[ 39.814192] UBIFS: recovery completed
[ 39.817868] UBIFS: mounted UBI device 3, volume 0, name "ubi_config"
[ 39.824252] UBIFS: file system size: 3428352 bytes (3348 KiB, 3 MiB, 27 LEBs)
[ 39.831593] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs)
[ 39.838747] UBIFS: media format: w4/r0 (latest is w4/r0)
[ 39.844607] UBIFS: default compressor: lzo
[ 39.848715] UBIFS: reserved for root: 161928 bytes (158 KiB)
[ 40.053298] NTFS driver 2.1.30 [Flags: R/O MODULE].
[ 40.071637] tntfs: module license 'Commercial. For support email ntfs-support@tuxera.com.' taints kernel.
[ 40.081281] Disabling lock debugging due to kernel taint
[ 40.094473] Tuxera NTFS driver 3014.4.29 [Flags: R/W MODULE].
[ 40.112827] PPP generic driver version 2.4.2
[ 40.137702] PPP MPPE Compression module registered
[ 40.159955] PPP Deflate Compression module registered
[ 40.171418] NET: Registered protocol family 24
[ 40.189638] PPP BSD Compression module registered
[ 40.501998] elp_register_ocf: Comcerto 2000 ELP Crypto Offload Engine
[ 40.508390] m86xxx_elp: Registering key des/3des aes md5 sha1 sha2_256 sha2_384 sha2_512 sha256_hmac null
[ 51.041280] ADDRCONF(NETDEV_CHANGE): egiga1: link becomes ready
[ 85.381403] bz time = 1
[ 85.383861] bz status = 1
[ 85.386485] bz_timer_status = 0
[ 85.389656] start buzzer0 -
The only information is
[ 10.179407] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 10.185765] ata2.00: both IDENTIFYs aborted, assuming NODEV
[ 14.382128] ata2: hard resetting link
[ 14.929409] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
[ 14.935779] ata2.00: both IDENTIFYs aborted, assuming NODEV
[ 14.935812] ata2: EH completeThe system detects something in SATA slot 2. There is a link, and I suppose that there the LED is switched on. But the something doesn't react on an IDENTIFY request. The disk is dead.
0
Categories
- All Categories
- 415 Beta Program
- 2.4K Nebula
- 151 Nebula Ideas
- 98 Nebula Status and Incidents
- 5.7K Security
- 277 USG FLEX H Series
- 277 Security Ideas
- 1.4K Switch
- 74 Switch Ideas
- 1.1K Wireless
- 42 Wireless Ideas
- 6.4K Consumer Product
- 250 Service & License
- 395 News and Release
- 85 Security Advisories
- 29 Education Center
- 10 [Campaign] Zyxel Network Detective
- 3.6K FAQ
- 34 Documents
- 34 Nebula Monthly Express
- 85 About Community
- 75 Security Highlight