You are not logged in.
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
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
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