Skip to content

Instantly share code, notes, and snippets.

@PolynomialDivision
Created December 26, 2021 23:18
Show Gist options
  • Save PolynomialDivision/8dd8d738c251e3f91c67d68c53d22ccf to your computer and use it in GitHub Desktop.
Save PolynomialDivision/8dd8d738c251e3f91c67d68c53d22ccf to your computer and use it in GitHub Desktop.
root@OpenWrt:~# dmesg
[ 0.000000] Linux version 5.10.87 (nick@cool) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r18380-3fec0d62c5) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 Sun Dec 26 23:07:35 2021
[ 0.000000] printk: bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[ 0.000000] MIPS: machine is Ubiquiti Nanostation M (XM)
[ 0.000000] SoC: Atheros AR7241 rev 1
[ 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-0x0000000001ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000001ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff]
[ 0.000000] On node 0 totalpages: 8192
[ 0.000000] Normal zone: 72 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 8192 pages, LIFO batch: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: 8120
[ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 23736K/32768K available (5435K kernel code, 595K rwdata, 1196K rodata, 1212K init, 201K bss, 9032K 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] random: get_random_bytes called from start_kernel+0x3c0/0x5b0 with crng_init=0
[ 0.000000] CPU clock: 390.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9801335621 ns
[ 0.000013] sched_clock: 32 bits at 195MHz, resolution 5ns, wraps every 11012737021ns
[ 0.007887] Calibrating delay loop... 259.27 BogoMIPS (lpj=1296384)
[ 0.084079] pid_max: default: 32768 minimum: 301
[ 0.088931] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.096228] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.106886] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.118480] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.128323] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 0.135258] pinctrl core: initialized pinctrl subsystem
[ 0.142009] NET: Registered protocol family 16
[ 0.229482] clocksource: Switched to clocksource MIPS
[ 0.236380] NET: Registered protocol family 2
[ 0.241052] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.249140] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.257611] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.265274] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.272316] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.278865] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.285459] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.292832] NET: Registered protocol family 1
[ 0.297216] PCI: CLS 0 bytes, default 32
[ 0.310501] workingset: timestamp_bits=14 max_order=13 bucket_order=0
[ 0.324544] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.330414] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.344152] pinctrl-single 18040028.pinmux: 64 pins, size 8
[ 0.351176] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.358539] printk: console [ttyS0] disabled
[ 0.363023] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 12187500) is a 16550A
[ 0.371727] printk: console [ttyS0] enabled
[ 0.380122] printk: bootconsole [early0] disabled
[ 0.405756] spi_nor_try_unlock_all() function called
[ 0.405772] spi_nor_try_unlock_all() SNOR_F_HAS_LOCK
[ 0.410854] spi_nor_unlock() function called
[ 0.415836] spi_nor_unlock() spi_nor_lock_and_prep success
[ 0.420127] spi_nor_sr_unlock() function called
[ 0.425629] spi_nor_sr_unlock() mask 60
[ 0.430181] spi_nor_sr_unlock() tb_mask 32
[ 0.436883] spi_nor_sr_unlock() spi_nor_read_sr success
[ 0.441084] spi_nor_sr_unlock() status_old 28
[ 0.446319] spi_nor_sr_unlock() status_new 0
[ 0.450716] spi_nor_write_sr_and_check() function called
[ 0.455000] spi_nor_write_sr1_and_check() function called
[ 0.465508] spi_nor_write_sr1_and_check() spi_nor_write_sr: Written 0X000000 - Read 0X000000
[ 0.470988] spi_nor_write_sr1_and_check() spi_nor_read_sr: Written 0X000000 - Read 0X000000
[ 0.479449] spi_nor_write_sr1_and_check() spi_nor_write_sr1_and_check success
[ 0.487843] spi_nor_unlock() nor->params->locking_ops->unlock ret: 0
[ 0.495012] spi_nor_try_unlock_all() spi_nor_unlock success
[ 0.501408] spi-nor spi0.0: mx25l6405d (8192 Kbytes)
[ 0.512061] 6 fixed-partitions partitions found on MTD device spi0.0
[ 0.518432] Creating 6 MTD partitions on "spi0.0":
[ 0.523289] 0x000000000000-0x000000040000 : "u-boot"
[ 0.529855] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.538937] 0x000000050000-0x0000007a0000 : "firmware"
[ 0.545946] 2 uimage-fw partitions found on MTD device firmware
[ 0.551985] Creating 2 MTD partitions on "firmware":
[ 0.556974] 0x000000000000-0x000000220000 : "kernel"
[ 0.565720] 0x000000220000-0x000000750000 : "rootfs"
[ 0.572046] mtd: device 4 (rootfs) set to be root filesystem
[ 0.579172] 1 squashfs-split partitions found on MTD device rootfs
[ 0.585494] 0x0000004f0000-0x000000750000 : "rootfs_data"
[ 0.593570] 0x0000007a0000-0x0000007b0000 : "board_config"
[ 0.600592] 0x0000007b0000-0x0000007f0000 : "cfg"
[ 0.609144] 0x0000007f0000-0x000000800000 : "art"
[ 0.625080] libphy: Fixed MDIO Bus: probed
[ 1.030608] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 1.710605] libphy: ag71xx_mdio: probed
[ 1.716906] libphy: ar8xxx-mdio: probed
[ 1.725744] switch0: Atheros AR724X/AR933X built-in rev. 2 switch registered on mdio.0
[ 1.776080] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[ 1.786172] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii
[ 1.792665] i2c /dev entries driver
[ 1.799057] NET: Registered protocol family 10
[ 1.814972] Segment Routing with IPv6
[ 1.818838] NET: Registered protocol family 17
[ 1.823512] 8021q: 802.1Q VLAN Support v1.8
[ 1.828946] PCI host bridge /ahb/apb/pcie-controller@180c0000 ranges:
[ 1.835549] MEM 0x0000000010000000..0x0000000013ffffff
[ 1.840823] IO 0x0000000000000000..0x0000000000000000
[ 1.846360] PCI host bridge to bus 0000:00
[ 1.850543] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
[ 1.857444] pci_bus 0000:00: root bus resource [io 0x0000]
[ 1.863054] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 1.869877] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.877896] pci 0000:00:00.0: [168c:002a] type 00 class 0x028000
[ 1.883994] pci 0000:00:00.0: reg 0x10: [mem 0x10000000-0x1000ffff 64bit]
[ 1.891003] pci 0000:00:00.0: supports D1
[ 1.895033] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 1.902538] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 1.909212] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1000ffff 64bit]
[ 2.330062] ag71xx 19000000.eth: connected to PHY at mdio.0:1f:04 [uid=004dd041, driver=Qualcomm Atheros AR9331 built-in PHY]
[ 2.342850] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
[ 2.373306] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 2.390686] Freeing unused kernel memory: 1212K
[ 2.395234] This architecture does not have kernel memory protection.
[ 2.401747] Run /sbin/init as init process
[ 2.405850] with arguments:
[ 2.405857] /sbin/init
[ 2.405864] with environment:
[ 2.405872] HOME=/
[ 2.405879] TERM=linux
[ 2.539495] random: fast init done
[ 3.807301] init: Console is alive
[ 3.811570] init: - watchdog -
[ 3.815208] init: Watchdog has previously reset the system
[ 6.296108] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 6.655360] usbcore: registered new interface driver usbfs
[ 6.661059] usbcore: registered new interface driver hub
[ 6.666523] usbcore: registered new device driver usb
[ 6.685662] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.696147] ehci-fsl: Freescale EHCI Host controller driver
[ 6.704619] ehci-platform: EHCI generic platform driver
[ 6.718678] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 6.728289] ohci-platform: OHCI generic platform driver
[ 6.736160] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 6.745915] init: - preinit -
[ 9.012133] random: jshn: uninitialized urandom read (4 bytes read)
[ 9.269283] random: jshn: uninitialized urandom read (4 bytes read)
[ 9.419707] random: jshn: uninitialized urandom read (4 bytes read)
[ 10.083809] urandom_read: 4 callbacks suppressed
[ 10.083821] random: procd: uninitialized urandom read (4 bytes read)
[ 12.101281] eth1: link up (100Mbps/Full duplex)
[ 12.105893] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 14.468204] spi_nor_unlock() function called
[ 14.468221] spi_nor_unlock() spi_nor_lock_and_prep success
[ 14.472589] spi_nor_sr_unlock() function called
[ 14.478086] spi_nor_sr_unlock() mask 60
[ 14.482637] spi_nor_sr_unlock() tb_mask 32
[ 14.486599] spi_nor_sr_unlock() spi_nor_read_sr success
[ 14.490726] spi_nor_sr_unlock() status_old 0
[ 14.495967] spi_nor_sr_unlock() status_new 0
[ 14.500257] spi_nor_write_sr_and_check() function called
[ 14.504535] spi_nor_write_sr1_and_check() function called
[ 14.509954] spi_nor_write_sr1_and_check() spi_nor_write_sr: Written 0X000000 - Read 0X000000
[ 14.515401] spi_nor_write_sr1_and_check() spi_nor_read_sr: Written 0X000000 - Read 0X000000
[ 14.523895] spi_nor_write_sr1_and_check() spi_nor_write_sr1_and_check success
[ 14.532274] spi_nor_unlock() nor->params->locking_ops->unlock ret: 0
[ 14.539658] spi_nor_unlock() function called
[ 14.546040] spi_nor_unlock() spi_nor_lock_and_prep success
[ 14.550343] spi_nor_sr_unlock() function called
[ 14.555842] spi_nor_sr_unlock() mask 60
[ 14.560392] spi_nor_sr_unlock() tb_mask 32
[ 14.564305] spi_nor_sr_unlock() spi_nor_read_sr success
[ 14.568417] spi_nor_sr_unlock() status_old 0
[ 14.573681] spi_nor_sr_unlock() status_new 0
[ 14.577967] spi_nor_write_sr_and_check() function called
[ 14.582256] spi_nor_write_sr1_and_check() function called
[ 14.587667] spi_nor_write_sr1_and_check() spi_nor_write_sr: Written 0X000000 - Read 0X000000
[ 14.593141] spi_nor_write_sr1_and_check() spi_nor_read_sr: Written 0X000000 - Read 0X000000
[ 14.601625] spi_nor_write_sr1_and_check() spi_nor_write_sr1_and_check success
[ 14.610011] spi_nor_unlock() nor->params->locking_ops->unlock ret: 0
[ 14.618329] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
[ 14.638085] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 15.082784] eth1: link down
[ 15.105741] procd: - early -
[ 15.109198] procd: - watchdog -
[ 15.113048] procd: Watchdog has previously reset the system
[ 16.167096] procd: - watchdog -
[ 16.170509] procd: Watchdog has previously reset the system
[ 16.505410] procd: - ubus -
[ 16.867221] random: ubusd: uninitialized urandom read (4 bytes read)
[ 16.991662] random: ubusd: uninitialized urandom read (4 bytes read)
[ 17.003720] procd: - init -
[ 19.156192] kmodloader: loading kernel modules from /etc/modules.d/*
[ 20.498059] urngd: v1.0.2 started.
[ 20.570973] Loading modules backported from Linux version v5.15.8-0-g43e577d7a2cb
[ 20.578504] Backport generated by backports.git v5.15.8-1-0-g83f664bb
[ 20.691886] xt_time: kernel timezone is -0000
[ 20.914099] PPP generic driver version 2.4.2
[ 20.941279] NET: Registered protocol family 24
[ 21.102305] ath9k 0000:00:00.0: Direct firmware load for ath9k-eeprom-pci-0000:00:00.0.bin failed with error -2
[ 21.112537] ath9k 0000:00:00.0: Falling back to sysfs fallback for: ath9k-eeprom-pci-0000:00:00.0.bin
[ 21.661258] random: crng init done
[ 22.305758] ath: phy0: Ignoring endianness difference in EEPROM magic bytes.
[ 22.314453] ath: EEPROM regdomain sanitized
[ 22.314463] ath: EEPROM regdomain: 0x64
[ 22.314471] ath: EEPROM indicates we should expect a direct regpair map
[ 22.314502] ath: Country alpha2 being used: 00
[ 22.314510] ath: Regpair used: 0x64
[ 22.331386] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 22.334758] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb0000000, irq=13
[ 22.437356] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 77.041179] spi_nor_unlock() function called
[ 77.041197] spi_nor_unlock() spi_nor_lock_and_prep success
[ 77.045495] spi_nor_sr_unlock() function called
[ 77.051090] spi_nor_sr_unlock() mask 60
[ 77.055635] spi_nor_sr_unlock() tb_mask 32
[ 77.079566] spi_nor_sr_unlock() spi_nor_read_sr success
[ 77.083708] spi_nor_sr_unlock() status_old 0
[ 77.088945] spi_nor_sr_unlock() status_new 0
[ 77.093272] spi_nor_write_sr_and_check() function called
[ 77.097556] spi_nor_write_sr1_and_check() function called
[ 77.129646] spi_nor_write_sr1_and_check() spi_nor_write_sr: Written 0X000000 - Read 0X000000
[ 77.140023] spi_nor_write_sr1_and_check() spi_nor_read_sr: Written 0X000000 - Read 0X000000
[ 77.148492] spi_nor_write_sr1_and_check() spi_nor_write_sr1_and_check success
[ 77.156916] spi_nor_unlock() nor->params->locking_ops->unlock ret: 0
[ 77.191096] spi_nor_unlock() function called
[ 77.197495] spi_nor_unlock() spi_nor_lock_and_prep success
[ 77.201868] spi_nor_sr_unlock() function called
[ 77.207371] spi_nor_sr_unlock() mask 60
[ 77.211924] spi_nor_sr_unlock() tb_mask 32
[ 77.239547] spi_nor_sr_unlock() spi_nor_read_sr success
[ 77.243688] spi_nor_sr_unlock() status_old 0
[ 77.248927] spi_nor_sr_unlock() status_new 0
[ 77.253254] spi_nor_write_sr_and_check() function called
[ 77.257536] spi_nor_write_sr1_and_check() function called
[ 77.289673] spi_nor_write_sr1_and_check() spi_nor_write_sr: Written 0X000000 - Read 0X000000
[ 77.300106] spi_nor_write_sr1_and_check() spi_nor_read_sr: Written 0X000000 - Read 0X000000
[ 77.308577] spi_nor_write_sr1_and_check() spi_nor_write_sr1_and_check success
[ 77.317006] spi_nor_unlock() nor->params->locking_ops->unlock ret: 0
[ 77.355156] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
[ 77.389658] jffs2_build_filesystem(): unlocking the mtd device...
[ 77.389677] spi_nor_unlock() function called
[ 77.395897] spi_nor_unlock() spi_nor_lock_and_prep success
[ 77.400220] spi_nor_sr_unlock() function called
[ 77.405724] spi_nor_sr_unlock() mask 60
[ 77.410278] spi_nor_sr_unlock() tb_mask 32
[ 77.439524] spi_nor_sr_unlock() spi_nor_read_sr success
[ 77.443659] spi_nor_sr_unlock() status_old 0
[ 77.448898] spi_nor_sr_unlock() status_new 0
[ 77.453210] spi_nor_write_sr_and_check() function called
[ 77.457491] spi_nor_write_sr1_and_check() function called
[ 77.489649] spi_nor_write_sr1_and_check() spi_nor_write_sr: Written 0X000000 - Read 0X000000
[ 77.500057] spi_nor_write_sr1_and_check() spi_nor_read_sr: Written 0X000000 - Read 0X000000
[ 77.508531] spi_nor_write_sr1_and_check() spi_nor_write_sr1_and_check success
[ 77.516955] spi_nor_unlock() nor->params->locking_ops->unlock ret: 0
[ 77.524118] done.
[ 77.532428] jffs2_build_filesystem(): erasing all blocks after the end marker...
[ 87.416820] br-lan: port 1(eth1) entered blocking state
[ 87.429668] br-lan: port 1(eth1) entered disabled state
[ 87.435409] device eth1 entered promiscuous mode
[ 87.806408] eth0: link up (1000Mbps/Full duplex)
[ 87.838405] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 92.581447] eth1: link up (100Mbps/Full duplex)
[ 92.586061] br-lan: port 1(eth1) entered blocking state
[ 92.591355] br-lan: port 1(eth1) entered forwarding state
[ 92.839652] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 102.399065] done.
[ 102.401132] jffs2: notice: (1569) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 103.188436] overlayfs: upper fs does not support tmpfile.
ash: getcwd: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment