Score:1

WiFi randomly disconnected on Ubuntu 20.04 LTS

us flag

I have a problem with Wifi connection with Ubuntu. Basically, many times at random time intervals wifi connection stops and cannot load the pages in the browser. In addition, the icon keeps the full signal. In order to connect again in the wifi network, I turn off and on the wifi.

I have searched some other threads like this thread from ask ubuntu and applied the solution but the problem is still here.

In addition, I have tried to connect my PC in different routers but I face the same problem.

As suggested in the comment I copied some lines from logs,

NetworkManager[1128]: <info>  [1624633925.6288] manager: rfkill: Wi-Fi hardware radio set disabled
NetworkManager[1128]: <info>  [1624633925.6289] device (wlp9s0): state change: activated -> unavailable (reason 'none', sys-iface-state: 'managed')
NetworkManager[1128]: <info>  [1624633925.6550] dhcp4 (wlp9s0): canceled DHCP transaction
NetworkManager[1128]: <info>  [1624633925.6550] dhcp4 (wlp9s0): state changed bound -> done
NetworkManager[1128]: <info>  [1624633925.6557] dhcp6 (wlp9s0): canceled DHCP transaction
NetworkManager[1128]: <info>  [1624633925.6557] dhcp6 (wlp9s0): state changed bound -> done
NetworkManager[1128]: <info>  [1624633925.6627] manager: NetworkManager state is now DISCONNECTED
NetworkManager[1128]: <info>  [1624633925.6674] audit: op="radio-control" arg="wireless-enabled" pid=1588 uid=1000 resul>
NetworkManager[1128]: <info>  [1624633925.6682] manager: rfkill: Wi-Fi now disabled by radio killswitch
NetworkManager[1128]: <info>  [1624633925.6707] device (p2p-dev-wlp9s0): state change: disconnected -> unavailable (reas>
NetworkManager[1128]: <info>  [1624633928.4432] manager: rfkill: Wi-Fi hardware radio set enabled

To conclude, I cannot find the source of this error and why WiFi is failing some times.

waltinator avatar
it flag
Look at the logs! `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl`.
Score:0
ru flag

try this : change wifi.powersave = 3 to wifi.powersave = 2 in /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

refer to WiFi randomly disconnected on Ubuntu 18.04 LTS

Score:-3
us flag

You should try these command

1.sudo apt install net-tools
2.sudo ifconfig
3.sudo ifconfig <yourwirelessinterface> down
4.sudo service networking restart
5.sudo ifconfig <yourwirelessinterface> up
6.sudo reboot
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.