When configuring 5 GHz radios on DFS channels with 160 MHz width (e.g., Channel 100 @ 160 MHz) on my AP6 Pros, the access points often fails silently — no SSIDs are broadcast, and clients cannot connect. 2.4 GHz remains functioning. However, the UI and CLI still report that the channel and width are active for 5GHz, misleading the user into thinking the radio is functioning. One cue here is that after a reboot the WiFi icon stays red, indicating 100 % load, from where it can be changed to Ch 32 @ 160, which works, and then tricked back to Ch 100 @ 160, which however fails silently. Ch 100 @ 80 MHz works as intended. DFS Ch 100-128 and 132-144 are allowed in this region, EU.
Commands like dmesg | grep -i dfs
returns no output, and logread
is not available.
At failure the radio remains disabled silently. The UI still shows the configured channel, width, and SSID, presumably being active, but iw dev
and tx_packets
confirm the radio is idle.
Any comments or solutions?