Hello,
I’m running OpenWrt 24.10.4 on a TP-Link Archer C6 router. I recently tried to change my Wi-Fi password, and since then I’ve been experiencing issues with the 2.4 GHz band: it keeps going on and off intermittently. The 5 GHz band seems stable.
Setup and devices:
-
Router: TP-Link Archer C6, running OpenWrt 24.10.4
-
2 radios: 2.4 GHz and 5 GHz
-
Some wall projectors that were previously connected to the 2.4 GHz band (these have now been powered off)
Steps I’ve taken:
-
Checked
uci show wireless— the configuration shows the correct SSID and updated password. -
Used
iwinfo— the 2.4 GHz radio shows as up, but link quality and bit rate are unknown. -
Tried disconnecting all clients from 2.4 GHz using:
iw dev phy0-ap0 station dump | grep Station | awk '{print $2}' | while read mac; do iw dev phy0-ap0 station del $mac doneThis did not resolve the instability.
-
Restarted Wi-Fi with
wifi down; sleep 2; wifi upand also rebooted the router — 2.4 GHz still behaves the same. -
Checked logs with
logread -f | grep phy0-ap0— nothing new appears when the radio goes offline.
Relevant log snippets:
Thu Nov 20 18:03:20 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(br-lan) ...
Thu Nov 20 18:03:20 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(br-lan) ...
Thu Nov 20 18:03:13 daemon.info hostapd: phy0-ap0: STA ... authenticated
Thu Nov 20 18:03:13 daemon.info hostapd: phy0-ap0: STA ... associated (aid 1)
Thu Nov 20 18:03:13 daemon.notice hostapd: phy0-ap0: AP-STA-POSSIBLE-PSK-MISMATCH ...
Observations:
-
The 2.4 GHz radio sometimes disconnects or shows unknown link quality and bitrate, even after rebooting the router.
-
Devices that were connected before the password change (e.g., some projectors) were powered off to prevent interference.
-
The 5 GHz radio works fine.
Questions:
-
Is there a known issue in OpenWrt 24.10.4 or with the Archer C6 regarding 2.4 GHz instability after a password change?
-
Could previously connected devices trying to reconnect with an old password have caused the instability, or is the problem independent of that?
-
Are there recommended commands or steps to fully reset the 2.4 GHz radio and force it to work with the new password, without affecting 5 GHz?
Any guidance or suggestions would be greatly appreciated.