Mint 17 How to wake from suspend with wireless keyboard?

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
GeneC

Mint 17 How to wake from suspend with wireless keyboard?

Post by GeneC »

Mint 17 - How to wake from suspend with wireless keyboard ?

Googling finds lots of info, but most old and often contradicting.

Mint 17 Cinnamon 64 bit. Wake from suspend with keyboard works fine with wired keyboard, but just got a got wireless, and it does not work any longer.
I can wake with the power button, but its a desktop tower on the floor and a pain to reach.. :cry:
Need a fix...
Image

Its the Logitech (mod. K360)

Code: Select all

gene@mint ~ $ lsusb
Bus 003 Device 003: ID 0cf2:6230 ENE Technology, Inc. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
GeneC

Re: Mint 17 How to wake from suspend with wireless keyboard?

Post by GeneC »

Tried one 'fix' that did not work for me, unless I did something wrong..

FIX

Edit = rules.d/90-keyboardwakeup.rules

Code: Select all

sudo gedit /etc/udev/rules.d/90-keyboardwakeup.rules
ADD

Code: Select all

SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52f" RUN+="/bin/sh -c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
Replacing the "046d" in the idVendor and the "c52f" in the idProduct with the values from your mouse that you got from the lsusb
My lsusb

Code: Select all

gene@mint ~ $ lsusb
[...]
Bus 007 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
[...]
It happens that my ID's are the same as the example, (Bus 007 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver) so I did not change. (Unless I misunderstand something?)
No workie.

Then I tried without the quotes

Code: Select all

SUBSYSTEM=="usb", ATTRS{idVendor}==046d, ATTRS{idProduct}==c52b RUN+="/bin/sh -c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"
No workie.. :(
Locked

Return to “Hardware Support”