[SOLVED] Missing 5GHz radio on Dlink DAP-2680

Do you mean the 5GHz? If so you install the package and a reload or possibly a restart, then look for a 5GHz radio.

it should be listed with the iw list command?
isn't there a command to check the periphericals like lspci in linux?

After a reboot iw list shows always a single radio

Correct if the device was present it would have shown with that command.

IDK of the other command lspci

Is that after installing the kmod-ath10k package ?

... so we're still broke ....

Description: Alternative ath10k firmware for QCA99x0 from Candela Technologies.\ Enables IBSS and other features. See:\ http://www.candelatech.com/ath10k-10.4.php \ This firmware conflicts with the standard 99x0 firmware, so select only\ one. \ \
pkgdata/toh

https://openwrt.org/packages/pkgdata/ath10k-firmware-qca99x0-ct
https://openwrt.org/packages/pkgdata/ath10k-firmware-qca99x0
https://openwrt.org/toh/d-link/d-link_dap-2680_a1

Yes, after installing kmod-ath10k and ath10k-firmware-qca99x0 still no 5GHz radio

Just for curiosity let's see the output posted in preformatted text

ubus call system board

You're overdue for some fortune..

Default ath10k-ct packages were installed -

Reflash the router with the squashfs-sysupgrade image.

Guys - before doing any of that, you first check the low level stuff. The radio doesn't show up in the wireless configuration - so you want to check dmesg or logread for any pointers on hardware not being detected or initialisation failure.

1 Like

It's pretty clear that iw list doesn't see the 5 Ghz radio.

You can take it from here.

I'm out.

Iw is higher level.

Everything tried. Here the output:

