TP-Link Archer C2600 OpenWrt 24.10.2 no 5 Ghz r28739-d9340319c6 / LuCI openwrt-24.10 branch 25.222.74622~4d26a4d
AC hasn#T been working for a while. I tried to get it back but don’t know how.
tried ath10k-firmware-qca99x0-ct-full-htt with no success
any ideas?
brada4
August 15, 2025, 9:51am
2
Install kmod-ath10k and ath10k-firmware-qca99x0 (non-ct) in place of -ct ones and try again.
Thanks. OK I tried this.
I didn’t restart after de-installing but restarted after installing the non -CT
there was a message that deinstalling failer with code 255 but the -CT driver didn’t show in the list anymore as installed
still no 5gHz
brada4
August 15, 2025, 7:01pm
6
What is in
opkg list-installed | grep ath10k
ubus call system board
lspci
opkg list-installed | grep ath10k
ath10k-board-qca99x0 - 20241110-r2
ath10k-firmware-qca99x0 - 20241110-r2
kmod-ath10k - 6.6.93.6.12.6-r2
{
"kernel": "6.6.93",
"hostname": "router",
"system": "ARMv7 Processor rev 0 (v7l)",
"model": "TP-Link Archer C2600",
"board_name": "tplink,c2600",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "24.10.2",
"revision": "r28739-d9340319c6",
"target": "ipq806x/generic",
"description": "OpenWrt 24.10.2 r28739-d9340319c6",
"builddate": "1750711236"
}
}
0000:00:00.0 PCI bridge: Qualcomm Technologies, Inc Device 0101
0001:00:00.0 PCI bridge: Qualcomm Technologies, Inc Device 0101
0001:01:00.0 Network controller: Qualcomm Atheros QCA9980/9990 802.11ac Wireless Network Adapter
1 Like
brada4
August 16, 2025, 4:46am
8
I suspect this issue https://openwrt.org/releases/24.10/notes-24.10.2#known_issues
Please do a clean 24.10.2 install and check startup log as here (logread -e ath10k
) https://github.com/openwrt/openwrt/issues/14541
Add a line in the githun thread (or tell me to do so if you are not subscriber there, and I will fo it for you)
If you have a valid config backup from 23.05.5 revert to that and wait for updates in github thread
thanks @brada4 No, I am not member and no I don’t have a valid config for 23.05.5 but it is not the end of the world if I loose my configuration.
I will need to look it up how to do a wipe before doing a clean 24.10.2 install.
If that doesn’t work I will try the 23.05.5
thanks for your help
sysupgrade -n /path/to/firmware
umount /overlay && jffs2reset && reboot
dd if=/dev/zero of=/dev/loop0 bs=1M; reboot
probably I have to carry out those steps? should I zero loop0 first, then umount overlay and jffs2reset before installing 23.05.5 ?
BTW this is not a recent occurance, it can very well be that it happened when I upgraded to 24.XX,X
brada4
August 18, 2025, 8:04pm
10
You do not need extra activity ro wipe overlay, it is wiped by sysupgrade optionally saving config backup tarball to survive reboot.
thanks, trying to get my USB going …
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10.2/packages/arm_cortex-a15_neon-vfpv4/base/libe2p2_1.47.0-r2_arm_cortex-a15_neon-vfpv4.ipk, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_install_pkg: Failed to download libe2p2. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package e2fsprogs.
I am getting more errors today …
block: No "mount.f2fs" utility available
block: mounting /dev/sda1 (f2fs) as /mnt/sda1 failed (2) - No such file or directory
block: No "mount.ext4" utility available
block: mounting /dev/sdb1 (ext4) as /mnt/sdb1 failed (2) - No such file or directory
it’s exfat though
brada4
August 18, 2025, 10:00pm
12
Question is about 5GHz radio - is it shown in Network/Wireless menu?
Bu default only USB port driver is installed, for sda to appear you need usb-storage driver, then filesystem driver and the mount and fsck tools for that.
Flash image?
The flash image was uploaded. Below is the checksum and file size listed, compare them with the original file to ensure data integrity.
Click 'Continue' below to start the flash procedure.
Size: 8.00 MiB
MD5: 05dd87ae9d898b0387f6ce3eea7d5311
SHA256: 8dabcb84ab119e2b21a06f17fc7559b1c7c9306e7c0089202413e4c997839489
Keep settings and retain the current configuration
Skip from backup files that are equal to those in /rom
Include in backup a list of current installed packages at /etc/backup/installed_packages.txt
Image check failed:
Fri Aug 22 19:59:49 UTC 2025 upgrade: The device is supported, but the config is incompatible to the new image (1.1->1.0). Please upgrade without keeping config (sysupgrade -n). Image check failed.
Force upgrade
Select 'Force upgrade' to flash the image even if the image format check fails. Use only if you are sure that the firmware is correct and meant for your device!
Qualcomm Atheros QCA9990 802.11b/g/n
Channel: 1 (2.412 GHz) | Bitrate: 130 Mbit/s
After downgrading to
OpenWrt 23.05.6 r24232-539228933c / LuCI openwrt-23.05 branch git-25.222.75657-7ce34fe
it is the same and I only see above in the gui
after reverting to
OpenWrt 23.05.5
After updating all I still only can see Qualcomm Atheros QCA9990 802.11b/g/n
in the gui
brada4
August 22, 2025, 8:49pm
14
Follow any updates in gh thread.
opened 06:52PM - 02 Feb 24 UTC
target/ath79
bug
SNAPSHOT
Self Built Image
Supported Device
### Describe the bug
After upgrading to a newer snapshot, the 5 GHz radio is … not detected. I think [this commit](https://github.com/openwrt/openwrt/pull/14416) generates the problem.
### OpenWrt version
r24969-44cd90c49a
### OpenWrt release
SNAPSHOT
### OpenWrt target/subtarget
ath79/generic
### Device
TP-Link Archer C60 v1
### Image kind
Self-built image
### Steps to reproduce
_No response_
### Actual behaviour
When doing `rm /etc/config/wireless` and `wifi config`, radio0, which corresponds to the 5 GHz radio, does not appear in the configuration file.
### Expected behaviour
_No response_
### Additional info
Result when deleting the configuration file and `wifi config.`
```
root@archer-c60:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/ahb/18100000.wmac'
option channel '1'
option band '2g'
option htmode 'HT20'
option disabled '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'
```
```
root@archer-c60:~# logread | grep ath10k
Fri Feb 2 02:47:02 2024 kern.info kernel: [ 11.985063] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002)
Fri Feb 2 02:47:02 2024 kern.info kernel: [ 11.991903] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
Fri Feb 2 02:47:02 2024 kern.info kernel: [ 15.193583] ath10k_pci 0000:00:00.0: qca9888 hw2.0 target 0x01000000 chip_id 0x00000000 sub 0000:0000
Fri Feb 2 02:47:02 2024 kern.info kernel: [ 15.203157] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
Fri Feb 2 02:47:02 2024 kern.info kernel: [ 15.223415] ath10k_pci 0000:00:00.0: firmware ver 10.4-3.9.0.2-00157 api 5 features no-p2p,mfp,peer-flow-ctrl,allows-mesh-bcast,no-ps,iram-recovery crc32 812c4602
Fri Feb 2 02:47:02 2024 kern.err kernel: [ 15.552754] ath10k_pci 0000:00:00.0: failed to fetch board data for bus=pci,bmi-chip-id=0,bmi-board-id=20 from ath10k/QCA9888/hw2.0/board-2.bin
Fri Feb 2 02:47:02 2024 kern.err kernel: [ 16.018223] ath10k_pci 0000:00:00.0: failed to fetch board-2.bin or board.bin from ath10k/QCA9888/hw2.0
Fri Feb 2 02:47:02 2024 kern.err kernel: [ 16.027987] ath10k_pci 0000:00:00.0: failed to fetch board file: -12
Fri Feb 2 02:47:02 2024 kern.err kernel: [ 16.050879] ath10k_pci 0000:00:00.0: could not probe fw (-12)
```
<details><summary>.manifest</summary>
<p>
```
ath10k-board-qca9888 - 20231211-2
ath10k-firmware-qca9888 - 20231211-2
base-files - 1561-r24969-44cd90c49a
busybox - 1.36.1-1
cgi-io - 2022-08-10-901b0f04-21
dnsmasq - 2.89-7
dropbear - 2022.82-5
firewall4 - 2023-11-03-698a5335-1
fstools - 2024-01-22-08cd7083-1
fwtool - 2019-11-12-8f7fe925-1
getrandom - 2024-01-24-2c5887cb-1
hostapd-common - 2023-09-08-e5ccbfc6-6
htop - 3.3.0-1
iperf3 - 3.16-1
iw - 5.19-1
iwinfo - 2023-11-19-a34977c0-1
jansson4 - 2.14-3
jshn - 2024-01-26-c1be5057-1
jsonfilter - 2024-01-23-594cfa86-1
kernel - 5.15.148-1-9f36133887daadc8708a14aefce08546
kmod-ath - 5.15.148+6.5-2
kmod-ath10k-smallbuffers - 5.15.148+6.5-2
kmod-ath9k - 5.15.148+6.5-2
kmod-ath9k-common - 5.15.148+6.5-2
kmod-cfg80211 - 5.15.148+6.5-2
kmod-crypto-aead - 5.15.148-1
kmod-crypto-ccm - 5.15.148-1
kmod-crypto-cmac - 5.15.148-1
kmod-crypto-crc32c - 5.15.148-1
kmod-crypto-ctr - 5.15.148-1
kmod-crypto-gcm - 5.15.148-1
kmod-crypto-gf128 - 5.15.148-1
kmod-crypto-ghash - 5.15.148-1
kmod-crypto-hash - 5.15.148-1
kmod-crypto-hmac - 5.15.148-1
kmod-crypto-manager - 5.15.148-1
kmod-crypto-null - 5.15.148-1
kmod-crypto-rng - 5.15.148-1
kmod-crypto-seqiv - 5.15.148-1
kmod-crypto-sha512 - 5.15.148-1
kmod-gpio-button-hotplug - 5.15.148-3
kmod-lib-crc32c - 5.15.148-1
kmod-mac80211 - 5.15.148+6.5-2
kmod-nf-conntrack - 5.15.148-1
kmod-nf-conntrack6 - 5.15.148-1
kmod-nf-flow - 5.15.148-1
kmod-nf-log - 5.15.148-1
kmod-nf-log6 - 5.15.148-1
kmod-nf-nat - 5.15.148-1
kmod-nf-reject - 5.15.148-1
kmod-nf-reject6 - 5.15.148-1
kmod-nfnetlink - 5.15.148-1
kmod-nft-core - 5.15.148-1
kmod-nft-fib - 5.15.148-1
kmod-nft-nat - 5.15.148-1
kmod-nft-offload - 5.15.148-1
kmod-random-core - 5.15.148-1
libatomic1 - 12.3.0-4
libblobmsg-json20240126 - 2024-01-26-c1be5057-1
libc - 1.2.4-4
libgcc1 - 12.3.0-4
libiperf3 - 3.16-1
libiwinfo-data - 2023-11-19-a34977c0-1
libiwinfo20230701 - 2023-11-19-a34977c0-1
libjson-c5 - 0.17-1
libjson-script20240126 - 2024-01-26-c1be5057-1
liblua5.1.5 - 5.1.5-10
liblucihttp-lua - 2023-03-15-9b5b683f-1
liblucihttp-ucode - 2023-03-15-9b5b683f-1
liblucihttp0 - 2023-03-15-9b5b683f-1
libmbedtls12 - 2.28.7-2
libmnl0 - 1.0.5-1
libncurses6 - 6.4-2
libnftnl11 - 1.2.6-1
libnl-tiny1 - 2023-12-05-965c4bf4-1
libubox20240126 - 2024-01-26-c1be5057-1
libubus-lua - 2023-11-28-f84eb599-1
libubus20231128 - 2023-11-28-f84eb599-1
libuci20130104 - 2023-08-10-5781664d-1
libucode20230711 - 2023-11-30-6e89b89e-1
libudebug - 2023-12-06-6d3f51f9
logd - 2024-01-24-2c5887cb-1
lua - 5.1.5-10
luci-app-commands - git-23.267.29502-3e7fe9f
luci-app-firewall - git-23.364.10482-c74c861
luci-base - git-24.031.09542-8a0ee66
luci-i18n-base-es - git-24.032.43512-49dcd89
luci-i18n-commands-es - git-24.023.57873-9761f40
luci-i18n-firewall-es - git-24.032.43512-49dcd89
luci-lib-base - git-22.308.54612-9118452
luci-lib-ip - git-23.311.79148-ac7b37e
luci-lib-jsonc - git-23.298.74543-efcd487
luci-lib-nixio - git-24.031.06905-d46da53
luci-lua-runtime - git-23.233.49476-18b637f
luci-mod-admin-full - git-19.253.48496-3f93650
luci-mod-network - git-24.031.09542-8a0ee66
luci-mod-status - git-23.351.84061-8b65199
luci-mod-system - git-23.364.85099-cbfa9ca
luci-proto-relay - git-19.307.61018-284918b
luci-theme-bootstrap - git-23.346.66252-9ce280a
luci-theme-openwrt-2020 - git-24.011.08826-4433701
mtd - 26
netifd - 2024-01-04-f01345ec-1
nftables-json - 1.0.9-1
openwrt-keyring - 2022-03-25-62471e69-2
procd - 2023-11-28-7e6c6efd-1
procd-seccomp - 2023-11-28-7e6c6efd-1
relayd - 2023-01-28-f646ba40-1
rpcd - 2023-07-01-c07ab2f9-1
rpcd-mod-file - 2023-07-01-c07ab2f9-1
rpcd-mod-iwinfo - 2023-07-01-c07ab2f9-1
rpcd-mod-luci - 20230123-1
rpcd-mod-ucode - 2023-07-01-c07ab2f9-1
swconfig - 12
terminfo - 6.4-2
uboot-envtools - 2023.07.02-3
ubox - 2024-01-24-2c5887cb-1
ubus - 2023-11-28-f84eb599-1
ubusd - 2023-11-28-f84eb599-1
uci - 2023-08-10-5781664d-1
ucode - 2023-11-30-6e89b89e-1
ucode-mod-fs - 2023-11-30-6e89b89e-1
ucode-mod-html - 1
ucode-mod-lua - 1
ucode-mod-math - 2023-11-30-6e89b89e-1
ucode-mod-nl80211 - 2023-11-30-6e89b89e-1
ucode-mod-rtnl - 2023-11-30-6e89b89e-1
ucode-mod-ubus - 2023-11-30-6e89b89e-1
ucode-mod-uci - 2023-11-30-6e89b89e-1
ucode-mod-uloop - 2023-11-30-6e89b89e-1
uhttpd - 2023-06-25-34a8a74d-2
uhttpd-mod-ubus - 2023-06-25-34a8a74d-2
urandom-seed - 3
urngd - 2023-11-01-44365eb1-1
usign - 2020-05-23-f1f65026-1
wireless-regdb - 2023.09.01-1
wpad-mbedtls - 2023-09-08-e5ccbfc6-6
```
</p>
</details>
### Diffconfig
_No response_
### Terms
- [X] I am reporting an issue for OpenWrt, not an unsupported fork.
root@OpenWrt:~# dd if=/dev/zero of=/dev/loop0 bs=1M; reboot
dd: error writing '/dev/loop0': No space left on device
1+0 records in
0+0 records out
root@OpenWrt:~#
thank you,
I downgraded but it still won’t show.