If you are also facing problem of automatically disconnecting WiFi in Ubuntu, then here are the two solution for this problem:
Watch Video Tutorial
Watch Video Tutorial
TEMPORARY SOLUTION:
- sudo iwconfig wlan0 power off
PERMANENT SOLUTION:
You need to add following configure file
- cd /etc/pm/power.d
- sudo -H gedit wifi_pwr_off
This will open an empty file, copy the code below into it:
- #!/bin/sh
- /sbin/iwconfig wlan0 power off
Save the file and remember to:
sudo chmod u+x wifi_pwr_off
and restart.
Please note that instead of wlan0 it can be wlan1 etc for you. You can see interfaces with
ifconfig
Thanks.........
Ubuntu WiFi disconnects automatically [SOLVED]
Reviewed by Sumit Bishnoi
on
December 10, 2019
Rating:
No comments: