13

We have an ASUS Zenbook UX305FA laptop running Windows 10 that is able to be woken from sleep with an external Keyboard and Mouse when they are plugged-in directly into their individual USB ports.

However, after plugging in a USB Hub and then plugging the external Keyboard and Mouse into the USB Hub, the laptop will no longer wake up from sleep with the external Keyboard or Mouse. It only wakes up if the built-in laptop keyboard is pressed. However, as this laptop is being used as a Desktop, the laptop lid is kept closed at all times, which is why we need to be able to wake the laptop using the external keyboard and mouse. We need the other USB ports on the laptop to be free, which is why we need to plug the mouse and keyboard via the USB Hub.

In Device Manager, the "Power Management" settings for both the external Keyboard and Mouse are set to "Allow this device to wake the computer" under "Keyboards" and "Mice and other pointing devices", respectively. Under "Universal Serial Bus controllers", the "Generic USB Hub" has that setting dimmed and cannot be set.

How can we get the Keyboard and Mouse to wake the laptop from sleep when plugged in via a USB Hub?

Bakudan
  • 1,343

5 Answers5

9

Open an elevated command prompt (admin mode).

  1. Type in powercfg/devicequery wake_programmable

  2. Check to make sure the USB keyboard connected to the USB hub shows up on that list, which would confirm it can indeed wake up your laptop from sleep.

  3. To check what is already enabled, type in powercfg /devicequery wake_armed

  4. Type in powercfg /deviceenablewake "ExactKeyboardName" with ExactKeyboardName being the full and exact name (including parentheses, if any) of the USB keyboard that appeared in step 3 above (make sure the name is wrapped in quotes).

  5. If more than one USB keyboard showed up in the list in step 2, then repeat step 4 with each USB keyboard name.

Try now.

Bakudan
  • 1,343
Tor
  • 206
3

We had this same issue with some Dell laptops. Using a USB hub with an external power source solved this for us.

user76732
  • 643
1

I am using my dell XPS13 Win10 as a desktop with the same issue. I hit F2 for the boot options, and there is an option to 'wake from USB' - I selected the box (and changed the charging option to 'Primarily use on AC' to save the battery) - Issue resolved.

0

This worked for me, though not sure which step sorted it out.

  • Go into BIOS (Hold F2 on reboot) and enable the wake on USB settings (I had 2 on a Aspire 3).

  • Go into power settings and disable the fast restart (this may be initially greyed out so select the option to update hidden values).

After doing both these things it now wakes on both external mouse and keyboard (though both show as not having power settings within device manager) so it's probably wake on USB that is starting it up.

ZygD
  • 2,577
0

try this:

Follow the steps below to run power troubleshooter.

  1. Press Windows Key + W and type troubleshooting in the search box.
  2. Click on the Troubleshooting from the search results so obtained.
  3. Click on View all on the left pane on the next Window.
  4. Pick Power from the list so available, this would launch Power Troubleshooter
  5. In the Power Troubleshooter, you have to click Next option

This will start the automatic detection and fixing of issues,if it doesn't work,try uninstalling the USB hub driver then unplug and re-plug and check if the option is still grayed out.

doom
  • 1