After installing Fedora 44 (Linux 6.19.10-300) on my laptop, I found out that my WiFi was connecting, and disconnecting in a few seconds and repeating this same cycle over and over. It’s using the ath9k driver.
I tried some fixes like disabling power save etc, but nothing seems to work.
Here’s the dmesg log:
[Wed May 20 18:55:32 2026] wlp3s0: authenticate with 22:f2:02:01:d3:27 (local address=56:e1:c2:01:77:99)
[Wed May 20 18:55:32 2026] wlp3s0: send auth to 22:f2:02:01:d3:27 (try 1/3)
[Wed May 20 18:55:32 2026] wlp3s0: authenticated
[Wed May 20 18:55:32 2026] wlp3s0: associate with 22:f2:02:01:d3:27 (try 1/3)
[Wed May 20 18:55:32 2026] wlp3s0: RX AssocResp from 22:f2:02:01:d3:27 (capab=0x411 status=0 aid=15)
[Wed May 20 18:55:32 2026] wlp3s0: associated
[Wed May 20 18:55:53 2026] wlp3s0: authenticate with 22:f2:02:01:d3:27 (local address=56:e1:c2:01:77:99)
[Wed May 20 18:55:53 2026] wlp3s0: send auth to 22:f2:02:01:d3:27 (try 1/3)
[Wed May 20 18:55:53 2026] wlp3s0: authenticated
[Wed May 20 18:55:53 2026] wlp3s0: associate with 22:f2:02:01:d3:27 (try 1/3)
[Wed May 20 18:55:55 2026] wlp3s0: associate with 22:f2:02:01:d3:27 (try 2/3)
[Wed May 20 18:55:55 2026] wlp3s0: RX AssocResp from 22:f2:02:01:d3:27 (capab=0x411 status=0 aid=16)
[Wed May 20 18:55:55 2026] wlp3s0: associated
[Wed May 20 18:55:58 2026] wlp3s0: authenticate with 22:f2:02:01:d3:27 (local address=56:e1:c2:01:77:99)
[Wed May 20 18:55:58 2026] wlp3s0: send auth to 22:f2:02:01:d3:27 (try 1/3)
[Wed May 20 18:55:58 2026] wlp3s0: authenticated
[Wed May 20 18:55:58 2026] wlp3s0: associate with 22:f2:02:01:d3:27 (try 1/3)
[Wed May 20 18:55:59 2026] wlp3s0: associate with 22:f2:02:01:d3:27 (try 2/3)
[Wed May 20 18:55:59 2026] wlp3s0: associate with 22:f2:02:01:d3:27 (try 3/3)
[Wed May 20 18:56:00 2026] wlp3s0: association with 22:f2:02:01:d3:27 timed out
Also, looks like CachyOS has encountered the same issue with Linux kernel 6.18. Their fix suggested to delete this file called dns.conf (It’s a config issue apparently). However, that file isn’t there on my system, and I doubt if it’s applicable in my case…
Some insight into this would be very helpful.