Skip to main content

Cannot connect to known wi-fi networks after waking up from standby


After waking up from standby mode, my Lenovo X200 laptop cannot connect to known Wi-Fi networks (both at home and office).

It uses Intel WiFi Link 5100 AGN card and Microsoft's driver with Windows 10 Build 10586.36.



I try setting the 802.11n Change Width for band 2,4 to Auto.
It works!


Set 802.11n Chanel Width for band 2.4 to Auto
Set 802.11n Chanel Width for band 2.4 to Auto

Hope this will save you time if run into the same situation.

Be HAPPY!

Popular posts from this blog

Entity Framework Core: Notes

Entity Framework is [WHAT] an object-relational mapper [WHY] enabling .NET developer to work with relational data using domain-specific object.

nginx on RHEL

Install nginx $ sudo yum install nginx Enable nginx service on boot $ sudo systemctl enable nginx Start nginx service $ sudo systemctl start nginx Check nginx service status $ sudo systemctl status nginx Check nginx version $ nginx -V Check configuration files $ sudo nginx -t Reload nginx service $ sudo nginx -s reload nginx Cheat Sheet sudo nginx -s reload sudo nginx -t sudo systemctl enable nginx : Enable nginx on start up sudo systemctl start nginx : Start nginx sudo systemctl reload nginx : Reload nginx systemctl status nginx : Check nginx status nginx in the news