Support for Netgear Orbi SXK80

Once the base for the CPU in the SXK80 is ready I will be trying to add support for the SXK80.

I'm already noting down a few things here that will be needed later on:

GPIOs for the Buttons:

#define RESET_BUTTON 54
#define WPS_BUTTON 34

GPIOs for the LEDs

#define POWER_LED_GREEN         21
#define POWER_LED_RED           22
#define STATUS_LED_WHITE        26
#define STATUS_LED_GREEN        29
#define STATUS_LED_RED          31
#define STATUS_LED_BLUE         33

MAC Address offsets

#define BOARDCAL                0x1180000
#define BOARDCAL_LEN            0x100000

#define CONFIG_QUADRUPLE_MAC_ADDRESS 1
#define LAN_MAC_OFFSET          0x00
#define WAN_MAC_OFFSET          0x06
#define FIRST_5G_MAC_OFFSET         0x0c
#define FIRST_5G_MAC_LENGTH         6
#define SECOND_5G_MAC_OFFSET    0x12
#define SECOND_5G_MAC_LENGTH    6
#define WPSPIN_OFFSET           0x18
#define WPSPIN_LENGTH           8

There is also a flag that could mean trouble,I am not sure if it means what I think it means:
#define CONFIG_QCA_SECURE_BOOT

3 Likes

Hi, I actually have SXK80 (router and 3 satellites) but cannot use them as they are because of lack of functionality on the areas I need (lack of roaming support in AP mode to say just one thing)

I wonder if it might be possible to upgrade them to OpenWRT 21.X (they are based on version 15.X)
The hardware looks very good and I've experience in linux general, programming and hardware but haven't burned an OpenWRT in the past. I've installed it on a virtual machine and starting to learn a bit about OpenWRT.

What would be the steps to replace existing op-system and install OpenWRT? This device is not listed in the supported devices yet!

Thanks
Ignacio

Yes it works, OpenWRT can run on this device. I've started some work but haven't finished it. Also there's a PR pending for eMMC upgrade support, before that isn't merged I don't think it makes any sense to continue this effort. The current progress of my port can be found here: https://github.com/robimarko/openwrt/pull/10

If you want to continue the development feel free to do so. What I have there should be runnable, but there's no way to install updates from OpenWRT at the moment and also I have only tested it with Netboot, not with actually installing it.

TL;DR: There's not much left but some things like update support or finding and documenting a way of installing it and changing the bootloader config still need to be done. Look through my recent posts, they are in a different (kinda unrelated) Thread.

Hi,

I don't know if this is already somewhere. I'm adding here the output of dmesg after login in the router. if that is useful for anything. Note, the length is larger than maximum message so I've to split it in 3 parts

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.60 (nick.xm.chen@CNXMDNICP02) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 875bf54+r49254) ) #1 SMP PREEMPT Thu Sep 16 13:51:27 CST 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] Ignoring memory range 0x40000000 - 0x41000000
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: OVERLAP DETECTED!
[    0.000000] wifi_dump@51000000 (0x0000000051000000--0x0000000051600000) overlaps with wigig_dump@51200000 (0x0000000051200000--0x0000000051600000)
[    0.000000] On node 0 totalpages: 230112
[    0.000000]   DMA zone: 3596 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 230112 pages, LIFO batch:31
[    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] PERCPU: Embedded 15 pages/cpu @ffffffc03ef43000 s21248 r8192 d32000 u61440
[    0.000000] pcpu-alloc: s21248 r8192 d32000 u61440 alloc=15*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: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 226516
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 swiotlb=1 coherent_pool=2M
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] software IO TLB [mem 0x7fd3c000-0x7fd7c000] (0MB) mapped at [ffffffc03ed3c000-ffffffc03ed7bfff]
[    0.000000] Memory: 890268K/920448K available (6811K kernel code, 752K rwdata, 2816K rodata, 248K init, 440K bss, 30180K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000   (   246 GB)
[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
[    0.000000]               0xffffffbdc0040000 - 0xffffffbdc1000000   (    15 MB actual)
[    0.000000]     fixed   : 0xffffffbffa7fd000 - 0xffffffbffac00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000   (    16 MB)
[    0.000000]     modules : 0xffffffbffc000000 - 0xffffffc000000000   (    64 MB)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc03f000000   (  1008 MB)
[    0.000000]       .init : 0xffffffc0009e9000 - 0xffffffc000a27000   (   248 KB)
[    0.000000]       .text : 0xffffffc000080000 - 0xffffffc0009e8c64   (  9636 KB)
[    0.000000]       .data : 0xffffffc000a37000 - 0xffffffc000af3000   (   752 KB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000487] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000499] pid_max: default: 32768 minimum: 301
[    0.000596] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000608] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.001166] Initializing cgroup subsys io
[    0.001184] Initializing cgroup subsys memory
[    0.001209] Initializing cgroup subsys devices
[    0.001222] Initializing cgroup subsys freezer
[    0.001232] Initializing cgroup subsys net_cls
[    0.001242] Initializing cgroup subsys pids
[    0.001491] EFI services will not be available.
[    0.001516] ASID allocator initialised with 65536 entries
[    0.052364] MSM Memory Dump base table set up
[    0.052388] MSM Memory Dump apps data table set up
[    0.090055] Detected VIPT I-cache on CPU1
[    0.090100] CPU1: Booted secondary processor [410fd034]
[    0.120040] Detected VIPT I-cache on CPU2
[    0.120067] CPU2: Booted secondary processor [410fd034]
[    0.150069] Detected VIPT I-cache on CPU3
[    0.150096] CPU3: Booted secondary processor [410fd034]
[    0.150149] Brought up 4 CPUs
[    0.150176] SMP: Total of 4 processors activated.
[    0.150186] CPU: All CPU(s) started at EL1
[    0.150210] alternatives: patching kernel code
[    0.168875] DMI not present or invalid.
[    0.169126] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.169149] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.169522] pinctrl core: initialized pinctrl subsystem
[    0.170501] NET: Registered protocol family 16
[    0.170647] ramoops: using module parameters
[    0.170882] pstore: Registered ramoops as persistent store backend
[    0.170891] ramoops: attached 0x20000@0x51600000, ecc: 0/0
[    0.200015] cpuidle: using governor ladder
[    0.230032] cpuidle: using governor menu
[    0.230175] vdso: 2 pages (1 code @ ffffffc000a3d000, 1 data @ ffffffc000a3c000)
[    0.230205] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.230864] DMA: preallocated 2048 KiB pool for atomic allocations
[    0.231005] CPU: IPQ8074A, SoC Version: 2.0
[    0.231041] <CORE> glink_init: IPC Logging Disabled
[    0.231523] IPC logging disabled
[    0.231529] IPC logging disabled
[    0.231534] IPC logging disabled
[    0.231538] IPC logging disabled
[    0.231543] IPC logging disabled
[    0.233662] gpiochip_add: registered GPIOs 0 to 69 on device: 1000000.pinctrl
[    0.233675] GPIO chip 1000000.pinctrl: created GPIO range 0->69 ==> 1000000.pinctrl PIN 0->69
[    0.234504] Soc version is not 1, changing clock offsets
[    0.246155] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel !
[    0.248936] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel !
[    0.251351] msm_rpm_dev_probe: APSS-RPM communication over GLINK
[    0.252446] sps:sps is ready.
[    0.258876] spmi spmi-0: PMIC Arb Version-2 (0x20010000)
[    0.265395] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.265705] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid fuse count: 2
[    0.301239] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixed-regulator@0[0]'
[    0.302054] pps_core: LinuxPPS API ver. 1 registered
[    0.302062] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.302085] PTP clock support registered
[    0.302239] dmi: Firmware registration failed.
[    0.303753] Advanced Linux Sound Architecture Driver Initialized.
[    0.304413] clocksource: Switched to clocksource arch_sys_counter
[    0.304792] FS-Cache: Loaded
[    0.307744] NET: Registered protocol family 2
[    0.307847] create ipmac proc
[    0.308403] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.308512] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.308697] TCP: Hash tables configured (established 8192 bind 8192)
[    0.308755] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.308792] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.308965] NET: Registered protocol family 1
[    0.309184] RPC: Registered named UNIX socket transport module.
[    0.309191] RPC: Registered udp transport module.
[    0.309197] RPC: Registered tcp transport module.
[    0.309203] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.309223] PCI: CLS 0 bytes, default 128
[    0.310467] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.320349] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.321958] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.322697] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.323257] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.323385] fuse init (API version 7.23)
[    0.323720] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.328167] Key type asymmetric registered
[    0.328183] Asymmetric key parser 'x509' registered
[    0.328215] io scheduler noop registered
[    0.328228] io scheduler deadline registered (default)
[    0.330326] qcom-pcie 20000000.pci: GPIO lookup for consumer perst
[    0.330337] qcom-pcie 20000000.pci: using device tree for GPIO lookup
[    0.330350] of_get_named_gpiod_flags: can't parse 'perst-gpios' property of node '/soc/pci@20000000[0]'
[    0.330366] of_get_named_gpiod_flags: parsed 'perst-gpio' property of node '/soc/pci@20000000[0]' - status (0)
[    0.330524] 20000000.pci supply vdda not found, using dummy regulator
[    0.330580] 20000000.pci supply vdda_phy not found, using dummy regulator
[    0.330614] 20000000.pci supply vdda_refclk not found, using dummy regulator
[    0.331283] PCI host bridge /soc/pci@20000000 ranges:
[    0.331310]    IO 0x20200000..0x2020ffff -> 0x20200000
[    0.331328]   MEM 0x20220000..0x2fffffff -> 0x20220000
[    1.486081] qcom-pcie 20000000.pci: phy link never came up
[    1.487639] qcom-pcie 20000000.pci: hostinit failed
[    1.487648] qcom-pcie 20000000.pci: cannot initialize host
[    1.487800] qcom-pcie: probe of 20000000.pci failed with error -110
[    1.487862] qcom-pcie 10000000.pci: GPIO lookup for consumer perst
[    1.487872] qcom-pcie 10000000.pci: using device tree for GPIO lookup
[    1.487884] of_get_named_gpiod_flags: can't parse 'perst-gpios' property of node '/soc/pci@10000000[0]'
[    1.487899] of_get_named_gpiod_flags: parsed 'perst-gpio' property of node '/soc/pci@10000000[0]' - status (0)
[    1.487989] 10000000.pci supply vdda not found, using dummy regulator
[    1.488036] 10000000.pci supply vdda_phy not found, using dummy regulator
[    1.488071] 10000000.pci supply vdda_refclk not found, using dummy regulator
[    1.488612] PCI host bridge /soc/pci@10000000 ranges:
[    1.488633]    IO 0x10200000..0x1020ffff -> 0x10200000
[    1.488646]   MEM 0x10220000..0x1fffffff -> 0x10220000
[    2.634531] qcom-pcie 10000000.pci: phy link never came up
[    2.636089] qcom-pcie 10000000.pci: hostinit failed
[    2.636098] qcom-pcie 10000000.pci: cannot initialize host
[    2.636212] qcom-pcie: probe of 10000000.pci failed with error -110
[    2.636636] MDSS QPIC HW Base phy_Address=0x7980000 virt=ffffff80006c0000
[    2.637054] mdss_qpic_panel_probe: Panel Name = qpic lcd panel
[    2.638301] mdss_fb_register: FrameBuffer[0] 800x480 registered successfully!
[    2.643428] NET: Registered protocol family 27
[    2.643440] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled
[    2.643456] qmi_log_init: IPC Logging disabled
[    2.643462] qmi_log_init: IPC Logging disabled
[    2.643552] msm_rpm_log_probe: OK
[    2.644217] msm-dcc b3000.dcc: DCC XPU is not specified
[    2.644545] msm-dcc b3000.dcc: jiffies_64: 0xffff8bd9, cntvct_64: 0x28e772f2
[    2.644558] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xffffff8000682004)
[    2.644569] msm-dcc b3000.dcc: gcnt_lo: 0x28e774dd(0xffffff8000682000)
[    2.645210] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set
[    2.646777] msm_serial 78b3000.serial: msm_serial: detected port #0
[    2.646820] msm_serial 78b3000.serial: uartclk = 3686400
[    2.646866] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 77, base_baud = 230400) is a MSM
[    2.646888] msm_serial: console setup on port #0
[    3.562765] console [ttyMSM0] enabled
[    3.567783] msm_serial: driver initialized
[    3.571317] msm_serial_hsl_init: driver initialized
[    3.583853] brd: module loaded
[    3.584585] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    4.584430] m25p80 spi32766.0: SPI transfer failed: -110
[    4.584461] spi_master spi32766: failed to transfer one message from queue
[    4.588805] m25p80 spi32766.0: error -110 reading 9f
[    4.595509] m25p80: probe of spi32766.0 failed with error -110
[    4.601740] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xac
[    4.606266] nand: ONFI 10-Compliant Winbond W29N04GZ
[    4.612758] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    4.617814] 37 ofpart partitions found on MTD device qcom_nand.0
[    4.625099] Creating 37 MTD partitions on "qcom_nand.0":
[    4.631252] 0x000000000000-0x000000100000 : "0:SBL1"
[    4.638076] 0x000000100000-0x000000200000 : "0:MIBIB"
[    4.642876] 0x000000200000-0x000000280000 : "0:BOOTCONFIG"
[    4.647454] 0x000000280000-0x000000300000 : "0:BOOTCONFIG1"
[    4.652845] 0x000000300000-0x000000600000 : "0:QSEE"
[    4.660233] 0x000000600000-0x000000900000 : "0:QSEE_1"
[    4.665439] 0x000000900000-0x000000980000 : "0:DEVCFG"
[    4.668445] 0x000000980000-0x000000a00000 : "0:DEVCFG_1"
[    4.673583] 0x000000a00000-0x000000a80000 : "0:APDP"
[    4.679056] 0x000000a80000-0x000000b00000 : "0:APDP_1"
[    4.683984] 0x000000b00000-0x000000b80000 : "0:RPM"
[    4.688922] 0x000000b80000-0x000000c00000 : "0:RPM_1"
[    4.693702] 0x000000c00000-0x000000c80000 : "0:CDT"
[    4.698935] 0x000000c80000-0x000000d00000 : "0:CDT_1"
[    4.703598] 0x000000d00000-0x000000d80000 : "0:APPSBLENV"
[    4.708839] 0x000000d80000-0x000000e80000 : "0:APPSBL"
[    4.714637] 0x000000e80000-0x000000f80000 : "0:APPSBL_1"
[    4.719630] 0x000000f80000-0x000001000000 : "0:ART"
[    4.724743] 0x000001000000-0x000001080000 : "0:ART.bak"
[    4.729312] 0x000001080000-0x000001180000 : "config"
[    4.734906] 0x000001180000-0x000001280000 : "boarddata1"
[    4.740104] 0x000001280000-0x000001380000 : "boarddata2"
[    4.745417] 0x000001380000-0x000001480000 : "pot"
[    4.750710] 0x000001480000-0x000001980000 : "dnidata"
[    4.758409] 0x000001980000-0x000008680000 : "firmware"
[    4.843010] 0x000001980000-0x000001fa0000 : "kernel"
[    4.848402] 0x000001fa0000-0x000008680000 : "rootfs"
[    4.928260] boot_from_dni_dual_firmware: boot partition index in boarddata2 is 0x31
[    4.928286] boot_from_dni_dual_firmware: booting rootfs from rootfs
[    4.934731] mtd: device 26 (rootfs) set to be root filesystem
[    4.941613] mtd: find squashfs magic at 0x1fc0000 of qcom_nand.0
[    4.946879] mtd: find squashfs magic at 0x20000 of rootfs
[    4.952943] remap_blocks_in_rootfs_partition: remapped partition rootfs: 0x000001fc0000-0x000008680000
[    4.958254] create_block_mapping: create logic to physic blocks mapping for rootfs
[    5.045787] 0x000008680000-0x00000f380000 : "firmware2"
[    5.129884] 0x000008680000-0x000008ca0000 : "kernel2"
[    5.135266] 0x000008ca0000-0x00000f380000 : "rootfs2"
[    5.172982] random: nonblocking pool is initialized
[    5.215383] mtd: find squashfs magic at 0x8cc0000 of qcom_nand.0
[    5.215407] mtd: find squashfs magic at 0x20000 of rootfs2
[    5.220447] remap_blocks_in_rootfs_partition: remapped partition rootfs2: 0x000008cc0000-0x00000f380000
[    5.225764] create_block_mapping: create logic to physic blocks mapping for rootfs2
[    5.313748] 0x00000f380000-0x00000f880000 : "language"
[    5.318239] 0x00000f880000-0x00000f980000 : "cert"
[    5.319659] 0x00000f980000-0x00000fa00000 : "mtdoops"
[    5.323577] 0x00000fa00000-0x00000fc00000 : "router_analytics"
[    5.329852] 0x00000fc00000-0x000014000000 : "ntgrdata"
[    5.386270] 0x000014000000-0x000020000000 : "reserved"
[    5.534261] 0x000000000000-0x000020000000 : "nand0"
[    5.928047] libphy: Fixed MDIO Bus: probed
[    5.928723] of_get_named_gpiod_flags: parsed 'phy-reset-gpio' property of node '/soc/mdio@90000[0]' - status (0)
[    6.144470] of_get_named_gpiod_flags: parsed 'phy-reset-gpio' property of node '/soc/mdio@90000[1]' - status (0)
[    6.364525] of_get_named_gpiod_flags: can't parse 'phy-reset-gpio' property of node '/soc/mdio@90000[2]'
[    6.364537] qca-mdio 90000.mdio: Could not find phy-reset-gpio
[    6.364670] libphy: qca_mdio: probed
[    6.370654] qca-mdio 90000.mdio: qca-mdio driver was registered
[    6.373243] Unable to create IPC log context!
[    6.378991] cnss: Platform driver probed successfully.
[    6.383391] Skip QCA8074V1 in V2 platform
[    6.388323] cnss_genl: genl_register_family fail: -17
[    6.392254] cnss: CNSS genl init failed -17
[    6.397351] cnss: Platform driver probed successfully.
[    6.401479] i2c /dev entries driver
[    6.407702] tlc59208f init! flash_type_name=NAND_FLASH
[    6.407711] tlc59208f_init 413: get i2c adapter ok
[    6.407783] get i2c client tlc59208f @ 0x27 ok
[    6.407818] tlc59208f probe
[    6.407824] 
[    6.407824] Init I2c register 27
[    6.409904] tlc59208f_init 441: get i2c adapter ok
[    6.409984] tlc59208f probe
[    6.409990] 
[    6.409990] Init I2c register 48
[    6.414786] get i2c client m7533 @ 0x48 ok
[    6.421932] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    6.422412] sdhci: Secure Digital Host Controller Interface driver
[    6.429494] sdhci: Copyright(c) Pierre Ossman
[    6.435434] sdhci-pltfm: SDHCI platform and OF driver helper
[    6.440421] qcom_ice_get_pdevice: invalid device list
[    6.445597] sdhci_msm 7824900.sdhci: sdhci_msm_ice_get_dev: ICE device not probed yet
[    6.450531] sdhci_msm 7824900.sdhci: sdhci_msm_probe: required ICE device not probed yet err = -517
[    6.458856] sdhci_msm 7864900.sdhci: sdhci_msm_probe: ICE device is not enabled
[    6.467255] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/soc/sdhci@7864900[0]' - status (0)
[    6.467270] of_get_named_gpiod_flags: parsed 'sd-ldo-gpios' property of node '/soc/sdhci@7864900[0]' - status (0)
[    6.467290] sdhci_msm 7864900.sdhci: Got SD LDO GPIO #21
[    6.574537] sdhci_msm 7864900.sdhci: No vreg data found for vdd
[    6.574566] sdhci_msm 7864900.sdhci: No vreg data found for vdd-io
[    6.590162] pmd9655_ldo11: supplied by e-smps1-reg
[    6.590292] sdhci_msm 7864900.sdhci: No vmmc regulator found
[    6.634521] mmc0: SDHCI controller on 7864900.sdhci [7864900.sdhci] using ADMA 64-bit
[    6.635514] qcom_ice_get_device_tree_data: No vdd-hba-supply regulator, assuming not needed
[    6.641376] ICE IRQ = 80
[    6.650833] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000008b04000
[    6.652266] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000008b04000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000008b04000
[    6.669375] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000008b04000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000008b04000
[    6.685260] sps:BAM 0x0000000008b04000 is registered.<0>[    6.693057] DEV CI test message
[    6.697779] subsys-restart: ssr_parse_restart_orders(): q6v5_m3 device has been added to q6v5-m3's restart group
[    6.700454] subsys-restart: ssr_parse_restart_orders(): q6v5_wcss device has been added to q6v5-m3's restart group
[    6.710950] remoteproc remoteproc0: q6v5-m3 is available
[    6.721367] SPMI VADC - Min ch: 0 Max ch: 15
[    6.728258] of_graph_get_next_endpoint(): no port node found in /soc/csr@6001000
[    6.730815] coresight-csr 6001000.csr: CSR initialized
[    6.738297] of_graph_get_next_endpoint(): no port node found in /soc/cti@6010000
[    6.743218] of_graph_get_next_endpoint(): no port node found in /soc/cti@6011000
[    6.750772] of_graph_get_next_endpoint(): no port node found in /soc/cti@6012000
[    6.758156] of_graph_get_next_endpoint(): no port node found in /soc/cti@6013000
[    6.765524] of_graph_get_next_endpoint(): no port node found in /soc/cti@6014000
[    6.772897] of_graph_get_next_endpoint(): no port node found in /soc/cti@6015000
[    6.780285] of_graph_get_next_endpoint(): no port node found in /soc/cti@6016000
[    6.787664] of_graph_get_next_endpoint(): no port node found in /soc/cti@6017000
[    6.795042] of_graph_get_next_endpoint(): no port node found in /soc/cti@6018000
[    6.802407] of_graph_get_next_endpoint(): no port node found in /soc/cti@6019000
[    6.809802] of_graph_get_next_endpoint(): no port node found in /soc/cti@601a000
[    6.817180] of_graph_get_next_endpoint(): no port node found in /soc/cti@601b000
[    6.824561] of_graph_get_next_endpoint(): no port node found in /soc/cti@601c000
[    6.831920] of_graph_get_next_endpoint(): no port node found in /soc/cti@601d000
[    6.840406] of_graph_get_next_endpoint(): no port node found in /soc/cti@601e000
[    6.846698] of_graph_get_next_endpoint(): no port node found in /soc/cti@601f000
[    6.854058] of_graph_get_next_endpoint(): no port node found in /soc/cti@6198000
[    6.861655] of_graph_get_next_endpoint(): no port node found in /soc/cti@6199000
[    6.868971] of_graph_get_next_endpoint(): no port node found in /soc/cti@619a000
[    6.876405] of_graph_get_next_endpoint(): no port node found in /soc/cti@619b000
[    6.883807] of_graph_get_next_endpoint(): no port node found in /soc/cti@610c000
[    6.891210] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000006044000
[    6.898207] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000006044000
[    6.915293] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000006044000
[    6.931179] sps:BAM 0x0000000006044000 is registered.<6>[    6.938823] coresight-tmc 6028000.tmc: TMC initialized
[    6.943648] coresight-tmc 6027000.tmc: TMC initialized
[    6.948790] coresight-funnel 6021000.funnel: FUNNEL initialized
[    6.953802] coresight-funnel 6100000.funnel: FUNNEL initialized
[    6.959631] coresight-funnel 6120000.funnel: FUNNEL initialized
[    6.965531] coresight-funnel 6130000.funnel: FUNNEL initialized
[    6.971433] coresight-funnel 61a1000.funnel: FUNNEL initialized

