If you are also facing problem of automatically disconnecting WiFi in Ubuntu, then here are the two solution for this problem:
![Ubuntu WiFi disconnects automatically [SOLVED] Ubuntu WiFi disconnects automatically [SOLVED]](https://storage.needpix.com/rsynced_images/logo-812763_1280.png)
Watch Video Tutorial
![Ubuntu WiFi disconnects automatically [SOLVED] Ubuntu WiFi disconnects automatically [SOLVED]](https://storage.needpix.com/rsynced_images/logo-812763_1280.png)
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:
![Ubuntu WiFi disconnects automatically [SOLVED]](https://i.ytimg.com/vi/ASn3Tp579Ds/0.jpg)
No comments: