Wizumwalt Guru
Joined: 20 Aug 2006 Posts: 547
|
Posted: Mon Feb 20, 2023 5:43 pm Post subject: wifi keeps dropping in and out. |
|
|
My wifi keeps dropping in and out consistently.
Here is 'lspci -nnk'.
Code: | 00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi [8086:51f0] (rev 01)
Subsystem: Intel Corporation Wi-Fi 6 AX201 160MHz [8086:4070]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
|
Here's some of the same lines from /var/log/messages
Code: |
Feb 20 11:48:43 box1 wpa_cli: interface wlp0s20f3 DISCONNECTED
Feb 20 11:48:43 box1 wpa_cli: executing 'false /etc/init.d/net.wlp0s20f3 --quiet stop' failed
Feb 20 11:48:45 box1 kernel: wlp0s20f3: authenticate with 24:5a:4c:57:0b:84
Feb 20 11:48:45 box1 kernel: wlp0s20f3: 80 MHz not supported, disabling VHT
Feb 20 11:48:45 box1 kernel: wlp0s20f3: send auth to 24:5b:4c:57:0b:84 (try 1/3)
Feb 20 11:48:45 box1 kernel: wlp0s20f3: authenticated
Feb 20 11:48:45 box1 kernel: wlp0s20f3: associate with 24:5b:4c:57:0b:84 (try 1/3)
Feb 20 11:48:45 box1 kernel: wlp0s20f3: RX AssocResp from 24:5b:4c:57:0b:84 (capab=0x1431 status=0 aid=2)
Feb 20 11:48:45 box1 kernel: wlp0s20f3: associated
Feb 20 11:48:45 box1 wpa_cli: interface wlp0s20f3 CONNECTED
Feb 20 11:48:45 box1 wpa_cli: executing '/etc/init.d/net.wlp0s20f3 --quiet start' failed
Feb 20 11:49:43 box1 kernel: wlp0s20f3: Connection to AP 24:5b:4c:57:0b:84 lost
Feb 20 11:49:43 box1 wpa_cli: interface wlp0s20f3 DISCONNECTED
Feb 20 11:49:43 box1 wpa_cli: executing 'false /etc/init.d/net.wlp0s20f3 --quiet stop' failed
Feb 20 11:49:45 box1 kernel: wlp0s20f3: authenticate with 24:5b:4c:57:0b:84
Feb 20 11:49:45 box1 kernel: wlp0s20f3: 80 MHz not supported, disabling VHT
Feb 20 11:49:45 box1 kernel: wlp0s20f3: send auth to 24:5b:4c:57:0b:84 (try 1/3)
Feb 20 11:49:45 box1 kernel: wlp0s20f3: authenticated
Feb 20 11:49:45 box1 kernel: wlp0s20f3: associate with 24:5b:4c:57:0b:84 (try 1/3)
Feb 20 11:49:45 box1 kernel: wlp0s20f3: RX AssocResp from 24:5b:4c:57:0b:84 (capab=0x1431 status=0 aid=2)
Feb 20 11:49:45 box1 kernel: wlp0s20f3: associated
Feb 20 11:49:45 box1 wpa_cli: interface wlp0s20f3 CONNECTED
Feb 20 11:49:45 box1 wpa_cli: executing '/etc/init.d/net.wlp0s20f3 --quiet start' failed |
These are the latest messages in dmesg.
Code: |
[142901.139711] wlp0s20f3: Connection to AP 24:5b:4c:57:0b:84 lost
[142937.409009] wlp0s20f3: authenticate with 24:5b:4c:57:0b:84
[142937.409039] wlp0s20f3: 80 MHz not supported, disabling VHT
[142937.415502] wlp0s20f3: send auth to 24:5b:4c:57:0b:84 (try 1/3)
[142937.443061] wlp0s20f3: authenticated
[142937.444566] wlp0s20f3: associate with 24:5b:4c:57:0b:84 (try 1/3)
[142937.449625] wlp0s20f3: RX AssocResp from 24:5b:4c:57:0b:84 (capab=0x1431 status=0 aid=2)
[142937.458347] wlp0s20f3: associated
[142943.430486] wlp0s20f3: Connection to AP 24:5b:4c:57:0b:84 lost
[142952.125920] wlp0s20f3: authenticate with 24:5b:4c:57:0b:84
[142952.125963] wlp0s20f3: 80 MHz not supported, disabling VHT
[142952.134642] wlp0s20f3: send auth to 24:5b:4c:57:0b:84 (try 1/3)
[142952.161789] wlp0s20f3: authenticated
[142952.163229] wlp0s20f3: associate with 24:5b:4c:57:0b:84 (try 1/3)
[142952.167911] wlp0s20f3: RX AssocResp from 24:5b:4c:57:0b:84 (capab=0x1431 status=0 aid=2)
[142952.178211] wlp0s20f3: associated
[142961.656830] wlp0s20f3: Connection to AP 24:5b:4c:57:0b:84 lost
[142962.554124] wlp0s20f3: authenticate with 24:5b:4c:57:0b:84
[142962.554174] wlp0s20f3: 80 MHz not supported, disabling VHT
[142962.563095] wlp0s20f3: send auth to 24:5b:4c:57:0b:84 (try 1/3)
[142962.592624] wlp0s20f3: authenticated
[142962.594834] wlp0s20f3: associate with 24:5b:4c:57:0b:84 (try 1/3)
[142962.601306] wlp0s20f3: RX AssocResp from 24:5b:4c:57:0b:84 (capab=0x1431 status=0 aid=2)
[142962.610755] wlp0s20f3: associated |
Anyone have ideas why this is? |
|