4

I find myself turning on wireless in the mobility screen (like this) almost every day. The power settings screen shows maximum performance for wireless.

Any ideas? Thanks

EDIT:

  1. In the adapter properties/power management it is not configured to be turned off to save power.

  2. I remembered that it mostly happens AFTER sleep mode, like if it sleeps for a long time and I wake it up - it's almost guaranteed I'd need to turn "wireless" on

Hennes
  • 65,804
  • 7
  • 115
  • 169
Madd0g
  • 43

4 Answers4

2

In the powercfg -energy report I find two suspicious entries :

USB Suspend:USB Device not Entering Suspend

Power Policy:802.11 Radio Power Policy is Maximum Performance (Plugged In)
The current power policy for 802.11-compatible wireless network adapters is not configured to use low-power modes.

You might consider disconnecting all unneeded USB devices after reviewing their power options, as well as setting the wireless on battery to some power-saving mode, but I don't believe that this alone will fix the problem.

I don't know if the above warnings are connected to the problem, but my advice is:

  1. Update all drivers and firmware (including BIOS) from the G74Sx download page.
  2. Run Windows Update, Search for updates, and patch everything including optional updates. Reboot and repeat until no more updates are found.
  3. If the problem remains, run Microsoft's USB troubleshooter from Internet Explorer
  4. If nothing works, do Repair Install to fix Windows and preserve user accounts, data, programs, and system drivers.
  5. I advice against the obvious next step - reinstalling Windows. In the worse case, one can create a batch script for turning on the wireless so as to make it easier on you.
harrymc
  • 498,455
0

copy this link into your windows explorer "Control Panel\Network and Internet\Network Connections"

Right click your wireless card. Go to Properties. Click the configure button choose power management tab. Uncheck "allow the computer to turn off this device to save power."

0

Did you check your bios setting yet ? some laptop can set to turn off wireless on sleep in the Bios.

or you can make the following a bat file:
netsh interface set interface "Wireless Network Connection" Enable

then put that in window scheduler, run on workstation unlock. then the wifi would turn on everytime you unlock your laptop screensaver.

0

you might have a manufacturer's software installed that does some power management. Check to see if there is by going to Services or Add/Remove Programs and finding any of them that might be running in the background with names with prefixes of the manufacturer. If so, remove the bloatware.

L. J.
  • 166