Skip to content

Instantly share code, notes, and snippets.

@PolynomialDivision
Created December 26, 2021 15:49
Show Gist options
  • Save PolynomialDivision/894547c215d3d0b958ea2edcf951345f to your computer and use it in GitHub Desktop.
Save PolynomialDivision/894547c215d3d0b958ea2edcf951345f 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 Fri Dec 24 22:15:50 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: 64 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: 8128
[ 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: 25700K/32768K available (4081K kernel code, 567K rwdata, 648K rodata, 1224K init, 191K bss, 7068K 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 0x8058ea7c 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.000015] sched_clock: 32 bits at 195MHz, resolution 5ns, wraps every 11012737021ns
[ 0.007886] Calibrating delay loop... 259.27 BogoMIPS (lpj=1296384)
[ 0.084099] pid_max: default: 32768 minimum: 301
[ 0.088952] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.096247] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.106486] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.117681] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.127521] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 0.134365] pinctrl core: initialized pinctrl subsystem
[ 0.141202] NET: Registered protocol family 16
[ 0.219719] clocksource: Switched to clocksource MIPS
[ 0.226685] NET: Registered protocol family 2
[ 0.231385] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.239555] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.247995] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.255666] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.262715] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.269285] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.275880] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.283265] NET: Registered protocol family 1
[ 0.287655] PCI: CLS 0 bytes, default 32
[ 0.300390] workingset: timestamp_bits=30 max_order=13 bucket_order=0
[ 0.313355] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.319162] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.332791] pinctrl-single 18040028.pinmux: 64 pins, size 8
[ 0.339969] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.347471] printk: console [ttyS0] disabled
[ 0.351948] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 12187500) is a 16550A
[ 0.360669] printk: console [ttyS0] enabled
[ 0.369054] printk: bootconsole [early0] disabled
[ 0.394986] spi-nor spi0.0: mx25l6405d (8192 Kbytes)
[ 0.400188] 6 fixed-partitions partitions found on MTD device spi0.0
[ 0.406567] Creating 6 MTD partitions on "spi0.0":
[ 0.411421] 0x000000000000-0x000000040000 : "u-boot"
[ 0.421764] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.428546] 0x000000050000-0x0000007a0000 : "firmware"
[ 0.438076] 2 uimage-fw partitions found on MTD device firmware
[ 0.444107] Creating 2 MTD partitions on "firmware":
[ 0.449101] 0x000000000000-0x0000001a0000 : "kernel"
[ 0.455448] 0x0000001a0000-0x000000750000 : "rootfs"
[ 0.464075] mtd: device 4 (rootfs) set to be root filesystem
[ 0.470047] 1 squashfs-split partitions found on MTD device rootfs
[ 0.476283] 0x000000430000-0x000000750000 : "rootfs_data"
[ 0.483162] 0x0000007a0000-0x0000007b0000 : "board_config"
[ 0.492578] 0x0000007b0000-0x0000007f0000 : "cfg"
[ 0.498734] 0x0000007f0000-0x000000800000 : "art"
[ 0.517801] libphy: Fixed MDIO Bus: probed
[ 0.920865] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 1.600931] libphy: ag71xx_mdio: probed
[ 1.607477] libphy: ar8xxx-mdio: probed
[ 1.616512] switch0: Atheros AR724X/AR933X built-in rev. 2 switch registered on mdio.0
[ 1.666512] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[ 1.676689] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii
[ 1.683226] i2c /dev entries driver
[ 1.690163] NET: Registered protocol family 10
[ 1.705754] Segment Routing with IPv6
[ 1.709634] NET: Registered protocol family 17
[ 1.714304] 8021q: 802.1Q VLAN Support v1.8
[ 1.719707] PCI host bridge /ahb/apb/pcie-controller@180c0000 ranges:
[ 1.726318] MEM 0x0000000010000000..0x0000000013ffffff
[ 1.731599] IO 0x0000000000000000..0x0000000000000000
[ 1.737157] PCI host bridge to bus 0000:00
[ 1.741360] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
[ 1.748266] pci_bus 0000:00: root bus resource [io 0x0000]
[ 1.753893] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 1.760733] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.768777] pci 0000:00:00.0: [168c:002a] type 00 class 0x028000
[ 1.774906] pci 0000:00:00.0: reg 0x10: [mem 0x10000000-0x1000ffff 64bit]
[ 1.781933] pci 0000:00:00.0: supports D1
[ 1.785971] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 1.793769] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 1.800515] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1000ffff 64bit]
[ 2.220316] ag71xx 19000000.eth: connected to PHY at mdio.0:1f:04 [uid=004dd041, driver=Qualcomm Atheros AR9331 built-in PHY]
[ 2.233227] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
[ 2.270182] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 2.287656] Freeing unused kernel memory: 1224K
[ 2.292250] This architecture does not have kernel memory protection.
[ 2.298728] Run /sbin/init as init process
[ 2.302855] with arguments:
[ 2.302865] /sbin/init
[ 2.302873] with environment:
[ 2.302882] HOME=/
[ 2.302891] TERM=linux
[ 2.539719] random: fast init done
[ 6.860524] init: Console is alive
[ 6.864712] init: - watchdog -
[ 6.868366] init: Watchdog has previously reset the system
[ 10.677074] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 11.899523] usbcore: registered new interface driver usbfs
[ 11.905302] usbcore: registered new interface driver hub
[ 11.910839] usbcore: registered new device driver usb
[ 11.928780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 11.938846] ehci-fsl: Freescale EHCI Host controller driver
[ 11.947057] ehci-platform: EHCI generic platform driver
[ 11.961526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 11.970468] ohci-platform: OHCI generic platform driver
[ 11.977321] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 11.995384] init: - preinit -
[ 15.669002] random: jshn: uninitialized urandom read (4 bytes read)
[ 15.913574] random: jshn: uninitialized urandom read (4 bytes read)
[ 16.064447] random: jshn: uninitialized urandom read (4 bytes read)
[ 16.731228] urandom_read: 4 callbacks suppressed
[ 16.731243] random: procd: uninitialized urandom read (4 bytes read)
[ 18.821578] eth1: link up (100Mbps/Full duplex)
[ 18.826198] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 21.985276] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
[ 21.998721] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 23.019212] eth1: link down
[ 23.042047] procd: - early -
[ 23.045506] procd: - watchdog -
[ 23.049229] procd: Watchdog has previously reset the system
[ 24.904026] procd: - watchdog -
[ 24.907398] procd: Watchdog has previously reset the system
[ 24.914028] procd: - ubus -
[ 25.786002] random: ubusd: uninitialized urandom read (4 bytes read)
[ 25.796120] random: ubusd: uninitialized urandom read (4 bytes read)
[ 25.809869] procd: - init -
[ 29.220628] kmodloader: loading kernel modules from /etc/modules.d/*
[ 30.146468] Loading modules backported from Linux version v5.15.8-0-g43e577d7a2cb
[ 30.154074] Backport generated by backports.git v5.15.8-1-0-g83f664bb
[ 30.256755] xt_time: kernel timezone is -0000
[ 30.289176] urngd: v1.0.2 started.
[ 30.456989] PPP generic driver version 2.4.2
[ 30.481426] NET: Registered protocol family 24
[ 30.632087] ath9k 0000:00:00.0: Direct firmware load for ath9k-eeprom-pci-0000:00:00.0.bin failed with error -2
[ 30.642315] ath9k 0000:00:00.0: Falling back to sysfs fallback for: ath9k-eeprom-pci-0000:00:00.0.bin
[ 31.051994] ath: phy0: Ignoring endianness difference in EEPROM magic bytes.
[ 31.060669] ath: EEPROM regdomain sanitized
[ 31.060684] ath: EEPROM regdomain: 0x64
[ 31.060694] ath: EEPROM indicates we should expect a direct regpair map
[ 31.060729] ath: Country alpha2 being used: 00
[ 31.060739] ath: Regpair used: 0x64
[ 31.077680] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 31.081479] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb0000000, irq=13
[ 31.179690] random: crng init done
[ 31.184725] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 89.970832] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
[ 89.977775] jffs2_build_filesystem(): unlocking the mtd device...
[ 89.999816] done.
[ 90.007977] jffs2_build_filesystem(): erasing all blocks after the end marker...
[ 98.310586] br-lan: port 1(eth1) entered blocking state
[ 98.323445] br-lan: port 1(eth1) entered disabled state
[ 98.329186] device eth1 entered promiscuous mode
[ 98.533850] eth0: link up (1000Mbps/Full duplex)
[ 99.642498] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 102.193135] eth1: link up (100Mbps/Full duplex)
[ 102.198782] br-lan: port 1(eth1) entered blocking state
[ 102.204123] br-lan: port 1(eth1) entered forwarding state
[ 102.279822] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 112.163197] jffs2: Newly-erased block contained word 0xdeadc0de at offset 0x00000000
[ 112.171020] done.
[ 112.173007] jffs2: notice: (1555) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 113.581511] overlayfs: upper fs does not support tmpfile.
root@OpenWrt:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment