Wifi Disconnects after 2 minutes

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
watty1964

Wifi Disconnects after 2 minutes

Post by watty1964 »

Sorry to be a bore but like many others I have having the wifi issue.

It's a fresh install of Linux Mint 18.3 Cinnamon 64 bit

Works fine with wired connection.

I've installed Mint on my nephew's PC as he can't afford Windows but I'm a complete novice.

Can anyone help? Wireless info text file attached.

(Also, this post was previously disallowed as it is not an any other topic. I have no idea what that means. The post is in the wireless section of the forum, not 'others'.)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
orschiro
Level 4
Level 4
Posts: 229
Joined: Mon Dec 04, 2017 2:56 am
Contact:

Re: Wifi Disconnects after 2 minutes

Post by orschiro »

Does it happen with all WiFi networks or just a specific one?
czeekaj

Re: Wifi Disconnects after 2 minutes

Post by czeekaj »

I having same problem with my VPN.
Maybe enabling NetworkManager will help?
Enabling Interface Management
sudo nano /etc/NetworkManager/NetworkManager.conf
- edit the line "managed=false"
"managed=true"
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi Disconnects after 2 minutes

Post by JeremyB »

I would just disable wifi power management and reboot

Code: Select all

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
watty1964

Re: Wifi Disconnects after 2 minutes

Post by watty1964 »

orschiro wrote:Does it happen with all WiFi networks or just a specific one?
I only have the one network to connect to unfortunately
watty1964

Re: Wifi Disconnects after 2 minutes

Post by watty1964 »

JeremyB wrote:I would just disable wifi power management and reboot

Code: Select all

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
I have done this and enabled network management and one of them seems to have worked!

Thanks for your help :)
Locked

Return to “Networking”