I have a Lenovo Laptop and am using Ubuntu 22.04.3 LTS. My kernel version is 6.5.0-15-generic. The wifi driver being used is mt7921e. I am connected to the internet through wifi. But every 15-20 minutes, my internet stops working. The websites lose internet connection and the wifi icon shows a question mark. But after about 30 seconds evrything gets back to normal. This a regular recurring issue and I have tried most of the available solutions I could find on the internet. The following lines of code helps temporarily but the issue comes back after a while -
sudo modprobe -r mt7921e
sudo modprobe mt7921e
I am really frustrated about this because I mostly work remotely and a stable internet connection is a must for me.
Thanks a lot in advance.
Edit : Here's the required information in pastebin :
Pastebin - Results from wireless script
Edit (2) : Here's the termbin link for generated info from the script when internet went down again -
Edit (3) : Here's the network logs with the terminal command: sudo journalctl -b 0 -u NetworkManager
-
https://pastebin.ubuntu.com/p/8ktH2m8gPc/
And here's the output from service NetworkManager status
-
https://pastebin.ubuntu.com/p/vHFjqDhKCC/
Here's the output from service --status-all
-
dmesg
? Have you checked for system messages in various /var/log files? See which files are the newest usingls -lt /var/log |head
, then examine those. You can check for messages from systemd-related components usingjournalctl -r
("-r" reverse date order). – klode Jan 29 '24 at 17:18sudo journalctl -b 0 -u NetworkManager
. Readman journalctl NetworkManager service
. Also do:service NetworkManager status
andservice --status-all
. – waltinator Jan 30 '24 at 00:08systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
– Ahammed Sakir Jan 30 '24 at 08:17./wireless-info
then fix it and runcat wireless-info.txt|nc termbin.com 9999
and post termbin.com URL – Jeremy31 Jan 30 '24 at 22:07dhcp4 (wlo1): state changed new lease
– Ahammed Sakir Feb 01 '24 at 05:07See - NetworkManager keeps reconnecting and chaning IP address, Ubuntu 22.04.2
– Ahammed Sakir Feb 01 '24 at 05:10sudo journalctl -b 0 -u NetworkManager
. Readman journalctl NetworkManager service
. Also do:service NetworkManager status
andservice --status-all
. – waltinator Feb 01 '24 at 14:55