You are not logged in.

#1 2017-07-12 03:07:19

paragordius
Member
Registered: 2017-07-12
Posts: 12

Unable to wake from suspend with USB keyboard or mouse; works in Win10

I have an Asus Z170-A motherboard and I'm using a HHKBP2 and Razer Deathadder Elite. I am unable to wake the machine with the keyboard or mouse. My BIOS settings make no mention of USB wake, so I assume it's on by default. It also works under Windows 10.

I've tried the suggestions mentioned here: http://bernaerts.dyndns.org/linux/74-ub … me-usb-hid

Are there any other steps I need to take? I'm suspending with systemctl suspend.

Contents of /etc/udev/rules.d/90-hid-wakeup-enable.rules:

# udev rule for USB wake-up of selected devices
#
# Razer USA, Ltd 
SUBSYSTEM=="usb", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="005c" RUN+="/usr/local/sbin/enable-wakeup $env{DEVPATH}" 
# C-Media Electronics, Inc. 
SUBSYSTEM=="usb", ATTRS{idVendor}=="0d8c", ATTRS{idProduct}=="0005" RUN+="/usr/local/sbin/enable-wakeup $env{DEVPATH}" 
# Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
SUBSYSTEM=="usb", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="0001" RUN+="/usr/local/sbin/enable-wakeup $env{DEVPATH}" 
# Topre Corporation HHKB Professional
SUBSYSTEM=="usb", ATTRS{idVendor}=="0853", ATTRS{idProduct}=="0100" RUN+="/usr/local/sbin/enable-wakeup $env{DEVPATH}" 

Does anyone else with the same mobo have wake from USB working?

Offline

Board footer

Powered by FluxBB