You are not logged in.

#1 2010-05-27 21:52:24

*vitali*
Member
Registered: 2009-12-20
Posts: 83

Can't resume from suspend usign Keyboard (power button works)

Need to press power button to wake up from resume.
Have a Logitech USB G15 keyboard- when hitting space bar while resumed makes the LEDs flash rapidly but otherwize does nothing. (wakes up when using windows).

Offline

#2 2010-05-28 21:21:25

Wraul
Member
Registered: 2010-03-11
Posts: 7

Re: Can't resume from suspend usign Keyboard (power button works)

Have you tried enabling the usb port to which the keyboard is attached as described here http://linuxoutlaws.com/forums/viewtopic.php?f=9&t=2866
To make it permanent you can add the following line to /etc/rc.local, don't forget to replace X
sh -c 'echo "USBX" > /proc/acpi/wakeup'

Offline

#3 2010-05-28 22:41:10

demian
Member
From: Frankfurt, Germany
Registered: 2009-05-06
Posts: 709

Re: Can't resume from suspend usign Keyboard (power button works)

no need for sh -c.
Also, you might want to use >> instead of >.
I'm using:
echo USBE >> /proc/acpi/wakeup

P.S.: I think i also had to enable a BIOS option to make this work, so have a look at your bios.

Last edited by demian (2010-05-28 22:41:39)


no place like /home
github

Offline

Board footer

Powered by FluxBB