Adding support for Linksys MR5500

@georgem83 I assume many are still on holiday at the moment, but I'll do my best... Are there any specific things that I should test/check/verify, so I can carry them out in one go?

the output of dmesg and lsusb -t would be sufficient for now, thanks!

NO USB
root@OpenWrt:~# lsusb -t
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 480M
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 5000M

WITH USB INSERTED
root@OpenWrt:~# lsusb -t
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 480M
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 5000M
|__ Port 001: Dev 002, If 0, Class=[unknown], Driver=usb-storage, 5000M

Blockquote
root@OpenWrt:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.18.41 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.4.0 r35156+17-0a64c7a7b6d9) 14.4.0, GNU ld (GNU Binutils) 2.46.1) #0 SMP Wed Aug 5 08:24:45 2026
[ 0.000000] Machine model: Linksys MR5500
[ 0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a7fffff (4096 KiB) nomap non-reusable tz_apps@4a400000
[ 0.000000] OF: reserved mem: 0x000000004a800000..0x000000004a9fffff (2048 KiB) nomap non-reusable bootloader@4a800000
[ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004abfffff (1024 KiB) nomap non-reusable smem@4ab00000
[ 0.000000] OF: reserved mem: 0x000000004ac00000..0x000000004adfffff (2048 KiB) nomap non-reusable tz@4ac00000
[ 0.000000] OF: reserved mem: 0x000000004b000000..0x000000004cafffff (27648 KiB) nomap non-reusable wcss@4b000000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000004a3fffff]
[ 0.000000] node 0: [mem 0x000000004a400000-0x000000004a9fffff]
[ 0.000000] node 0: [mem 0x000000004aa00000-0x000000004aafffff]
[ 0.000000] node 0: [mem 0x000000004ab00000-0x000000004adfffff]
[ 0.000000] node 0: [mem 0x000000004ae00000-0x000000004affffff]
[ 0.000000] node 0: [mem 0x000000004b000000-0x000000004cafffff]
[ 0.000000] node 0: [mem 0x000000004cb00000-0x000000005fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] psci: OSI mode supported.
[ 0.000000] psci: [Firmware Bug]: failed to set PC mode: -1
[ 0.000000] percpu: Embedded 20 pages/cpu s44504 r8192 d29224 u81920
[ 0.000000] pcpu-alloc: s44504 r8192 d29224 u81920 alloc=204096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=alt_rootfs root=mtd:squashfs rootwait root=/dev/ubiblock0_0 coherent_pool=2M
[ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x000000005f540000-0x000000005f5c0000] (0MB)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 131072
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00aff7], SPI[448:479]
[ 0.000000] GICv2m: range[mem 0x0b00b000-0x0b00bff7], SPI[480:511]
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.000000] arch_timer: cp15 timer running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000164] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000187] pid_max: default: 32768 minimum: 301
[ 0.004381] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.004405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.015887] rcu: Hierarchical SRCU implementation.
[ 0.015901] rcu: Max phase no-delay instances is 1000.
[ 0.016499] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.017141] smp: Bringing up secondary CPUs ...
[ 0.018348] Detected VIPT I-cache on CPU1
[ 0.018515] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[ 0.018723] smp: Brought up 1 node, 2 CPUs
[ 0.018742] SMP: Total of 2 processors activated.
[ 0.018745] CPU: All CPU(s) started at EL1
[ 0.018751] CPU features: detected: 32-bit EL0 Support
[ 0.018759] CPU features: detected: CRC32 instructions
[ 0.018831] alternatives: applying system-wide alternatives
[ 0.019092] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.019393] Memory: 460036K/524288K available (9344K kernel code, 918K rwdata, 3012K rodata, 960K init, 284K bss, 62404K reserved, 0K cma-reserved)
[ 0.027183] posixtimers hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.027305] futex hash table entries: 512 (32768 bytes on 1 NUMA nodes, total 32 KiB, linear).
[ 0.027428] 29088 pages in range for non-PLT usage
[ 0.027437] 520608 pages in range for PLT usage
[ 0.029757] pinctrl core: initialized pinctrl subsystem
[ 0.035129] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.036247] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.036564] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.036861] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.037502] thermal_sys: Registered thermal governor 'step_wise'
[ 0.037666] cpuidle: using governor menu
[ 0.038000] ASID allocator initialised with 65536 entries
[ 0.043265] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.043308] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.043401] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@9b000
[ 0.043420] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.043439] /soc@0/clock-controller@9b000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.043537] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/ethernet-pcs@98000
[ 0.043553] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.043566] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.043681] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[ 0.044245] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.044501] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.045202] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@9b000
[ 0.045229] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.045448] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@9b000
[ 0.045559] /soc@0/clock-controller@9b000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.049762] /soc@0/clock-controller@9b000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.049868] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.050132] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.050269] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[ 0.050429] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/ethernet-pcs@98000
[ 0.050541] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[ 0.050619] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[ 0.086751] SCSI subsystem initialized
[ 0.087077] usbcore: registered new interface driver usbfs
[ 0.087159] usbcore: registered new interface driver hub
[ 0.087220] usbcore: registered new device driver usb
[ 0.087270] pps_core: LinuxPPS API ver. 1 registered
[ 0.087276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.087296] PTP clock support registered
[ 0.087654] qcom_scm: convention: smc arm 64
[ 0.090716] clocksource: Switched to clocksource arch_sys_counter
[ 0.095151] NET: Registered PF_INET protocol family
[ 0.095431] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.097724] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.097759] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.097804] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.097859] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.098046] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.098582] MPTCP token hash table entries: 512 (order: 2, 12288 bytes, linear)
[ 0.099003] UDP hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.099060] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.099719] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.099793] PCI: CLS 0 bytes, default 64
[ 0.103066] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.103832] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.103847] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.123845] qcom-pcie a0000000.pcie: host bridge /soc@0/pcie@a0000000 ranges:
[ 0.123939] qcom-pcie a0000000.pcie: IO 0x00a0200000..0x00a02fffff -> 0x0000000000
[ 0.124008] qcom-pcie a0000000.pcie: MEM 0x00a0300000..0x00b02fffff -> 0x00a0300000
[ 0.237500] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.239451] msm_serial 78af000.serial: msm_serial: detected port #0
[ 0.239632] msm_serial 78af000.serial: uartclk = 1843199
[ 0.242278] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 19, base_baud = 115199) is a MSM
[ 0.242452] msm_serial: console setup on port #0
[ 0.242558] printk: legacy console [ttyMSM0] enabled
[ 0.342287] qcom-pcie a0000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[ 0.343944] msm_serial: driver initialized
[ 0.440747] qcom-pcie a0000000.pcie: PCIe Gen.2 x2 link up
[ 1.228974] qcom-pcie a0000000.pcie: PCI host bridge to bus 0000:00
[ 1.233991] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.240093] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
[ 1.245680] pci_bus 0000:00: root bus resource [mem 0xa0300000-0xb02fffff]
[ 1.251941] pci 0000:00:00.0: [17cb:1004] type 01 class 0x060400 PCIe Root Port
[ 1.258776] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x00000fff]
[ 1.265989] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.271884] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff]
[ 1.277072] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 1.283357] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 1.290152] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.301249] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000 PCIe Endpoint
[ 1.304133] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x001fffff 64bit]
[ 1.311561] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.317725] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 1.324154] pci 0000:00:00.0: bridge window [mem 0xa0400000-0xa05fffff]: assigned
[ 1.338413] pci 0000:00:00.0: BAR 0 [mem 0xa0300000-0xa0300fff]: assigned
[ 1.346048] pci 0000:01:00.0: BAR 0 [mem 0xa0400000-0xa05fffff 64bit]: assigned
[ 1.352851] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.359883] pci 0000:00:00.0: bridge window [mem 0xa0400000-0xa05fffff]
[ 1.365118] pci_bus 0000:00: resource 4 [io 0x0000-0xfffff]
[ 1.372055] pci_bus 0000:00: resource 5 [mem 0xa0300000-0xb02fffff]
[ 1.377766] pci_bus 0000:01: resource 1 [mem 0xa0400000-0xa05fffff]
[ 1.387536] pcieport 0000:00:00.0: PME: Signaling with IRQ 21
[ 1.391488] pcieport 0000:00:00.0: AER: enabled with IRQ 21
[ 1.403860] loop: module loaded
[ 1.408455] spi-nand spi0.0: GigaDevice SPI NAND was found.
[ 1.408505] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[ 1.551163] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ eth_wake_irq not found
[ 1.551217] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ sfty not found
[ 1.557530] i2c_dev: i2c /dev entries driver
[ 1.568285] sdhci: Secure Digital Host Controller Interface driver
[ 1.568346] sdhci: Copyright(c) Pierre Ossman
[ 1.573940] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.580358] clocksource: arch_mmio_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 1.584119] arch-timer-mmio b120000.timer: mmio timer running at 24.00MHz (virt)
[ 1.598071] remoteproc remoteproc0: releasing q6wcss
[ 1.605665] NET: Registered PF_INET6 protocol family
[ 1.609891] Segment Routing with IPv6
[ 1.612356] In-situ OAM (IOAM) with IPv6
[ 1.615824] NET: Registered PF_PACKET protocol family
[ 1.620264] 8021q: 802.1Q VLAN Support v1.8
[ 1.677026] spi-nand spi0.0: GigaDevice SPI NAND was found.
[ 1.677078] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[ 1.682373] 18 qcomsmem partitions found on MTD device spi0.0
[ 1.689758] Creating 18 MTD partitions on "spi0.0":
[ 1.695505] 0x000000000000-0x000000080000 : "0:sbl1"
[ 1.703504] 0x000000080000-0x000000100000 : "0:mibib"
[ 1.707359] 0x000000100000-0x000000200000 : "0:qsee"
[ 1.713369] 0x000000200000-0x000000240000 : "0:devcfg"
[ 1.717095] 0x000000240000-0x000000280000 : "0:cdt"
[ 1.721913] 0x000000280000-0x000000300000 : "0:appsblenv"
[ 1.727253] 0x000000300000-0x000000440000 : "0:appsbl"
[ 1.734185] 0x000000440000-0x000000540000 : "0:art"
[ 1.738348] 0x000000540000-0x0000005c0000 : "0:training"
[ 1.742502] 0x0000005c0000-0x000000640000 : "u_env"
[ 1.747975] 0x000000640000-0x000000680000 : "s_env"
[ 1.753069] 0x000000680000-0x0000006c0000 : "devinfo"
[ 1.761576] qcom_snand 79b0000.spi: Warning: due to hw limitation, the reported number of the corrected bits may be inaccurate
[ 1.817232] 0x0000006c0000-0x000000ec0000 : "kernel"
[ 1.831629] 0x000000ec0000-0x0000058c0000 : "rootfs"
[ 1.950188] mtd: setting mtd13 (rootfs) as root device
[ 1.950827] mtdsplit: no squashfs found in "rootfs"
[ 1.954314] 0x0000058c0000-0x0000060c0000 : "alt_kernel"
[ 1.973135] 0x0000060c0000-0x00000aac0000 : "alt_rootfs"
[ 2.091782] 0x00000aac0000-0x00000acc0000 : "sysdiag"
[ 2.096344] 0x00000acc0000-0x00000f0c0000 : "syscfg"
[ 2.221466] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ eth_wake_irq not found
[ 2.221522] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ sfty not found
[ 2.228898] ipq5018-gmac-dwmac 39d00000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[ 2.234082] ipq5018-gmac-dwmac 39d00000.ethernet: DWMAC1000
[ 2.241346] ipq5018-gmac-dwmac 39d00000.ethernet: DMA HW capability register supported
[ 2.247129] ipq5018-gmac-dwmac 39d00000.ethernet: RX Checksum Offload Engine supported
[ 2.254876] ipq5018-gmac-dwmac 39d00000.ethernet: COE Type 2
[ 2.262774] ipq5018-gmac-dwmac 39d00000.ethernet: TX Checksum insertion supported
[ 2.268569] ipq5018-gmac-dwmac 39d00000.ethernet: Wake-Up On Lan supported
[ 2.275971] ipq5018-gmac-dwmac 39d00000.ethernet: Enhanced/Alternate descriptors
[ 2.282745] ipq5018-gmac-dwmac 39d00000.ethernet: Enabled extended descriptors
[ 2.290270] ipq5018-gmac-dwmac 39d00000.ethernet: Ring mode enabled
[ 2.297318] ipq5018-gmac-dwmac 39d00000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.312983] cpufreq: cpufreq_policy_online: CPU0: Running at unlisted initial frequency: 799999 kHz, changing to: 1008000 kHz
[ 2.316095] remoteproc remoteproc0: q6wcss is available
[ 2.409818] qca8k 90000.mdio-1:11: configuring for fixed/sgmii link mode
[ 2.417667] qca8k 90000.mdio-1:11: Link is Up - 1Gbps/Full - flow control off
[ 2.484163] qca8k 90000.mdio-1:11 lan1 (uninitialized): PHY [qca8k-0.0:00] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 2.554163] qca8k 90000.mdio-1:11 lan2 (uninitialized): PHY [qca8k-0.0:01] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 2.624180] qca8k 90000.mdio-1:11 lan3 (uninitialized): PHY [qca8k-0.0:02] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 2.694152] qca8k 90000.mdio-1:11 lan4 (uninitialized): PHY [qca8k-0.0:03] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 2.774162] qca8k 90000.mdio-1:11 wan (uninitialized): PHY [qca8k-0.0:04] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[ 2.776690] ipq5018-gmac-dwmac 39d00000.ethernet eth0: entered promiscuous mode
[ 2.784951] DSA: tree 0 setup
[ 2.792251] ubi0: attaching mtd15
[ 3.296120] ubi0: scanning is finished
[ 3.341785] ubi0: attached mtd15 (name "alt_rootfs", size 74 MiB)
[ 3.341856] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 3.346891] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 3.353714] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 3.360519] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[ 3.367312] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 3.373557] ubi0: max/mean erase counter: 6/3, WL threshold: 4096, image sequence number: 1756509125
[ 3.380576] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 40
[ 3.389909] ubi0: background thread "ubi_bgt0d" started, PID 658
[ 3.391562] block ubiblock0_0: created from ubi0:0(rootfs)
[ 3.405350] clk: Disabling unused clocks
[ 3.411251] check access for rdinit=/init failed: -2, ignoring
[ 3.419317] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 3.419901] Freeing unused kernel memory: 960K
[ 3.425598] Run /sbin/init as init process
[ 3.429784] with arguments:
[ 3.429788] /sbin/init
[ 3.429792] with environment:
[ 3.429796] HOME=/
[ 3.429800] TERM=linux
[ 3.450763] random: crng init done
[ 3.849091] init: Console is alive
[ 3.849479] init: - watchdog -
[ 4.925672] kmodloader: loading kernel modules from /etc/modules-boot.d/

