[arch-general] Waking from Suspend by Keyboard Activity
Hi, How can I let my USB keyboard be a waker? I tried to add echo USB0 > /proc/acpi/wakeup to rc.local but, after boot, /proc/acpi/wakeup doesn't contain any USB related line. Regards, -- Bastien
08.09.2011 20:49, Bastien Dejean kirjoitti:
Hi,
How can I let my USB keyboard be a waker?
I tried to add
echo USB0 > /proc/acpi/wakeup
to rc.local but, after boot, /proc/acpi/wakeup doesn't contain any USB related line.
Regards, I think you need to turn on support in for starting the PC in the BIOS. Especially if you are suspending to the HD, don't know if BIOS has anything to do in the RAM suspend.
Jesse Jaara a écrit :
I think you need to turn on support in for starting the PC in the BIOS. Especially if you are suspending to the HD, don't know if BIOS has anything to do in the RAM suspend.
I own an iMac, so I don't have a BIOS. I'm using pm-suspend. Regards, -- Bastien
On 09/08/2011 01:49 PM, Bastien Dejean wrote:
Hi,
How can I let my USB keyboard be a waker?
I tried to add
echo USB0> /proc/acpi/wakeup
to rc.local but, after boot, /proc/acpi/wakeup doesn't contain any USB related line.
Regards, I'm not sure how much you've played with /proc/acpi/wakeup but I wrote about this in my blog a year and half ago.
The short and sweet: try the different devices. dmesg can be useful for identifying them (see the blog post). http://pyther.net/blog/index.php/2010/03/use-keyboard-to-resume-from-standby... ~pyther
Matthew Gyurgyik a écrit :
The short and sweet: try the different devices. dmesg can be useful for identifying them (see the blog post).
Yes, it was helpful. I seems the good slot is EHC1. I'll test... -- Bastien
participants (3)
-
Bastien Dejean
-
Jesse Jaara
-
Matthew Gyurgyik