root@OpenWrt:~# ubus call system board
{
        "kernel": "5.4.188",
        "hostname": "OpenWrt",
        "system": "Qualcomm Atheros QCA9558 ver 1 rev 0",
        "model": "D-Link DAP-2680 A1",
        "board_name": "dlink,dap-2680-a1",
        "release": {
                "distribution": "OpenWrt",
                "version": "21.02.3",
                "revision": "r16554-1d4dea6d4f",
                "target": "ath79/generic",
                "description": "OpenWrt 21.02.3 r16554-1d4dea6d4f"
        }
}
root@OpenWrt:~# opkg list-installed | grep ath10
ath10k-board-qca99x0 - 20211216-1
ath10k-firmware-qca99x0 - 20211216-1
kmod-ath10k - 5.4.188+5.10.110-1-1
root@OpenWrt:~# dmesg
[    0.000000] Linux version 5.4.188 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16554-1d4dea6d4f)) #0 Sat Apr 16 12:59:34 2022
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
[    0.000000] MIPS: machine is D-Link DAP-2680 A1
[    0.000000] SoC: Qualcomm Atheros QCA9558 ver 1 rev 0
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   Normal zone: 576 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 65536 pages, LIFO batch:15
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 252008K/262144K available (5259K kernel code, 192K rwdata, 688K rodata, 1212K init, 205K bss, 10136K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 51
[    0.000000] random: get_random_bytes called from 0x80661a28 with crng_init=0
[    0.000000] CPU clock: 720.000 MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5309056796 ns
[    0.000007] sched_clock: 32 bits at 360MHz, resolution 2ns, wraps every 5965232126ns
[    0.008302] Calibrating delay loop... 359.42 BogoMIPS (lpj=718848)
[    0.042885] pid_max: default: 32768 minimum: 301
[    0.047934] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.055725] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.067827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.078229] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.085562] pinctrl core: initialized pinctrl subsystem
[    0.093287] NET: Registered protocol family 16
[    0.121559] clocksource: Switched to clocksource MIPS
[    0.127795] thermal_sys: Registered thermal governor 'step_wise'
[    0.128103] NET: Registered protocol family 2
[    0.139332] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.147812] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.156769] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.164951] TCP bind hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.172480] TCP: Hash tables configured (established 2048 bind 2048)
[    0.179361] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.186362] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.194022] NET: Registered protocol family 1
[    0.198709] PCI: CLS 0 bytes, default 32
[    0.206179] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    0.219088] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.225326] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.247582] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.258742] pinctrl-single 1804002c.pinmux: 544 pins, size 68
[    0.265851] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.274720] printk: console [ttyS0] disabled
[    0.279344] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 2500000) is a 16550A
[    0.288533] printk: console [ttyS0] enabled
[    0.297432] printk: bootconsole [early0] disabled
[    0.315985] spi-nor spi0.0: mx25l12805d (16384 Kbytes)
[    0.321290] 7 fixed-partitions partitions found on MTD device spi0.0
[    0.327750] Creating 7 MTD partitions on "spi0.0":
[    0.332627] 0x000000000000-0x000000040000 : "u-boot"
[    0.338504] 0x000000040000-0x000000050000 : "bdcfg"
[    0.344276] 0x000000050000-0x000000060000 : "rgdb"
[    0.350013] 0x000000060000-0x000000070000 : "unused"
[    0.355887] 0x000000070000-0x000000f50000 : "firmware"
[    0.366585] 2 wrgg-fw partitions found on MTD device firmware
[    0.372454] Creating 2 MTD partitions on "firmware":
[    0.377512] 0x000000000000-0x000000200000 : "kernel"
[    0.383337] 0x000000200000-0x000000ee0000 : "rootfs"
[    0.389155] mtd: device 6 (rootfs) set to be root filesystem
[    0.396490] 1 squashfs-split partitions found on MTD device rootfs
[    0.402823] 0x0000005a0000-0x000000ee0000 : "rootfs_data"
[    0.409132] 0x000000f50000-0x000000ff0000 : "dlink"
[    0.414924] 0x000000ff0000-0x000001000000 : "art"
[    0.424990] ag71xx 19000000.eth: invalid MAC address, using random address
[    0.749036] ag71xx 19000000.eth: connected to PHY at mdio.0:04 [uid=004dd072, driver=Atheros 8035 ethernet]
[    0.759497] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii-id
[    0.766354] i2c /dev entries driver
[    0.771730] NET: Registered protocol family 10
[    0.781108] Segment Routing with IPv6
[    0.784973] NET: Registered protocol family 17
[    0.789576] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    0.802721] 8021q: 802.1Q VLAN Support v1.8
[    0.807729] PCI host bridge /ahb/pcie-controller@180c0000 ranges:
[    0.813971]  MEM 0x0000000010000000..0x0000000011ffffff
[    0.819282]   IO 0x0000000000000000..0x0000000000000000
[    0.824735] PCI host bridge to bus 0000:00
[    0.828924] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff]
[    0.835905] pci_bus 0000:00: root bus resource [io  0x0000]
[    0.841563] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.848451] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.856528] pci 0000:00:00.0: [168c:0046] type 00 class 0x028000
[    0.862686] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[    0.869712] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.875929] pci 0000:00:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[    0.890906] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.897659] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit]
[    0.905959] hctosys: unable to open rtc device (rtc0)
[    0.915802] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
[    0.927327] Freeing unused kernel memory: 1212K
[    0.931948] This architecture does not have kernel memory protection.
[    0.938481] Run /sbin/init as init process
[    1.205568] random: fast init done
[    1.465331] init: Console is alive
[    1.469063] init: - watchdog -
[    2.427997] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    2.459422] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    2.477802] init: - preinit -
[    3.448554] random: jshn: uninitialized urandom read (4 bytes read)
[    3.567408] random: jshn: uninitialized urandom read (4 bytes read)
[    3.671173] random: jshn: uninitialized urandom read (4 bytes read)
[    7.943032] eth0: link up (1000Mbps/Full duplex)
[    7.958607] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    8.059796] jffs2: notice: (555) jffs2_build_xattr_subsystem: complete building xattr subsystem, 44 of xdatum (22 unchecked, 22 orphan) and 60 of xref (5 dead, 23 orphan) found.
[    8.077539] mount_root: switching to jffs2 overlay
[    8.086903] overlayfs: upper fs does not support tmpfile.
[    8.097047] urandom-seed: Seeding with /etc/urandom.seed
[    8.182886] eth0: link down
[    8.197207] procd: - early -
[    8.200267] procd: - watchdog -
[    8.826268] procd: - watchdog -
[    8.845717] procd: - ubus -
[    8.952559] urandom_read: 5 callbacks suppressed
[    8.952566] random: ubusd: uninitialized urandom read (4 bytes read)
[    9.003467] random: ubusd: uninitialized urandom read (4 bytes read)
[    9.012866] procd: - init -
[    9.934634] kmodloader: loading kernel modules from /etc/modules.d/*
[   10.011825] Loading modules backported from Linux version v5.10.110-0-g3238bffaf992
[   10.019639] Backport generated by backports.git v5.10.110-1-0-g1fbde860
[   10.074400] xt_time: kernel timezone is -0000
[   10.082143] urngd: v1.0.2 started.
[   10.243988] PPP generic driver version 2.4.2
[   10.258528] NET: Registered protocol family 24
[   10.392763] crng init done
[   10.658346] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002)
[   10.665023] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[   13.034042] ath10k_pci 0000:00:00.0: Failed to find firmware-N.bin (N between 2 and 6) from ath10k/QCA9984/hw1.0: -12
[   13.044844] ath10k_pci 0000:00:00.0: could not fetch firmware files (-12)
[   13.051739] ath10k_pci 0000:00:00.0: could not probe fw (-12)
[   13.138119] ath: EEPROM regdomain: 0x0
[   13.138125] ath: EEPROM indicates default country code should be used
[   13.138128] ath: doing EEPROM country->regdmn map search
[   13.138141] ath: country maps to regdmn code: 0x3a
[   13.138145] ath: Country alpha2 being used: US
[   13.138149] ath: Regpair used: 0x3a
[   13.155240] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[   13.157013] ieee80211 phy1: Atheros AR9550 Rev:0 mem=0xb8100000, irq=13
[   13.197921] kmodloader: done loading kernel modules from /etc/modules.d/*
[   25.689253] br-lan: port 1(eth0) entered blocking state
[   25.694598] br-lan: port 1(eth0) entered disabled state
[   25.700187] device eth0 entered promiscuous mode
[   29.766927] eth0: link up (1000Mbps/Full duplex)
[   29.771796] br-lan: port 1(eth0) entered blocking state
[   29.777119] br-lan: port 1(eth0) entered forwarding state
[   29.784245] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

Now I'll try to flash it again for the 3rd time :smiley:

root@OpenWrt:~# logread
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.000000] Linux version 5.4.188 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16554-1d4dea6d4f)) #0 Sat Apr 16 12:59:34 2022
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] printk: bootconsole [early0] enabled
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] MIPS: machine is D-Link DAP-2680 A1
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] SoC: Qualcomm Atheros QCA9558 ver 1 rev 0
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd
Sat Apr 16 13:25:32 2022 kern.warn kernel: [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Sat Apr 16 13:25:32 2022 kern.warn kernel: [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Zone ranges:
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x000000000fffffff]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Movable zone start for each node
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Early memory node ranges
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
Sat Apr 16 13:25:32 2022 kern.debug kernel: [    0.000000] On node 0 totalpages: 65536
Sat Apr 16 13:25:32 2022 kern.debug kernel: [    0.000000]   Normal zone: 576 pages used for memmap
Sat Apr 16 13:25:32 2022 kern.debug kernel: [    0.000000]   Normal zone: 0 pages reserved
Sat Apr 16 13:25:32 2022 kern.debug kernel: [    0.000000]   Normal zone: 65536 pages, LIFO batch:15
Sat Apr 16 13:25:32 2022 kern.debug kernel: [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Sat Apr 16 13:25:32 2022 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Writing ErrCtl register=00000000
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Readback ErrCtl register=00000000
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] Memory: 252008K/262144K available (5259K kernel code, 192K rwdata, 688K rodata, 1212K init, 205K bss, 10136K reserved, 0K cma-reserved)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] NR_IRQS: 51
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.000000] random: get_random_bytes called from 0x80661a28 with crng_init=0
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] CPU clock: 720.000 MHz
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5309056796 ns
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.000007] sched_clock: 32 bits at 360MHz, resolution 2ns, wraps every 5965232126ns
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.008302] Calibrating delay loop... 359.42 BogoMIPS (lpj=718848)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.042885] pid_max: default: 32768 minimum: 301
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.047934] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.055725] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.067827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.078229] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.085562] pinctrl core: initialized pinctrl subsystem
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.093287] NET: Registered protocol family 16
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.121559] clocksource: Switched to clocksource MIPS
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.127795] thermal_sys: Registered thermal governor 'step_wise'
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.128103] NET: Registered protocol family 2
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.139332] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.147812] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.156769] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.164951] TCP bind hash table entries: 2048 (order: 1, 8192 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.172480] TCP: Hash tables configured (established 2048 bind 2048)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.179361] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.186362] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.194022] NET: Registered protocol family 1
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.198709] PCI: CLS 0 bytes, default 32
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.206179] workingset: timestamp_bits=14 max_order=16 bucket_order=2
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.219088] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.225326] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.247582] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.258742] pinctrl-single 1804002c.pinmux: 544 pins, size 68
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.265851] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.274720] printk: console [ttyS0] disabled
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.279344] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 2500000) is a 16550A
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.288533] printk: console [ttyS0] enabled
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.297432] printk: bootconsole [early0] disabled
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.315985] spi-nor spi0.0: mx25l12805d (16384 Kbytes)
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.321290] 7 fixed-partitions partitions found on MTD device spi0.0
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.327750] Creating 7 MTD partitions on "spi0.0":
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.332627] 0x000000000000-0x000000040000 : "u-boot"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.338504] 0x000000040000-0x000000050000 : "bdcfg"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.344276] 0x000000050000-0x000000060000 : "rgdb"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.350013] 0x000000060000-0x000000070000 : "unused"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.355887] 0x000000070000-0x000000f50000 : "firmware"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.366585] 2 wrgg-fw partitions found on MTD device firmware
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.372454] Creating 2 MTD partitions on "firmware":
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.377512] 0x000000000000-0x000000200000 : "kernel"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.383337] 0x000000200000-0x000000ee0000 : "rootfs"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.389155] mtd: device 6 (rootfs) set to be root filesystem
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.396490] 1 squashfs-split partitions found on MTD device rootfs
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.402823] 0x0000005a0000-0x000000ee0000 : "rootfs_data"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.409132] 0x000000f50000-0x000000ff0000 : "dlink"
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    0.414924] 0x000000ff0000-0x000001000000 : "art"
Sat Apr 16 13:25:32 2022 kern.err kernel: [    0.424990] ag71xx 19000000.eth: invalid MAC address, using random address
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.749036] ag71xx 19000000.eth: connected to PHY at mdio.0:04 [uid=004dd072, driver=Atheros 8035 ethernet]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.759497] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii-id
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.766354] i2c /dev entries driver
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.771730] NET: Registered protocol family 10
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.781108] Segment Routing with IPv6
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.784973] NET: Registered protocol family 17
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.789576] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.802721] 8021q: 802.1Q VLAN Support v1.8
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.807729] PCI host bridge /ahb/pcie-controller@180c0000 ranges:
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.813971]  MEM 0x0000000010000000..0x0000000011ffffff
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.819282]   IO 0x0000000000000000..0x0000000000000000
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.824735] PCI host bridge to bus 0000:00
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.828924] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.835905] pci_bus 0000:00: root bus resource [io  0x0000]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.841563] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.848451] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.856528] pci 0000:00:00.0: [168c:0046] type 00 class 0x028000
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.862686] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.869712] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.875929] pci 0000:00:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.890906] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.897659] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit]
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.905959] hctosys: unable to open rtc device (rtc0)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.915802] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.927327] Freeing unused kernel memory: 1212K
Sat Apr 16 13:25:32 2022 kern.warn kernel: [    0.931948] This architecture does not have kernel memory protection.
Sat Apr 16 13:25:32 2022 kern.info kernel: [    0.938481] Run /sbin/init as init process
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    1.205568] random: fast init done
Sat Apr 16 13:25:32 2022 user.info kernel: [    1.465331] init: Console is alive
Sat Apr 16 13:25:32 2022 user.info kernel: [    1.469063] init: - watchdog -
Sat Apr 16 13:25:32 2022 user.info kernel: [    2.427997] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Sat Apr 16 13:25:32 2022 user.info kernel: [    2.459422] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Sat Apr 16 13:25:32 2022 user.info kernel: [    2.477802] init: - preinit -
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    3.448554] random: jshn: uninitialized urandom read (4 bytes read)
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    3.567408] random: jshn: uninitialized urandom read (4 bytes read)
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    3.671173] random: jshn: uninitialized urandom read (4 bytes read)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    7.943032] eth0: link up (1000Mbps/Full duplex)
Sat Apr 16 13:25:32 2022 kern.info kernel: [    7.958607] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    8.059796] jffs2: notice: (555) jffs2_build_xattr_subsystem: complete building xattr subsystem, 44 of xdatum (22 unchecked, 22 orphan) and 60 of xref (5 dead, 23 orphan) found.
Sat Apr 16 13:25:32 2022 user.info kernel: [    8.077539] mount_root: switching to jffs2 overlay
Sat Apr 16 13:25:32 2022 kern.warn kernel: [    8.086903] overlayfs: upper fs does not support tmpfile.
Sat Apr 16 13:25:32 2022 user.warn kernel: [    8.097047] urandom-seed: Seeding with /etc/urandom.seed
Sat Apr 16 13:25:32 2022 kern.info kernel: [    8.182886] eth0: link down
Sat Apr 16 13:25:32 2022 user.info kernel: [    8.197207] procd: - early -
Sat Apr 16 13:25:32 2022 user.info kernel: [    8.200267] procd: - watchdog -
Sat Apr 16 13:25:32 2022 user.info kernel: [    8.826268] procd: - watchdog -
Sat Apr 16 13:25:32 2022 user.info kernel: [    8.845717] procd: - ubus -
Sat Apr 16 13:25:32 2022 kern.warn kernel: [    8.952559] urandom_read: 5 callbacks suppressed
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    8.952566] random: ubusd: uninitialized urandom read (4 bytes read)
Sat Apr 16 13:25:32 2022 kern.notice kernel: [    9.003467] random: ubusd: uninitialized urandom read (4 bytes read)
Sat Apr 16 13:25:32 2022 user.info kernel: [    9.012866] procd: - init -
Sat Apr 16 13:25:32 2022 user.info kernel: [    9.934634] kmodloader: loading kernel modules from /etc/modules.d/*
Sat Apr 16 13:25:32 2022 kern.info kernel: [   10.011825] Loading modules backported from Linux version v5.10.110-0-g3238bffaf992
Sat Apr 16 13:25:32 2022 kern.info kernel: [   10.019639] Backport generated by backports.git v5.10.110-1-0-g1fbde860
Sat Apr 16 13:25:32 2022 kern.info kernel: [   10.074400] xt_time: kernel timezone is -0000
Sat Apr 16 13:25:32 2022 user.info kernel: [   10.082143] urngd: v1.0.2 started.
Sat Apr 16 13:25:32 2022 kern.info kernel: [   10.243988] PPP generic driver version 2.4.2
Sat Apr 16 13:25:32 2022 kern.info kernel: [   10.258528] NET: Registered protocol family 24
Sat Apr 16 13:25:32 2022 kern.notice kernel: [   10.392763] crng init done
Sat Apr 16 13:25:32 2022 kern.info kernel: [   10.658346] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002)
Sat Apr 16 13:25:32 2022 kern.info kernel: [   10.665023] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
Sat Apr 16 13:25:32 2022 kern.err kernel: [   13.034042] ath10k_pci 0000:00:00.0: Failed to find firmware-N.bin (N between 2 and 6) from ath10k/QCA9984/hw1.0: -12
Sat Apr 16 13:25:32 2022 kern.err kernel: [   13.044844] ath10k_pci 0000:00:00.0: could not fetch firmware files (-12)
Sat Apr 16 13:25:32 2022 kern.err kernel: [   13.051739] ath10k_pci 0000:00:00.0: could not probe fw (-12)
Sat Apr 16 13:25:32 2022 kern.debug kernel: [   13.138119] ath: EEPROM regdomain: 0x0
Sat Apr 16 13:25:32 2022 kern.debug kernel: [   13.138125] ath: EEPROM indicates default country code should be used
Sat Apr 16 13:25:32 2022 kern.debug kernel: [   13.138128] ath: doing EEPROM country->regdmn map search
Sat Apr 16 13:25:32 2022 kern.debug kernel: [   13.138141] ath: country maps to regdmn code: 0x3a
Sat Apr 16 13:25:32 2022 kern.debug kernel: [   13.138145] ath: Country alpha2 being used: US
Sat Apr 16 13:25:32 2022 kern.debug kernel: [   13.138149] ath: Regpair used: 0x3a
Sat Apr 16 13:25:32 2022 kern.debug kernel: [   13.155240] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Sat Apr 16 13:25:32 2022 kern.info kernel: [   13.157013] ieee80211 phy1: Atheros AR9550 Rev:0 mem=0xb8100000, irq=13
Sat Apr 16 13:25:32 2022 user.info kernel: [   13.197921] kmodloader: done loading kernel modules from /etc/modules.d/*
Sat Apr 16 13:25:34 2022 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Sat Apr 16 13:25:34 2022 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: Connected to system UBus
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: started, version 2.85 cachesize 150
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: DNS service limited to local subnets
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: UBus support enabled: connected to system bus
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain test
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain onion
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain localhost
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain local
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain invalid
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain bind
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain lan
Sat Apr 16 13:25:34 2022 daemon.warn dnsmasq[1219]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: read /etc/hosts - 4 addresses
Sat Apr 16 13:25:34 2022 daemon.info dnsmasq[1219]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Sat Apr 16 13:25:35 2022 authpriv.info dropbear[1281]: Not backgrounding
Sat Apr 16 13:25:37 2022 daemon.notice wpa_supplicant[1380]: Successfully initialized wpa_supplicant
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: bonding
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: 8021ad
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: 8021q
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: macvlan
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: veth
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: bridge
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: Network device
Sat Apr 16 13:25:37 2022 user.notice : Added device handler type: tunnel
Sat Apr 16 13:25:40 2022 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Sat Apr 16 13:25:40 2022 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Sat Apr 16 13:25:40 2022 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Sat Apr 16 13:25:40 2022 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Sat Apr 16 13:25:40 2022 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Sat Apr 16 13:25:40 2022 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Sat Apr 16 13:25:41 2022 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Sat Apr 16 13:25:41 2022 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Sat Apr 16 13:25:41 2022 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Sat Apr 16 13:25:41 2022 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Sat Apr 16 13:25:43 2022 daemon.warn netifd: You have delegated IPv6-prefixes but haven't assigned them to any interface. Did you forget to set option ip6assign on your lan-interfaces?
Sat Apr 16 13:25:43 2022 kern.info kernel: [   25.689253] br-lan: port 1(eth0) entered blocking state
Sat Apr 16 13:25:43 2022 kern.info kernel: [   25.694598] br-lan: port 1(eth0) entered disabled state
Sat Apr 16 13:25:43 2022 kern.info kernel: [   25.700187] device eth0 entered promiscuous mode
Sat Apr 16 13:25:43 2022 daemon.notice netifd: Interface 'lan' is enabled
Sat Apr 16 13:25:43 2022 daemon.notice netifd: Interface 'loopback' is enabled
Sat Apr 16 13:25:43 2022 daemon.notice netifd: Interface 'loopback' is setting up now
Sat Apr 16 13:25:43 2022 daemon.notice netifd: Interface 'loopback' is now up
Sat Apr 16 13:25:43 2022 daemon.notice netifd: Network device 'lo' link is up
Sat Apr 16 13:25:43 2022 daemon.notice netifd: Interface 'loopback' has link connectivity
Sat Apr 16 13:25:44 2022 daemon.info procd: - init complete -
Sat Apr 16 13:25:47 2022 kern.info kernel: [   29.766927] eth0: link up (1000Mbps/Full duplex)
Sat Apr 16 13:25:47 2022 kern.info kernel: [   29.771796] br-lan: port 1(eth0) entered blocking state
Sat Apr 16 13:25:47 2022 kern.info kernel: [   29.777119] br-lan: port 1(eth0) entered forwarding state
Sat Apr 16 13:25:47 2022 daemon.notice netifd: Network device 'eth0' link is up
Sat Apr 16 13:25:47 2022 kern.info kernel: [   29.784245] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Sat Apr 16 13:25:47 2022 daemon.notice netifd: bridge 'br-lan' link is up
Sat Apr 16 13:25:47 2022 daemon.notice netifd: Interface 'lan' has link connectivity
Sat Apr 16 13:25:47 2022 daemon.notice netifd: Interface 'lan' is setting up now
Sat Apr 16 13:25:47 2022 daemon.notice netifd: lan (2070): udhcpc: started, v1.33.2
Sat Apr 16 13:25:47 2022 daemon.notice netifd: lan (2070): udhcpc: sending discover
Sat Apr 16 13:25:48 2022 daemon.notice netifd: lan (2070): udhcpc: sending select for 172.25.0.135
Sat Apr 16 13:25:48 2022 daemon.notice netifd: lan (2070): udhcpc: lease of 172.25.0.135 obtained, lease time 7200
Sat Apr 16 13:25:49 2022 daemon.notice netifd: Interface 'lan' is now up
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: reading /tmp/resolv.conf.d/resolv.conf.auto
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain test
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain onion
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain localhost
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain local
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain invalid
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain bind
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using only locally-known addresses for domain lan
Sat Apr 16 13:25:49 2022 daemon.info dnsmasq[1219]: using nameserver 172.25.0.254#53
Sat Apr 16 13:25:49 2022 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Sat May 21 06:27:07 2022 authpriv.info dropbear[2211]: Child connection from 172.25.0.131:50172
Sat May 21 06:27:09 2022 authpriv.notice dropbear[2211]: Auth succeeded with blank password for 'root' from 172.25.0.131:50172

Looks like missing firmware?

[   10.658346] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002)
[   10.665023] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[   13.034042] ath10k_pci 0000:00:00.0: Failed to find firmware-N.bin (N between 2 and 6) from ath10k/QCA9984/hw1.0: -12
[   13.044844] ath10k_pci 0000:00:00.0: could not fetch firmware files (-12)
[   13.051739] ath10k_pci 0000:00:00.0: could not probe fw (-12)

And where can I find it? In the installed packages there is the firmware too

True, but you got a QCA8884 radio if I'm not mistaken, and that radio has specific packages - see the 22.03 package list e.g.. You'll need to replace both board and firmware files (you can try the CT flavours first, switch to the non-CT ones if they don't work).

I have no idea whether you're running master or a 22.03 snapshot, but you can browse the download page for the right package.

I'm running master prom official download page. Why is the firmware not included by default in the sysupgrade package?

I'd recommend you switch to the 22.03 snapshots since that will allow for a seamless upgrade to 22.03 stable releases. Don't take this the wrong way, but master is not what you want if you need help for basic troubleshooting like this. This looks like a benign issue, master can have far worse quirks once in a while.

Good question. Looks like the dev who added support just included the generic QCA99x0 packages. Let's try the 9984 specific ones first to see if that fixes your issue.

Qualcomm Atheros QCA9558, Qualcomm Atheros QCA9884

QCA99x0 or QCA9884? Cause I can't find QCA98xx packages anywhere in the repo :frowning:

I explicitly said 9984 :wink:.

Let's get you on 22.03 first though.

  • Grab this image. Scp it over to /tmp on your router and verify the checksum.
  • Flash it without keeping settings: # sysupgrade -n /tmp/$image_name
  • Grab the QCA9884 board and firmware packages.
  • Remove the QCA99x0 ones.
  • Install the QCA9884 ones.
1 Like
root@OpenWrt:~# opkg list-installed | grep ath10
ath10k-board-qca9984 - 20220509-1
ath10k-firmware-qca9984 - 20220509-1
kmod-ath10k-ct - 5.10.115+2022-05-13-f808496f-1
Wiphy phy1
        wiphy index: 1
        max # scan SSIDs: 4
        max scan IEs length: 2257 bytes
        max # sched scan SSIDs: 0
        max # match sets: 0
        Retry short limit: 7
        Retry long limit: 4
        Coverage class: 0 (up to 0m)
        Device supports AP-side u-APSD.
        Device supports T-DLS.
        Available Antennas: TX 0x7 RX 0x7
        Configured Antennas: TX 0x7 RX 0x7
        Supported interface modes:
                 * IBSS
                 * managed
                 * AP
                 * AP/VLAN
                 * monitor
                 * mesh point
                 * P2P-client
                 * P2P-GO
                 * outside context of a BSS
        Band 1:
                Capabilities: 0x11ef
                        RX LDPC
                        HT20/HT40
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 1-stream
                        Max AMSDU length: 3839 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 8 usec (0x06)
                HT TX/RX MCS rate indexes supported: 0-23
                Frequencies:
                        * 2412 MHz [1] (27.0 dBm)
                        * 2417 MHz [2] (27.0 dBm)
                        * 2422 MHz [3] (27.0 dBm)
                        * 2427 MHz [4] (27.0 dBm)
                        * 2432 MHz [5] (27.0 dBm)
                        * 2437 MHz [6] (27.0 dBm)
                        * 2442 MHz [7] (27.0 dBm)
                        * 2447 MHz [8] (27.0 dBm)
                        * 2452 MHz [9] (27.0 dBm)
                        * 2457 MHz [10] (27.0 dBm)
                        * 2462 MHz [11] (27.0 dBm)
                        * 2467 MHz [12] (disabled)
                        * 2472 MHz [13] (disabled)
                        * 2484 MHz [14] (disabled)
        valid interface combinations:
                 * #{ managed } <= 2048, #{ AP, mesh point } <= 8, #{ P2P-client, P2P-GO } <= 1, #{ IBSS } <= 1,
                   total <= 2048, #channels <= 1, STA/AP BI must match, radar detect widths: { 20 MHz (no HT), 20 MHz, 40 MHz }

        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
                 * maximum A-MSDU length
                 * supported channel width
                 * short GI for 40 MHz
                 * max A-MPDU length exponent
                 * min MPDU start spacing
        max # scan plans: 1
        max scan plan interval: -1
        max scan plan iterations: 0
        Supported extended features:
                * [ RRM ]: RRM
                * [ FILS_STA ]: STA FILS (Fast Initial Link Setup)
                * [ CQM_RSSI_LIST ]: multiple CQM_RSSI_THOLD records
                * [ CONTROL_PORT_OVER_NL80211 ]: control port over nl80211
                * [ TXQS ]: FQ-CoDel-enabled intermediate TXQs
                * [ AIRTIME_FAIRNESS ]: airtime fairness scheduling
                * [ SCAN_RANDOM_SN ]: use random sequence numbers in scans
                * [ SCAN_MIN_PREQ_CONTENT ]: use probe request with only rate IEs in scans
                * [ CAN_REPLACE_PTK0 ]: can safely replace PTK 0 when rekeying
                * [ CONTROL_PORT_NO_PREAUTH ]: disable pre-auth over nl80211 control port support
                * [ DEL_IBSS_STA ]: deletion of IBSS station support
                * [ MULTICAST_REGISTRATIONS ]: mgmt frame registration for multicast
                * [ SCAN_FREQ_KHZ ]: scan on kHz frequency support
                * [ CONTROL_PORT_OVER_NL80211_TX_STATUS ]: tx status for nl80211 control port support
Wiphy phy0
        wiphy index: 0
        max # scan SSIDs: 16
        max scan IEs length: 199 bytes
        max # sched scan SSIDs: 0
        max # match sets: 0
        Retry short limit: 7
        Retry long limit: 4
        Coverage class: 0 (up to 0m)
        Device supports AP-side u-APSD.
        Available Antennas: TX 0x7 RX 0x7
        Configured Antennas: TX 0x7 RX 0x7
        Supported interface modes:
                 * managed
                 * AP
                 * AP/VLAN
                 * monitor
                 * mesh point
        Band 2:
                Capabilities: 0x19ef
                        RX LDPC
                        HT20/HT40
                        SM Power Save disabled
                        RX HT20 SGI
                        RX HT40 SGI
                        TX STBC
                        RX STBC 1-stream
                        Max AMSDU length: 7935 bytes
                        DSSS/CCK HT40
                Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                Minimum RX AMPDU time spacing: 8 usec (0x06)
                HT TX/RX MCS rate indexes supported: 0-23
                VHT Capabilities (0x339a79fa):
                        Max MPDU length: 11454
                        Supported Channel Width: 160 MHz, 80+80 MHz
                        RX LDPC
                        short GI (80 MHz)
                        short GI (160/80+80 MHz)
                        TX STBC
                        SU Beamformer
                        SU Beamformee
                        MU Beamformer
                        MU Beamformee
                        RX antenna pattern consistency
                        TX antenna pattern consistency
                VHT RX MCS set:
                        1 streams: MCS 0-9
                        2 streams: MCS 0-9
                        3 streams: MCS 0-9
                        4 streams: not supported
                        5 streams: not supported
                        6 streams: not supported
                        7 streams: not supported
                        8 streams: not supported
                VHT RX highest supported: 1560 Mbps
                VHT TX MCS set:
                        1 streams: MCS 0-9
                        2 streams: MCS 0-9
                        3 streams: MCS 0-9
                        4 streams: not supported
                        5 streams: not supported
                        6 streams: not supported
                        7 streams: not supported
                        8 streams: not supported
                VHT TX highest supported: 1560 Mbps
                Frequencies:
                        * 5180 MHz [36] (23.0 dBm)
                        * 5200 MHz [40] (23.0 dBm)
                        * 5220 MHz [44] (23.0 dBm)
                        * 5240 MHz [48] (23.0 dBm)
                        * 5260 MHz [52] (24.0 dBm) (radar detection)
                        * 5280 MHz [56] (24.0 dBm) (radar detection)
                        * 5300 MHz [60] (24.0 dBm) (radar detection)
                        * 5320 MHz [64] (24.0 dBm) (radar detection)
                        * 5500 MHz [100] (24.0 dBm) (radar detection)
                        * 5520 MHz [104] (24.0 dBm) (radar detection)
                        * 5540 MHz [108] (24.0 dBm) (radar detection)
                        * 5560 MHz [112] (24.0 dBm) (radar detection)
                        * 5580 MHz [116] (24.0 dBm) (radar detection)
                        * 5600 MHz [120] (24.0 dBm) (radar detection)
                        * 5620 MHz [124] (24.0 dBm) (radar detection)
                        * 5640 MHz [128] (24.0 dBm) (radar detection)
                        * 5660 MHz [132] (24.0 dBm) (radar detection)
                        * 5680 MHz [136] (24.0 dBm) (radar detection)
                        * 5700 MHz [140] (24.0 dBm) (radar detection)
                        * 5720 MHz [144] (24.0 dBm) (radar detection)
                        * 5745 MHz [149] (30.0 dBm)
                        * 5765 MHz [153] (30.0 dBm)
                        * 5785 MHz [157] (30.0 dBm)
                        * 5805 MHz [161] (30.0 dBm)
                        * 5825 MHz [165] (30.0 dBm)
                        * 5845 MHz [169] (27.0 dBm) (no IR)
                        * 5865 MHz [173] (27.0 dBm) (no IR)
        valid interface combinations:
                 * #{ managed } <= 1, #{ AP, mesh point } <= 16,
                   total <= 16, #channels <= 1, STA/AP BI must match, radar detect widths: { 20 MHz (no HT), 20 MHz, 40 MHz, 80 MHz, 80+80 MHz, 160 MHz }

        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
                 * maximum A-MSDU length
                 * supported channel width
                 * short GI for 40 MHz
                 * max A-MPDU length exponent
                 * min MPDU start spacing
        max # scan plans: 1
        max scan plan interval: -1
        max scan plan iterations: 0
        Maximum associated stations in AP mode: 0
        Supported extended features:
                * [ VHT_IBSS ]: VHT-IBSS
                * [ RRM ]: RRM
                * [ SET_SCAN_DWELL ]: scan dwell setting
                * [ FILS_STA ]: STA FILS (Fast Initial Link Setup)
                * [ CQM_RSSI_LIST ]: multiple CQM_RSSI_THOLD records
                * [ CONTROL_PORT_OVER_NL80211 ]: control port over nl80211
                * [ ACK_SIGNAL_SUPPORT ]: ack signal level support
                * [ TXQS ]: FQ-CoDel-enabled intermediate TXQs
                * [ AIRTIME_FAIRNESS ]: airtime fairness scheduling
                * [ AQL ]: Airtime Queue Limits (AQL)
                * [ ENABLE_FTM_RESPONDER ]: enable FTM (Fine Time Measurement) responder
                * [ STA_TX_PWR ]: TX power control per station
                * [ CONTROL_PORT_NO_PREAUTH ]: disable pre-auth over nl80211 control port support
                * [ SCAN_FREQ_KHZ ]: scan on kHz frequency support
                * [ CONTROL_PORT_OVER_NL80211_TX_STATUS ]: tx status for nl80211 control port support

How to retrigger the default configuration for /etc/config/wireless for both the radios now?
Better to keep kmod-ath10k-ct package or to switch to kmod-ath10k?
Could I switch back to master branch now? (I prefer stable builds over snapshot ones)