Part 2:

[    6.977967] coresight-etm4x 619c000.etm: ETM 4.0 initialized
[    6.983589] coresight-etm4x 619d000.etm: ETM 4.0 initialized
[    6.989534] coresight-etm4x 619e000.etm: ETM 4.0 initialized
[    6.995219] coresight-etm4x 619f000.etm: ETM 4.0 initialized
[    7.000447] coresight-replicator-qcom 6026000.replicator: REPLICATOR 1.0 initialized
[    7.006207] coresight-stm 6002000.stm: STM initialized
[    7.014870] of_graph_get_next_endpoint(): no port node found in /soc/hwevent@6101000
[    7.018605] coresight-hwevent 6101000.hwevent: Hardware Event driver initialized
[    7.028096] ipq_audio soc:sound@0: ASoC: CPU DAI qca-i2s-dai not registered
[    7.033774] ipq_audio soc:sound@0: snd_soc_register_card() failed:-517
[    7.043048] qca_codec 0-0012: i2c regmap done
[    7.048376] Netfilter messages via NETLINK v0.30.
[    7.051536] nf_conntrack version 0.5.0 (6955 buckets, 27820 max)
[    7.057058] ip_tables: (C) 2000-2006 Netfilter Core Team
[    7.063132] NET: Registered protocol family 10
[    7.068380] NET: Registered protocol family 17
[    7.071825] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    7.076297] Bridge firewalling registered
[    7.088994] 8021q: 802.1Q VLAN Support v1.8
[    7.092921] Key type dns_resolver registered
[    7.098475] <CORE> glink_core_register_transport: IPC Logging disabled
[    7.101450] msm_glink_smem_native_xprt	rx fifo not found
[    7.107847] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    7.113374] pmd9655_s3: supplied by e-smps1-reg
[    7.120428] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[    7.124760] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[    7.131343] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[    7.139016] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[    7.146538] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[    7.155662] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      SVS: open-loop= 704000 uV
[    7.162598] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      NOM: open-loop= 816000 uV
[    7.172591] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused    TURBO: open-loop= 880000 uV
[    7.182398] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused   STURBO: open-loop= 952000 uV
[    7.192267] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      SVS: quot[ 7]= 720, quot_offset[ 7]=   0
[    7.202022] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      NOM: quot[ 7]= 933, quot_offset[ 7]= 210
[    7.212872] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused    TURBO: quot[ 7]=1042, quot_offset[ 7]= 105
[    7.223808] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused   STURBO: quot[ 7]=1175, quot_offset[ 7]= 130
[    7.234873] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[    7.246227] qcom,cpr3-npu-regulator a4000.npu-cpr: NPU CPR valid fuse count: 2
[    7.252560] pmd9655_s4: supplied by e-smps1-reg
[    7.259693] cpr3_mem_acc_init: npu: not using memory accelerator regulator
[    7.263984] npu_corner: fused      NOM: open-loop= 792000 uV
[    7.270934] npu_corner: fused    TURBO: open-loop= 856000 uV
[    7.276788] npu_corner: fused      NOM: open-loop= 792000 uV
[    7.282378] npu_corner: fused    TURBO: open-loop= 856000 uV
[    7.288056] npu_corner: Normal and Cold condition init done. Default to normal.
[    7.294863] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 800000 KHz
[    7.300847] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1017600 KHz
[    7.308608] qcom_ice_get_pdevice: found ice device ffffffc03c970000
[    7.316679] qcom_ice_get_pdevice: matching platform device ffffffc0097aa000
[    7.322750] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/soc/sdhci@7824900[0]'
[    7.322754] of_get_named_gpiod_flags: can't parse 'sd-ldo-gpios' property of node '/soc/sdhci@7824900[0]'
[    7.322768] sdhci_msm 7824900.sdhci: No vreg data found for vdd
[    7.329698] sdhci_msm 7824900.sdhci: No vreg data found for vdd-io
[    7.335767] qcom_ice 7803000.sdcc1ice: QC ICE 2.1.44 device found @0xffffff80017fc000
[    7.342913] sdhci_msm 7824900.sdhci: No vmmc regulator found
[    7.349745] sdhci_msm 7824900.sdhci: No vqmmc regulator found
[    7.394414] mmc1: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit
[    7.394602] DEV CI test message
[    7.401503] remoteproc remoteproc1: q6v5-wcss is available
[    7.405109] ipq_audio soc:sound@0: qca-i2s-codec-dai <-> qca-i2s-dai mapping ok
[    7.410243] ipq_audio soc:sound@0: qca-tdm-codec-dai <-> qca-tdm-dai mapping ok
[    7.434360] hctosys: unable to open rtc device (rtc0)
[    7.440513] ALSA device list:
[    7.440532]   #0: ipq8074_snd_card
[    7.444780] VFS: Mounted root (squashfs filesystem) readonly on device 31:26.
[    7.445869] Freeing unused kernel memory: 248K (ffffffc0009e9000 - ffffffc000a27000)
[    7.452971] Freeing alternatives memory: 44K (ffffffc000a27000 - ffffffc000a32000)
[    7.739390] init: Console is alive
[    7.739473] init: - watchdog -
[    8.437682] usbcore: registered new interface driver usbfs
[    8.437723] usbcore: registered new interface driver hub
[    8.442114] usbcore: registered new device driver usb
[    8.449065] Button Hotplug driver version 0.4.1
[    8.453064] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/gpio_keys/button@1[0]' - status (0)
[    8.455052] SCSI subsystem initialized
[    8.462136] ipq807x-pinctrl 1000000.pinctrl: pin GPIO_26 already requested by soc:sound@0; cannot claim for soc:leds
[    8.462172] ipq807x-pinctrl 1000000.pinctrl: pin-26 (soc:leds) status -22
[    8.471751] ipq807x-pinctrl 1000000.pinctrl: could not request pin 26 (GPIO_26) from group gpio26  on device 1000000.pinctrl
[    8.478418] leds-gpio soc:leds: Error applying setting, reverse things back
[    8.489729] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/leds/led@21[0]' - status (0)
[    8.489734] gpio-21 (sd-ldo-gpios): gpiod_request: status -16
[    8.489738] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/soc/leds/led@21[0]'
[    8.489747] leds-gpio: probe of soc:leds failed with error -2
[    8.742049] init: - preinit -
[   10.899966] ubi0: attaching mtd34
[   11.166393] ubi0: scanning is finished
[   11.173176] ubi0: attached mtd34 (name "ntgrdata", size 68 MiB)
[   11.173198] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[   11.177942] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[   11.184873] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[   11.191723] ubi0: good PEBs: 544, bad PEBs: 0, corrupted PEBs: 0
[   11.198498] ubi0: user volume: 10, internal volumes: 1, max. volumes count: 128
[   11.204749] ubi0: max/mean erase counter: 8/4, WL threshold: 4096, image sequence number: 1565715676
[   11.211778] ubi0: available PEBs: 12, total reserved PEBs: 532, PEBs reserved for bad PEB handling: 80
[   11.221164] ubi0: background thread "ubi_bgt0d" started, PID 203
[   11.242633] ubi1: attaching mtd23
[   11.267025] ubi1: scanning is finished
[   11.271563] ubi1 warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 24, need 80
[   11.271945] ubi1: attached mtd23 (name "dnidata", size 5 MiB)
[   11.280803] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[   11.286704] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[   11.293463] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[   11.300330] ubi1: good PEBs: 40, bad PEBs: 0, corrupted PEBs: 0
[   11.307098] ubi1: user volume: 4, internal volumes: 1, max. volumes count: 128
[   11.312995] ubi1: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 782813794
[   11.320298] ubi1: available PEBs: 0, total reserved PEBs: 40, PEBs reserved for bad PEB handling: 24
[   11.329241] ubi1: background thread "ubi_bgt1d" started, PID 220
[   11.602350] procd: - early -
[   11.605248] procd: - watchdog -
[   12.224857] procd: - ubus -
[   13.228314] procd: - init -
[   14.067436] gpio-21 (sd-ldo-gpios): gpiod_request: status -16
[   14.067446] export_store: status -16
[   14.382525] atherosgpio init
[   14.382539] 
[   14.382539] 
[   14.382539] 
[   14.382539] 
[   14.382539]  LED = 22, 21,31 ,29, 33,26
[   14.382539] 
[   14.382539] 
[   14.382539] 
[   14.382539] 
[   14.382590] gpio-21 (sd-ldo-gpios): gpiod_request: status -16
[   14.382597] gpio-31 (sysfs): gpiod_request: status -16
[   14.383238]  Init Sensor temp = 0032, shutdown temp = 0064
[   17.050624] cfg80211: World regulatory domain updated:
[   17.050651] cfg80211:  DFS Master region: unset
[   17.054684] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   17.059258] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   17.066708] device-mapper: req-crypt: dm-req-crypt successfully initalized.
[   17.066708] 
[   17.067710] Initializing XFRM netlink socket
[   17.068102] NET: Registered protocol family 15
[   17.085704] ssdk_switch_device_num_init[998]:INFO:ess-switch dts node number: 1
[   17.085736] ssdk_dt_get_switch_node[836]:INFO:ess-switch DT exist!
[   17.085744] ssdk_dt_parse_access_mode[737]:INFO:switch_access_mode: local bus
[   17.085746] ssdk_dt_parse_access_mode[750]:INFO:switchreg_base_addr: 0x3a000000
[   17.085748] ssdk_dt_parse_access_mode[751]:INFO:switchreg_size: 0x1000000
[   17.085750] ssdk_dt_parse_mac_mode[242]:INFO:mac mode = 0x0
[   17.085753] ssdk_dt_parse_mac_mode[251]:INFO:mac mode1 = 0xff
[   17.085755] ssdk_dt_parse_mac_mode[260]:INFO:mac mode2 = 0xf
[   17.085768] ssdk_dt_parse_phy_info[569]:INFO:[PORT 6] port_mac_sel = QGMAC_PORT
[   17.085780] ssdk_dt_parse_uniphy[279]:INFO:ess-uniphy DT exist!
[   17.085873] ssdk_dt_parse_intf_mac[683]:INFO:dp1 MAC 94:a6:7e:63:2d:23
[   17.085893] ssdk_dt_parse_intf_mac[683]:INFO:dp2 MAC 94:a6:7e:63:2d:24
[   17.085913] ssdk_dt_parse_intf_mac[683]:INFO:dp3 MAC 94:a6:7e:63:2d:25
[   17.085933] ssdk_dt_parse_intf_mac[683]:INFO:dp4 MAC 94:a6:7e:63:2d:26
[   17.085982] ssdk_plat_init start
[   17.089560] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   17.093805] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   17.103122] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   17.111088] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   17.120817] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   17.130266] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   17.138341] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   17.166433] ssdk_ppe_clock_init[517]:INFO:ppe and uniphy clock init successfully!
[   17.166677] ssdk_probe[1912]:INFO:ess_rst doesn't exist!
[   17.167241] HPPE initializing...
[   17.167441] malibu_phy_api_ops_init[2849]:INFO:qca probe malibu phy driver succeeded!
[   17.170879] qca808x_phy_api_ops_init[2125]:INFO:qca probe qca808x phy driver succeeded!
[   17.171678] qca808x_ptp_register[1410]:INFO:qca808x ptp clock registered
[   17.171720] regi_init[3359]:INFO:Initializing HPPE!!
[   17.384408] ssdk_ppe_reset_init[798]:INFO:ppe reset successfully!
[   17.387451] qca_hppe_tdm_hw_init[737]:INFO:tdm setup num=96
[   17.387735] qca_hppe_portctrl_hw_init[165]:INFO:Hawkeye PPE port initializing
[   18.732476] ssdk_switch_register[1617]:INFO:Chip version 0x1500
[   18.732503] qca_link_polling_select[1279]:INFO:link-polling-required node does not exist
[   18.732506] ssdk_switch_register[1642]:INFO:polling is selected
[   18.732511] regi_init[3363]:INFO:Initializing HPPE Done!!
[   18.732572] regi_init[3407]:INFO:qca-ssdk module init succeeded!
[   18.747287] tun: Universal TUN/TAP device driver, 1.6
[   18.747310] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   18.753537] EDMA ver 1 hw init
[   18.757630] EDMA HW Reset completed succesfully
[   18.760453] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[   18.764868] RxDesc:1 (15-15) RxFill:1 (7-7)
[   18.773231] GMAC5(ffffffc03aa95880) Invalid MAC@ - using 2e:47:be:44:33:6a
[   18.775010] GMAC6(ffffffc03aa99880) Invalid MAC@ - using d6:6e:b7:1b:9f:ac
[   18.983265] **********************************************************
[   18.983293] * NSS Data Plane driver
[   18.989051] **********************************************************
[   18.992985] dni_enet: module license 'DNI' taints kernel.
[   18.998731] Disabling lock debugging due to kernel taint
[   19.004557] Loading DNI-ENET driver
[   19.011384] l2tp_core: L2TP core driver, V2.0
[   19.011880] l2tp_netlink: L2TP netlink interface
[   19.045214] qca-nss 39000000.nss: Direct firmware load for qca-nss0.bin failed with error -2
[   19.045247] qca-nss 39000000.nss: Falling back to user helper
[   19.217682] nss_driver - fw of size 688848  bytes copied to load addr: 40000000, nss_id : 0
[   19.219381] Supported Frequencies - 
[   19.224851] 748.8 MHz 1.4976 GHz 
[   19.230809] 1.6896 GHz <1>[   19.231854] 
[   19.234315] ffffffbffc73b000: meminfo init succeed
[   19.253001] qca-nss 39400000.nss: Direct firmware load for qca-nss1.bin failed with error -2
[   19.253034] qca-nss 39400000.nss: Falling back to user helper
[   19.265505] node size 2 # items 4
[   19.266138] memory: 40000000 1073741824 (avl 943009792) items 4 active_cores 2
[   19.269584] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
[   19.276600] ffffffbffc73b000: nss core 0 booted successfully
[   19.305687] nss_driver - fw of size 287948  bytes copied to load addr: 40800000, nss_id : 1
[   19.306524] Supported Frequencies - 
[   19.312875] 748.8 MHz 1.4976 GHz 
[   19.318819] 1.6896 GHz <1>[   19.319862] 
[   19.322343] ffffffbffc742280: meminfo init succeed
[   19.326020] sit: IPv6 over IPv4 tunneling driver
[   19.328478] node size 2 # items 4
[   19.328481] memory: 40000000 1073741824 (avl 943312896) items 4 active_cores 2
[   19.328513] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
[   19.328523] ffffffbffc742280: nss core 1 booted successfully
[   19.352564] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded.
[   19.354682] gre: GRE over IPv4 demultiplexor driver
[   19.357217] ip_gre: GRE over IPv4 tunneling driver
[   19.362334] ip6_gre: GRE over IPv6 tunneling driver
[   19.368056] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   19.373255] QCA multicast snooping installed successfully
[   19.374137] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   19.380851] nf_conntrack_rtsp v0.6.21 loading
[   19.381267] nf_nat_rtsp v0.6.21 loading
[   19.386353] XHTTP netlink: create netlink OK.
[   19.391464] QCA Hy-Fi multicast installation successfully
[   19.398392] PPP generic driver version 2.4.2
[   19.400631] nss_lag_init[354]:LAG Manager Installed
[   19.403746] NET: Registered protocol family 24
[   19.409096] PPTP driver version 0.8.5
[   19.414854] diag: IPC Logging disabled
[   19.419090] <NSS-CRYPTO>:module loaded Build_ID - 09/16/21, 13:01:58 SoC=ipq807x_64
[   19.421225] cannot find nss-macsec0 node
[   19.426110] cannot find nss-macsec1 node
[   19.430180] cannot find nss-macsec2 node
[   19.433897] nss_macsec init success
[   19.449070] u32 classifier
[   19.449089]     input device check on
[   19.450692]     Actions configured
[   19.456254] Mirror/redirect action on
[   19.472372] arp_tables: (C) 2002 David S. Miller
[   19.477533] Ebtables v2.0 registered
[   19.479827] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[   19.487287] nf_conntrack_rtsp: exports duplicate symbol nf_nat_rtsp_hook_expectfn (owned by nf_conntrack_dnirtsp)
[   19.553207] PPP MPPE Compression module registered
[   19.562744] xt_time: kernel timezone is -0000
[   19.566944] nf_conntrack_rtsp: exports duplicate symbol nf_nat_rtsp_hook_expectfn (owned by nf_conntrack_dnirtsp)
[   19.615944] nf_conntrack_rtsp: exports duplicate symbol nf_nat_rtsp_hook_expectfn (owned by nf_conntrack_dnirtsp)
[   25.865589] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 2815
[   25.918423] UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "vol_dal"
[   25.918453] UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   25.924924] UBIFS (ubi0:3): FS size: 4063232 bytes (3 MiB, 32 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
[   25.934994] UBIFS (ubi0:3): reserved for root: 191915 bytes (187 KiB)
[   25.944741] UBIFS (ubi0:3): media format: w4/r0 (latest is w4/r0), UUID 189A65E6-F6C4-4E45-98EE-DAFB854E174B, small LPT model
[   26.209306] hyfi_netlink_receive:72:Device not found: br-lan
[   27.328809] ECM init
[   27.328860] ECM database jhash random seed: 0x7653ae81
[   27.351016] ECM init complete
[   27.517498] UBIFS (ubi0:5): background thread "ubifs_bgt0_5" started, PID 4222
[   27.586975] UBIFS (ubi0:5): UBIFS: mounted UBI device 0, volume 5, name "vol_https_cert"
[   27.587006] UBIFS (ubi0:5): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   27.594132] UBIFS (ubi0:5): FS size: 1142784 bytes (1 MiB, 9 LEBs), journal size 888833 bytes (0 MiB, 5 LEBs)
[   27.604054] UBIFS (ubi0:5): reserved for root: 53976 bytes (52 KiB)
[   27.613839] UBIFS (ubi0:5): media format: w4/r0 (latest is w4/r0), UUID CCD5EEB8-1EB4-4589-893A-675B50C87F06, small LPT model
[   28.349318] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   28.361729] device eth2 entered promiscuous mode
[   28.365314] br-lan: port 1(eth2) entered listening state
[   28.370017] br-lan: port 1(eth2) entered listening state
[   28.377040] device eth3 entered promiscuous mode
[   28.380640] br-lan: port 2(eth3) entered listening state
[   28.385225] br-lan: port 2(eth3) entered listening state
[   28.392182] device eth4 entered promiscuous mode
[   28.395858] br-lan: port 3(eth4) entered listening state
[   28.400399] br-lan: port 3(eth4) entered listening state
[   28.407417] device eth5 entered promiscuous mode
[   28.411024] br-lan: port 4(eth5) entered listening state
[   28.415608] br-lan: port 4(eth5) entered listening state
[   28.460111] device eth1 entered promiscuous mode
[   28.466450] IPv6: ADDRCONF(NETDEV_UP): eth2.10: link is not ready
[   28.468235] device eth2.10 entered promiscuous mode
[   28.502070] IPv6: ADDRCONF(NETDEV_UP): eth3.10: link is not ready
[   28.505328] device eth3.10 entered promiscuous mode
[   28.553871] IPv6: ADDRCONF(NETDEV_UP): eth4.10: link is not ready
[   28.555738] device eth4.10 entered promiscuous mode
[   28.586403] IPv6: ADDRCONF(NETDEV_UP): eth5.10: link is not ready
[   28.587947] device eth5.10 entered promiscuous mode
[   28.653245] br10: port 1(eth1) entered forwarding state
[   28.653302] br10: port 1(eth1) entered forwarding state
[   28.774487] br10: port 1(eth1) entered disabled state
[   28.774666] br-lan: port 1(eth2) entered disabled state
[   28.778744] br-lan: port 2(eth3) entered disabled state
[   28.783742] br-lan: port 3(eth4) entered disabled state
[   28.789277] br-lan: port 4(eth5) entered disabled state
[   31.362656] wlan (7629): drop_caches: 3
[   31.974454] eth5: PHY Link up speed: 1000
[   31.974524] br-lan: port 4(eth5) entered listening state
[   31.977464] br-lan: port 4(eth5) entered listening state
[   31.982994] IPv6: ADDRCONF(NETDEV_CHANGE): eth5.10: link becomes ready
[   31.988229] br10: port 5(eth5.10) entered forwarding state
[   31.994467] br10: port 5(eth5.10) entered forwarding state
[   33.183919] ECM exit
[   33.364723] ECM exit complete
[   33.516005] configuring additional NSS pbufs
[   33.545561] additional pbufs of size 10002432 got added to NSS
[   33.622768] qdf_dbg_mask value is invalid
[   33.622791] Using the default module debug levels instead
[   33.625877] qdf_print_ctrl_register: Allocated print control object 0
[   33.631189] 
[   33.631189]  MINIDUMP VA .bss start=ffffffbffcf0eb00 module=qdf
[   33.974439] br-lan: port 4(eth5) entered learning state
[   33.991195] wlan: [7814:E:CONFIG] cfg_uint_item_handler: 142: allow_mon_vaps_in_sr=  - Invalid format (status 16); Using default 0
[   33.991264] wlan: [7814:E:CONFIG] cfg_uint_item_handler: 171: gScanProbeRepeatTime=50 - Out of range [0, 30]; Using 50
[   34.001939] 
[   34.001939]  MINIDUMP VA .bss start=ffffffbffd19e300 module=umac
[   34.169021] 
[   34.169021]  MINIDUMP VA .bss start=ffffffbffd33a780 module=qca_ol<6>[   34.244266] wlan: [7818:I:ANY] =======ol_if_register_wifi3_0==========
[   34.244266] 
[   34.244303] wlan: [7818:I:ANY] osif_nss_register_module: 90: NSS wifi ops registered for target_type:1 with soc_ops:ffffffbffd415c68
[   34.251129] remoteproc remoteproc0: powering up q6v5-m3
[   34.268302] remoteproc remoteproc0: Booting fw image IPQ8074/m3_fw.mdt, size 284
[   34.268336] Sanity check passed for M3 image
[   34.308835] remoteproc remoteproc0: remote processor q6v5-m3 is now up
[   34.309049] <SSR>: glink SUBSYS_BEFOER_POWERUP reinit done
[   34.314259] wlan: [7818:I:ANY] ol_ath_ahb_ssr: 192: ol_ath_ahb_ssr: SSR event 2
[   34.319782] remoteproc remoteproc1: powering up q6v5-wcss
[   34.327210] remoteproc remoteproc1: Booting fw image IPQ8074/q6_fw.mdt, size 668
[   34.332685] Sanity check passed for the image
[   35.260080] glink_core_link_up glink is up
[   35.260258] glink_xprt_open_event
[   35.263094] Subsystem error monitoring/handling services are up
[   35.263114] remoteproc remoteproc1: remote processor q6v5-wcss is now up
[   35.263152] wlan: [7818:I:ANY] ol_ath_ahb_ssr: 192: ol_ath_ahb_ssr: SSR event 3
[   35.264486] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled
[   35.286687] cnss: QMI WLFW service connected, state: 0x1
[   35.287075] diag: In diag_send_feature_mask_update, control channel is not open, p: 2, ffffffbffca562c8
[   35.300352] cnss: device_id : 65534 mem mode : [0]
[   35.307849] cnss: No board_id entry in device tree
[   35.312929] cnss: BDF location : 0x000000004b0c0000
[   35.316996] cnss: BDF IPQ8074/bdwlan.bin size 131072
[   35.321857] cnss: BDF download response , result: 0, err: 0x0
[   35.327227] cnss: per device BDF location : 0x000000004b0e0000
[   35.332536] cnss: CALDATA IPQ8074/caldata.bin size 131072 offset 0x20000
[   35.344493] cnss: BDF download response , result: 0, err: 0x0
[   35.363716] wlan: [7818:I:ANY] pld_ahb_wlan_enable: 689: cnss_mode: Mission mode 
[   35.373331] wlan: [7818:I:ANY] qca_napi_create: 369: qca_napi_create: napi instance 0 created on pipe 4
[   35.373534] wlan: [7818:I:ANY] __ol_ath_attach: 3520: Allocated soc ffffffc033e80880
[   35.381720] wlan: [7818:E:CONFIG] cfg_uint_item_handler: 171: dp_int_timer_threshold_tx=1000 - Out of range [8, 100]; Using 1000
[   35.389775] wlan: [7818:I:ANY] osif_nss_wifi_soc_setup: 177: nss-wifili:#1 register wifili function for soc 
[   35.401102] wlan: [7818:I:ANY] osif_nss_wifi_soc_setup: 189: nss register id -1 nss config 7 Target Type 18 
[   35.410921] wlan: [7818:I:ANY] __ol_ath_attach: 3746: dev name soc0
[   35.420851] wlan: [7818:I:ANY] ol_ath_soc_attach: 7059: WMI attached. wmi_handle ffffffc0373e0800 
[   35.426816] wlan: [7818:I:ANY] htc_wmi_init: 6353: htc_wmi_init() HT Create . ffffffc0357ad000
[   35.435715] wlan: [7818:I:ANY] htc_wmi_init: 6360: htc_wmi_init() Skipping BMI Done. 
[   35.444287] wlan: [7818:I:ANY] htc_wmi_init: 6417: [htc_wmi_init:6417] host_enable 0 nss_nwifi_offload 0
[   35.454992] wlan: [7818:I:ANY] ol_target_init_complete: 6535: CDP soc attach success
[   35.461737] wlan: [7818:I:ANY] ol_target_init_complete: 6542: Soc attach success NSS config 0 
[   35.469516] wlan: [7818:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle ffffffc0357ad000, ep 2, value 1
[   35.477935] wlan: [7818:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle ffffffc0357ad000, ep 3, value 1
[   35.488255] wlan: [7818:I:ANY] htc_set_async_ep: 428: htc_set_async_ep: htc_handle ffffffc0357ad000, ep 4, value 1
[   35.498952] wlan: [7879:I:TIF] HE_CAP Info = 1a08010d
[   35.508950] wlan: [7879:I:TIF] Num HW modes = 2
[   35.514003] wlan: [7879:I:TIF] Num PHY = 3
[   35.518355] wlan: [7879:I:TIF] Preferred HW Mode = 4 Num Radios = 3
[   35.522521] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1440: Adding 11ax regulatory modes,
[   35.528692] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1444:  phy_id = 0 wireless modes = 397f9001
[   35.537443] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1440: Adding 11ax regulatory modes,
[   35.546796] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1444:  phy_id = 1 wireless modes = 680680c
[   35.555295] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1440: Adding 11ax regulatory modes,
[   35.564576] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1444:  phy_id = 2 wireless modes = 397f9001
[   35.573054] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1467: hw_mode_id = 1 phy_id = 0 wireless modes = f97f9001
[   35.583056] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1467: hw_mode_id = 1 phy_id = 1 wireless modes = 680680c
[   35.593049] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1467: hw_mode_id = 4 phy_id = 0 wireless modes = 397f9001
[   35.603205] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1467: hw_mode_id = 4 phy_id = 1 wireless modes = 680680c
[   35.613982] wlan: [7879:I:TIF] init_deinit_add_11ax_modes: 1467: hw_mode_id = 4 phy_id = 2 wireless modes = 397f9001
[   35.624367] wlan: [7879:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 389: dfs_offload 1
[   35.635008] wlan: [7879:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1579: dfs->dfs_psoc_idx: 0 
[   35.645031] wlan: [7879:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1585: dfs_soc_obj->num_dfs_privs: 1 
[   35.654803] wlan: [7879:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 361: Do not allocate DFS object for 2G, pdev_id = 1
[   35.665173] wlan: [7879:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: 389: dfs_offload 1
[   35.678079] wlan: [7879:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1579: dfs->dfs_psoc_idx: 1 
[   35.688652] wlan: [7879:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: 1585: dfs_soc_obj->num_dfs_privs: 2 
[   35.706508] wlan: [7879:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success
[   35.713521] wlan: [7879:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success
[   35.722124] wlan: [7879:I:TIF] init_deinit_update_pdev_tgt_info: 1082: CDP PDEV ATTACH success
[   35.825874] wlan: [7879:I:ANY] copy_fw_abi_version_tlv: 6649: copy_fw_abi_version_tlv: INIT_CMD version: 1, 0, 0x5f414351, 0x4c4d, 0x0, 0x0
[   35.974442] br-lan: topology change detected, propagating
[   35.974476] br-lan: port 4(eth5) entered forwarding state
[   35.978984] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   36.084295] wlan: [7879:E:TIF] init_deinit_ready_event_handler: 475: Host Requested 1587 peers. FW Supports 1568 peers
[   36.084340] wlan: [7879:I:ANY] dp_peer_map_attach_wifi3: 8660: dp_peer_map_attach_wifi3 max_peers 1638, max_ast_index: 4112

Part 3:

[   36.084340] 
[   36.094193] wlan: [7879:I:ANY] ready_extract_init_status_tlv: 8473: ready_extract_init_status_tlv:0
[   36.106892] wlan: [7818:I:ANY] ol_ath_connect_htc: 1236: WMI is ready
[   36.181556] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 141 is unavailable
[   36.181590] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 137 is unavailable
[   36.189128] wlan: [7818:I:ANY] ol_ath_soc_attach: 7146: connect HTC
[   36.197662] wlan: [7818:I:ANY] ol_ath_soc_attach: 7147: bypasswmi : 0
[   36.203813] wlan: [7818:E:WMI] event handler already registered 0x27001
[   36.210416] wlan: [7818:E:WMI] event handler already registered 0x27002
[   36.216838] wlan: [7818:E:WMI] event handler already registered 0x27003
[   36.223433] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 38 is unavailable
[   36.230036] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 138 is unavailable
[   36.238717] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 139 is unavailable
[   36.247229] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 55 is unavailable
[   36.255820] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 49 is unavailable
[   36.264416] wlan: [7818:E:WMI] wmi_unified_register_event_handler: Event id 25 is unavailable
[   36.272913] wlan: [7818:I:ANY] ol_ath_soc_attach: 7227: ol_ath_soc_attach() UMAC attach . 
[   36.281496] wlan: [7818:I:ANY] __ol_ath_attach: 3862: pdev_netdev name wifi0
[   36.289594] wlan: [7818:I:ANY] __ol_ath_attach: 3908: Skip txrx_pdev_attach_target
[   36.296791] wlan: [7818:I:ANY] __ol_ath_attach: 3933: BURSTING enabled by default
[   36.304218] wlan: [7818:I:ANY] ol_ath_pdev_attach: 8524: interface_id 0
[   36.311727] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7388:  phy id = 0 Modes supported
[   36.318144] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7395:  11b = 0 11g = 0 11a = 1 11n = 1 11ac = 1 11ax = 1
[   36.326483] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7404:  Reg cap - phy_id = 0 supp_bnd = 2, modes = 397f9001, lo_2g = 0, hi_2g = 0 lo_g5 = 4910, hi_5g = 5330
[   36.336733] wlan: [7818:I:ANY] ol_ath_update_wireless_modes: 1351: wireless_modes = 397f9001 before update
[   36.351044] wlan: [7818:I:ANY] ol_ath_update_wireless_modes: 1366: Wireless_modes = 397f9001 after update
[   36.360769] wlan: [7818:I:ANY] ol_ath_update_ext_caps: 1915: 11ax 5G supported case
[   36.370511] wlan: [7818:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed
[   36.377915] wlan: [7818:I:ANY] ieee80211_cbs_init 
[   36.384454] wlan: [7818:I:ANY] CBS Inited
[   36.384454] 
[   36.389345] wlan: [7818:I:ANY] acfg_attach: 3473: acfg_attach: 3473: Netlink socket created:ffffffc0354a6000
[   36.394806] wlan: [7818:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX
[   36.404780] wlan: [7818:I:ANY] ol_ath_stats_attach: 2134: periodic_chan_stats: 1
[   36.415158] wlan: [7818:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 8
[   36.422325] wlan: [0:I:ANY] ol_ath_pdev_attach: 8888: Set global_ic[1], ptr:ffffffbffd19e668
[   36.429351] wlan: [0:I:ANY] dp_lag_soc_enable: 91: pdev(ffffffc03b25d608) Enabling DBDC Repeater 1 
[   36.438081] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(ffffffc03b25d608) is_primary 1 
[   36.438130] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   36.455848] wlan: [7818:I:ANY] ol_ath_pdev_attach: 9017: Pdev = 0 Number of peers = 522
[   36.464483] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: 14038: twt enabled.
[   36.464483] 
[   36.465644] wlan: [7818:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 560: cfg block channel list is empty
[   36.465650] wlan: [7818:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3451: pdev_idx = 0 tx_desc_limit = 24576
[   36.465667] wlan: [7818:I:ANY] osif_wrap_attach: 239: osif wrap attached
[   36.465667] 
[   36.465670] wlan: [7818:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done
[   36.465670] 
[   36.465675] wlan: [7818:I:ANY] osif_wrap_attach: 247:  Wrap Attached: Wrap_com =ffffffc0354a6400 ic->ic_wrap_com=ffffffc0354a6400 &wrap_com->wc_devt=ffffffc0354a6400 
[   36.465675] 
[   36.465703] wlan: [7818:I:ANY] __ol_ath_attach: 4114: needed_headroom reservation 60
[   36.465708] wlan: [7818:I:ANY] ol_ath_enable_fraglist: 3010: Enabled Fraglist bit for the radio wifi0 features 41 
[   36.465731] wlan: [7818:I:ANY] wlan_cfg80211_init: 10923: Number of 5G channels: 8 
[   36.465900] wlan: [7818:I:ANY] ieee80211_cfg80211_radio_attach: 11017: ic: 0xffffffc033000880, wdev: 0xffffffc033010a70, wiphy: 0xffffffc03559f2a0, netdev: 0xffffffc033000000 
[   36.466389] wlan: [7818:I:ANY] __ol_ath_attach: 3862: pdev_netdev name wifi1
[   36.466405] wlan: [7818:I:ANY] __ol_ath_attach: 3908: Skip txrx_pdev_attach_target
[   36.466408] wlan: [7818:I:ANY] __ol_ath_attach: 3933: BURSTING enabled by default
[   36.466455] wlan: [7818:I:ANY] ol_ath_pdev_attach: 8524: interface_id 1
[   36.466466] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7388:  phy id = 1 Modes supported
[   36.466470] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7395:  11b = 1 11g = 1 11a = 0 11n = 1 11ac = 1 11ax = 1
[   36.466474] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7404:  Reg cap - phy_id = 1 supp_bnd = 1, modes = 680680c, lo_2g = 2312, hi_2g = 2732 lo_g5 = 0, hi_5g = 0
[   36.466477] wlan: [7818:I:ANY] ol_ath_update_wireless_modes: 1351: wireless_modes = 680680c before update
[   36.466480] wlan: [7818:I:ANY] ol_ath_update_wireless_modes: 1366: Wireless_modes = 680680c after update
[   36.466483] wlan: [7818:I:ANY] ol_ath_update_ext_caps: 1923: 11ax 2G supported case
[   36.466585] wlan: [7818:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed
[   36.466638] wlan: [7818:I:ANY] ieee80211_cbs_init 
[   36.466640] wlan: [7818:I:ANY] CBS Inited
[   36.466640] 
[   36.466651] wlan: [7818:I:ANY] acfg_attach: 3448: Offload using existing sock ffffffc0354a6000
[   36.466661] wlan: [7818:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX
[   36.466664] wlan: [7818:I:ANY] ol_ath_stats_attach: 2134: periodic_chan_stats: 1
[   36.466810] wlan: [7818:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 11
[   36.466831] wlan: [0:I:ANY] ol_ath_pdev_attach: 8888: Set global_ic[2], ptr:ffffffbffd19e668
[   36.466835] wlan: [0:I:ANY] dp_lag_soc_enable: 91: pdev(ffffffc03b25dc08) Enabling DBDC Repeater 1 
[   36.466863] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(ffffffc03b25dc08) is_primary 0 
[   36.466873] wlan: [7818:I:ANY] ol_ath_pdev_attach: 9017: Pdev = 1 Number of peers = 522
[   36.467633] wlan: [7818:E:WMI] event handler already registered 0x6019
[   36.468205] wlan: [7818:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 560: cfg block channel list is empty
[   36.468210] wlan: [7818:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3451: pdev_idx = 1 tx_desc_limit = 24576
[   36.468225] wlan: [7818:I:ANY] osif_wrap_attach: 239: osif wrap attached
[   36.468225] 
[   36.468228] wlan: [7818:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done
[   36.468228] 
[   36.468232] wlan: [7818:I:ANY] osif_wrap_attach: 247:  Wrap Attached: Wrap_com =ffffffc0354a4c00 ic->ic_wrap_com=ffffffc0354a4c00 &wrap_com->wc_devt=ffffffc0354a4c00 
[   36.468232] 
[   36.468248] wlan: [7818:I:ANY] __ol_ath_attach: 4114: needed_headroom reservation 60
[   36.468252] wlan: [7818:I:ANY] ol_ath_enable_fraglist: 3010: Enabled Fraglist bit for the radio wifi1 features 41 
[   36.468268] wlan: [7818:I:ANY] wlan_cfg80211_init: 10911: Number of 2G channels: 11 
[   36.468406] wlan: [7818:I:ANY] ieee80211_cfg80211_radio_attach: 11017: ic: 0xffffffc033060880, wdev: 0xffffffc033070a70, wiphy: 0xffffffc02ce0b2a0, netdev: 0xffffffc033060000 
[   36.468796] wlan: [7818:I:ANY] __ol_ath_attach: 3862: pdev_netdev name wifi2
[   36.468813] wlan: [7818:I:ANY] __ol_ath_attach: 3908: Skip txrx_pdev_attach_target
[   36.468816] wlan: [7818:I:ANY] __ol_ath_attach: 3933: BURSTING enabled by default
[   36.468860] wlan: [7818:I:ANY] ol_ath_pdev_attach: 8524: interface_id 2
[   36.468870] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7388:  phy id = 2 Modes supported
[   36.468873] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7395:  11b = 0 11g = 0 11a = 1 11n = 1 11ac = 1 11ax = 1
[   36.468878] wlan: [7818:I:TIF] ol_ath_pdev_regdmn_init: 7404:  Reg cap - phy_id = 2 supp_bnd = 2, modes = 397f9001, lo_2g = 0, hi_2g = 0 lo_g5 = 5490, hi_5g = 6000
[   36.468881] wlan: [7818:I:ANY] ol_ath_update_wireless_modes: 1351: wireless_modes = 397f9001 before update
[   36.468883] wlan: [7818:I:ANY] ol_ath_update_wireless_modes: 1366: Wireless_modes = 397f9001 after update
[   36.468887] wlan: [7818:I:ANY] ol_ath_update_ext_caps: 1915: 11ax 5G supported case
[   36.468973] wlan: [7818:I:ANY] ol_resmgr_create: 223: OL Resmgr Init-ed
[   36.469029] wlan: [7818:I:ANY] ieee80211_cbs_init 
[   36.469031] wlan: [7818:I:ANY] CBS Inited
[   36.469031] 
[   36.469041] wlan: [7818:I:ANY] acfg_attach: 3448: Offload using existing sock ffffffc0354a6000
[   36.469050] wlan: [7818:I:ANY] ol_if_eeprom_attach: 1459: rate power table override is only supported for AR98XX
[   36.469053] wlan: [7818:I:ANY] ol_ath_stats_attach: 2134: periodic_chan_stats: 1
[   36.469391] wlan: [7818:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 17
[   36.469408] wlan: [0:I:ANY] ol_ath_pdev_attach: 8888: Set global_ic[3], ptr:ffffffbffd19e668
[   36.469413] wlan: [0:I:ANY] dp_lag_soc_enable: 91: pdev(ffffffc034e34208) Enabling DBDC Repeater 1 
[   36.469438] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: 44: pdev(ffffffc034e34208) is_primary 0 
[   36.469449] wlan: [7818:I:ANY] ol_ath_pdev_attach: 9017: Pdev = 2 Number of peers = 522
[   36.470214] wlan: [7818:E:WMI] event handler already registered 0x6019
[   36.470760] wlan: [7818:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: 560: cfg block channel list is empty
[   36.470764] wlan: [7818:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: 3451: pdev_idx = 2 tx_desc_limit = 24576
[   36.470779] wlan: [7818:I:ANY] osif_wrap_attach: 239: osif wrap attached
[   36.470779] 
[   36.470782] wlan: [7818:I:ANY] osif_wrap_devt_init: 201: osif wrap dev table init done
[   36.470782] 
[   36.470786] wlan: [7818:I:ANY] osif_wrap_attach: 247:  Wrap Attached: Wrap_com =ffffffc02ca6c400 ic->ic_wrap_com=ffffffc02ca6c400 &wrap_com->wc_devt=ffffffc02ca6c400 
[   36.470786] 
[   36.470800] wlan: [7818:I:ANY] __ol_ath_attach: 4114: needed_headroom reservation 60
[   36.470804] wlan: [7818:I:ANY] ol_ath_enable_fraglist: 3010: Enabled Fraglist bit for the radio wifi2 features 41 
[   36.470826] wlan: [7818:I:ANY] wlan_cfg80211_init: 10923: Number of 5G channels: 17 
[   36.470956] wlan: [7818:I:ANY] ieee80211_cfg80211_radio_attach: 11017: ic: 0xffffffc0330a0880, wdev: 0xffffffc0330b0a70, wiphy: 0xffffffc02ce0f2a0, netdev: 0xffffffc0330a0000 
[   36.471304] wlan: [7818:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: 3420: Running with HW mode = 4
[   36.471488] wlan: [7818:E:QLD] qld_register: 108: Handle or address is NULL
[   36.471499] wlan: [7818:I:ANY] wlan_pdev_operation: 744: num_radios=1, wifi_radios[0].sc = ffffffc033000880_radio_type = 2
[   36.471503] wlan: [7818:I:ANY] wlan_pdev_operation: 744: num_radios=2, wifi_radios[1].sc = ffffffc033060880_radio_type = 2
[   36.471506] wlan: [7818:I:ANY] wlan_pdev_operation: 744: num_radios=3, wifi_radios[2].sc = ffffffc0330a0880_radio_type = 2
[   36.471532] wlan: [7818:I:ANY] init_ath_pci_3_0: 151: 6ath_ol_pci_wifi3.0:  (Atheros/multi-bss)
[   37.175117] 
[   37.175117]  MINIDUMP VA .bss start=ffffffbffd416100 module=wifi_3_0
[   37.175117] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   37.191654] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   37.200159] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: 14038: twt enabled.
[   37.200159] 
[   37.208577] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: 14038: twt enabled.
[   37.208577] 
[   37.282160] wlan: [8023:I:ANY] osif_nss_register_module: 90: NSS wifi ops registered for target_type:0 with soc_ops:ffffffbffd4afc58
[   37.282202] wlan: [8023:I:ANY] osif_nss_register_module: 90: NSS wifi ops registered for target_type:0 with soc_ops:ffffffbffd4afc58
[   37.293580] wlan: [8023:I:ANY] init_ath_pci_2_0: 143: 6ath_ol_pci_2_0:  (Atheros/multi-bss)
[   37.924334] wlan: [8508:I:ANY] wlan_scan_update_channel_list: 1090: num_chan: 13
[   37.924442] wlan: [8508:I:ANY] number of channels: 2G = 13 5G = 0
[   38.064702] wlan: [8522:I:ANY] wlan_cfg80211_set_hwaddr: 6162: wlan_cfg80211_set_hwaddr :9a:a6:7e:63:2d:23 ret: 0 
[   38.086032] wlan: [8524:I:ANY] ol_ath_set_config_param: 1563: set TXBF_SND_PERIOD: value 100 wmi_status 0
[   38.149170] wlan: [0:I:ANY] dp_lag_soc_enable: 91: pdev(ffffffc03b25dc08) Enabling DBDC Repeater 0 
[   38.149293] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   38.157053] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   38.165362] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   38.173430] wlan: [0:E:NSS] [nss-wifili]: NSS Wifili DBDC Repeater enable message passed
[   38.226137] wlan: [0:I:ANY] ol_ath_set_config_param: 2314: Disconnect_timeout value: 10
[   38.248540] wlan: [0:I:ANY] ol_ath_set_config_param: 2320: Reconfiguration_timeout value:60
[   38.551124] wlan: [8627:I:ANY] wlan_cfg80211_add_virtual_intf: 325: proprietary mode 6 for interface: ath1 : clone params: 0x00000001 
[   38.551197] wlan: [8627:I:ANY] osifp_create_wlan_vap: 10420: VDEV Create 9a:a6:7e:63:2d:23
[   38.562237] wlan: [8627:E:CMN_MLME] mlme_vdev_ext_obj_create: 1389:  VDEV MLME obj is creation
[   38.570362] wlan: [8627:I:ANY] wlan_vap_create: 1603: enter. devhandle=0xffffffc033060880, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   38.570362] 
[   38.579265] wlan: [8627:I:ANY] ol_ath_vap_set_param: 1111: Setting SGI value: 1
[   38.592079] wlan: [8627:I:ANY] ol_ath_vap_set_param: 2139: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1
[   38.599149] wlan: [8627:I:ANY] ol_ath_vap_set_param: 2149: he_bf_cap=0x7b
[   38.612634] wlan: [8627:I:ANY] ol_ath_vap_set_param: 2164: VDEV params:AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged
[   38.619762] wlan: [8627:I:ANY] MBO Initialized
[   38.633661] wlan: [8627:I:ANY] OCE Initialized
[   38.638082] wlan: [8627:I:ANY] osif_nss_ol_vap_create: 1268: NSS wifi offload VAP create IF 37 nss_id -1 
[   38.642402] wlan: [8627:I:ANY] NSS radio_if 35
[   38.652138] wlan: [0:I:ANY] osif_nss_vdev_cfg_callback: 1020: VDEV configuration success: 0
[   38.656389] wlan: [8627:I:ANY] osif_nss_ol_vap_create: 1376: vap create ffffffc0357ea880 : if_num 37 
[   38.664795] wlan: [8627:I:ANY] wlan_vap_create: 1636: exit
[   38.673992] wlan: [8627:E:ANY] Smart Antenna is not supported
[   38.679638] wlan: [8627:E:ANY] Smart Antenna is not supported
[   38.685210] wlan: [8627:I:ANY] osif_create_vap_complete: 10618: TX Checksum:1|SG:1|TSO:1|LRO:0
[   38.690923] wlan: [8627:I:ANY] WLAN-NSS: VAP NSS ops initialized 
[   38.700655] wlan: [8627:I:ANY] VAP device ath1 created osifp: (ffffffc0357ea880) os_if: (ffffffc02c270000)
[   39.071282] wlan: [8874:I:ANY] osif_pdev_restart_vaps: 9371: No active vaps
[   39.171610] wlan: [8935:I:ANY] osif_nss_vdev_set_cfg: 1999: setting hifi mode 5 target type 0
[   39.171644] wlan: [8935:I:ANY] osif_nss_vdev_set_cfg: 2003: Mcast command 5
[   39.206163] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 8976
[   39.270216] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "vol_devtable"
[   39.270249] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   39.277264] UBIFS (ubi0:2): FS size: 4063232 bytes (3 MiB, 32 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
[   39.287161] UBIFS (ubi0:2): reserved for root: 191915 bytes (187 KiB)
[   39.296981] UBIFS (ubi0:2): media format: w4/r0 (latest is w4/r0), UUID 2670CB69-00C1-4A99-8861-D742C807F938, small LPT model
[   39.372299] wlan: [9011:I:ANY] ieee80211_ucfg_setparam: 1453: Setting Max Stations:256
[   39.629271] wlan: [9058:I:ANY] wlan_set_param: 2958: HE SU BFEE already set with this value =1 
[   39.671501] wlan: [9067:I:ANY] wlan_set_param: 2977: HE SU BFER already set with this value =1 
[   39.717184] wlan: [9079:I:ANY] ieee80211_ucfg_setparam: 4919: HE MU BFEE only supported in STA mode 
[   39.763843] wlan: [9089:I:ANY] wlan_set_param: 3023:  HE MU BFER already set with this value =1 
[   39.805675] wlan: [9098:I:ANY] wlan_set_param: 2933:  HE DL MU OFDMA already set with this value =1 
[   39.847445] wlan: [9117:I:ANY] ol_ath_vap_set_param: 2139: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:0|ul_mumimo:1
[   39.847491] wlan: [9117:I:ANY] ol_ath_vap_set_param: 2149: he_bf_cap=0x5b
[   39.907779] wlan: [9148:I:ANY] ol_ath_vap_set_param: 2139: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:0|ul_mumimo:0
[   39.907830] wlan: [9148:I:ANY] ol_ath_vap_set_param: 2149: he_bf_cap=0x1b
[   39.929139] device ath1 entered promiscuous mode
[   40.153649] br-lan: port 5(ath1) entered listening state
[   40.153686] br-lan: port 5(ath1) entered listening state
[   40.159878] wlan: [2795:I:ANY] wlan_cfg80211_do_acs: 3505: vap-0(ath1):ACS Params
[   40.164172] wlan: [2795:I:ANY] wlan_cfg80211_do_acs: 3508: ht_enabled:1|ht40_enabled:0|vht_enabled:1|hw_mode:29|chwidth:20|
[   40.171577] wlan: [2795:I:ANY] ieee80211_autoselect_infra_bss_channel: 3995: ACS started: vap:0xffffffc02c270000
[   40.263781] wlan: [9330:I:ANY] wlan_cfg80211_set_wiphy_params: 1974: WARNING: Fragmentation with HT mode NOT ALLOWED!!
[   40.405555] wlan: [9422:I:ANY] wlan_cfg80211_add_virtual_intf: 325: proprietary mode 6 for interface: ath11 : clone params: 0x00000001 
[   40.405625] wlan: [9422:I:ANY] osifp_create_wlan_vap: 10420: VDEV Create 9e:a6:7e:63:2d:23
[   40.417136] wlan: [9422:E:CMN_MLME] mlme_vdev_ext_obj_create: 1389:  VDEV MLME obj is creation
[   40.425290] wlan: [9422:I:ANY] wlan_vap_create: 1603: enter. devhandle=0xffffffc033060880, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   40.425290] 
[   40.434160] wlan: [9422:I:ANY] ol_ath_vap_set_param: 1111: Setting SGI value: 1
[   40.447220] wlan: [9422:I:ANY] ol_ath_vap_set_param: 2139: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1
[   40.453966] wlan: [9422:I:ANY] ol_ath_vap_set_param: 2149: he_bf_cap=0x7b
[   40.467654] wlan: [9422:I:ANY] ol_ath_vap_set_param: 2164: VDEV params:AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged
[   40.474574] wlan: [9422:I:ANY] MBO Initialized
[   40.488597] wlan: [9422:I:ANY] OCE Initialized
[   40.492879] wlan: [9422:I:ANY] osif_nss_ol_vap_create: 1268: NSS wifi offload VAP create IF 38 nss_id -1 
[   40.497378] wlan: [9422:I:ANY] NSS radio_if 35
[   40.507130] wlan: [0:I:ANY] osif_nss_vdev_cfg_callback: 1020: VDEV configuration success: 0
[   40.511228] wlan: [9422:I:ANY] osif_nss_ol_vap_create: 1376: vap create ffffffc0330c6880 : if_num 38 
[   40.519574] wlan: [9422:I:ANY] wlan_vap_create: 1636: exit
[   40.528884] wlan: [9422:E:ANY] Smart Antenna is not supported
[   40.534479] wlan: [9422:E:ANY] Smart Antenna is not supported
[   40.540115] wlan: [9422:I:ANY] osif_create_vap_complete: 10618: TX Checksum:1|SG:1|TSO:1|LRO:0
[   40.545811] wlan: [9422:I:ANY] WLAN-NSS: VAP NSS ops initialized 
[   40.555151] wlan: [9422:I:ANY] VAP device ath11 created osifp: (ffffffc0330c6880) os_if: (ffffffc02b1b8000)
[   40.866212] wlan: [9471:I:ANY] osif_pdev_restart_vaps: 9371: No active vaps
[   41.220516] wlan: [9549:I:ANY] wlan_set_param: 2958: HE SU BFEE already set with this value =1 
[   41.260960] wlan: [9551:I:ANY] wlan_set_param: 2977: HE SU BFER already set with this value =1 
[   41.301347] wlan: [9553:I:ANY] ieee80211_ucfg_setparam: 4919: HE MU BFEE only supported in STA mode 
[   41.302750] XHTTP netlink: remove OK.
[   41.345708] wlan: [9568:I:ANY] wlan_set_param: 3023:  HE MU BFER already set with this value =1 
[   41.357728] XHTTP netlink: create netlink OK.
[   41.385110] wlan: [9578:I:ANY] wlan_set_param: 2933:  HE DL MU OFDMA already set with this value =1 
[   41.424060] wlan: [9584:I:ANY] wlan_set_param: 2908:  HE UL MU OFDMA already set with this value =1 
[   41.462890] wlan: [9586:I:ANY] ol_ath_vap_set_param: 2139: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:0
[   41.462933] wlan: [9586:I:ANY] ol_ath_vap_set_param: 2149: he_bf_cap=0x3b
[   41.480523] wlan_set_vendorie: ntgr product type set to value=8 
[   41.483064] device ath11 entered promiscuous mode
[   41.497116] device ath11.10 entered promiscuous mode
[   41.666472] br-lan: port 6(ath11) entered listening state
[   41.666754] br-lan: port 6(ath11) entered listening state
[   41.672451] br10: port 6(ath11.10) entered forwarding state
[   41.677619] br10: port 6(ath11.10) entered forwarding state
[   41.684555] wlan: [2795:I:ANY] wlan_cfg80211_do_acs: 3505: vap-1(ath11):ACS Params
[   41.688561] wlan: [2795:I:ANY] wlan_cfg80211_do_acs: 3508: ht_enabled:1|ht40_enabled:0|vht_enabled:1|hw_mode:29|chwidth:20|
[   41.696451] wlan: [2795:I:ANY] ieee80211_autoselect_infra_bss_channel: 3995: ACS started: vap:0xffffffc02b1b8000
[   42.144440] br-lan: port 5(ath1) entered learning state
[   42.385294] wlan (10055): drop_caches: 3
[   43.664432] br-lan: port 6(ath11) entered learning state
[   44.144422] br-lan: topology change detected, propagating
[   44.144462] br-lan: port 5(ath1) entered forwarding state
[   44.191388] wlan: [7815:I:ANY] ACS failed to derive the channel. So,selecting random channel 
[   44.191431] wlan: [7815:I:ANY] ******** ACS report ******** 
[   44.198927] wlan: [7815:I:ANY]  Channel | BSS  | minrssi | maxrssi | NF | Ch load | spect load | sec_chan | SR bss | SR load | Ch Avil | Chan eff | NearBSS | Med BSS | Far BSS | Eff BSS | chan grade
[   44.204870] wlan: [7815:I:ANY] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
[   44.222270] wlan: [7815:I:ANY]  2412(  1)   12       25        27   -102      70           0          0        0         0        24       245         0         0        12       408       100   
[   44.239802] wlan: [7815:I:ANY]  2417(  2)    0        0         0   -102      35           0          0        0         0        37         0         0         0         0       270       100   
[   44.257166] wlan: [7815:I:ANY]  2422(  3)    1       22        22   -102      36           0          0        0         0        42         0         0         0         1       237       100   
[   44.274371] wlan: [7815:I:ANY]  2427(  4)    1       25        25   -104      34           0          0        0         0        53         0         0         0         1       187       100   
[   44.291748] wlan: [7815:I:ANY]  2432(  5)    0        0         0   -103      33           0          0        0         0        51         0         0         0         0       195       100   
[   44.309008] wlan: [7815:I:ANY]  2437(  6)    5       20        34    -91      47           0          0        0         0        38       387         0         1         4       258       100   
[   44.326844] wlan: [7815:I:ANY]  2442(  7)    0        0         0   -103      56           0          0        0         0        52         0         0         0         0       191       100   
[   44.343984] wlan: [7815:I:ANY]  2447(  8)    0        0         0   -103      37           0          0        0         0        57         0         0         0         0       175       100   
[   44.361412] wlan: [7815:I:ANY]  2452(  9)    2       21        22   -101      34           0          0        0         0        46         0         0         0         2       216       100   
[   44.378698] wlan: [7815:I:ANY]  2457( 10)    0        0         0   -103      37           0          0        0         0        44         0         0         0         0       225       100   
[   44.395991] wlan: [7815:I:ANY]  2462( 11)    8       19        25   -104      52           0          0        0         0        31       316         0         0         8       316       100   
[   44.413216] wlan: [7815:I:ANY]  2467( 12)    0        0         0   -105      22           0          0        0         0        50         0         0         0         0       200       100   
[   44.430893] wlan: [7815:I:ANY]  2472( 13)    0        0         0   -105      30           0          0        0         0        60         0         0         0         0       166       100   
[   44.448246] wlan: [7815:I:ANY] vap-0(ath1): ACS result PCH 6, SCH 2, hw_mode 1 chwidth 40, vht_seg0 4, vht_seg1 0 
[   44.465532] wlan: [7815:I:ANY] vap-1(ath11): ACS result PCH 6, SCH 2, hw_mode 1 chwidth 40, vht_seg0 4, vht_seg1 0 
[   44.475976] wlan: [7815:I:ANY] ieee80211_acs_scan_evhandler: 3732: lock held duration: 285(ms)
[   44.595794] wlan: [2795:I:ANY] DES SSID SET=chiton
[   44.595826] wlan: [2795:I:ANY] wlan_cfg80211_chan_to_phymode: 1235: wlan_cfg80211_chan_to_phymode: band:0 width: 2 channel_cfreq: 2437 center_freq1: 2427 chandef.center_freq2: 0 flags: 0 
[   44.624357] wlan: [2795:I:ANY] DES SSID SET=NETGEAR_ORBI_80077058
[   44.624388] wlan: [2795:I:ANY] wlan_cfg80211_set_phymode: 1211: desired hw mode: 27
[   44.735953] wlan: [0:I:CMN_MLME] vdev[0] ieee chan:6
[   44.736267] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps)
[   44.740054] wlan: [0:I:ANY] vdev[0]: Mgt Rate:1000(kbps)
[   44.745588] wlan: [0:I:CMN_MLME] vdev[1] ieee chan:6
[   44.750929] wlan: [0:I:ANY] vdev[1]: Mgt Rate:1000(kbps)
[   44.755647] wlan: [0:I:ANY] vdev[1]: Mgt Rate:1000(kbps)
[   45.170477] hyfi_netlink_receive:114:hyfi: Not attached to bridge br-lan
[   45.173643] br-lan: port 6(ath11) entered disabled state
[   45.176335] br-lan: port 5(ath1) entered disabled state
[   45.181584] br-lan: port 4(eth5) entered disabled state
[   45.197506] br-lan: port 6(ath11) entered listening state
[   45.197560] br-lan: port 6(ath11) entered listening state
[   45.201937] br-lan: port 5(ath1) entered listening state
[   45.207326] br-lan: port 5(ath1) entered listening state
[   45.212680] br-lan: port 4(eth5) entered listening state
[   45.218005] br-lan: port 4(eth5) entered listening state

The PR containing the code to flash emmc partitions is finally merged so I think now everything needed for the SXK80 is there.

SXK80 PR is created against the repo from robimarko. There's a checklist what's left to do. Unfortunately some commit broke Ethernet.

How to test?

This is what I’ve already tried:

1 Prepare a virtual PC with all required tools to compile OpenWRT
2 Cloned robimarko github project
3 Compile code (I’m not sure it compiles everything right and if I’m using the right values for SXK80. At least, I see one .img file generated)
4 Prepared a tftp server on the virtual machine and serving the .img file
5 Prepared an entry on my dns server so the mac address of the router gets initialized for netboot
6 Reboot the Satellite and wait…

But the Satellite never reboots on the new img. After ssh and enabling the logs It looks like the img file is never obtained or even it is rejected by the satellite

The qustion is if I’m doing things right and it is just a matter of enabling more detailed logs to see what’s going on or it I’m missing important steps like selecting specific settings when generating the img or even if I should not even compile from source but download an image from somewhere.

Thanks in advance

You're missing quite some steps there: After 2 you need to apply the patch (which is currently not possible cleanly as there was a force-push in the meantime) and 6 will not work, you need to open it and use the serial header to make it load the image, or if you are brave do it from the "old" OpenWRT by modifying the uboot-env and then hope that you did it correctly. There is secure-boot in place (kinda) and without modifying the command line it won't boot the new image as it's not correctly signed.

1 Like

Hi, It is long time since my last visit to this post. My interest to install OpenWRT in my SXK80 is actually increasing since I discovered Netgear is not using 802.11r for doing the fast transition. Yesterday I purchased two "small" Wifi6 routers ASUS-AX53U and, after flashing OpenWRT on them I successfully configured 802.11r So I've now two options:

  1. I sell my other 4 Netgear devices because I can't integrate them in the same SSID, or
  2. I install OpenWRT in the Netgear boxes

So, How is the status of that patch? where is it now?

The patch is still where it was months ago: Done but the installation process needs to be documented properly, even though that made progress aswell in the PR. It probably needs to be applied cleanly against openWRT master now. Long story short: All that's left is some docs and merging it, it's already fully functional and working at this point.

I've got a SXR80 and SXS80 that I'd like to try and get this up and running on - I haven't worked with OpenWRT for several years but if I can help with the documentation I can try...

So I tried to tftpboot the initramfs build on a SXS80 but I don't seem to have any of the ethernet ports picked up. Here's the boot output and the list of interfaces at the end:

## Loading kernel from FIT Image at 44000000 ...

   Using 'config@hk01' configuration

   Trying 'kernel-1' kernel subimage

     Description:  ARM64 OpenWrt Linux-5.15.94

     Type:         Kernel Image

     Compression:  gzip compressed

     Data Start:   0x440000e8

     Data Size:    11029079 Bytes = 10.5 MiB

     Architecture: AArch64

     OS:           Linux

     Load Address: 0x41000000

     Entry Point:  0x41000000

     Hash algo:    crc32

     Hash value:   60b60cfe

     Hash algo:    sha1

     Hash value:   1c6da8eeba079c84da69ebdf3beb48b1ae9324fd

   Verifying Hash Integrity ... crc32+ sha1+ OK

## Loading fdt from FIT Image at 44000000 ...

   Using 'config@hk01' configuration

   Trying 'fdt-1' fdt subimage

     Description:  ARM64 OpenWrt netgear_sxs80 device tree blob

     Type:         Flat Device Tree

     Compression:  uncompressed

     Data Start:   0x44a84c80

     Data Size:    42990 Bytes = 42 KiB

     Architecture: AArch64

     Hash algo:    crc32

     Hash value:   8dc1d94e

     Hash algo:    sha1

     Hash value:   baadf0656b044b50b365bb787deab237adeef5a8

   Verifying Hash Integrity ... crc32+ sha1+ OK

   Booting using the fdt blob at 0x44a84c80

   Uncompressing Kernel Image ... OK

   Loading Device Tree to 4a771000, end 4a77e7ed ... OK

mtdids not defined, no default present

Using machid 0x8010000 from environment



Starting kernel ...



Jumping to AARCH64 kernel via monitor

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.94 (build@build) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r22127-595509cc78) 12.2.0, GNU ld (GNU Binutils) 2.39) #0 SMP Wed Feb 22 14:05:06 2023
[    0.000000] Machine model: Netgear SXS80
[    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-0x000000004a3fffff]
[    0.000000]   node   0: [mem 0x000000004a400000-0x000000004a5fffff]
[    0.000000]   node   0: [mem 0x000000004a600000-0x000000004aafffff]
[    0.000000]   node   0: [mem 0x000000004ab00000-0x00000000510fffff]
[    0.000000]   node   0: [mem 0x0000000051100000-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] psci: OSI mode supported.
[    0.000000] percpu: Embedded 17 pages/cpu s30360 r8192 d31080 u69632
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
[    0.000000] Kernel command line: console=ttyMSM0,115200n8 root=/dev/ubiblock0_1
[    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] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 887104K/1048576K available (7424K kernel code, 842K rwdata, 2044K rodata, 7552K init, 271K bss, 161472K reserved, 0K cma-reserved)
[    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] 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] 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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000118] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000135] pid_max: default: 32768 minimum: 301
[    0.000293] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.000311] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001908] rcu: Hierarchical SRCU implementation.
[    0.002080] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.002623] smp: Bringing up secondary CPUs ...
[    0.003214] Detected VIPT I-cache on CPU1
[    0.003282] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.003900] Detected VIPT I-cache on CPU2
[    0.003941] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.004514] Detected VIPT I-cache on CPU3
[    0.004551] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.004618] smp: Brought up 1 node, 4 CPUs
[    0.004645] SMP: Total of 4 processors activated.
[    0.004653] CPU features: detected: 32-bit EL0 Support
[    0.004660] CPU features: detected: CRC32 instructions
[    0.004715] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.004725] CPU: All CPU(s) started at EL1
[    0.004747] alternatives: patching kernel code
[    0.012400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.012435] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.012583] pinctrl core: initialized pinctrl subsystem
[    0.013585] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.014025] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.014069] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.014105] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.014429] thermal_sys: Registered thermal governor 'step_wise'
[    0.015914] cpuidle: using governor menu
[    0.016115] ASID allocator initialised with 65536 entries
[    0.068271] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.075481] SCSI subsystem initialized
[    0.075654] usbcore: registered new interface driver usbfs
[    0.075695] usbcore: registered new interface driver hub
[    0.075730] usbcore: registered new device driver usb
[    0.075975] CPUidle PSCI: failed to enable OSI mode: -95
[    0.076252] qcom_scm: convention: smc arm 64
[    0.077360] clocksource: Switched to clocksource arch_sys_counter
[    0.077995] NET: Registered PF_INET protocol family
[    0.078134] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.078966] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.078998] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.079014] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.079101] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.079251] TCP: Hash tables configured (established 8192 bind 8192)
[    0.079348] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.079388] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.079557] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.079588] PCI: CLS 0 bytes, default 64
[    0.099353] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.103020] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.103046] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.110297] bam-dma-engine 704000.dma-controller: num-channels unspecified in dt
[    0.110323] bam-dma-engine 704000.dma-controller: num-ees unspecified in dt
[    0.113935] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.114492] msm_serial 78b3000.serial: msm_serial: detected port #0
[    0.114535] msm_serial 78b3000.serial: uartclk = 3686400
[    0.114583] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 22, base_baud = 230400) is a MSM
[    0.114617] msm_serial: console setup on port #0
[    0.718085] printk: console [ttyMSM0] enabled
[    0.723192] msm_serial: driver initialized
[    0.730948] loop: module loaded
[    0.732251] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xac
[    0.734040] nand: Winbond W29N04GZ
[    0.740659] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    0.751915] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[    0.754910] s1: supplied by regulator-dummy
[    0.757434] s2: supplied by regulator-dummy
[    0.761366] vdd_s3: supplied by regulator-dummy
[    0.765654] vdd_s4: supplied by regulator-dummy
[    0.770313] s5: supplied by regulator-dummy
[    0.774563] l1: supplied by regulator-dummy
[    0.778750] l2: supplied by regulator-dummy
[    0.782906] l3: supplied by regulator-dummy
[    0.787053] l4: supplied by regulator-dummy
[    0.791236] l5: supplied by regulator-dummy
[    0.795405] l6: supplied by regulator-dummy
[    0.799575] l7: supplied by regulator-dummy
[    0.803725] l8: supplied by regulator-dummy
[    0.807920] l9: supplied by regulator-dummy
[    0.812171] l11: supplied by regulator-dummy
[    0.816227] l12: supplied by regulator-dummy
[    0.820775] l13: supplied by regulator-dummy
[    0.873334] i2c_dev: i2c /dev entries driver
[    0.878120] sdhci: Secure Digital Host Controller Interface driver
[    0.878163] sdhci: Copyright(c) Pierre Ossman
[    0.883198] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.891892] remoteproc remoteproc0: releasing cd00000.q6v5_wcss
[    0.895513] NET: Registered PF_INET6 protocol family
[    0.899943] Segment Routing with IPv6
[    0.904242] In-situ OAM (IOAM) with IPv6
[    0.907922] NET: Registered PF_PACKET protocol family
[    0.911802] 8021q: 802.1Q VLAN Support v1.8
[    0.932253] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4
[    0.932555] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0
[    0.938586] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1
[    0.944981] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0
[    0.952653] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable
[    0.960161] cpr3_mem_acc_init: apc: not using memory accelerator regulator
[    0.969292] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      SVS: open-loop= 704000 uV
[    0.976233] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused      NOM: open-loop= 824000 uV
[    0.986224] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused    TURBO: open-loop= 880000 uV
[    0.996032] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused   STURBO: open-loop= 976000 uV
[    1.005887] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      SVS: quot[ 7]= 734, quot_offset[ 7]=   0
[    1.015653] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused      NOM: quot[ 7]= 964, quot_offset[ 7]= 230
[    1.026502] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused    TURBO: quot[ 7]=1059, quot_offset[ 7]=  95
[    1.037439] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused   STURBO: quot[ 7]=1231, quot_offset[ 7]= 170
[    1.048518] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop
[    1.050771] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xac
[    1.066072] nand: Winbond W29N04GZ
[    1.072499] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    1.082888] 23 qcomsmem partitions found on MTD device qcom_nand.0
[    1.083262] Creating 23 MTD partitions on "qcom_nand.0":
[    1.089437] 0x000000000000-0x000000100000 : "0:sbl1"
[    1.096282] 0x000000100000-0x000000200000 : "0:mibib"
[    1.101076] 0x000000200000-0x000000280000 : "0:bootconfig"
[    1.105575] 0x000000280000-0x000000300000 : "0:bootconfig1"
[    1.111087] 0x000000300000-0x000000600000 : "0:qsee"
[    1.118520] 0x000000600000-0x000000900000 : "0:qsee_1"
[    1.123739] 0x000000900000-0x000000980000 : "0:devcfg"
[    1.126585] 0x000000980000-0x000000a00000 : "0:devcfg_1"
[    1.131773] 0x000000a00000-0x000000a80000 : "0:apdp"
[    1.137185] 0x000000a80000-0x000000b00000 : "0:apdp_1"
[    1.142170] 0x000000b00000-0x000000b80000 : "0:rpm"
[    1.147089] 0x000000b80000-0x000000c00000 : "0:rpm_1"
[    1.151888] 0x000000c00000-0x000000c80000 : "0:cdt"
[    1.157067] 0x000000c80000-0x000000d00000 : "0:cdt_1"
[    1.161780] 0x000000d00000-0x000000d80000 : "0:appsblenv"
[    1.166944] 0x000000d80000-0x000000e80000 : "0:appsbl"
[    1.172800] 0x000000e80000-0x000000f80000 : "0:appsbl_1"
[    1.177805] 0x000000f80000-0x000001000000 : "0:art"
[    1.182853] 0x000001000000-0x000003e00000 : "rootfs"
[    1.224886] mtd: setting mtd18 (rootfs) as root device
[    1.225207] mtdsplit: no squashfs found in "rootfs"
[    1.228971] 0x000003e00000-0x000004700000 : "0:wififw"
[    1.241412] 0x000004700000-0x000007500000 : "rootfs_1"
[    1.279848] 0x000007500000-0x000007e00000 : "0:wififw_1"
[    1.287767] 0x000007e00000-0x000007e80000 : "0:ethphyfw"
[    1.296335] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 19200 KHz, changing to: 1017600 KHz
[    1.297573] remoteproc remoteproc0: cd00000.q6v5_wcss is available
[    1.307247] ------------[ cut here ]------------
[    1.312028] gcc_usb1_master_clk status stuck at 'on'
[    1.312047] WARNING: CPU: 0 PID: 1 at clk_branch_wait+0x11c/0x130
[    1.321751] Modules linked in:
[    1.327735] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.15.94 #0
[    1.330692] Hardware name: Netgear SXS80 (DT)
[    1.336853] pstate: 604000c5 (nZCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[    1.341110] pc : clk_branch_wait+0x11c/0x130
[    1.347876] lr : clk_branch_wait+0x11c/0x130
[    1.352390] sp : ffffffc0091fbc70
[    1.356642] x29: ffffffc0091fbc70 x28: 0000000000000000 x27: ffffffc00896041c
[    1.359861] x26: ffffffc0089b1068 x25: ffffffc0089b1078 x24: ffffffc00894c220
[    1.366979] x23: ffffffc0088d5448 x22: 0000000000000000 x21: ffffffc0083e0480
[    1.374096] x20: 0000000000000000 x19: ffffffc0091638d0 x18: ffffffc0090d7b08
[    1.381214] x17: ffffffc00916bb00 x16: ffffffc00916ba90 x15: 0000000000000225
[    1.388332] x14: 00000000000000b7 x13: ffffffc0091fb998 x12: ffffffc00912fb08
[    1.395450] x11: fffffffffffe3010 x10: fffffffffffe2fd8 x9 : 0000000000001128
[    1.402569] x8 : ffffffc0090d7ab8 x7 : ffffffc0090d7b08 x6 : 00000000ffffefff
[    1.409687] x5 : ffffffc00912fb08 x4 : 00000000ffffefff x3 : 0000000000000001
[    1.416804] x2 : ffffffc0090d7a68 x1 : ffffffc0090d7a68 x0 : 0000000000000028
[    1.423923] Call trace:
[    1.431031]  clk_branch_wait+0x11c/0x130
[    1.433292]  clk_branch2_disable+0x2c/0x40
[    1.437459]  clk_disable_unused_subtree+0x98/0xf8
[    1.441365]  clk_disable_unused_subtree+0x2c/0xf8
[    1.446140]  clk_disable_unused_subtree+0x2c/0xf8
[    1.450828]  clk_disable_unused_subtree+0x2c/0xf8
[    1.455516]  clk_disable_unused_subtree+0x2c/0xf8
[    1.460203]  clk_disable_unused+0x50/0xd8
[    1.464889]  do_one_initcall+0x50/0x1b0
[    1.468881]  kernel_init_freeable+0x234/0x29c
[    1.472529]  kernel_init+0x24/0x120
[    1.477040]  ret_from_fork+0x10/0x20
[    1.480340] ---[ end trace 42f8fc1200562366 ]---
[    1.484487] ------------[ cut here ]------------
[    1.488762] gcc_usb0_master_clk status stuck at 'on'
[    1.488773] WARNING: CPU: 0 PID: 1 at clk_branch_wait+0x11c/0x130
[    1.498313] Modules linked in:
[    1.504297] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W         5.15.94 #0
[    1.507257] Hardware name: Netgear SXS80 (DT)
[    1.514804] pstate: 604000c5 (nZCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[    1.519062] pc : clk_branch_wait+0x11c/0x130
[    1.525828] lr : clk_branch_wait+0x11c/0x130
[    1.530340] sp : ffffffc0091fbc70
[    1.534593] x29: ffffffc0091fbc70 x28: 0000000000000000 x27: ffffffc00896041c
[    1.537812] x26: ffffffc0089b1068 x25: ffffffc0089b1078 x24: ffffffc00894c220
[    1.544930] x23: ffffffc0088d5500 x22: 0000000000000000 x21: ffffffc0083e0480
[    1.552048] x20: 0000000000000000 x19: ffffffc009163c50 x18: ffffffc0090d7b08
[    1.559166] x17: ffffffc00916bb00 x16: ffffffc00916ba90 x15: 000000000000028b
[    1.566284] x14: 00000000000000d9 x13: ffffffc0091fb998 x12: ffffffc00912fb08
[    1.573402] x11: fffffffffffe3798 x10: fffffffffffe3760 x9 : 0000000000001458
[    1.580520] x8 : ffffffc0090d7ab8 x7 : ffffffc0090d7b08 x6 : 00000000ffffefff
[    1.587639] x5 : ffffffc00912fb08 x4 : 00000000ffffefff x3 : 0000000000000001
[    1.594756] x2 : ffffffc0090d7a68 x1 : ffffffc0090d7a68 x0 : 0000000000000028
[    1.601874] Call trace:
[    1.608984]  clk_branch_wait+0x11c/0x130
[    1.611244]  clk_branch2_disable+0x2c/0x40
[    1.615410]  clk_disable_unused_subtree+0x98/0xf8
[    1.619317]  clk_disable_unused_subtree+0x2c/0xf8
[    1.624092]  clk_disable_unused_subtree+0x2c/0xf8
[    1.628779]  clk_disable_unused_subtree+0x2c/0xf8
[    1.633467]  clk_disable_unused_subtree+0x2c/0xf8
[    1.638154]  clk_disable_unused+0x50/0xd8
[    1.642840]  do_one_initcall+0x50/0x1b0
[    1.646833]  kernel_init_freeable+0x234/0x29c
[    1.650480]  kernel_init+0x24/0x120
[    1.654992]  ret_from_fork+0x10/0x[    1.664925] Freeing unused kernel memory: 7552K
[    1.727430] Run /init as init process
[    1.846826] init: Console is alive
[    1.846960] init: - watchdog -
[    1.853161] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    1.870196] ssdk_switch_device_num_init[1335]:INFO:ess-switch dts node number: 1
[    1.870305] ssdk_dt_get_switch_node[1124]:INFO:ess-switch DT exist!
[    1.876667] ssdk_dt_parse_access_mode[999]:INFO:switch_access_mode: local bus
[    1.882670] ssdk_dt_parse_access_mode[1012]:INFO:switchreg_base_addr: 0x3a000000
[    1.890059] ssdk_dt_parse_access_mode[1013]:INFO:switchreg_size: 0x1000000
[    1.897418] ssdk_dt_parse_mac_mode[327]:INFO:mac mode = 0x0
[    1.904091] ssdk_dt_parse_mac_mode[336]:INFO:mac mode1 = 0xff
[    1.909564] ssdk_dt_parse_mac_mode[345]:INFO:mac mode2 = 0xf
[    1.915478] ssdk_dt_parse_phy_info[716]:INFO:[PORT 6] port_mac_sel = QGMAC_PORT
[    1.921260] ssdk_dt_parse_uniphy[364]:INFO:ess-uniphy DT exist!
[    1.928330] ssdk_dt_parse_intf_mac[942]:INFO:dp1 MAC 34:98:b5:f3:4a:1b
[    1.934153] ssdk_dt_parse_intf_mac[942]:INFO:dp2 MAC 34:98:b5:f3:4a:1c
[    1.940757] ssdk_dt_parse_intf_mac[942]:INFO:dp3 MAC 34:98:b5:f3:4a:1d
[    1.947262] ssdk_dt_parse_intf_mac[942]:INFO:dp4 MAC 34:98:b5:f3:4a:1e
[    1.953842] ssdk_plat_init[1692]:INFO:ssdk_plat_init start
[    2.098738] ssdk_gcc_clock_init[1275]:INFO:SSDK gcc clock init successfully!
[    2.099805] malibu_phy_api_ops_init[2846]:INFO:qca probe malibu phy driver succeeded!
[    2.108837] hsl_phy_phydev_get[773]:ERROR:phy_addr 4 phydev is NULL
[    2.113758] qca808x_phy_api_ops_init[2566]:INFO:qca probe qca808x phy driver succeeded!
[    2.120052] regi_init[3953]:INFO:Initializing HPPE!!
[    2.357361] ssdk_ppe_reset_init[1535]:INFO:ppe reset successfully!
[    2.360971] qca_hppe_portctrl_hw_init[126]:INFO:Hawkeye PPE port initializing
[    2.363668] hsl_phy_phydev_get[773]:ERROR:phy_addr 4 phydev is NULL
[    2.370042] hsl_phy_phydev_get[773]:ERROR:phy_addr 4 phydev is NULL
[    2.964486] ssdk_switch_register[2017]:INFO:Chip version 0x1500
[    2.964521] qca_link_polling_select[1487]:INFO:link-polling-required node does not exist
[    2.969222] ssdk_switch_register[2043]:INFO:polling is selected
[    2.977555] regi_init[3957]:INFO:Initializing HPPE Done!!
[    2.983276] ssdk_genl_init[211]:INFO:ssdk genl family register success.
[    2.988756] regi_init[4020]:INFO:qca-ssdk module init succeeded!
[    2.997705] EDMA ver 1 hw init
[    3.001629] EDMA HW Reset completed succesfully
[    3.004302] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
[    3.008714] RxDesc:1 (15-15) RxFill:1 (7-7)
[    3.014196] **********************************************************
[    3.018088] * NSS Data Plane driver
[    3.024668] **********************************************************
[    3.033934] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.035275] init: - preinit -
[    3.102759] random: jshn: uninitialized urandom read (4 bytes read)
[    3.117899] random: jshn: uninitialized urandom read (4 bytes read)
[    3.126861] random: jshn: uninitialized urandom read (4 bytes read)
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[    5.196889] procd: - early -
[    5.196970] procd: - watchdog -
[    5.716238] procd: - watchdog -
[    5.716483] procd: - ubus -
[    5.720878] random: ubusd: uninitialized urandom read (4 bytes read)
[    5.768078] random: ubusd: uninitialized urandom read (4 bytes read)
[    5.768298] random: ubusd: uninitialized urandom read (4 bytes read)
[    5.774530] procd: - init -
Please press Enter to activate this console.
[    5.860519] urngd: v1.0.2 started.
[    5.874484] random: crng init done
[    5.874530] random: 26 urandom warning(s) missed due to ratelimiting
[    5.876413] kmodloader: loading kernel modules from /etc/modules.d/*
[    5.908939] Loading modules backported from Linux version v6.1-rc8-0-g76dcd734eca2
[    5.908979] Backport generated by backports.git v5.15.81-1-41-g02e352527db5
[    5.918851] NET: Registered PF_QIPCRTR protocol family
[    5.943363] PPP generic driver version 2.4.2
[    5.943963] NET: Registered PF_PPPOX protocol family
[    5.952059] ath11k c000000.wifi: ipq8074 hw2.0
[    5.952094] ath11k c000000.wifi: FW memory mode: 0
[    5.956114] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
[    5.960785] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
[    6.319777] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
[    6.321436] ath11k c000000.wifi: qmi ignore invalid mem req type 3
[    6.326763] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[    6.332270] ath11k c000000.wifi: fw_version 0x250a04a5 fw_build_timestamp 2021-12-20 07:09 fw_build_id WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1
[    6.342549] kmodloader: done loading kernel modules from /etc/modules.d/*
[   31.847400] l11: disabling



BusyBox v1.36.0 (2023-02-22 14:05:06 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt SNAPSHOT, r22127-595509cc78
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:/# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: miireg: <> mtu 0 qdisc noop state DOWN qlen 1000
    link/generic 
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:03:7f:14:87:0f brd ff:ff:ff:ff:ff:ff
4: wlan1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:03:7f:14:97:ff brd ff:ff:ff:ff:ff:ff
5: wlan2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:03:7f:14:54:0a brd ff:ff:ff:ff:ff:ff

All I did when building was set the target to SXS80, do I need to set any other options?

Did you simply boot the image or did you rebase my work on the latest master?

Originally I tried using the last release artifact from your repo, but when I tried that I had wired ethernet but no Wireless:

[    6.437609] ath11k c000000.wifi: failed to fetch board data for bus=ahb,qmi-chip-id=0,qmi-board-id=255,variant=Netgear-SXS80 from ath11k/IPQ8074/hw2.0/board-2.bin
[    6.437697] ath11k c000000.wifi: failed to fetch board data for bus=ahb,qmi-chip-id=0,qmi-board-id=255 from ath11k/IPQ8074/hw2.0/board-2.bin
[    6.451076] ath11k c000000.wifi: failed to fetch board.bin from IPQ8074/hw2.0
[    6.463804] ath11k c000000.wifi: qmi failed to fetch board file: -12
[    6.470823] ath11k c000000.wifi: failed to load board data file: -12

I think that might be a known issue with multi target builds not including all the default packages so the Wi-Fi driver wasn’t brought in?

I tried to re-build a clone of your repo, but it looks like some of the dependencies on that branch might need fixing up.

So I then tried basing the changes against a new clone of openwrt/master and had Wi-Fi devices, but no wired ethernet. I’ll try double checking the changes – maybe I’ve missed something…

I remember seeing missing Ethernet when testing at some point aswell, it then fixed itself when I rebased it. Seems like it broke itself now again.

Post a bootlog, then it might be possible to see what's wrong, or is the bootlog you posted above already from latest master with my patch applied onto it?

Also I never tested the SXS, I only tested with the SXR, so maybe the SXS is indeed still broken. I doubt that though.

1 Like

The first log I posted was from the latest master with the changes applied.

I'm guessing if the wired ports worked with the older build the SXS/R might not be an issue. I can try with the SXR, but as it's in use I'll have to find a quiet time to do it!

To get it to build with the latest master I think the only change needed is in ipq8074-sxk80.dtsi as that's now set by default after the following patch gets applied:

target/linux/ipq807x/patches-5.15/0070-v6.2-arm64-dts-qcom-ipq8074-align-TLMM-pin-configuration-.patch

Can you push your changes somewhere?

Sure, here’s the github page – I’ve created an SXK80 branch: https://github.com/pictus1/openwrt/tree/sxk80