I have TP-Link WiFi router where I have enabled 2.4GHz and 5GHz. Suddenly, I find out, I cannot connect to 2.4G from my laptop, so I started investigating. From my phone, I am able to connect without any problem. When I tried to connect from laptop I receive dialog with reenter password request.
I found out two suspicious things.
First one, from dmesg it looks like it is authenticated but it failed on association.
$ dmesg -T -w [So lis 27 14:37:11 2021] wlp5s0: authenticate with d8:07:b6:2b:ae:e4 [So lis 27 14:37:11 2021] wlp5s0: send auth to d8:07:b6:2b:ae:e4 (try 1/3) [So lis 27 14:37:11 2021] wlp5s0: authenticated [So lis 27 14:37:11 2021] wlp5s0: associate with d8:07:b6:2b:ae:e4 (try 1/3) [So lis 27 14:37:11 2021] wlp5s0: associate with d8:07:b6:2b:ae:e4 (try 2/3) [So lis 27 14:37:11 2021] wlp5s0: associate with d8:07:b6:2b:ae:e4 (try 3/3) [So lis 27 14:37:11 2021] wlp5s0: association with d8:07:b6:2b:ae:e4 timed out [So lis 27 14:37:22 2021] wlp5s0: authenticate with d8:07:b6:2b:ae:e4 [So lis 27 14:37:22 2021] wlp5s0: send auth to d8:07:b6:2b:ae:e4 (try 1/3) [So lis 27 14:37:22 2021] wlp5s0: authenticated [So lis 27 14:37:22 2021] wlp5s0: associate with d8:07:b6:2b:ae:e4 (try 1/3) [So lis 27 14:37:22 2021] wlp5s0: associate with d8:07:b6:2b:ae:e4 (try 2/3) [So lis 27 14:37:22 2021] wlp5s0: associate with d8:07:b6:2b:ae:e4 (try 3/3) [So lis 27 14:37:23 2021] wlp5s0: association with d8:07:b6:2b:ae:e4 timed out Second, I let the wireshark to capture everything on my wireless interface, but there is nothing captured on 2.4G band. I tried it with my 5G network and it works fine, wireshark has been able to capture packets.
I checked MAC Address of Wi-Fi router, it's OK. My laptop is not on blacklist and in syslog of router, there is nothing.
I create a hotspot from my mobile phone on 2.4G band, and it works nicely. I could see logs in wireshark and dmesg too.
From my point of view, my PC is able to use 2.4G Wi-Fi, my Wi-Fi router works, but my PC cannot connect to it (only to 5G works).
I also update and upgrade system.
How can I debug this issue and find out the root cause and fix it?