Can anyone share a way to toggle off NSS offloading on WIFI for testing if there is one? Thanks
This is what I get with non-NSS main snapshot build.
root@OpenWrt:~# ethtool -K lan3 tx on
Actual changes:
tx-checksum-ipv4: off [requested on]
tx-checksum-ip-generic: off [requested on]
tx-checksum-ipv6: off [requested on]
tx-checksum-fcoe-crc: off [requested on]
tx-checksum-sctp: off [requested on]
Could not change any device features
root@OpenWrt:~# ethtool -k lan3 | grep checksum
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off [fixed]
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
root@OpenWrt:~# ethtool -k lan2 | grep checksum
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off [fixed]
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
What should I try next?
On a NSS build I get this
root@Asus:~# ethtool -k lan3 | grep checksum
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off [fixed]
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
root@Asus:~# ethtool -k lan2 | grep checksum
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
Hi,
I've tried multiple Builds from qosmio and AgustinLorenzo now and have the following problem:
My MX4200(v2) is supposed to work as a dumb AP with a trunk coming in at WAN.
No matter what settings I choose or how or do the trunk (tried DSA and with subinterfaces/801q)
Weird thing is, this only happens on both of the 5ghz radios. I've tried multiple country codes, Passkey settings, even with old images from AgustinLorenzo my phone NEVER connects to the 5GHz radios because it fails. When first experiementing it said wrong password, now it just tries over and over again.
I see the phone in the wireless tab negotiating speeds of some sort and then going back to 6mbps and 20MHz channel width, and then fails completely. The IP/trunk side seems to be working though, as I can ping any of my gateways in the subnets/VLANs and so on.
Do you know how I would be able to fix that?
I've tried the vanilla firmware and it works in that one, though only with speeds up to 200-250mbps on 5GHz, which seems low.
Thanks in regards
Ole
PS: the kernel messages all seem to look like this:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.12.34 (ole@ole-desktop) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r30396-9b1f959251) 14.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Fri Jun 27 03:25:05 2025
[ 0.000000] Machine model: Linksys MX4200v2
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable memory@40000000
[ 0.000000] OF: reserved mem: 0x000000004a400000..0x000000004a5fffff (2048 KiB) nomap non-reusable tzapp@4a400000
[ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable bootloader@4a600000
[ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable sbl@4aa00000
[ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004abfffff (1024 KiB) nomap non-reusable smem@4ab00000
[ 0.000000] OF: reserved mem: 0x000000004ac00000..0x000000004affffff (4096 KiB) nomap non-reusable memory@4ac00000
[ 0.000000] OF: reserved mem: 0x000000004b000000..0x0000000050efffff (97280 KiB) nomap non-reusable wcnss@4b000000
[ 0.000000] OF: reserved mem: 0x0000000050f00000..0x0000000050ffffff (1024 KiB) nomap non-reusable q6_etr_dump@50f00000
[ 0.000000] OF: reserved mem: 0x0000000051000000..0x00000000510fffff (1024 KiB) nomap non-reusable m3_dump@51000000
[ 0.000000] OF: reserved mem: 0x0000000051200000..0x00000000512fffff (1024 KiB) nomap non-reusable ramoops@51200000
[ 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-0x0000000040ffffff]
[ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a3fffff]
[ 0.000000] node 0: [mem 0x000000004a400000-0x00000000510fffff]
[ 0.000000] node 0: [mem 0x0000000051100000-0x00000000511fffff]
[ 0.000000] node 0: [mem 0x0000000051200000-0x00000000512fffff]
[ 0.000000] node 0: [mem 0x0000000051300000-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] percpu: Embedded 21 pages/cpu s45592 r8192 d32232 u86016
[ 0.000000] pcpu-alloc: s45592 r8192 d32232 u86016 alloc=21*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=22,2048 ubi.block=0,0 root=/dev/ubiblock0_0 rootwait ro
[ 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] Built 1 zonelists, mobility grouping on. Total pages: 131072
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 1MB
[ 0.000000] software IO TLB: mapped [mem 0x000000005f4c0000-0x000000005f5c0000] (1MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 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-0x0b00affc], SPI[448:479]
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000457] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000470] pid_max: default: 32768 minimum: 301
[ 0.005455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.005467] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.010339] rcu: Hierarchical SRCU implementation.
[ 0.010348] rcu: Max phase no-delay instances is 1000.
[ 0.010659] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.011325] smp: Bringing up secondary CPUs ...
[ 0.012002] Detected VIPT I-cache on CPU1
[ 0.012111] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.012876] Detected VIPT I-cache on CPU2
[ 0.012954] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.013737] Detected VIPT I-cache on CPU3
[ 0.013812] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.013898] smp: Brought up 1 node, 4 CPUs
[ 0.013907] SMP: Total of 4 processors activated.
[ 0.013911] CPU: All CPU(s) started at EL1
[ 0.013915] CPU features: detected: 32-bit EL0 Support
[ 0.013920] CPU features: detected: CRC32 instructions
[ 0.013967] alternatives: applying system-wide alternatives
[ 0.014179] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.014434] Memory: 365260K/524288K available (9088K kernel code, 1000K rwdata, 3048K rodata, 1984K init, 288K bss, 156072K reserved, 0K cma-reserved)
[ 0.024369] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.024395] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.024495] 28864 pages in range for non-PLT usage
[ 0.024499] 520384 pages in range for PLT usage
[ 0.026608] pinctrl core: initialized pinctrl subsystem
[ 0.029004] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.029590] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.029628] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.029662] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.030092] thermal_sys: Registered thermal governor 'step_wise'
[ 0.030169] cpuidle: using governor menu
[ 0.030391] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.030489] ASID allocator initialised with 65536 entries
[ 0.063887] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 0.087826] SCSI subsystem initialized
[ 0.088043] usbcore: registered new interface driver usbfs
[ 0.088082] usbcore: registered new interface driver hub
[ 0.088135] usbcore: registered new device driver usb
[ 0.088398] qcom_scm: convention: smc arm 64
[ 0.090332] clocksource: Switched to clocksource arch_sys_counter
[ 0.094100] NET: Registered PF_INET protocol family
[ 0.094252] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.096202] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.096222] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.096236] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.096285] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.096426] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.096883] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[ 0.097043] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.097069] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.097477] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.097528] PCI: CLS 0 bytes, default 64
[ 0.099654] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.100438] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.100446] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.107047] qcom-qmp-usb-phy 78000.phy: supply vdda-phy not found, using dummy regulator
[ 0.107226] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator
[ 0.108404] qcom-qusb2-phy 79000.phy: supply vdd not found, using dummy regulator
[ 0.108540] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator
[ 0.108595] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator
[ 0.108749] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy
[ 0.117329] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.118441] msm_serial 78b1000.serial: msm_serial: detected port #1
[ 0.118525] msm_serial 78b1000.serial: uartclk = 19200000
[ 0.118857] 78b1000.serial: ttyMSM1 at MMIO 0x78b1000 (irq = 20, base_baud = 1200000) is a MSM
[ 0.119291] msm_serial 78b3000.serial: msm_serial: detected port #0
[ 0.119359] msm_serial 78b3000.serial: uartclk = 3686400
[ 0.119669] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 21, base_baud = 230400) is a MSM
[ 0.119708] msm_serial: console setup on port #0
[ 0.119743] printk: legacy console [ttyMSM0] enabled
[ 0.954849] msm_serial: driver initialized
[ 0.964520] loop: module loaded
[ 0.965915] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xac
[ 0.966482] nand: Hynix H27S4G8F2EDA-BC
[ 0.973148] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[ 0.977062] 29 fixed-partitions partitions found on MTD device qcom_nand.0
[ 0.984309] Creating 29 MTD partitions on "qcom_nand.0":
[ 0.991229] 0x000000000000-0x000000100000 : "0:sbl1"
[ 0.998294] 0x000000100000-0x000000200000 : "0:mibib"
[ 1.003038] 0x000000200000-0x000000280000 : "0:bootconfig"
[ 1.007602] 0x000000280000-0x000000300000 : "0:bootconfig1"
[ 1.013006] 0x000000300000-0x000000600000 : "0:qsee"
[ 1.020717] 0x000000600000-0x000000900000 : "0:qsee_1"
[ 1.025895] 0x000000900000-0x000000980000 : "0:devcfg"
[ 1.028487] 0x000000980000-0x000000a00000 : "0:devcfg_1"
[ 1.033700] 0x000000a00000-0x000000a80000 : "0:apdp"
[ 1.039093] 0x000000a80000-0x000000b00000 : "0:apdp_1"
[ 1.044078] 0x000000b00000-0x000000b80000 : "0:rpm"
[ 1.048958] 0x000000b80000-0x000000c00000 : "0:rpm_1"
[ 1.053786] 0x000000c00000-0x000000c80000 : "0:cdt"
[ 1.058968] 0x000000c80000-0x000000d00000 : "0:cdt_1"
[ 1.063673] 0x000000d00000-0x000000d80000 : "0:appsblenv"
[ 1.068855] 0x000000d80000-0x000000e80000 : "0:appsbl"
[ 1.074808] 0x000000e80000-0x000000f80000 : "0:appsbl_1"
[ 1.079775] 0x000000f80000-0x000001000000 : "0:art"
[ 1.084846] 0x000001000000-0x000001040000 : "u_env"
[ 1.089130] 0x000001040000-0x000001060000 : "s_env"
[ 1.093914] 0x000001060000-0x000001080000 : "devinfo"
[ 1.098723] 0x000001080000-0x00000a680000 : "kernel"
[ 1.247972] 0x000001680000-0x00000a680000 : "rootfs"
[ 1.386560] mtd: setting mtd22 (rootfs) as root device
[ 1.386921] mtdsplit: no squashfs found in "rootfs"
[ 1.390619] 0x00000a680000-0x000013c80000 : "alt_kernel"
[ 1.539092] 0x00000ac80000-0x000013c80000 : "alt_rootfs"
[ 1.677189] 0x000013c80000-0x000013e80000 : "sysdiag"
[ 1.679557] 0x000013e80000-0x000013f00000 : "0:ethphyfw"
[ 1.682128] 0x000013f00000-0x00001f700000 : "syscfg"
[ 1.863604] 0x00001f700000-0x000020000000 : "0:wififw"
[ 1.883255] spmi_pmic_arb 200f000.spmi: PMIC arbiter version v2 (0x20010000)
[ 1.902230] i2c_dev: i2c /dev entries driver
[ 1.910148] sdhci: Secure Digital Host Controller Interface driver
[ 1.910194] sdhci: Copyright(c) Pierre Ossman
[ 1.915256] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.921764] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[ 1.927054] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
[ 1.933620] NET: Registered PF_INET6 protocol family
[ 1.941430] Segment Routing with IPv6
[ 1.945558] In-situ OAM (IOAM) with IPv6
[ 1.949153] NET: Registered PF_PACKET protocol family
[ 1.953259] 8021q: 802.1Q VLAN Support v1.8
[ 1.987108] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 1.987508] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[ 1.993263] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[ 1.999837] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[ 2.007515] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[ 2.015033] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[ 2.024151] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 712000 uV
[ 2.031099] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 840000 uV
[ 2.041083] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 928000 uV
[ 2.050889] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop=1024000 uV
[ 2.060750] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 688, quot_offset[ 7]= 0
[ 2.070515] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 922, quot_offset[ 7]= 230
[ 2.081360] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1065, quot_offset[ 7]= 140
[ 2.092299] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1224, quot_offset[ 7]= 155
[ 2.103474] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[ 2.106849] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz
[ 2.123192] remoteproc remoteproc0: cd00000.q6v5_wcss is available
[ 2.131958] ubi0: attaching mtd22
[ 2.400355] random: crng init done
[ 2.966753] ubi0: scanning is finished
[ 3.030800] ubi0: attached mtd22 (name "rootfs", size 144 MiB)
[ 3.030842] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 3.035536] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 3.042414] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 3.049251] ubi0: good PEBs: 1152, bad PEBs: 0, corrupted PEBs: 0
[ 3.056031] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 3.062279] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1748993812
[ 3.069394] ubi0: available PEBs: 0, total reserved PEBs: 1152, PEBs reserved for bad PEB handling: 80
[ 3.078703] ubi0: background thread "ubi_bgt0d" started, PID 696
[ 3.079223] block ubiblock0_0: created from ubi0:0(rootfs)
[ 3.094090] clk: Disabling unused clocks
[ 3.099657] PM: genpd: Disabling unused power domains
[ 3.107168] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 3.107805] Freeing unused kernel memory: 1984K
[ 3.113476] Run /sbin/init as init process
[ 3.117625] with arguments:
[ 3.117630] /sbin/init
[ 3.117635] with environment:
[ 3.117638] HOME=/
[ 3.117642] TERM=linux
[ 3.335614] init: Console is alive
[ 3.335752] init: - watchdog -
[ 4.513892] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 4.551843] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 4.557759] pstore: Using crash dump compression: deflate
[ 4.557797] pstore: Registered ramoops as persistent store backend
[ 4.563133] ramoops: using 0x100000@0x51200000, ecc: 0
[ 4.613317] ssdk_dt_parse_interrupt[942]:INFO:intr-gpio does not exist
[ 4.874241] adpt_hppe_uniphy_mode_set[1398]:INFO:ssdk doesn't support mode:0 in uniphy:0 on platform!
[ 4.874396] regi_init[2525]:INFO:Initializing HPPE Done!!
[ 4.882537] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 4.890188] EDMA ver 1 hw init
[ 4.894152] EDMA HW Reset completed succesfully
[ 4.896801] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[ 4.901208] RxDesc:1 (15-15) RxFill:1 (7-7)
[ 5.071202] Qualcomm QCA8075 90000.mdio-1:01: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:01, irq=POLL)
[ 5.140717] Qualcomm QCA8075 90000.mdio-1:02: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:02, irq=POLL)
[ 5.210692] Qualcomm QCA8075 90000.mdio-1:03: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:03, irq=POLL)
[ 5.280693] Qualcomm QCA8075 90000.mdio-1:04: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:04, irq=POLL)
[ 5.281598] **********************************************************
[ 5.289596] * NSS Data Plane driver
[ 5.296126] **********************************************************
[ 5.316357] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.316420] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 5.320934] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000808002000010
[ 5.328348] xhci-hcd xhci-hcd.1.auto: irq 41, io mem 0x08a00000
[ 5.337826] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.343600] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 5.349142] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 5.357162] hub 1-0:1.0: USB hub found
[ 5.363312] hub 1-0:1.0: 1 port detected
[ 5.367285] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.371533] hub 2-0:1.0: USB hub found
[ 5.379182] hub 2-0:1.0: 1 port detected
[ 5.387964] usbcore: registered new interface driver usb-storage
[ 5.388337] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.396476] init: - preinit -
[ 10.580450] UBIFS (ubi0:1): default file-system created
[ 10.581095] UBIFS (ubi0:1): Mounting in unauthenticated mode
[ 10.584609] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 998
[ 10.651715] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 10.651755] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 10.658533] UBIFS (ubi0:1): FS size: 118341632 bytes (112 MiB, 932 LEBs), max 943 LEBs, journal size 5967872 bytes (5 MiB, 47 LEBs)
[ 10.668450] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB)
[ 10.680063] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 44BDFB70-185E-42A8-AD94-D299DDE81B02, small LPT model
[ 10.688406] mount_root: overlay filesystem has not been fully initialized yet
[ 10.698397] mount_root: switching to ubifs overlay
[ 10.708352] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[ 10.713892] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 10.784047] procd: - early -
[ 10.784156] procd: - watchdog -
[ 11.362964] procd: - watchdog -
[ 11.382337] procd: - ubus -
[ 11.539956] procd: - init -
[ 11.893397] kmodloader: loading kernel modules from /etc/modules.d/*
[ 12.054593] l2tp_core: L2TP core driver, V2.0
[ 12.055643] l2tp_netlink: L2TP netlink interface
[ 12.078791] urngd: v1.0.2 started.
[ 12.145809] hotplug: symlinking qca-nss0.bin to /lib/firmware/qca-nss0-retail.bin
[ 12.263394] qca-nss 39000000.nss: NSS FW Version: NSS.HK.11.4.0.5-6-R
[ 12.263439] qca-nss 39000000.nss: fw of size 835960 bytes copied to addr: 40000000, nss_id: 0
[ 12.305894] qca-nss 39000000.nss: NSS core 0 booted successfully
[ 12.405647] hotplug: symlinking qca-nss1.bin to /lib/firmware/qca-nss1-retail.bin
[ 12.441488] qca-nss 39400000.nss: fw of size 292296 bytes copied to addr: 40800000, nss_id: 1
[ 12.447127] qca-nss 39400000.nss: NSS core 1 booted successfully
[ 12.451307] gre: GRE over IPv4 demultiplexor driver
[ 12.456651] ip_gre: GRE over IPv4 tunneling driver
[ 12.467361] QCA multicast snooping installed successfully
[ 12.562536] hid: raw HID events driver (C) Jiri Kosina
[ 12.564261] GACT probability on
[ 12.567743] Mirror/redirect action on
[ 12.576821] u32 classifier
[ 12.576858] input device check on
[ 12.578467] Actions configured
[ 12.593273] ntfs3: Enabled Linux POSIX ACLs support
[ 12.613882] Bluetooth: Core ver 2.22
[ 12.614015] NET: Registered PF_BLUETOOTH protocol family
[ 12.616780] Bluetooth: HCI device and connection manager initialized
[ 12.622008] Bluetooth: HCI socket layer initialized
[ 12.628230] Bluetooth: L2CAP socket layer initialized
[ 12.632855] Bluetooth: SCO socket layer initialized
[ 12.639805] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.642774] Bluetooth: BNEP filters: protocol multicast
[ 12.648235] Bluetooth: BNEP socket layer initialized
[ 12.654143] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[ 12.658381] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[ 12.667852] Bluetooth: HCI UART driver ver 2.3
[ 12.672545] Bluetooth: HCI UART protocol H4 registered
[ 12.677038] Bluetooth: HCI UART protocol BCSP registered
[ 12.683780] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 12.687644] Bluetooth: HIDP socket layer initialized
[ 12.704021] NET: Registered PF_QIPCRTR protocol family
[ 12.706754] Bluetooth: RFCOMM TTY layer initialized
[ 12.708067] Bluetooth: RFCOMM socket layer initialized
[ 12.712884] Bluetooth: RFCOMM ver 1.11
[ 12.731311] xt_time: kernel timezone is -0000
[ 12.843677] PPP generic driver version 2.4.2
[ 12.844912] NET: Registered PF_PPPOX protocol family
[ 12.848275] PPTP driver version 0.8.5
[ 12.854680] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 12.855533] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 12.876058] ath11k c000000.wifi: ipq8074 hw2.0
[ 12.876096] ath11k c000000.wifi: FW memory mode: 0
[ 12.917282] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[ 12.917695] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[ 14.179139] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[ 14.222827] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[ 14.230293] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 14.230353] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
[ 14.636083] remoteproc remoteproc0: stopped remote processor cd00000.q6v5_wcss
[ 14.636135] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[ 14.642407] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[ 14.994718] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[ 14.999110] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 15.005085] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 15.038681] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[ 15.046125] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 15.046163] ath11k c000000.wifi: fw_version 0x290b84a5 fw_build_timestamp 2024-09-23 11:32 fw_build_id WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
[ 15.434117] ath11k c000000.wifi: htt event 48 not handled
[ 15.479504] ath11k c000000.wifi: nss init soc nss if_num 203 userpd_id 0
[ 21.101027] br-lan: port 1(lan1) entered blocking state
[ 21.101075] br-lan: port 1(lan1) entered disabled state
[ 21.105120] nss-dp 3a001400.dp3 lan1: entered allmulticast mode
[ 21.110679] nss-dp 3a001400.dp3 lan1: entered promiscuous mode
[ 21.128707] br-lan: port 2(lan2) entered blocking state
[ 21.128756] br-lan: port 2(lan2) entered disabled state
[ 21.132844] nss-dp 3a001600.dp4 lan2: entered allmulticast mode
[ 21.138382] nss-dp 3a001600.dp4 lan2: entered promiscuous mode
[ 21.148886] br-lan: port 3(lan3) entered blocking state
[ 21.149770] br-lan: port 3(lan3) entered disabled state
[ 21.154954] nss-dp 3a001800.dp5 lan3: entered allmulticast mode
[ 21.159632] ECM init
[ 21.166146] ECM database jhash random seed: 0x24ee6b89
[ 21.166152] nss-dp 3a001800.dp5 lan3: entered promiscuous mode
[ 21.350741] ECM init complete
[ 24.240979] nss-dp 3a001800.dp5 lan3: PHY Link up speed: 1000
[ 24.241111] br-lan: port 3(lan3) entered blocking state
[ 24.245755] br-lan: port 3(lan3) entered forwarding state
[ 24.310707] nss-dp 3a001200.dp2 wan: PHY Link up speed: 1000
[ 24.949127] qca-nss 39000000.nss: Configuring additional NSS pbufs
[ 24.958421] qca-nss 39000000.nss: Additional pbufs of size 3100672 got added to NSS
[ 33.110384] l11: disabling
[ 61.016125] br-lan: port 4(phy0-ap0) entered blocking state
[ 61.016177] br-lan: port 4(phy0-ap0) entered disabled state
[ 61.020644] ath11k c000000.wifi phy0-ap0: entered allmulticast mode
[ 61.026545] ath11k c000000.wifi phy0-ap0: entered promiscuous mode
[ 61.590202] br-lan: port 4(phy0-ap0) entered blocking state
[ 61.590247] br-lan: port 4(phy0-ap0) entered forwarding state
[ 83.480133] ath11k c000000.wifi phy0-ap0: left allmulticast mode
[ 83.480195] ath11k c000000.wifi phy0-ap0: left promiscuous mode
[ 83.485405] br-lan: port 4(phy0-ap0) entered disabled state
[ 85.404129] br-lan: port 4(phy0-ap0) entered blocking state
[ 85.404180] br-lan: port 4(phy0-ap0) entered disabled state
[ 85.408589] ath11k c000000.wifi phy0-ap0: entered allmulticast mode
[ 85.414496] ath11k c000000.wifi phy0-ap0: entered promiscuous mode
[ 120.361541] br-lan: port 5(phy2-ap0) entered blocking state
[ 120.361592] br-lan: port 5(phy2-ap0) entered disabled state
[ 120.366082] ath11k c000000.wifi phy2-ap0: entered allmulticast mode
[ 120.371916] ath11k c000000.wifi phy2-ap0: entered promiscuous mode
[ 120.440540] ath11k c000000.wifi phy2-ap0: left allmulticast mode
[ 120.440599] ath11k c000000.wifi phy2-ap0: left promiscuous mode
[ 120.445755] br-lan: port 5(phy2-ap0) entered disabled state
[ 135.715180] br-lan: port 5(phy2-ap0) entered blocking state
[ 135.715228] br-lan: port 5(phy2-ap0) entered disabled state
[ 135.719667] ath11k c000000.wifi phy2-ap0: entered allmulticast mode
[ 135.725580] ath11k c000000.wifi phy2-ap0: entered promiscuous mode
[ 156.661053] br-lan: port 4(phy0-ap0) entered blocking state
[ 156.661099] br-lan: port 4(phy0-ap0) entered forwarding state
[ 263.347034] ath11k c000000.wifi phy0-ap0: left allmulticast mode
[ 263.347093] ath11k c000000.wifi phy0-ap0: left promiscuous mode
[ 263.352346] br-lan: port 4(phy0-ap0) entered disabled state
[ 263.358863] ath11k c000000.wifi phy2-ap0: left allmulticast mode
[ 263.363425] ath11k c000000.wifi phy2-ap0: left promiscuous mode
[ 263.369658] br-lan: port 5(phy2-ap0) entered disabled state
Just as a sanity check, what build are you running (and link where you downloaded it) for this log output? I see r30396-9b1f959251
in your logs. The reason I ask is because I recently ran into a sysupgrade failure (silent) and I didn't notice that the NSS build was not actually getting installed until I noticed the wrong build number in the webui.
Hi! I have a Ax6000 Xiaomi Ra72 that is Ipq5018 based and recently that router got support by community. I have the open wrt snapshot installed and very stable but we don’t have a full WiFi speed (lack of nss support)
I’m a programmer but I’m newbie in the open wrt build. I want to test the most recently commits on the nss build project to test if works on the ax6000. How I can start build ?
References: Adding OpenWrt support for Xiaomi AX6000
I've tried the new SNAPSHOT r0-12e737e from AgustinLorenzo now, and it shows the same problem. Other builds I've tried are r0-f33e5b1f, r0-4c1b9429, r0-a1bbf95 and r30396-9b1f959251
Hello, my ax3600 router reboots every 3h approximately, how can I find out the cause of this? in the logs after the reboot I don't notice anything strange.
I tried both with the latest build of Agustin and with the JuliusBairaktaris one.
Thanks
Check the charging cable
May I know what patches were applied for a working nss build from the https://github.com/qosmio/openwrt-ipq also build steps or tips welcome, never built openwrt but built other non-router systems
Just downloaded the images from Agustin Lorenzo from here, which is his Github Releases page
OK I've some other things now, even some crazy old images and it just gets to the same point which leads me to thinking its a configuration error. Can someone do a step by step tutorial for using the mx4200 as a dumb ap with a trunk coming in?
Please just start with the Readme from Qosmio github NSS repo. And familiarize yourself with
https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem.
So on non-NSS version, it won't even let you set tx
checksumming to on, but it does allow it on NSS versions? And when you do enable it on NSS version, you've confirmed it's offloaded and not going through CPU?
DSA bridge VLAN filtering breaks NSS WiFi. Read through docs and check examples on how to set it up..
Also, do not use sysupgrade going between NSS and non-NSS builds, do a complete factory image load. Do not copy any previous settings from a non-NSS backup either, start fresh.
NSS is currently NOT working on IPQ5018. Check support matrix and README.md for full list of supported NSS features and platform.
You'll need to familiarize yourself with git for that answer. Because it's a lot that's changed...
235 files changed, 47168 insertions(+), 93 deletions(-)
git clone https://github.com/qosmio/openwrt-ipq
cd openwrt-ipq
git remote add openwrt https://github.com/openwrt/openwrt
git fetch openwrt main
Check what was added:
git diff --diff-filter=A --name-only openwrt/main origin/main-nss
modified
git diff --diff-filter=M --name-only openwrt/main origin/main-nss
Hi @qosmio,
Just want to ask if it's normal to have this message in system logs?
Thu Jul 3 12:05:02 2025 kern.err kernel: [ 12.900749] rmnet_nss_init(): initializing rmnet_nss
Here's my firmware details for reference.
root@Telstra5G:~# nss_diag
grep: write error: Broken pipe
MODEL: Arcadyan AW1000
OPENWRT: NSS-RMNET
IPQ BRANCH: 24.10-nss
IPQ COMMIT: 163b1c1
IPQ DATE: 2025-06-25
NSS FW: NSS.HK.11.4.0.5-6-R
MAC80211: v6.12.6-0-ge9d65b48ce1a
ATH11K FW: WLAN.HK.2.9.0.1-02146-QCAHKSWPL_SILICONZ-1
INTERFACE: br-lan tx-checksumming: on rx-gro-list: on
lan1 tx-checksumming: on rx-gro-list: off
lan2 tx-checksumming: on rx-gro-list: off
lan3 tx-checksumming: on rx-gro-list: off
lan4 tx-checksumming: on rx-gro-list: off
phy0-ap0 tx-checksumming: on rx-gro-list: off
phy1-ap0 tx-checksumming: on rx-gro-list: off
wan tx-checksumming: off rx-gro-list: off
wwan0 tx-checksumming: off rx-gro-list: off
wwan0_1 tx-checksumming: off rx-gro-list: off
NSS PKGS: kmod-qca-mcs - 6.6.93.12.5.2024.09.04~e1c59f7-r2
kmod-qca-nss-dp - 6.6.93.2024.04.16~5bf8b91e-r1
kmod-qca-nss-drv - 6.6.93.11.4.0.5.2021.09.13~53e5863-r17
kmod-qca-nss-drv-bridge-mgr - 6.6.93.11.4.0.5.2021.08.17~c4049d1-r8
kmod-qca-nss-drv-igs - 6.6.93.11.4.0.5.2021.08.17~c4049d1-r8
kmod-qca-nss-drv-qdisc - 6.6.93.11.4.0.5.2021.08.17~c4049d1-r8
kmod-qca-nss-drv-vlan-mgr - 6.6.93.11.4.0.5.2021.08.17~c4049d1-r8
kmod-qca-nss-drv-wifi-meshmgr - 6.6.93.11.4.0.5.2021.08.17~c4049d1-r8
kmod-qca-nss-ecm - 6.6.93.12.5.2024.11.06~30fbfa4-r7
kmod-qca-ssdk - 6.6.93.2024.06.13~c451136b-r3
nss-firmware - 2025.05.01~e4726900-r1
nss-firmware-ipq807x - 2025.05.01~e4726900-r1
root@Telstra5G:~# nss_stats rmnet_rx
________________________________________________________________________________
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< RMNET_RX >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
________________________________________________________________________________
#interface
#interface
rmnet_rx[29]_rx_packets = 1594932 common
rmnet_rx[29]_rx_bytes = 2077844788 common
Totally normal. That's just how Quectel and Qualcomm wrote their init
and exit
function.
static int __init rmnet_nss_init(void)
{
...
pr_err("%s(): initializing rmnet_nss\n", __func__);
...
}
static void __exit rmnet_nss_exit(void)
{
...
pr_err("%s(): exiting rmnet_nss\n", __func__);
...
}
pr_err
always outputs messages, whereas if they used pr_info
it wouldn't unless you have logging level set higher than 2 at compile time. The downside, it just looks like an error since it's printing to kern.err
.
And it's working as it should since you're seeing rmnet_rx
stats being populated
Thank you so much for the quick response. I was just worried about the kern.err
OK, just gone back to stock and flashed NSS build again but I still have exactly the same issues connecting to it, Is there any way I could make sure OpenWRT Data is completely erased when in stock-fw? Could that also be an issue of the driver, because I also face the same issues on completely stock configuration just with br-lan and the default 'OpenWRT' SSID, not even changing the country fixes this issue
On NSS build I cannot change offloading with ethtool nor I can do it on non-NSS. It only gives the output that some checksums are on with the NSS build for 10g-copper, 10g-SFP, WAN, lan1 and lan2 ports but they are off for lan3 - lan8 ports and checksums cannot be turned on with ethtool.
On NSS build I see the traffic is offloaded (CPU load is zero) but only for 10g-copper, 10g-SFP, WAN, lan1 and lan2 ports.
As long as I run a data transfer from/to a PC that is connected to any of the lan3 - lan8 ports the traffic is not offloaded and CPU usage goes up (at 1Gbps speed it ranges between 20-30%).
So now I simply don't know where to start from.
This one
or this
or maybe this
Try building with branch main-nss-QCA8337
Hi, I got my hands on an Arista AP-C200 (IPQ6018 based) and I'm trying to get it to work with openwrt-ipq. I found some other patches (from this thread Arista AP-C200 IPQ6018 Networking Driver Help) to get base openwrt running and network interfaces up and such on this device.
I added these patches into openwrt-ipq as well as adding the include #include "ipq6018-nss.dtsi"
to the top of the dts file, and I think that all looks good, currently running 5fcddc3c039d3621fb3c9694a4b8674104bc7ae4
from main-nss
. I see the NSS core booting messages in dmesg, and no cpu usage when passing high amounts of traffic across the AP.
here's the fork with the patches I added: https://git.periwinkle.sh/openwrt-ipq.git/tree/?h=arista-apc200-nss and commit https://git.periwinkle.sh/openwrt-ipq.git/commit/?id=41c4f8ae6189e66d108e7cd178867d04b27aa1c3
While the wifi works well, I'm seeing pretty bad ethernet performance (retransmits and low speed), but only in one direction, and I'm hoping someone has some idea how to get this fixed. (If you don't want to offer support for random non-upstream hardware, though, no worries.)
I've also confirmed through other testing that none of the other hardware in the picture is the problem.
an iperf run from PC1 to PC2:
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 15.6 MBytes 131 Mbits/sec 41 15.6 KBytes
[ 5] 1.00-2.00 sec 15.2 MBytes 128 Mbits/sec 41 55.1 KBytes
[ 5] 2.00-3.00 sec 17.4 MBytes 146 Mbits/sec 46 26.9 KBytes
[ 5] 3.00-4.00 sec 13.8 MBytes 115 Mbits/sec 46 31.1 KBytes
[ 5] 4.00-5.00 sec 11.8 MBytes 98.6 Mbits/sec 47 43.8 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-5.00 sec 73.8 MBytes 124 Mbits/sec 221 sender
[ 5] 0.00-5.00 sec 73.5 MBytes 123 Mbits/sec receiver
iperf run from PC2 to PC1:
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 82.6 MBytes 692 Mbits/sec 0 4.08 MBytes
[ 5] 1.00-2.00 sec 84.5 MBytes 709 Mbits/sec 0 4.08 MBytes
[ 5] 2.00-3.00 sec 85.9 MBytes 720 Mbits/sec 0 4.08 MBytes
[ 5] 3.00-4.00 sec 79.9 MBytes 670 Mbits/sec 2 4.08 MBytes
[ 5] 4.00-5.00 sec 80.9 MBytes 678 Mbits/sec 0 4.08 MBytes
[ 5] 5.00-5.02 sec 1.62 MBytes 570 Mbits/sec 0 4.08 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-5.02 sec 415 MBytes 693 Mbits/sec 2 sender
/etc/config/network
:
config interface 'loopback'
option device 'lo'
option proto 'static'
list ipaddr '127.0.0.1/8'
config globals 'globals'
option ula_prefix 'fde7:434e:49ab::/48'
option packet_steering '0'
option flow_offloading '0'
option flow_offloading_hw '0'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan'
config interface 'one'
option device 'br-lan'
option proto 'static'
option ipaddr '10.1.6.4/24'
option gateway '10.1.6.1'
config interface 'two'
option proto 'none'
option device 'br-lan'
config interface 'three'
option proto 'none'
option device 'br-lan'
/etc/config/wireless
:
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc@0/c000000.wifi'
option band '5g'
option channel '36'
option htmode 'HE80'
option cell_density '0'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc@0/c000000.wifi+1'
option band '2g'
option channel '1'
option htmode 'HE20'
option cell_density '0'
config wifi-iface 'wifinet1'
option device 'radio1'
option network 'three'
option mode 'ap'
option ssid 'test'
option encryption 'sae'
option key 'test1234'
option ocv '0'
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'test'
option encryption 'sae'
option key 'test1234'
option ocv '0'
option network 'two'
nss_diag
:
MODEL: Arista AP-C200P
OPENWRT: r30417-5fcddc3c03
IPQ BRANCH: main-nss
IPQ COMMIT: 5fcddc3c03
IPQ DATE: 2025-07-02
NSS FW: NSS.CP.11.4.0.5-6-R
MAC80211: v6.12.6-0-ge9d65b48ce1a
ATH11K FW: N/A
INTERFACE: br-lan tx-checksumming: on rx-gro-list: on
lan tx-checksumming: on rx-gro-list: off
phy0-ap0 tx-checksumming: on rx-gro-list: off
phy1-ap0 tx-checksumming: on rx-gro-list: off
NSS PKGS: kmod-qca-mcs-6.12.35.12.5.2024.09.04~e1c59f7-r2 aarch64_cortex-a53 {feeds/nss_packages/qca-mcs} () [installed]
kmod-qca-nss-dp-6.12.35.2025.05.12~07b87bf5-r1 aarch64_cortex-a53 {feeds/base/kernel/qca-nss-dp} () [installed]
kmod-qca-nss-drv-6.12.35.11.4.0.5.2021.09.13~53e5863-r17 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-drv} () [installed]
kmod-qca-nss-drv-bridge-mgr-6.12.35.11.4.0.5.2021.08.17~c4049d1-r8 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-clients} () [installed]
kmod-qca-nss-drv-igs-6.12.35.11.4.0.5.2021.08.17~c4049d1-r8 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-clients} () [installed]
kmod-qca-nss-drv-match-6.12.35.11.4.0.5.2021.08.17~c4049d1-r8 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-clients} () [installed]
kmod-qca-nss-drv-mirror-6.12.35.11.4.0.5.2021.08.17~c4049d1-r8 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-clients} () [installed]
kmod-qca-nss-drv-qdisc-6.12.35.11.4.0.5.2021.08.17~c4049d1-r8 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-clients} () [installed]
kmod-qca-nss-drv-vlan-mgr-6.12.35.11.4.0.5.2021.08.17~c4049d1-r8 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-clients} () [installed]
kmod-qca-nss-drv-wifi-meshmgr-6.12.35.11.4.0.5.2021.08.17~c4049d1-r8 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-clients} () [installed]
kmod-qca-nss-ecm-6.12.35.12.5.2024.11.06~30fbfa4-r7 aarch64_cortex-a53 {feeds/nss_packages/qca-nss-ecm} () [installed]
kmod-qca-ssdk-6.12.35.2025.05.30~446db12b-r1 aarch64_cortex-a53 {feeds/base/kernel/qca-ssdk} () [installed]
nss-firmware-2025.05.01~e4726900-r1 aarch64_cortex-a53 {feeds/nss_packages/firmware/nss-firmware} () [installed]
nss-firmware-ipq60xx-2025.05.01~e4726900-r1 aarch64_cortex-a53 {feeds/nss_packages/firmware/nss-firmware} () [installed]
dmesg:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.12.35 (peri@arch.devel) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r30417-5fcddc3c03) 14.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Thu Jul 3 00:52:23 2025
[ 0.000000] Machine model: Arista AP-C200P
[ 0.000000] OF: reserved mem: 0x0000000000060000..0x0000000000065fff (24 KiB) nomap non-reusable memory@60000
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable memory@40000000
[ 0.000000] OF: reserved mem: 0x000000004a100000..0x000000004a4fffff (4096 KiB) nomap non-reusable bootloader@4a100000
[ 0.000000] OF: reserved mem: 0x000000004a500000..0x000000004a5fffff (1024 KiB) nomap non-reusable sbl@4a500000
[ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable memory@4a600000
[ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable memory@4aa00000
[ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004fffffff (87040 KiB) nomap non-reusable memory@4ab00000
[ 0.000000] OF: reserved mem: 0x0000000050000000..0x00000000500fffff (1024 KiB) nomap non-reusable ramoops@50000000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
[ 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-0x0000000040ffffff]
[ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a0fffff]
[ 0.000000] node 0: [mem 0x000000004a100000-0x00000000500fffff]
[ 0.000000] node 0: [mem 0x0000000050100000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[ 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] percpu: Embedded 21 pages/cpu s45592 r8192 d32232 u86016
[ 0.000000] pcpu-alloc: s45592 r8192 d32232 u86016 alloc=21*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 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: console=ttyMSM0,115200n8 rootfstype=squashfs ubi.mtd=0 ubi.block=0,rootfs root=/dev/ubiblock0_1 rootwait pri=0 root=/dev/ubiblock0_1
[ 0.000000] Unknown kernel command line parameters "pri=0", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 262144
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 1MB
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x000000007eb00000-0x000000007ec00000] (1MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 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-0x0b00affc], SPI[448:479]
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/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.000426] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000439] pid_max: default: 32768 minimum: 301
[ 0.005517] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.005531] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.010482] rcu: Hierarchical SRCU implementation.
[ 0.010491] rcu: Max phase no-delay instances is 1000.
[ 0.010796] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.011441] smp: Bringing up secondary CPUs ...
[ 0.012111] Detected VIPT I-cache on CPU1
[ 0.012216] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[ 0.012972] Detected VIPT I-cache on CPU2
[ 0.013045] CPU2: Booted secondary processor 0x0000000002 [0x51af8014]
[ 0.013743] Detected VIPT I-cache on CPU3
[ 0.013814] CPU3: Booted secondary processor 0x0000000003 [0x51af8014]
[ 0.013900] smp: Brought up 1 node, 4 CPUs
[ 0.013908] SMP: Total of 4 processors activated.
[ 0.013913] CPU: All CPU(s) started at EL1
[ 0.013916] CPU features: detected: 32-bit EL0 Support
[ 0.013921] CPU features: detected: CRC32 instructions
[ 0.013973] alternatives: applying system-wide alternatives
[ 0.014177] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.014428] Memory: 893872K/1048576K available (8832K kernel code, 988K rwdata, 2864K rodata, 1984K init, 288K bss, 151228K reserved, 0K cma-reserved)
[ 0.022461] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.022485] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.022581] 28976 pages in range for non-PLT usage
[ 0.022585] 520496 pages in range for PLT usage
[ 0.024684] pinctrl core: initialized pinctrl subsystem
[ 0.027020] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.027613] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.027650] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.027684] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.028033] thermal_sys: Registered thermal governor 'step_wise'
[ 0.028091] cpuidle: using governor menu
[ 0.028326] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.028423] ASID allocator initialised with 65536 entries
[ 0.034954] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[ 0.074298] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 0.097900] SCSI subsystem initialized
[ 0.098112] usbcore: registered new interface driver usbfs
[ 0.098164] usbcore: registered new interface driver hub
[ 0.098205] usbcore: registered new device driver usb
[ 0.098487] qcom_scm: convention: smc arm 64
[ 0.100053] s2: Bringing 0uV into 725000-725000uV
[ 0.100827] clocksource: Switched to clocksource arch_sys_counter
[ 0.101163] l2: Bringing 0uV into 1800000-1800000uV
[ 0.101295] qcom_rpm_smd_regulator remoteproc:glink-edge:rpm-requests:regulators: Supply for l2 (l2) resolved to itself
[ 0.104603] NET: Registered PF_INET protocol family
[ 0.104751] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.107144] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 0.107167] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.107183] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.107268] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.107537] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.108012] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[ 0.108178] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.108216] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.108648] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.108686] PCI: CLS 0 bytes, default 64
[ 0.110962] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 0.111703] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.111711] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.125070] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.126003] msm_serial 78b1000.serial: msm_serial: detected port #0
[ 0.126082] msm_serial 78b1000.serial: uartclk = 1843200
[ 0.126401] 78b1000.serial: ttyMSM0 at MMIO 0x78b1000 (irq = 22, base_baud = 115200) is a MSM
[ 0.126471] msm_serial: console setup on port #0
[ 0.126513] printk: legacy console [ttyMSM0] enabled
[ 0.902199] msm_serial: driver initialized
[ 0.911789] loop: module loaded
[ 0.913095] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xac
[ 0.913749] nand: Hynix H27S4G8F2EDA-BC
[ 0.920338] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[ 0.924280] qcom_nand.0: ofpart partition /soc@0/nand-controller@79b0000/nand@0/partition@0 (/soc@0/nand-controller@79b0000/nand@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 0.931590] qcom_nand.0: ofpart partition /soc@0/nand-controller@79b0000/nand@0/partition@10000000 (/soc@0/nand-controller@79b0000/nand@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 0.949677] 2 fixed-partitions partitions found on MTD device qcom_nand.0
[ 0.968382] Creating 2 MTD partitions on "qcom_nand.0":
[ 0.975232] 0x000000000000-0x000010000000 : "rootfs"
[ 1.221381] mtd: setting mtd0 (rootfs) as root device
[ 1.221744] mtdsplit: no squashfs found in "rootfs"
[ 1.225431] 0x000010000000-0x000020000000 : "ubifs"
[ 1.475380] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.477758] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@0 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.481552] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@110000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.497259] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@1760000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.513312] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@1b60000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.529454] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@1c60000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.545687] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@1c80000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.561921] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@2b0000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.578152] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@450000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.594385] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@460000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.610537] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@470000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.626684] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@4b0000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.642824] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@4f0000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.658968] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@500000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.675115] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@510000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.691262] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@520000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.707406] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@620000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.723552] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@720000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.739697] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@760000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.755851] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@c0000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.771990] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@d0000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.788136] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@f0000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.804195] spi0.0: ofpart partition /soc@0/spi@78b5000/flash@0/partition@f60000 (/soc@0/spi@78b5000/flash@0) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.
[ 1.820253] 22 fixed-partitions partitions found on MTD device spi0.0
[ 1.836290] Creating 22 MTD partitions on "spi0.0":
[ 1.842712] 0x000000000000-0x0000000c0000 : "0:SBL1"
[ 1.847926] 0x000000110000-0x0000002b0000 : "0:QSEE"
[ 1.853079] 0x000001760000-0x000001b60000 : "CONFIG"
[ 1.857976] 0x000001b60000-0x000001c60000 : "LOGGING"
[ 1.862919] 0x000001c60000-0x000001c80000 : "DEVCERT"
[ 1.867845] 0x000001c80000-0x000002000000 : "RESERVED"
[ 1.872887] 0x0000002b0000-0x000000450000 : "0:QSEE_1"
[ 1.877927] 0x000000450000-0x000000460000 : "0:DEVCFG"
[ 1.883067] 0x000000460000-0x000000470000 : "0:DEVCFG_1"
[ 1.888171] 0x000000470000-0x0000004b0000 : "0:RPM"
[ 1.893638] 0x0000004b0000-0x0000004f0000 : "0:RPM_1"
[ 1.898224] 0x0000004f0000-0x000000500000 : "0:CDT"
[ 1.903474] 0x000000500000-0x000000510000 : "0:CDT_1"
[ 1.908191] 0x000000510000-0x000000520000 : "0:uboot_env"
[ 1.913349] 0x000000520000-0x000000620000 : "0:APPSBL"
[ 1.918719] 0x000000620000-0x000000720000 : "0:APPSBL_1"
[ 1.923800] 0x000000720000-0x000000760000 : "0:art"
[ 1.929263] 0x000000760000-0x000000f60000 : "firmware"
[ 1.933862] 0x0000000c0000-0x0000000d0000 : "0:MIBIB"
[ 1.939044] 0x0000000d0000-0x0000000f0000 : "0:BOOTCONFIG"
[ 1.944164] 0x0000000f0000-0x000000110000 : "0:BOOTCONFIG1"
[ 1.949542] 0x000000f60000-0x000001760000 : "HL_backup1"
[ 1.976714] i2c_dev: i2c /dev entries driver
[ 1.982113] sdhci: Secure Digital Host Controller Interface driver
[ 1.982156] sdhci: Copyright(c) Pierre Ossman
[ 1.987192] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.995760] remoteproc remoteproc0: releasing cd00000.remoteproc
[ 1.998260] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
[ 2.006227] NET: Registered PF_INET6 protocol family
[ 2.013651] Segment Routing with IPv6
[ 2.017619] In-situ OAM (IOAM) with IPv6
[ 2.021223] NET: Registered PF_PACKET protocol family
[ 2.025164] 8021q: 802.1Q VLAN Support v1.8
[ 2.061747] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[ 2.062088] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[ 2.067874] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 2
[ 2.074518] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[ 2.082164] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[ 2.089639] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[ 2.098796] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 675000 uV
[ 2.105752] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 787500 uV
[ 2.115725] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 850000 uV
[ 2.125527] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop= 900000 uV
[ 2.135363] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 565, quot_offset[ 7]= 0
[ 2.145151] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 752, quot_offset[ 7]= 185
[ 2.155999] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]= 848, quot_offset[ 7]= 95
[ 2.166934] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]= 918, quot_offset[ 7]= 70
[ 2.178191] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[ 2.182162] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 864000 KHz
[ 2.198194] remoteproc remoteproc0: cd00000.remoteproc is available
[ 2.206511] ubi0: attaching mtd0
[ 2.750828] random: crng init done
[ 3.709516] ubi0: scanning is finished
[ 3.771422] ubi0: attached mtd0 (name "rootfs", size 256 MiB)
[ 3.771470] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 3.776163] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 3.782951] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 3.789791] ubi0: good PEBs: 2048, bad PEBs: 0, corrupted PEBs: 0
[ 3.796570] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
[ 3.802820] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1751503943
[ 3.809935] ubi0: available PEBs: 0, total reserved PEBs: 2048, PEBs reserved for bad PEB handling: 80
[ 3.819249] ubi0: background thread "ubi_bgt0d" started, PID 596
[ 3.819714] block ubiblock0_1: created from ubi0:1(rootfs)
[ 3.834621] clk: Disabling unused clocks
[ 3.844298] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 3.844881] Freeing unused kernel memory: 1984K
[ 3.850546] Run /sbin/init as init process
[ 3.854769] with arguments:
[ 3.854775] /sbin/init
[ 3.854780] with environment:
[ 3.854784] HOME=/
[ 3.854788] TERM=linux
[ 3.854791] pri=0
[ 4.063796] init: Console is alive
[ 4.063938] init: - watchdog -
[ 5.033428] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 5.064006] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 5.068701] pstore: Using crash dump compression: deflate
[ 5.069779] pstore: Registered ramoops as persistent store backend
[ 5.075308] ramoops: using 0x100000@0x50000000, ecc: 0
[ 5.132943] ssdk_dt_parse_port_bmp[1064]:INFO:port_bmp doesn't exist!
[ 5.132995] ssdk_dt_parse_interrupt[942]:INFO:intr-gpio does not exist
[ 5.837940] regi_init[2525]:INFO:Initializing CPPE Done!!
[ 5.838070] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 5.844799] EDMA ver 1 hw init
[ 5.848621] EDMA HW Reset completed succesfully
[ 5.851321] Num rings - TxDesc:1 (23-23) TxCmpl:1 (23-23)
[ 5.855695] RxDesc:1 (15-15) RxFill:1 (7-7)
[ 5.931273] Qualcomm Atheros AR8031/AR8033 90000.mdio-1:06: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:06, irq=POLL)
[ 5.932195] **********************************************************
[ 5.941603] * NSS Data Plane driver
[ 5.947888] **********************************************************
[ 5.968931] usbcore: registered new interface driver usb-storage
[ 5.969542] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.981179] init: - preinit -
[ 9.761183] nss-dp 3a001000.dp1 lan: PHY Link up speed: 1000
[ 10.882606] UBIFS (ubi0:2): Mounting in unauthenticated mode
[ 10.882764] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 771
[ 10.919378] UBIFS (ubi0:2): recovery needed
[ 11.029969] UBIFS (ubi0:2): recovery completed
[ 11.030103] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[ 11.033351] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 11.041241] UBIFS (ubi0:2): FS size: 226906112 bytes (216 MiB, 1787 LEBs), max 1799 LEBs, journal size 11300864 bytes (10 MiB, 89 LEBs)
[ 11.051140] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB)
[ 11.063115] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 4AB669E3-288B-46DE-9646-53D5ACE2D2F3, small LPT model
[ 11.074812] mount_root: switching to ubifs overlay
[ 11.085301] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[ 11.091321] urandom-seed: Seeding with /etc/urandom.seed
[ 11.157514] nss-dp 3a001000.dp1 lan: PHY Link is down
[ 11.162373] procd: - early -
[ 11.162489] procd: - watchdog -
[ 11.735936] procd: - watchdog -
[ 11.737582] procd: - ubus -
[ 11.889965] procd: - init -
[ 12.248486] kmodloader: loading kernel modules from /etc/modules.d/*
[ 12.366266] l2tp_core: L2TP core driver, V2.0
[ 12.367122] l2tp_netlink: L2TP netlink interface
[ 12.416723] urngd: v1.0.2 started.
[ 12.506418] qca-nss 39000000.nss: NSS FW Version: NSS.CP.11.4.0.5-6-R
[ 12.506456] qca-nss 39000000.nss: fw of size 862880 bytes copied to addr: 40000000, nss_id: 0
[ 12.513393] ffffffc07925c840: NSS core 0 DDR from 40000000 to 41000000
[ 12.547708] qca-nss 39000000.nss: NSS core 0 booted successfully
[ 12.634670] gre: GRE over IPv4 demultiplexor driver
[ 12.635568] ip_gre: GRE over IPv4 tunneling driver
[ 12.644304] QCA multicast snooping installed successfully
[ 12.650164] GACT probability on
[ 12.651081] Mirror/redirect action on
[ 12.656911] u32 classifier
[ 12.656940] input device check on
[ 12.658533] Actions configured
[ 12.668926] ntfs3: Enabled Linux POSIX ACLs support
[ 12.678322] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[ 12.678363] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[ 12.694029] NET: Registered PF_QIPCRTR protocol family
[ 12.705352] xt_time: kernel timezone is -0000
[ 12.799398] PPP generic driver version 2.4.2
[ 12.800417] NET: Registered PF_PPPOX protocol family
[ 12.803976] PPTP driver version 0.8.5
[ 12.810281] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 12.811284] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 12.830251] ath11k c000000.wifi: ipq6018 hw1.0
[ 12.830287] ath11k c000000.wifi: FW memory mode: 0
[ 12.893780] remoteproc remoteproc0: powering up cd00000.remoteproc
[ 12.918512] remoteproc remoteproc0: Booting fw image IPQ6018/q6_fw.mdt, size 7340
[ 13.843927] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[ 13.846512] ath11k c000000.wifi: qmi fail to get qcom,m3-dump-addr, ignore m3 dump mem req
[ 13.850945] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 13.850994] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 13.858567] ath11k c000000.wifi: fw_version 0x25008f8e fw_build_timestamp 2024-03-01 03:54 fw_build_id WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3
[ 13.874909] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 14.116321] ath11k c000000.wifi: nss init soc nss if_num 203 userpd_id 0
[ 16.287063] ECM init
[ 16.287133] ECM database jhash random seed: 0xa9d82dab
[ 16.421188] ECM init complete
thanks in advance