[ 4.998110] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 5.024984] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.025064] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 5.029562] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000808000000010
[ 5.037129] xhci-hcd xhci-hcd.1.auto: irq 36, io mem 0x08a00000
[ 5.046623] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.052259] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 5.057781] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 5.066438] hub 1-0:1.0: USB hub found
[ 5.072365] hub 1-0:1.0: 1 port detected
[ 5.076719] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.080729] hub 2-0:1.0: USB hub found
[ 5.087875] hub 2-0:1.0: 1 port detected
[ 5.103727] usbcore: registered new interface driver usb-storage
[ 5.104948] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.113794] init: - preinit -
[ 6.418273] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 6.419395] ipq5018-gmac-dwmac 39d00000.ethernet eth0: No Safety Features support found
[ 6.428739] ipq5018-gmac-dwmac 39d00000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 6.433654] ipq5018-gmac-dwmac 39d00000.ethernet eth0: registered PTP clock
[ 6.442296] ipq5018-gmac-dwmac 39d00000.ethernet eth0: configuring for fixed/sgmii link mode
[ 6.777110] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 6.778180] qca8k 90000.mdio-1:11 lan1: configuring for phy/internal link mode
[ 11.038744] mount_root: loading kmods from internal overlay
[ 11.059081] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 11.065524] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 11.117652] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[ 11.302257] block: attempting to load /tmp/overlay/upper/etc/config/fstab
[ 11.302540] block: unable to load configuration (fstab: Entry not found)
[ 11.308177] block: attempting to load /tmp/overlay/etc/config/fstab
[ 11.315094] block: unable to load configuration (fstab: Entry not found)
[ 11.321032] block: attempting to load /etc/config/fstab
[ 11.329809] block: unable to load configuration (fstab: Entry not found)
[ 11.332946] block: no usable configuration
[ 11.345162] UBIFS (ubi0:1): Mounting in unauthenticated mode
[ 11.345446] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 851
[ 11.484366] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 11.484415] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 11.491256] UBIFS (ubi0:1): FS size: 43298816 bytes (41 MiB, 341 LEBs), max 351 LEBs, journal size 2158592 bytes (2 MiB, 17 LEBs)
[ 11.501113] UBIFS (ubi0:1): reserved for root: 2045109 bytes (1997 KiB)
[ 11.512730] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 5C377DAC-D96B-4A79-A9A8-EAFE24BDE2CA, small LPT model
[ 11.520514] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 11.531002] block: unable to load configuration (fstab: Entry not found)
[ 11.537537] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[ 11.544683] block: unable to load configuration (fstab: Entry not found)
[ 11.550880] block: attempting to load /etc/config/fstab
[ 11.557656] block: unable to load configuration (fstab: Entry not found)
[ 11.562553] block: no usable configuration
[ 11.573829] UBIFS (ubi0:1): un-mount UBI device 0
[ 11.573911] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[ 11.585305] UBIFS (ubi0:1): Mounting in unauthenticated mode
[ 11.585563] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 854
[ 11.725619] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 11.725670] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 11.732501] UBIFS (ubi0:1): FS size: 43298816 bytes (41 MiB, 341 LEBs), max 351 LEBs, journal size 2158592 bytes (2 MiB, 17 LEBs)
[ 11.742364] UBIFS (ubi0:1): reserved for root: 2045109 bytes (1997 KiB)
[ 11.754014] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 5C377DAC-D96B-4A79-A9A8-EAFE24BDE2CA, small LPT model
[ 11.769545] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[ 11.880597] block: attempting to load /tmp/overlay/upper/etc/config/fstab
[ 11.880996] block: unable to load configuration (fstab: Entry not found)
[ 11.886531] block: attempting to load /tmp/overlay/etc/config/fstab
[ 11.893605] block: unable to load configuration (fstab: Entry not found)
[ 11.899315] block: attempting to load /etc/config/fstab
[ 11.906370] block: unable to load configuration (fstab: Entry not found)
[ 11.911220] block: no usable configuration
[ 11.921312] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 11.922116] block: unable to load configuration (fstab: Entry not found)
[ 11.928888] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[ 11.935967] block: unable to load configuration (fstab: Entry not found)
[ 11.942211] block: attempting to load /etc/config/fstab
[ 11.948987] block: unable to load configuration (fstab: Entry not found)
[ 11.953918] block: no usable configuration
[ 11.962106] mount_root: overlay filesystem has not been fully initialized yet
[ 11.966557] mount_root: switching to ubifs overlay
[ 11.977590] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[ 12.301955] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 12.442951] procd: - early -
[ 12.443163] procd: - watchdog -
[ 13.052284] procd: - watchdog -
[ 13.052853] procd: - ubus -
[ 13.221119] procd: - init -
[ 14.015845] urngd: v1.0.2 started.
[ 14.119309] kmodloader: loading kernel modules from /etc/modules.d/*
[ 14.538268] hid: raw HID events driver (C) Jiri Kosina
[ 14.566656] Bluetooth: Core ver 2.22
[ 14.566854] NET: Registered PF_BLUETOOTH protocol family
[ 14.569309] Bluetooth: HCI device and connection manager initialized
[ 14.574691] Bluetooth: HCI socket layer initialized
[ 14.581010] Bluetooth: L2CAP socket layer initialized
[ 14.585572] Bluetooth: SCO socket layer initialized
[ 14.592855] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.595438] Bluetooth: BNEP filters: protocol multicast
[ 14.601079] Bluetooth: BNEP socket layer initialized
[ 14.607216] Loading modules backported from Linux version v6.18.39-0-gf89c29685
[ 14.611213] Backport generated by backports.git 614e5ed
[ 14.621764] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 14.623407] Bluetooth: HIDP socket layer initialized
[ 14.648457] NET: Registered PF_QIPCRTR protocol family
[ 14.655309] Bluetooth: RFCOMM TTY layer initialized
[ 14.655386] Bluetooth: RFCOMM socket layer initialized
[ 14.659045] Bluetooth: RFCOMM ver 1.11
[ 14.827985] PPP generic driver version 2.4.2
[ 14.830292] NET: Registered PF_PPPOX protocol family
[ 14.849943] ath11k c000000.wifi: ipq5018 hw1.0
[ 14.849991] ath11k c000000.wifi: FW memory mode: 1
[ 14.908006] remoteproc remoteproc0: powering up q6wcss
[ 14.954593] remoteproc remoteproc0: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1052
[ 15.979484] remoteproc remoteproc0: remote processor q6wcss is now up
[ 15.985023] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 15.985096] ath11k c000000.wifi: fw_version 0x26070514 fw_build_timestamp 2025-02-14 03:07 fw_build_id WLAN.HK.2.6.0.1-01300-QCAHKSWPL_SILICONZ-1
[ 15.997516] ath11k_pci 0000:01:00.0: BAR 0 [mem 0xa0400000-0xa05fffff 64bit]: assigned
[ 16.006598] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 16.016427] ath11k_pci 0000:01:00.0: MSI vectors: 16
[ 16.020400] ath11k_pci 0000:01:00.0: qcn9074 hw1.0
[ 16.025669] ath11k_pci 0000:01:00.0: FW memory mode: 2
[ 16.133757] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 16.817984] mhi mhi0: Requested to power ON
[ 16.818060] mhi mhi0: Power on setup success
[ 17.949713] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 18.032456] batman_adv: B.A.T.M.A.N. advanced 6.18.41 (compatibility version 15) loaded
[ 18.050032] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 18.050092] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 18.050104] ath11k_pci 0000:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id
[ 18.287686] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[ 19.446940] ath11k_pci 0000:01:00.0: htt event 48 not handled
[ 19.490385] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[ 27.616211] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Link is Down
[ 27.635914] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 27.637015] ipq5018-gmac-dwmac 39d00000.ethernet eth0: No Safety Features support found
[ 27.643327] ipq5018-gmac-dwmac 39d00000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 27.651414] ipq5018-gmac-dwmac 39d00000.ethernet eth0: registered PTP clock
[ 27.659868] ipq5018-gmac-dwmac 39d00000.ethernet eth0: configuring for fixed/sgmii link mode
[ 27.999770] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 28.000468] qca8k 90000.mdio-1:11 lan1: configuring for phy/internal link mode
[ 28.084663] br-lan: port 1(lan1) entered blocking state
[ 28.084720] br-lan: port 1(lan1) entered disabled state
[ 28.088770] qca8k 90000.mdio-1:11 lan1: entered allmulticast mode
[ 28.094056] ipq5018-gmac-dwmac 39d00000.ethernet eth0: entered allmulticast mode
[ 28.125216] qca8k 90000.mdio-1:11 lan1: entered promiscuous mode
[ 28.210053] qca8k 90000.mdio-1:11 lan2: configuring for phy/internal link mode
[ 28.218875] br-lan: port 2(lan2) entered blocking state
[ 28.218928] br-lan: port 2(lan2) entered disabled state
[ 28.223116] qca8k 90000.mdio-1:11 lan2: entered allmulticast mode
[ 28.245252] qca8k 90000.mdio-1:11 lan2: entered promiscuous mode
[ 28.304335] qca8k 90000.mdio-1:11 lan3: configuring for phy/internal link mode
[ 28.312567] br-lan: port 3(lan3) entered blocking state
[ 28.312676] br-lan: port 3(lan3) entered disabled state
[ 28.316772] qca8k 90000.mdio-1:11 lan3: entered allmulticast mode
[ 28.328991] qca8k 90000.mdio-1:11 lan3: entered promiscuous mode
[ 28.378943] qca8k 90000.mdio-1:11 lan4: configuring for phy/internal link mode
[ 28.428889] br-lan: port 4(lan4) entered blocking state
[ 28.428963] br-lan: port 4(lan4) entered disabled state
[ 28.433195] qca8k 90000.mdio-1:11 lan4: entered allmulticast mode
[ 28.455085] qca8k 90000.mdio-1:11 lan4: entered promiscuous mode
[ 28.557261] qca8k 90000.mdio-1:11 wan: configuring for phy/internal link mode
[ 31.801303] br-lan: port 5(phy1-ap0) entered blocking state
[ 31.801374] br-lan: port 5(phy1-ap0) entered disabled state
[ 31.805894] ath11k_pci 0000:01:00.0 phy1-ap0: entered allmulticast mode
[ 31.811798] ath11k_pci 0000:01:00.0 phy1-ap0: entered promiscuous mode
[ 32.555372] qca8k 90000.mdio-1:11 lan4: Link is Up - 1Gbps/Full - flow control rx/tx
[ 32.557650] br-lan: port 4(lan4) entered blocking state
[ 32.562306] br-lan: port 4(lan4) entered forwarding state

Blockquote

Which image was this (regular or mod version)?

I flashed from your filebin upload sysupgrade via web gui. openwrt to your current openwrt.

if you want I can try the mod version early Saturday (US Eastern timezone)

openwrt-qualcommax-ipq50xx-linksys_mr5500-squashfs-sysupgrade-mod.bin

WITHOUT USB
root@OpenWrt:~# lsusb -t
/:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 480M
/:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 5000M

WITH USB
root@OpenWrt:~# lsusb -t
/:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 480M
/:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 5000M
    |__ Port 001: Dev 002, If 0, Class=[unknown], Driver=usb-storage, 5000M

root@OpenWrt:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[    0.000000] Linux version 6.18.41 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.4.0 r35156+17-0a64c7a7b6d9) 14.4.0, GNU ld (GNU Binutils) 2.46.1) #0 SMP Wed Aug  5 08:24:45 2026
[    0.000000] Machine model: Linksys MR5500
[    0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a7fffff (4096 KiB) nomap non-reusable tz_apps@4a400000
[    0.000000] OF: reserved mem: 0x000000004a800000..0x000000004a9fffff (2048 KiB) nomap non-reusable bootloader@4a800000
[    0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004abfffff (1024 KiB) nomap non-reusable smem@4ab00000
[    0.000000] OF: reserved mem: 0x000000004ac00000..0x000000004adfffff (2048 KiB) nomap non-reusable tz@4ac00000
[    0.000000] OF: reserved mem: 0x000000004b000000..0x000000004cafffff (27648 KiB) nomap non-reusable wcss@4b000000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000004a3fffff]
[    0.000000]   node   0: [mem 0x000000004a400000-0x000000004a9fffff]
[    0.000000]   node   0: [mem 0x000000004aa00000-0x000000004aafffff]
[    0.000000]   node   0: [mem 0x000000004ab00000-0x000000004adfffff]
[    0.000000]   node   0: [mem 0x000000004ae00000-0x000000004affffff]
[    0.000000]   node   0: [mem 0x000000004b000000-0x000000004cafffff]
[    0.000000]   node   0: [mem 0x000000004cb00000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] psci: OSI mode supported.
[    0.000000] psci: [Firmware Bug]: failed to set PC mode: -1
[    0.000000] percpu: Embedded 20 pages/cpu s44504 r8192 d29224 u81920
[    0.000000] pcpu-alloc: s44504 r8192 d29224 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=rootfs root=mtd:squashfs rootwait root=/dev/ubiblock0_0 coherent_pool=2M
[    0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[    0.000000] software IO TLB: area num 2.
[    0.000000] software IO TLB: mapped [mem 0x000000005f540000-0x000000005f5c0000] (0MB)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 131072
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv2m: range[mem 0x0b00a000-0x0b00aff7], SPI[448:479]
[    0.000000] GICv2m: range[mem 0x0b00b000-0x0b00bff7], SPI[480:511]
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.000000] arch_timer: cp15 timer running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000169] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000192] pid_max: default: 32768 minimum: 301
[    0.004347] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.004369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.015861] rcu: Hierarchical SRCU implementation.
[    0.015877] rcu: 	Max phase no-delay instances is 1000.
[    0.016484] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.017157] smp: Bringing up secondary CPUs ...
[    0.018371] Detected VIPT I-cache on CPU1
[    0.018543] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[    0.018746] smp: Brought up 1 node, 2 CPUs
[    0.018765] SMP: Total of 2 processors activated.
[    0.018769] CPU: All CPU(s) started at EL1
[    0.018777] CPU features: detected: 32-bit EL0 Support
[    0.018785] CPU features: detected: CRC32 instructions
[    0.018856] alternatives: applying system-wide alternatives
[    0.019121] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.019421] Memory: 460036K/524288K available (9344K kernel code, 918K rwdata, 3012K rodata, 960K init, 284K bss, 62404K reserved, 0K cma-reserved)
[    0.027301] posixtimers hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.027425] futex hash table entries: 512 (32768 bytes on 1 NUMA nodes, total 32 KiB, linear).
[    0.027552] 29088 pages in range for non-PLT usage
[    0.027559] 520608 pages in range for PLT usage
[    0.029883] pinctrl core: initialized pinctrl subsystem
[    0.035249] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.036375] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.036695] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.036995] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.037654] thermal_sys: Registered thermal governor 'step_wise'
[    0.037832] cpuidle: using governor menu
[    0.038170] ASID allocator initialised with 65536 entries
[    0.043530] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.043573] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.043663] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@9b000
[    0.043685] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.043705] /soc@0/clock-controller@9b000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.043807] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/ethernet-pcs@98000
[    0.043823] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[    0.043836] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[    0.043951] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[    0.044514] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.044773] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.045473] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@9b000
[    0.045499] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.045725] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@9b000
[    0.045842] /soc@0/clock-controller@9b000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.050105] /soc@0/clock-controller@9b000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.050240] /soc@0/ethernet-pcs@98000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.050521] /soc@0/phy@86000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.050646] /soc@0/phy@5d000: Fixed dependency cycle(s) with /soc@0/clock-controller@1800000
[    0.050804] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/ethernet-pcs@98000
[    0.050920] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@5d000
[    0.051005] /soc@0/clock-controller@1800000: Fixed dependency cycle(s) with /soc@0/phy@86000
[    0.086473] SCSI subsystem initialized
[    0.087061] usbcore: registered new interface driver usbfs
[    0.087177] usbcore: registered new interface driver hub
[    0.087273] usbcore: registered new device driver usb
[    0.087366] pps_core: LinuxPPS API ver. 1 registered
[    0.087375] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.087417] PTP clock support registered
[    0.087835] qcom_scm: convention: smc arm 64
[    0.091023] clocksource: Switched to clocksource arch_sys_counter
[    0.095412] NET: Registered PF_INET protocol family
[    0.095652] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.097897] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.097936] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.097984] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.098039] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.098219] TCP: Hash tables configured (established 4096 bind 4096)
[    0.098757] MPTCP token hash table entries: 512 (order: 2, 12288 bytes, linear)
[    0.099087] UDP hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.099145] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.099762] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.099834] PCI: CLS 0 bytes, default 64
[    0.102963] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[    0.103909] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.103926] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.125488] qcom-pcie a0000000.pcie: host bridge /soc@0/pcie@a0000000 ranges:
[    0.125606] qcom-pcie a0000000.pcie:       IO 0x00a0200000..0x00a02fffff -> 0x0000000000
[    0.125653] qcom-pcie a0000000.pcie:      MEM 0x00a0300000..0x00b02fffff -> 0x00a0300000
[    0.236216] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.238241] msm_serial 78af000.serial: msm_serial: detected port #0
[    0.238461] msm_serial 78af000.serial: uartclk = 1843199
[    0.241395] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 19, base_baud = 115199) is a MSM
[    0.241572] msm_serial: console setup on port #0
[    0.241677] printk: legacy console [ttyMSM0] enabled
[    0.352574] qcom-pcie a0000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[    0.355292] msm_serial: driver initialized
[    0.461010] qcom-pcie a0000000.pcie: PCIe Gen.2 x2 link up
[    1.227653] qcom-pcie a0000000.pcie: PCI host bridge to bus 0000:00
[    1.232758] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.238873] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff]
[    1.244448] pci_bus 0000:00: root bus resource [mem 0xa0300000-0xb02fffff]
[    1.250696] pci 0000:00:00.0: [17cb:1004] type 01 class 0x060400 PCIe Root Port
[    1.257581] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x00000fff]
[    1.264774] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.270645] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    1.275875] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.282120] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    1.288932] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.299953] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000 PCIe Endpoint
[    1.302952] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x001fffff 64bit]
[    1.310301] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.316537] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[    1.322980] pci 0000:00:00.0: bridge window [mem 0xa0400000-0xa05fffff]: assigned
[    1.337191] pci 0000:00:00.0: BAR 0 [mem 0xa0300000-0xa0300fff]: assigned
[    1.344812] pci 0000:01:00.0: BAR 0 [mem 0xa0400000-0xa05fffff 64bit]: assigned
[    1.351619] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.358664] pci 0000:00:00.0:   bridge window [mem 0xa0400000-0xa05fffff]
[    1.363891] pci_bus 0000:00: resource 4 [io  0x0000-0xfffff]
[    1.370814] pci_bus 0000:00: resource 5 [mem 0xa0300000-0xb02fffff]
[    1.376560] pci_bus 0000:01: resource 1 [mem 0xa0400000-0xa05fffff]
[    1.386387] pcieport 0000:00:00.0: PME: Signaling with IRQ 21
[    1.390039] pcieport 0000:00:00.0: AER: enabled with IRQ 21
[    1.403398] loop: module loaded
[    1.410237] spi-nand spi0.0: GigaDevice SPI NAND was found.
[    1.410286] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[    1.561646] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ eth_wake_irq not found
[    1.561701] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ sfty not found
[    1.568012] i2c_dev: i2c /dev entries driver
[    1.578801] sdhci: Secure Digital Host Controller Interface driver
[    1.578865] sdhci: Copyright(c) Pierre Ossman
[    1.584448] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.590859] clocksource: arch_mmio_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.594608] arch-timer-mmio b120000.timer: mmio timer running at 24.00MHz (virt)
[    1.608405] remoteproc remoteproc0: releasing q6wcss
[    1.616284] NET: Registered PF_INET6 protocol family
[    1.620223] Segment Routing with IPv6
[    1.622791] In-situ OAM (IOAM) with IPv6
[    1.626301] NET: Registered PF_PACKET protocol family
[    1.630579] 8021q: 802.1Q VLAN Support v1.8
[    1.686631] spi-nand spi0.0: GigaDevice SPI NAND was found.
[    1.686681] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[    1.692188] 18 qcomsmem partitions found on MTD device spi0.0
[    1.699362] Creating 18 MTD partitions on "spi0.0":
[    1.705057] 0x000000000000-0x000000080000 : "0:sbl1"
[    1.712184] 0x000000080000-0x000000100000 : "0:mibib"
[    1.717018] 0x000000100000-0x000000200000 : "0:qsee"
[    1.724220] 0x000000200000-0x000000240000 : "0:devcfg"
[    1.726510] 0x000000240000-0x000000280000 : "0:cdt"
[    1.731759] 0x000000280000-0x000000300000 : "0:appsblenv"
[    1.736759] 0x000000300000-0x000000440000 : "0:appsbl"
[    1.743852] 0x000000440000-0x000000540000 : "0:art"
[    1.748042] 0x000000540000-0x0000005c0000 : "0:training"
[    1.752202] 0x0000005c0000-0x000000640000 : "u_env"
[    1.757640] 0x000000640000-0x000000680000 : "s_env"
[    1.762404] 0x000000680000-0x0000006c0000 : "devinfo"
[    1.771092] qcom_snand 79b0000.spi: Warning: due to hw limitation, the reported number of the corrected bits may be inaccurate
[    1.827963] 0x0000006c0000-0x000000ec0000 : "kernel"
[    1.842862] 0x000000ec0000-0x0000058c0000 : "rootfs"
[    1.965412] mtd: setting mtd13 (rootfs) as root device
[    1.966052] mtdsplit: no squashfs found in "rootfs"
[    1.969541] 0x0000058c0000-0x0000060c0000 : "alt_kernel"
[    1.988574] 0x0000060c0000-0x00000aac0000 : "alt_rootfs"
[    2.108240] 0x00000aac0000-0x00000acc0000 : "sysdiag"
[    2.112900] 0x00000acc0000-0x00000f0c0000 : "syscfg"
[    2.233514] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ eth_wake_irq not found
[    2.233570] ipq5018-gmac-dwmac 39d00000.ethernet: IRQ sfty not found
[    2.241120] ipq5018-gmac-dwmac 39d00000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    2.245992] ipq5018-gmac-dwmac 39d00000.ethernet: 	DWMAC1000
[    2.253420] ipq5018-gmac-dwmac 39d00000.ethernet: DMA HW capability register supported
[    2.259178] ipq5018-gmac-dwmac 39d00000.ethernet: RX Checksum Offload Engine supported
[    2.266991] ipq5018-gmac-dwmac 39d00000.ethernet: COE Type 2
[    2.274830] ipq5018-gmac-dwmac 39d00000.ethernet: TX Checksum insertion supported
[    2.280619] ipq5018-gmac-dwmac 39d00000.ethernet: Wake-Up On Lan supported
[    2.288031] ipq5018-gmac-dwmac 39d00000.ethernet: Enhanced/Alternate descriptors
[    2.294783] ipq5018-gmac-dwmac 39d00000.ethernet: Enabled extended descriptors
[    2.302346] ipq5018-gmac-dwmac 39d00000.ethernet: Ring mode enabled
[    2.309347] ipq5018-gmac-dwmac 39d00000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.325175] cpufreq: cpufreq_policy_online: CPU0: Running at unlisted initial frequency: 799999 kHz, changing to: 1008000 kHz
[    2.328215] remoteproc remoteproc0: q6wcss is available
[    2.424055] qca8k 90000.mdio-1:11: configuring for fixed/sgmii link mode
[    2.431176] qca8k 90000.mdio-1:11: Link is Up - 1Gbps/Full - flow control off
[    2.504579] qca8k 90000.mdio-1:11 lan1 (uninitialized): PHY [qca8k-0.0:00] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[    2.574580] qca8k 90000.mdio-1:11 lan2 (uninitialized): PHY [qca8k-0.0:01] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[    2.654580] qca8k 90000.mdio-1:11 lan3 (uninitialized): PHY [qca8k-0.0:02] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[    2.724569] qca8k 90000.mdio-1:11 lan4 (uninitialized): PHY [qca8k-0.0:03] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[    2.794578] qca8k 90000.mdio-1:11 wan (uninitialized): PHY [qca8k-0.0:04] driver [Qualcomm Atheros 8337 internal PHY] (irq=POLL)
[    2.797153] ipq5018-gmac-dwmac 39d00000.ethernet eth0: entered promiscuous mode
[    2.805412] DSA: tree 0 setup
[    2.812771] ubi0: attaching mtd13
[    3.369189] ubi0: scanning is finished
[    3.412233] ubi0: attached mtd13 (name "rootfs", size 74 MiB)
[    3.412285] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    3.416975] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    3.423792] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    3.430604] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[    3.437399] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    3.443638] ubi0: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 535492225
[    3.450657] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 40
[    3.459647] ubi0: background thread "ubi_bgt0d" started, PID 657
[    3.470582] block ubiblock0_0: created from ubi0:0(rootfs)
[    3.475404] clk: Disabling unused clocks
[    3.481275] check access for rdinit=/init failed: -2, ignoring
[    3.488707] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    3.489434] Freeing unused kernel memory: 960K
[    3.495004] Run /sbin/init as init process
[    3.499173]   with arguments:
[    3.499178]     /sbin/init
[    3.499183]   with environment:
[    3.499186]     HOME=/
[    3.499191]     TERM=linux
[    3.551092] random: crng init done
[    3.951369] init: Console is alive
[    3.951813] init: - watchdog -
[    5.026144] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.099024] gpio_button_hotplug: loading out-of-tree module taints kernel.
[    5.126002] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    5.126089] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    5.130584] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000808000000010
[    5.138091] xhci-hcd xhci-hcd.1.auto: irq 36, io mem 0x08a00000
[    5.147628] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    5.153281] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    5.158803] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    5.167405] hub 1-0:1.0: USB hub found
[    5.173090] hub 1-0:1.0: 1 port detected
[    5.177656] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.181829] hub 2-0:1.0: USB hub found
[    5.188897] hub 2-0:1.0: 1 port detected
[    5.205041] usbcore: registered new interface driver usb-storage
[    5.206290] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.213055] init: - preinit -
[    6.548714] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[    6.549772] ipq5018-gmac-dwmac 39d00000.ethernet eth0: No Safety Features support found
[    6.559026] ipq5018-gmac-dwmac 39d00000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[    6.564130] ipq5018-gmac-dwmac 39d00000.ethernet eth0: registered PTP clock
[    6.572700] ipq5018-gmac-dwmac 39d00000.ethernet eth0: configuring for fixed/sgmii link mode
[    6.907434] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[    6.908510] qca8k 90000.mdio-1:11 lan1: configuring for phy/internal link mode
[   11.177489] mount_root: loading kmods from internal overlay
[   11.198434] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[   11.201638] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[   11.253090] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   11.439449] block: attempting to load /tmp/overlay/upper/etc/config/fstab
[   11.439748] block: unable to load configuration (fstab: Entry not found)
[   11.445510] block: attempting to load /tmp/overlay/etc/config/fstab
[   11.452298] block: unable to load configuration (fstab: Entry not found)
[   11.458146] block: attempting to load /etc/config/fstab
[   11.468668] block: unable to load configuration (fstab: Entry not found)
[   11.470051] block: no usable configuration
[   11.482623] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   11.482898] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 850
[   11.627357] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   11.627408] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   11.634250] UBIFS (ubi0:1): FS size: 43298816 bytes (41 MiB, 341 LEBs), max 351 LEBs, journal size 2158592 bytes (2 MiB, 17 LEBs)
[   11.644105] UBIFS (ubi0:1): reserved for root: 2045109 bytes (1997 KiB)
[   11.655732] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 6C20A9AA-5B90-4991-B036-A3EDFFC90181, small LPT model
[   11.663513] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   11.673957] block: unable to load configuration (fstab: Entry not found)
[   11.680543] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[   11.687665] block: unable to load configuration (fstab: Entry not found)
[   11.693866] block: attempting to load /etc/config/fstab
[   11.700632] block: unable to load configuration (fstab: Entry not found)
[   11.705608] block: no usable configuration
[   11.716826] UBIFS (ubi0:1): un-mount UBI device 0
[   11.716909] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[   11.727264] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   11.727537] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 853
[   11.865606] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   11.865659] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   11.872500] UBIFS (ubi0:1): FS size: 43298816 bytes (41 MiB, 341 LEBs), max 351 LEBs, journal size 2158592 bytes (2 MiB, 17 LEBs)
[   11.882357] UBIFS (ubi0:1): reserved for root: 2045109 bytes (1997 KiB)
[   11.893975] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 6C20A9AA-5B90-4991-B036-A3EDFFC90181, small LPT model
[   11.909752] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   12.028619] block: attempting to load /tmp/overlay/upper/etc/config/fstab
[   12.028910] block: unable to load configuration (fstab: Entry not found)
[   12.034625] block: attempting to load /tmp/overlay/etc/config/fstab
[   12.041465] block: unable to load configuration (fstab: Entry not found)
[   12.047312] block: attempting to load /etc/config/fstab
[   12.054362] block: unable to load configuration (fstab: Entry not found)
[   12.059191] block: no usable configuration
[   12.069484] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   12.070150] block: unable to load configuration (fstab: Entry not found)
[   12.077041] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[   12.084032] block: unable to load configuration (fstab: Entry not found)
[   12.090199] block: attempting to load /etc/config/fstab
[   12.097095] block: unable to load configuration (fstab: Entry not found)
[   12.101947] block: no usable configuration
[   12.110127] mount_root: overlay filesystem has not been fully initialized yet
[   12.114611] mount_root: switching to ubifs overlay
[   12.128829] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[   12.508152] urandom-seed: Seed file not found (/etc/urandom.seed)
[   12.640623] procd: - early -
[   12.640847] procd: - watchdog -
[   12.844834] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   12.982777] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.120545] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.251094] procd: - watchdog -
[   13.251844] procd: - ubus -
[   13.259197] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.435659] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.578953] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   13.622878] procd: - init -
[   13.806387] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   14.004190] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   14.628052] urngd: v1.0.2 started.
[   14.863535] kmodloader: loading kernel modules from /etc/modules.d/*
[   15.340936] hid: raw HID events driver (C) Jiri Kosina
[   15.376489] Bluetooth: Core ver 2.22
[   15.376794] NET: Registered PF_BLUETOOTH protocol family
[   15.379211] Bluetooth: HCI device and connection manager initialized
[   15.384571] Bluetooth: HCI socket layer initialized
[   15.390846] Bluetooth: L2CAP socket layer initialized
[   15.395538] Bluetooth: SCO socket layer initialized
[   15.403801] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.405326] Bluetooth: BNEP filters: protocol multicast
[   15.410902] Bluetooth: BNEP socket layer initialized
[   15.417532] Loading modules backported from Linux version v6.18.39-0-gf89c29685
[   15.421132] Backport generated by backports.git 614e5ed
[   15.432377] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   15.433312] Bluetooth: HIDP socket layer initialized
[   15.465122] NET: Registered PF_QIPCRTR protocol family
[   15.473916] Bluetooth: RFCOMM TTY layer initialized
[   15.474048] Bluetooth: RFCOMM socket layer initialized
[   15.477707] Bluetooth: RFCOMM ver 1.11
[   15.673695] PPP generic driver version 2.4.2
[   15.676514] NET: Registered PF_PPPOX protocol family
[   15.702701] ath11k c000000.wifi: ipq5018 hw1.0
[   15.702770] ath11k c000000.wifi: FW memory mode: 1
[   16.365993] mtdblock_open: 10 callbacks suppressed
[   16.366019] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   16.509092] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   16.646632] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   16.791958] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   16.930802] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   17.067898] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   17.204624] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   17.342278] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   17.486079] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   17.676030] remoteproc remoteproc0: powering up q6wcss
[   17.717505] remoteproc remoteproc0: Booting fw image ath11k/IPQ5018/hw1.0/q6_fw.mdt, size 1052
[   18.734024] remoteproc remoteproc0: remote processor q6wcss is now up
[   18.742747] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[   18.742865] ath11k c000000.wifi: fw_version 0x26070514 fw_build_timestamp 2025-02-14 03:07 fw_build_id WLAN.HK.2.6.0.1-01300-QCAHKSWPL_SILICONZ-1
[   18.744468] ath11k_pci 0000:01:00.0: BAR 0 [mem 0xa0400000-0xa05fffff 64bit]: assigned
[   18.763456] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[   18.773108] ath11k_pci 0000:01:00.0: MSI vectors: 16
[   18.777258] ath11k_pci 0000:01:00.0: qcn9074 hw1.0
[   18.782570] ath11k_pci 0000:01:00.0: FW memory mode: 2
[   18.892399] mtdblock: MTD device 'devinfo' is NAND, please consider using UBI block devices instead.
[   19.581219] mhi mhi0: Requested to power ON
[   19.581298] mhi mhi0: Power on setup success
[   20.708927] mhi mhi0: Wait for device to enter SBL or Mission mode
[   20.793094] batman_adv: B.A.T.M.A.N. advanced 6.18.41 (compatibility version 15) loaded
[   20.808337] kmodloader: done loading kernel modules from /etc/modules.d/*
[   20.814600] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[   20.814658] ath11k_pci 0000:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id 
[   22.168408] mtdblock_open: 1 callbacks suppressed
[   22.168444] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[   22.204143] ath11k_pci 0000:01:00.0: htt event 48 not handled

[   30.383971] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Link is Down
[   30.403777] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   30.405029] ipq5018-gmac-dwmac 39d00000.ethernet eth0: No Safety Features support found
[   30.411216] ipq5018-gmac-dwmac 39d00000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[   30.419044] ipq5018-gmac-dwmac 39d00000.ethernet eth0: registered PTP clock
[   30.427923] ipq5018-gmac-dwmac 39d00000.ethernet eth0: configuring for fixed/sgmii link mode
[   30.769918] ipq5018-gmac-dwmac 39d00000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   30.784751] qca8k 90000.mdio-1:11 lan1: configuring for phy/internal link mode
[   30.848291] br-lan: port 1(lan1) entered blocking state
[   30.848376] br-lan: port 1(lan1) entered disabled state
[   30.852656] qca8k 90000.mdio-1:11 lan1: entered allmulticast mode
[   30.857579] ipq5018-gmac-dwmac 39d00000.ethernet eth0: entered allmulticast mode
[   30.875099] qca8k 90000.mdio-1:11 lan1: entered promiscuous mode
[   30.948672] qca8k 90000.mdio-1:11 lan2: configuring for phy/internal link mode
[   30.959116] br-lan: port 2(lan2) entered blocking state
[   30.959170] br-lan: port 2(lan2) entered disabled state
[   30.963290] qca8k 90000.mdio-1:11 lan2: entered allmulticast mode
[   30.989243] qca8k 90000.mdio-1:11 lan2: entered promiscuous mode
[   31.045787] qca8k 90000.mdio-1:11 lan3: configuring for phy/internal link mode
[   31.046440] br-lan: port 3(lan3) entered blocking state
[   31.052082] br-lan: port 3(lan3) entered disabled state
[   31.057093] qca8k 90000.mdio-1:11 lan3: entered allmulticast mode
[   31.095922] qca8k 90000.mdio-1:11 lan3: entered promiscuous mode
[   31.156765] qca8k 90000.mdio-1:11 lan4: configuring for phy/internal link mode
[   31.157718] br-lan: port 4(lan4) entered blocking state
[   31.163044] br-lan: port 4(lan4) entered disabled state
[   31.168132] qca8k 90000.mdio-1:11 lan4: entered allmulticast mode
[   31.204419] qca8k 90000.mdio-1:11 lan4: entered promiscuous mode
[   31.240146] qca8k 90000.mdio-1:11 wan: configuring for phy/internal link mode
[   34.234697] qca8k 90000.mdio-1:11 lan3: Link is Up - 1Gbps/Full - flow control off
[   34.235983] br-lan: port 3(lan3) entered blocking state
[   34.241252] br-lan: port 3(lan3) entered forwarding state
[   34.350024] br-lan: port 5(phy1-ap0) entered blocking state
[   34.350107] br-lan: port 5(phy1-ap0) entered disabled state
[   34.355128] ath11k_pci 0000:01:00.0 phy1-ap0: entered allmulticast mode
[   34.360441] ath11k_pci 0000:01:00.0 phy1-ap0: entered promiscuous mode
[   95.279034] br-lan: port 5(phy1-ap0) entered blocking state
[   95.279111] br-lan: port 5(phy1-ap0) entered forwarding state
[  217.931170] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[  217.951530] usb 2-1: LPM exit latency is zeroed, disabling LPM.
[  217.955067] usb-storage 2-1:1.0: USB Mass Storage device detected
[  217.958212] scsi host0: usb-storage 2-1:1.0
[  219.031671] scsi 0:0:0:0: Direct-Access     General  USB Flash Disk   3.00 PQ: 0 ANSI: 4
[  219.036365] sd 0:0:0:0: [sda] 484659200 512-byte logical blocks: (248 GB/231 GiB)
[  219.039073] sd 0:0:0:0: [sda] Write Protect is off
[  219.046291] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[  219.046608] sd 0:0:0:0: [sda] No Caching mode page found
[  219.050911] sd 0:0:0:0: [sda] Assuming drive cache: write through
[  219.102028]  sda: sda1
[  219.102567] sd 0:0:0:0: [sda] Attached SCSI removable disk
[  219.132716] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[  219.343461] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
[  251.671777] mtdblock: MTD device 'sysdiag' is NAND, please consider using UBI block devices instead.
[  251.778848] mtdblock: MTD device '0:training' is NAND, please consider using UBI block devices instead.
[  251.818980] mtdblock: MTD device 'alt_kernel' is NAND, please consider using UBI block devices instead.
[  251.927217] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[  251.972077] mtdblock: MTD device 'kernel' is NAND, please consider using UBI block devices instead.
[  252.082823] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[  252.120801] mtdblock: MTD device 's_env' is NAND, please consider using UBI block devices instead.
[  252.158518] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[  252.201443] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[  252.240378] mtdblock: MTD device 'syscfg' is NAND, please consider using UBI block devices instead.
[  264.976744] mtdblock_open: 8 callbacks suppressed
[  264.976779] mtdblock: MTD device 'sysdiag' is NAND, please consider using UBI block devices instead.
[  265.173822] mtdblock: MTD device '0:training' is NAND, please consider using UBI block devices instead.
[  265.214371] mtdblock: MTD device 'alt_kernel' is NAND, please consider using UBI block devices instead.
[  265.318191] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
[  265.361126] mtdblock: MTD device 'kernel' is NAND, please consider using UBI block devices instead.
[  265.465828] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
[  265.501805] mtdblock: MTD device 's_env' is NAND, please consider using UBI block devices instead.
[  265.536585] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
[  265.578773] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
[  265.617242] mtdblock: MTD device 'syscfg' is NAND, please consider using UBI block devices instead.