I know this is a common problem. I've searched and searched for a solution but nothing has helped me.
I have a 5GHz WiFi network that I'd rather be on because it allows me to reach higher speeds, but Ubuntu regularly boots me off the network and prompts me for the password. It's rather sporadic and inconsistent - sometimes I'll be randomly prompted for the network password, and sometimes it'll take it and reconnect me, or it'll prompt again a few seconds later, or it'll just boot me off entirely. This issue also occurs on a clean installation of Ubuntu.
Similar issues do not occur on other computers running other operating systems. I've discovered that I can delay the issue from occurring by rebooting my router, but it will only be okay for a day or two before Ubuntu starts kicking me off the network again. This issue does not occur on the 2.4GHz variant of my network. I don't recall all of the things that I've tried (and failed) to solve my issue, but I do recall disabling 802.11n in Ubuntu. Unsurprisingly, this did nothing to alleviate the problem.
I am not well-versed when it comes to using Linux and I usually don't understand how to carry out another user's instructions which is part of what made researching solutions so difficult. Can anyone help me out here? I've almost completely lost my patience with this rather ridiculous problem.
Edit: Here's the output of iwconfig
(I've cut out my SSID name and replaced it with ProblematicNetwork):
lo no wireless extensions.
enp6s0 no wireless extensions.
wlp7s0 IEEE 802.11 ESSID:"ProblematicNetwork"
Mode:Managed Frequency:2.462 GHz Access Point: FC:2B:B2:BF:0F:92
Bit Rate=65 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=69/70 Signal level=-41 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:106 Missed beacon:0
And, here's the output of iwconfig
, but showing the network's 5GHz ability:
lo no wireless extensions.
enp6s0 no wireless extensions.
wlp7s0 IEEE 802.11 ESSID:"ProblematicNetwork"
Mode:Managed Frequency:5.785 GHz Access Point: FC:2B:B2:BF:0F:96
Bit Rate=292.6 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=61/70 Signal level=-49 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:3 Invalid misc:79 Missed beacon:0
iwconfig
. Start comments to me with @heynnema or I'll miss them. – heynnema May 30 '20 at 19:04iwconfig
. The first time I ran the command was soon after I rebooted the router because I couldn't even connect to the 5GHz network. – Richie Goldsworthy May 30 '20 at 20:01Wifi Analyzer
installed on your smartphone? Also show meiwlist wlp7s0 freq
. – heynnema May 30 '20 at 21:03