Skip to content

Instantly share code, notes, and snippets.

@hnyman
Created March 22, 2017 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hnyman/d27b967d1e3ad4cd2beaeab1987857ab to your computer and use it in GitHub Desktop.
Save hnyman/d27b967d1e3ad4cd2beaeab1987857ab to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.14 (perus@ub1610) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3598-eb09d79c16) ) #0 SMP Tue Mar 21 20:31:10 2017
[ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt:Machine model: Netgear Nighthawk X4S R7800
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] percpu: Embedded 13 pages/cpu @dda09000 s20940 r8192 d24116 u53248
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 121920
[ 0.000000] Kernel command line:
[ 0.000000] Bootloader command line (ignored): console=ttyHSL1,115200n8
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 479224K/491520K available (3728K kernel code, 239K rwdata, 1188K rodata, 232K init, 232K bss, 12296K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xde800000 - 0xff800000 ( 528 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xde000000 ( 480 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0208000 - 0xc05ac678 (3730 kB)
[ 0.000000] .init : 0xc06f6000 - 0xc0730000 ( 232 kB)
[ 0.000000] .data : 0xc0730000 - 0xc076be00 ( 240 kB)
[ 0.000000] .bss : 0xc076d000 - 0xc07a70a8 ( 233 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns
[ 0.000006] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns
[ 0.000019] Switching to timer-based delay loop, resolution 160ns
[ 0.000231] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500)
[ 0.000250] pid_max: default: 32768 minimum: 301
[ 0.000353] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000367] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.001010] CPU: Testing write buffer coherency: ok
[ 0.001296] Setting up static identity map for 0x42208280 - 0x422082d8
[ 0.004643] Brought up 2 CPUs
[ 0.004658] SMP: Total of 2 processors activated (25.00 BogoMIPS).
[ 0.004669] CPU: All CPU(s) started in SVC mode.
[ 0.015811] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
[ 0.016003] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.016028] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.016107] pinctrl core: initialized pinctrl subsystem
[ 0.017398] NET: Registered protocol family 16
[ 0.017642] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.041401] cpuidle: using governor ladder
[ 0.072415] cpuidle: using governor menu
[ 0.074476] qcom_rpm 108000.rpm: could not find pctldev for node /soc/pinmux@800000/i2c4_pinmux, deferring probe
[ 0.126281] usbcore: registered new interface driver usbfs
[ 0.126384] usbcore: registered new interface driver hub
[ 0.126468] usbcore: registered new device driver usb
[ 0.126524] pps_core: LinuxPPS API ver. 1 registered
[ 0.126536] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.126569] PTP clock support registered
[ 0.128458] clocksource: Switched to clocksource dg_timer
[ 0.130340] NET: Registered protocol family 2
[ 0.130940] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.130986] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.131045] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.131099] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.131120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.131308] NET: Registered protocol family 1
[ 0.132705] No memory allocated for crashlog
[ 0.133071] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[ 0.139484] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.139499] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.142548] io scheduler noop registered
[ 0.142564] io scheduler deadline registered (default)
[ 0.144272] 1b500000.pci supply vdda not found, using dummy regulator
[ 0.144385] 1b500000.pci supply vdda_phy not found, using dummy regulator
[ 0.144471] 1b500000.pci supply vdda_refclk not found, using dummy regulator
[ 0.145038] OF: PCI: host bridge /soc/pci@1b500000 ranges:
[ 0.145083] OF: PCI: IO 0x0fe00000..0x0fefffff -> 0x0fe00000
[ 0.145107] OF: PCI: MEM 0x08000000..0x0fdfffff -> 0x08000000
[ 0.253094] qcom-pcie 1b500000.pci: link up
[ 0.255179] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00
[ 0.255203] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.255225] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfe00000-0xfefffff])
[ 0.255241] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff]
[ 0.255776] PCI: bus0: Fast back to back transfers disabled
[ 0.257880] PCI: bus1: Fast back to back transfers disabled
[ 0.258213] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
[ 0.258237] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit]
[ 0.258363] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.258387] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff]
[ 0.259266] 1b700000.pci supply vdda not found, using dummy regulator
[ 0.259372] 1b700000.pci supply vdda_phy not found, using dummy regulator
[ 0.259459] 1b700000.pci supply vdda_refclk not found, using dummy regulator
[ 0.260021] OF: PCI: host bridge /soc/pci@1b700000 ranges:
[ 0.260059] OF: PCI: IO 0x31e00000..0x31efffff -> 0x31e00000
[ 0.260079] OF: PCI: MEM 0x2e000000..0x31dfffff -> 0x2e000000
[ 0.370337] qcom-pcie 1b700000.pci: link up
[ 0.372360] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00
[ 0.372378] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.372394] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff]
[ 0.372864] PCI: bus0: Fast back to back transfers disabled
[ 0.374971] PCI: bus1: Fast back to back transfers disabled
[ 0.375437] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
[ 0.375460] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
[ 0.375581] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 0.375601] pci 0001:00:00.0: bridge window [mem 0x2e000000-0x2e1fffff]
[ 0.378912] L2 @ QSB rate. Forcing new rate.
[ 0.379106] L2 @ 384000 KHz
[ 0.379285] CPU0 @ 800000 KHz
[ 0.379297] CPU1 @ QSB rate. Forcing new rate.
[ 0.379421] CPU1 @ 384000 KHz
[ 0.383485] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0
[ 0.384892] gsbi 1a200000.gsbi: GSBI port protocol: 3 crci: 0
[ 0.386253] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.387164] msm_serial 16340000.serial: msm_serial: detected port #0
[ 0.387251] msm_serial 16340000.serial: uartclk = 7372800
[ 0.387324] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 169, base_baud = 460800) is a MSM
[ 0.387360] msm_serial: console setup on port #0
[ 1.090246] console [ttyMSM0] enabled
[ 1.094981] msm_serial: driver initialized
[ 1.106901] loop: module loaded
[ 1.108945] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xa1
[ 1.108978] nand: Micron MT29F1G08ABBEAH4
[ 1.115446] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.119560] 10 ofpart partitions found on MTD device qcom_nand.0
[ 1.126820] Creating 10 MTD partitions on "qcom_nand.0":
[ 1.133061] 0x000000000000-0x000000c80000 : "qcadata"
[ 1.143806] random: fast init done
[ 1.157100] 0x000000c80000-0x000001180000 : "APPSBL"
[ 1.165462] 0x000001180000-0x000001200000 : "APPSBLENV"
[ 1.167868] 0x000001200000-0x000001340000 : "art"
[ 1.173199] 0x000001340000-0x000001480000 : "artbak"
[ 1.177874] 0x000001480000-0x000001680000 : "kernel"
[ 1.184245] 0x000001680000-0x000003480000 : "ubi"
[ 1.232667] 0x000003480000-0x000007900000 : "netgear"
[ 1.341420] 0x000007900000-0x000008000000 : "reserve"
[ 1.353926] 0x000001480000-0x000003480000 : "firmware"
[ 1.406907] no rootfs found after FIT image in "firmware"
[ 1.408214] spi_qup 1a280000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.413689] m25p80 spi32766.0: unrecognized JEDEC id bytes: 00, 00, 00
[ 1.418442] m25p80: probe of spi32766.0 failed with error -2
[ 1.426259] libphy: GPIO Bitbanged MDIO: probed
[ 1.462828] switch0: Atheros AR8337 rev. 2 switch registered on gpio-0
[ 2.419928] libphy: Fixed MDIO Bus: probed
[ 2.419967] libphy: mdio_driver_register: qca8k
[ 2.425956] stmmac - user ID: 0x10, Synopsys ID: 0x37
[ 2.427348] Ring mode enabled
[ 2.432652] DMA HW capability register supported[ 2.435511] Enhanced/Alternate descriptors
[ 2.441150] Enabled extended descriptors
[ 2.444110] RX Checksum Offload Engine supported
[ 2.448276] COE Type 2
[ 2.453042] TX Checksum insertion supported
[ 2.455220] Wake-Up On Lan supported
[ 2.459822] Enable RX Mitigation via HW Watchdog Timer
[ 2.465656] stmmac - user ID: 0x10, Synopsys ID: 0x37
[ 2.468327] Ring mode enabled
[ 2.473647] DMA HW capability register supported[ 2.476489] Enhanced/Alternate descriptors
[ 2.482130] Enabled extended descriptors
[ 2.485086] RX Checksum Offload Engine supported
[ 2.489343] COE Type 2
[ 2.493937] TX Checksum insertion supported
[ 2.496199] Wake-Up On Lan supported
[ 2.500807] Enable RX Mitigation via HW Watchdog Timer
[ 2.505518] i2c /dev entries driver
[ 2.510597] gcc-ipq806x 900000.clock-controller: tsens calibration failed
[ 2.514321] Speed bin: 0
[ 2.519803] PVS bin: 4
[ 2.524929] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
[ 2.525040] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
[ 2.532653] sdhci: Secure Digital Host Controller Interface driver
[ 2.539077] sdhci: Copyright(c) Pierre Ossman
[ 2.545247] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.552235] NET: Registered protocol family 10
[ 2.557771] NET: Registered protocol family 17
[ 2.560263] 8021q: 802.1Q VLAN Support v1.8
[ 2.564154] Registering SWP/SWPB emulation handler
[ 2.586067] qcom_rpm 108000.rpm: RPM firmware 3.0.16777364
[ 2.600389] s1a: Bringing 0uV into 1050000-1050000uV
[ 2.600915] s1b: Bringing 0uV into 1050000-1050000uV
[ 2.604891] s2a: Bringing 0uV into 775000-775000uV
[ 2.609964] s2b: Bringing 0uV into 775000-775000uV
[ 2.617426] of: dev_pm_opp_of_cpumask_add_table: couldn't find opp table for cpu:0, -19
[ 2.619618] of: dev_pm_opp_of_cpumask_add_table: couldn't find opp table for cpu:1, -19
[ 2.628005] UBI: auto-attach mtd6[ 2.634765] ubi0: attaching mtd6
[ 2.807821] random: crng init done
[ 2.966322] ubi0: scanning is finished
[ 2.976033] ubi0: attached mtd6 (name "ubi", size 30 MiB)
[ 2.976052] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 2.980461] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 2.987169] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 2.994076] ubi0: good PEBs: 240, bad PEBs: 0, corrupted PEBs: 0
[ 3.000857] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 3.007049] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1134644125
[ 3.014133] ubi0: available PEBs: 0, total reserved PEBs: 240, PEBs reserved for bad PEB handling: 20
[ 3.023934] ubi0: background thread "ubi_bgt0d" started, PID 65
[ 3.032893] block ubiblock0_0: created from ubi0:0(rootfs)
[ 3.038210] ubiblock: device ubiblock0_0 (rootfs) set to be root fil�[ 3.053753] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 3.053936] Freeing unused kernel memory: 232K (c06f6000 - c0730000)
[ 3.059939] This architecture does not have kernel memory protection.
[ 3.331602] init: Console is alive
[ 3.331763] init: - watchdog -
[ 4.398548] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 4.468659] exFAT: Version 1.2.9
[ 4.475915] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.477907] SCSI subsystem initialized
[ 4.485819] ahci 29000000.sata: forcing port_map 0x0 -> 0x1
[ 4.485866] ahci 29000000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[ 4.490607] ahci 29000000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[ 4.499762] scsi host0: ahci
[ 4.507544] ata1: SATA max UDMA/133 mmio [mem 0x29000000-0x2900017f] port 0x100 irq 95
[ 4.841411] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.845856] ehci-platform: EHCI generic platform driver
[ 4.853757] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.854776] ohci-platform: OHCI generic platform driver
[ 4.990717] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 4.990792] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 4.995339] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x00010010
[ 5.002845] xhci-hcd xhci-hcd.0.auto: irq 171, io mem 0x11000000
[ 5.012595] hub 1-0:1.0: USB hub found
[ 5.017648] hub 1-0:1.0: 1 port detected
[ 5.021763] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 5.025241] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 5.030814] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.039154] hub 2-0:1.0: USB hub found
[ 5.046463] hub 2-0:1.0: 1 port detected
[ 5.050608] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.054074] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 5.059682] xhci-hcd xhci-hcd.1.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x00010010
[ 5.066959] xhci-hcd xhci-hcd.1.auto: irq 172, io mem 0x10000000
[ 5.076669] hub 3-0:1.0: USB hub found
[ 5.082120] hub 3-0:1.0: 1 port detected
[ 5.085547] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.089539] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 5.094821] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.102715] hub 4-0:1.0: USB hub found
[ 5.110708] hub 4-0:1.0: 1 port detected
[ 5.116640] usbcore: registered new interface driver usb-storage
[ 5.118346] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.134524] init: - preinit -
[ 7.187487] dwmac1000: Master AXI performs any burst length
[ 7.187561] ipq806x-gmac-dwmac 37400000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
[ 7.192277] ipq806x-gmac-dwmac 37400000.ethernet eth1: registered PTP clock
[ 7.201371] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 8.239168] ipq806x-gmac-dwmac 37400000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[ 8.239250] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 12.454009] mount_root: loading kmods from internal overlay
[ 12.474865] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 12.478671] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 12.487763] blk_update_request: I/O error, dev mtdblock0, sector 0
[ 12.488403] blk_update_request: I/O error, dev mtdblock0, sector 8
[ 12.498852] blk_update_request: I/O error, dev mtdblock0, sector 16
[ 12.508870] blk_update_request: I/O error, dev mtdblock0, sector 24
[ 12.518831] blk_update_request: I/O error, dev mtdblock0, sector 0
[ 12.518850] Buffer I/O error on dev mtdblock0, logical block 0, async page read
[ 12.526293] blk_update_request: I/O error, dev mtdblock1, sector 0
[ 12.538747] blk_update_request: I/O error, dev mtdblock1, sector 8
[ 12.550716] blk_update_request: I/O error, dev mtdblock1, sector 16
[ 12.559021] blk_update_request: I/O error, dev mtdblock1, sector 24
[ 12.581110] blk_update_request: I/O error, dev mtdblock1, sector 0
[ 12.581128] Buffer I/O error on dev mtdblock1, logical block 0, async page read
[ 13.281902] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 154
[ 13.413756] UBIFS (ubi0:1): recovery needed
[ 13.730204] UBIFS (ubi0:1): recovery completed
[ 13.730334] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 13.733548] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 13.741523] UBIFS (ubi0:1): FS size: 20062208 bytes (19 MiB, 158 LEBs), journal size 1015809 bytes (0 MiB, 8 LEBs)
[ 13.751423] UBIFS (ubi0:1): reserved for root: 947587 bytes (925 KiB)
[ 13.761643] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID F684048F-79F1-4CF6-9329-7BE85EE7596E, small LPT model
[ 13.769348] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 13.786154] block: extroot: not configured
[ 13.819072] UBIFS (ubi0:1): un-mount UBI device 0
[ 13.819113] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[ 13.838869] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 155
[ 13.976678] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 13.976705] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 13.983561] UBIFS (ubi0:1): FS size: 20062208 bytes (19 MiB, 158 LEBs), journal size 1015809 bytes (0 MiB, 8 LEBs)
[ 13.993442] UBIFS (ubi0:1): reserved for root: 947587 bytes (925 KiB)
[ 14.003680] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID F684048F-79F1-4CF6-9329-7BE85EE7596E, small LPT model
[ 14.038919] mount_root: loading kmods from internal overlay
[ 14.052967] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[ 14.113446] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[ 14.120116] Buffer I/O error on dev mtdblock0, logical block 0, async page read
[ 14.123605] Buffer I/O error on dev mtdblock1, logical block 0, async page read
[ 14.749389] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 14.756695] block: extroot: not configured
[ 14.801720] mount_root: switching to ubifs overlay
[ 14.843363] urandom-seed: Seeding with /etc/urandom.seed
[ 14.963258] procd: - early -
[ 14.963336] procd: - watchdog -
Failed to connect to ubus
[ 15.687928] procd: - ubus -
[ 15.804537] procd: - init -
Please press Enter to activate this console.
[ 16.071607] kmodloader: loading kernel modules from /etc/modules.d/*
[ 16.083845] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[ 16.086696] tun: Universal TUN/TAP device driver, 1.6
[ 16.087866] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 16.094955] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 16.101133] gre: GRE over IPv4 demultiplexor driver
[ 16.105259] ip_gre: GRE over IPv4 tunneling driver
[ 16.112617] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 16.118498] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[ 16.157278] Netfilter messages via NETLINK v0.30.
[ 16.158179] ip_set: protocol 6
[ 16.171398] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
[ 16.171421] Backport generated by backports.git backports-20160324-13-g24da7d3c
[ 16.194998] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 16.195537] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 16.375580] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
[ 16.375622] ath10k_pci 0000:01:00.0: Falling back to user helper
[ 23.059165] firmware ath10k!pre-cal-pci-0000:01:00.0.bin: firmware_loading_store: map pages failed
[ 23.252431] ath10k_pci 0000:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
[ 23.252462] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
[ 23.263548] ath10k_pci 0000:01:00.0: firmware ver 10.4-3.4-00074 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast crc32 fa32e88e
[ 23.282407] ath10k_pci 0000:01:00.0: failed to fetch board data for bus=pci,vendor=168c,device=0046,subsystem-vendor=168c,subsystem-device=cafe�~F�n
[ 23.283032] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 dd636801
[ 24.634608] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal file max-sta 512 raw 0 hwcrypto 1
[ 24.727851] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142)
[ 24.728426] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 24.915534] ath10k_pci 0001:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0001:01:00.0.bin failed with error -2
[ 24.915588] ath10k_pci 0001:01:00.0: Falling back to user helper
[ 25.028668] firmware ath10k!pre-cal-pci-0001:01:00.0.bin: firmware_loading_store: map pages failed
[ 25.032235] ath10k_pci 0001:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
[ 25.036526] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
[ 25.049368] ath10k_pci 0001:01:00.0: firmware ver 10.4-3.4-00074 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast crc32 fa32e88e
[ 25.054870] ath10k_pci 0001:01:00.0: failed to fetch board data for bus=pci,vendor=168c,device=0046,subsystem-vendor=168c,subsystem-device=cafe�~F�n
[ 25.068191] ath10k_pci 0001:01:00.0: board_file api 1 bmi_id N/A crc32 dd636801
[ 26.427036] ath10k_pci 0001:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal file max-sta 512 raw 0 hwcrypto 1
[ 26.655074] u32 classifier
[ 26.655091] input device check on
[ 26.656661] Actions configured
[ 26.661387] Mirror/redirect action on
[ 26.666884] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 26.669933] nf_conntrack_rtsp v0.7 loading
[ 26.687272] nf_nat_rtsp v0.7 loading
[ 26.689561] usbcore: registered new interface driver usbserial
[ 26.689942] usbcore: registered new interface driver usbserial_generic
[ 26.695582] usbserial: USB Serial support registered for generic
[ 26.712274] xt_time: kernel timezone is -0000
[ 26.714786] PPP generic driver version 2.4.2
[ 26.716067] PPP MPPE Compression module registered
[ 26.720563] NET: Registered protocol family 24
[ 26.725033] PPTP driver version 0.8.5
[ 26.730231] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 29.414541] blk_update_request: 10 callbacks suppressed
[ 29.414563] blk_update_request: I/O error, dev mtdblock0, sector 0
[ 29.419015] blk_update_request: I/O error, dev mtdblock0, sector 8
[ 29.425250] blk_update_request: I/O error, dev mtdblock0, sector 16
[ 29.431480] blk_update_request: I/O error, dev mtdblock0, sector 24
[ 29.437933] blk_update_request: I/O error, dev mtdblock0, sector 0
[ 29.443398] Buffer I/O error on dev mtdblock0, logical block 0, async page read
[ 29.450808] blk_update_request: I/O error, dev mtdblock1, sector 0
[ 29.457273] blk_update_request: I/O error, dev mtdblock1, sector 8
[ 29.463593] blk_update_request: I/O error, dev mtdblock1, sector 16
[ 29.469744] blk_update_request: I/O error, dev mtdblock1, sector 24
[ 29.476208] blk_update_request: I/O error, dev mtdblock1, sector 0
[ 29.481678] Buffer I/O error on dev mtdblock1, logical block 0, async page read
[ 30.089378] dwmac1000: Master AXI performs any burst length
[ 30.089416] ipq806x-gmac-dwmac 37400000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
[ 30.093846] ipq806x-gmac-dwmac 37400000.ethernet eth1: registered PTP clock
[ 30.102918] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 30.131502] br-lan: port 1(eth1.1) entered blocking state
[ 30.131527] br-lan: port 1(eth1.1) entered disabled state
[ 30.136052] device eth1.1 entered promiscuous mode
[ 30.141327] device eth1 entered promiscuous mode
[ 30.150594] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 30.175720] dwmac1000: Master AXI performs any burst length
[ 30.175759] ipq806x-gmac-dwmac 37200000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 30.180268] ipq806x-gmac-dwmac 37200000.ethernet eth0: registered PTP clock
[ 30.189332] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 30.199976] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready
[ 31.129406] ipq806x-gmac-dwmac 37400000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[ 31.225053] ipq806x-gmac-dwmac 37200000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 31.249194] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 31.249369] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 31.254404] br-lan: port 1(eth1.1) entered blocking state
[ 31.260596] br-lan: port 1(eth1.1) entered forwarding state
[ 31.266169] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready
[ 31.287698] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment