Skip to content

Instantly share code, notes, and snippets.

@jeffsf
Created May 14, 2019 16:27
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 jeffsf/7fd567b4da3874893111d8ac841d2987 to your computer and use it in GitHub Desktop.
Save jeffsf/7fd567b4da3874893111d8ac841d2987 to your computer and use it in GitHub Desktop.
dmesg of AR750S on ath79 w/ SPI NAND
[ 0.000000] Linux version 4.19.38 (jeff@debian-vm) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r10089-8fcc16e8df)) #0 Mon May 13 17:24:38 2019
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
[ 0.000000] MIPS: machine is GL.iNet GL-AR750S
[ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 08000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[ 0.000000] On node 0 totalpages: 32768
[ 0.000000] Normal zone: 256 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32768 pages, LIFO batch:7
[ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x474 with crng_init=0
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512
[ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 122616K/131072K available (4256K kernel code, 140K rwdata, 1000K rodata, 1252K init, 205K bss, 8456K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] CPU clock: 775.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns
[ 0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns
[ 0.008223] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
[ 0.074769] pid_max: default: 32768 minimum: 301
[ 0.079792] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.086775] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.097767] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.108160] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.114669] pinctrl core: initialized pinctrl subsystem
[ 0.120614] NET: Registered protocol family 16
[ 0.130236] GPIO line 7 (usb-power) hogged as output/high
[ 0.137091] PCI host bridge /ahb/apb/pcie-controller@18250000 ranges:
[ 0.143929] MEM 0x0000000012000000..0x0000000013ffffff
[ 0.149430] IO 0x0000000000000000..0x0000000000000000
[ 0.171065] PCI host bridge to bus 0000:00
[ 0.175441] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
[ 0.182685] pci_bus 0000:00: root bus resource [io 0x0000]
[ 0.188567] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 0.195715] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.204098] pci 0000:00:00.0: [168c:0050] type 00 class 0x028000
[ 0.204152] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 0.204204] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.204276] pci 0000:00:00.0: supports D1
[ 0.204284] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 0.205270] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.205296] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
[ 0.213013] pci 0000:00:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref]
[ 0.221200] clocksource: Switched to clocksource MIPS
[ 0.227464] NET: Registered protocol family 2
[ 0.232739] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[ 0.240828] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.248215] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.254930] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.261760] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.267930] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.274846] NET: Registered protocol family 1
[ 0.279476] PCI: CLS 0 bytes, default 32
[ 0.283446] Crashlog allocated RAM at address 0x3f00000
[ 0.290091] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[ 0.301630] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.307774] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.327822] io scheduler noop registered
[ 0.331995] io scheduler deadline registered (default)
[ 0.338008] ar7200-usb-phy usb-phy: phy reset is missing
[ 0.345212] pinctrl-single 1804002c.pinmux: 544 pins, size 68
[ 0.352323] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.359622] console [ttyS0] disabled
[ 0.363464] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A
[ 0.372577] console [ttyS0] enabled
[ 0.380122] bootconsole [early0] disabled
[ 0.403699] m25p80 spi0.0: w25q128 (16384 Kbytes)
[ 0.408600] 5 fixed-partitions partitions found on MTD device spi0.0
[ 0.415191] Creating 5 MTD partitions on "spi0.0":
[ 0.420150] 0x000000000000-0x000000040000 : "u-boot"
[ 0.426011] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.432205] 0x000000050000-0x000000060000 : "art"
[ 0.437683] 0x000000060000-0x000000260000 : "kernel"
[ 0.443546] 0x000000260000-0x000001000000 : "nor_rootfs"
[ 0.452795] spi-nand spi0.1: GigaDevice SPI NAND was found.
[ 0.458558] spi-nand spi0.1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
[ 0.467130] 1 fixed-partitions partitions found on MTD device spi0.1
[ 0.473729] Creating 1 MTD partitions on "spi0.1":
[ 0.478685] 0x000000000000-0x000008000000 : "ubi"
[ 0.708997] libphy: Fixed MDIO Bus: probed
[ 1.051585] libphy: ag71xx_mdio: probed
[ 1.058575] switch0: Atheros AR8337 rev. 2 switch registered on mdio-bus.0
[ 2.052352] ag71xx 19000000.eth: connected to PHY at mdio-bus.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316]
[ 2.063980] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
[ 2.072186] NET: Registered protocol family 10
[ 2.080299] Segment Routing with IPv6
[ 2.084235] NET: Registered protocol family 17
[ 2.088865] 8021q: 802.1Q VLAN Support v1.8
[ 2.098810] UBI: auto-attach mtd5
[ 2.102307] ubi0: attaching mtd5
[ 2.581205] random: fast init done
[ 6.318041] ubi0: scanning is finished
[ 6.369710] ubi0: attached mtd5 (name "ubi", size 128 MiB)
[ 6.375424] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 6.382538] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 6.389543] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 6.396741] ubi0: good PEBs: 1023, bad PEBs: 1, corrupted PEBs: 0
[ 6.403038] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 6.410493] ubi0: max/mean erase counter: 5/2, WL threshold: 4096, image sequence number: 756821289
[ 6.419842] ubi0: available PEBs: 0, total reserved PEBs: 1023, PEBs reserved for bad PEB handling: 19
[ 6.429562] ubi0: background thread "ubi_bgt0d" started, PID 308
[ 6.438861] block ubiblock0_0: created from ubi0:0(rootfs)
[ 6.444582] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[ 6.467140] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 6.481389] Freeing unused kernel memory: 1252K
[ 6.486068] This architecture does not have kernel memory protection.
[ 6.492742] Run /sbin/init as init process
[ 7.211512] init: Console is alive
[ 7.215215] init: - watchdog -
[ 9.151552] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 9.250501] usbcore: registered new interface driver usbfs
[ 9.256292] usbcore: registered new interface driver hub
[ 9.261892] usbcore: registered new device driver usb
[ 9.298936] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 9.313891] SCSI subsystem initialized
[ 9.322523] ehci-platform: EHCI generic platform driver
[ 9.328132] ehci-platform 1b000000.usb: EHCI Host Controller
[ 9.334069] ehci-platform 1b000000.usb: new USB bus registered, assigned bus number 1
[ 9.342265] ehci-platform 1b000000.usb: irq 13, io mem 0x1b000000
[ 9.371225] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
[ 9.378333] hub 1-0:1.0: USB hub found
[ 9.382634] hub 1-0:1.0: 1 port detected
[ 9.387230] ehci-platform 1b400000.usb: EHCI Host Controller
[ 9.393163] ehci-platform 1b400000.usb: new USB bus registered, assigned bus number 2
[ 9.401384] ehci-platform 1b400000.usb: irq 14, io mem 0x1b400000
[ 9.431223] ehci-platform 1b400000.usb: USB 2.0 started, EHCI 1.00
[ 9.438333] hub 2-0:1.0: USB hub found
[ 9.442622] hub 2-0:1.0: 1 port detected
[ 9.450773] usbcore: registered new interface driver usb-storage
[ 9.457833] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 9.467587] init: - preinit -
[ 10.142356] usb 2-1: new high-speed USB device number 2 using ehci-platform
[ 10.442688] hub 2-1:1.0: USB hub found
[ 10.450401] hub 2-1:1.0: 4 ports detected
[ 10.469772] random: procd: uninitialized urandom read (4 bytes read)
[ 10.933902] usb 2-1.1: new high-speed USB device number 3 using ehci-platform
[ 11.137497] random: jshn: uninitialized urandom read (4 bytes read)
[ 11.144389] usb-storage 2-1.1:1.0: USB Mass Storage device detected
[ 11.156606] scsi host0: usb-storage 2-1.1:1.0
[ 11.363735] random: jshn: uninitialized urandom read (4 bytes read)
[ 11.510117] random: jshn: uninitialized urandom read (4 bytes read)
[ 11.561354] random: jshn: uninitialized urandom read (4 bytes read)
[ 11.637061] random: jshn: uninitialized urandom read (4 bytes read)
[ 12.192775] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0233 PQ: 0 ANSI: 0
[ 12.205200] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 12.785860] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.792029] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
[ 13.872552] eth0: link up (1000Mbps/Full duplex)
[ 13.877408] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 13.884245] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[ 15.971699] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 470
[ 16.227325] UBIFS (ubi0:1): recovery needed
[ 16.796709] UBIFS (ubi0:1): recovery completed
[ 16.801426] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 16.809515] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 16.819768] UBIFS (ubi0:1): FS size: 122023936 bytes (116 MiB, 961 LEBs), journal size 6094848 bytes (5 MiB, 48 LEBs)
[ 16.830742] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB)
[ 16.837584] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID BB70E4BD-0C74-4E09-BC66-689CBE52A976, small LPT model
[ 16.880208] mount_root: switching to ubifs overlay
[ 16.916518] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off.
[ 16.943022] urandom-seed: Seeding with /etc/urandom.seed
[ 17.054320] eth0: link down
[ 17.074031] procd: - early -
[ 17.077093] procd: - watchdog -
[ 17.647265] procd: - watchdog -
[ 17.650743] procd: - ubus -
[ 17.697510] urandom_read: 2 callbacks suppressed
[ 17.697518] random: ubusd: uninitialized urandom read (4 bytes read)
[ 17.714039] random: ubusd: uninitialized urandom read (4 bytes read)
[ 17.721892] procd: - init -
[ 18.167909] kmodloader: loading kernel modules from /etc/modules.d/*
[ 18.191479] Loading modules backported from Linux version v4.19.32-0-g3a2156c839c7
[ 18.199296] Backport generated by backports.git v4.19.32-1-0-g1c4f7569
[ 18.228130] xt_time: kernel timezone is -0000
[ 18.299489] PPP generic driver version 2.4.2
[ 18.306227] NET: Registered protocol family 24
[ 18.344029] ath10k 4.19 driver, optimized for CT firmware, probing pci device: 0x50.
[ 18.353499] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002)
[ 18.360150] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[ 18.725999] firmware ath10k!fwcfg-pci-0000:00:00.0.txt: firmware_loading_store: map pages failed
[ 18.950083] firmware ath10k!pre-cal-pci-0000:00:00.0.bin: firmware_loading_store: map pages failed
[ 19.134581] firmware ath10k!QCA9887!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed
[ 19.311538] firmware ath10k!QCA9887!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed
[ 19.488681] firmware ath10k!QCA9887!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed
[ 19.665876] firmware ath10k!QCA9887!hw1.0!firmware-5.bin: firmware_loading_store: map pages failed
[ 19.842551] firmware ath10k!QCA9887!hw1.0!firmware-4.bin: firmware_loading_store: map pages failed
[ 20.019915] firmware ath10k!QCA9887!hw1.0!firmware-3.bin: firmware_loading_store: map pages failed
[ 20.034271] ath10k_pci 0000:00:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000
[ 20.043848] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 20.056382] ath10k_pci 0000:00:00.0: firmware ver 10.1-ct-87-__fW-022-fddd041b api 2 features wmi-10.x,has-wmi-mgmt-tx,adaptive-cca,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 c879eefc
[ 20.273903] firmware ath10k!QCA9887!hw1.0!board-2.bin: firmware_loading_store: map pages failed
[ 20.283377] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 546cca0d
[ 21.296131] ath10k_pci 0000:00:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256
[ 21.310770] ath10k_pci 0000:00:00.0: wmi print 'P 128 V 8 T 410'
[ 21.317238] ath10k_pci 0000:00:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0'
[ 21.325540] ath10k_pci 0000:00:00.0: wmi print 'alloc rem: 25256 iram: 12212'
[ 21.370065] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
[ 21.383130] ath10k_pci 0000:00:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000
[ 21.524682] ath: EEPROM regdomain: 0x0
[ 21.524690] ath: EEPROM indicates default country code should be used
[ 21.524692] ath: doing EEPROM country->regdmn map search
[ 21.524705] ath: country maps to regdmn code: 0x3a
[ 21.524709] ath: Country alpha2 being used: US
[ 21.524712] ath: Regpair used: 0x3a
[ 21.627987] ath: EEPROM regdomain: 0x0
[ 21.627994] ath: EEPROM indicates default country code should be used
[ 21.627997] ath: doing EEPROM country->regdmn map search
[ 21.628010] ath: country maps to regdmn code: 0x3a
[ 21.628014] ath: Country alpha2 being used: US
[ 21.628017] ath: Regpair used: 0x3a
[ 21.639947] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[ 21.641597] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=2
[ 21.717040] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 29.604920] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 29.624650] br-lan: port 1(eth0.1) entered blocking state
[ 29.630266] br-lan: port 1(eth0.1) entered disabled state
[ 29.636175] device eth0.1 entered promiscuous mode
[ 29.641127] device eth0 entered promiscuous mode
[ 29.706648] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 29.778980] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready
[ 30.672917] eth0: link up (1000Mbps/Full duplex)
[ 30.677771] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 30.728657] br-lan: port 1(eth0.1) entered blocking state
[ 30.734286] br-lan: port 1(eth0.1) entered forwarding state
[ 30.740301] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready
[ 30.874940] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 117.791241] random: crng init done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment