Ubuntu WiFi disconnects automatically [SOLVED]

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]


Watch Video Tutorial


TEMPORARY SOLUTION:

  1. sudo iwconfig wlan0 power off

PERMANENT SOLUTION:

You need to add following configure file
  1. cd /etc/pm/power.d
  2. sudo -H gedit wifi_pwr_off
  3.  
This will open an empty file, copy the code below into it:
  1. #!/bin/sh
  2. /sbin/iwconfig wlan0 power off
  3.  
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] Ubuntu WiFi disconnects automatically [SOLVED] Reviewed by Sumit Bishnoi on December 10, 2019 Rating: 5

No comments:

Powered by Blogger.