You are not logged in.

#1 2011-07-09 08:59:40

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,400

[SOLVED] System resumes from s2disk by PS2 keyboard,

...but it doesn't when i power it down using, say, "poweroff".

I already disabled any wakeup event into the bios, so i wonder if there is something i can do at OS level to stop it from waking up that way.

Anyone has a clue?

thanks!

Last edited by kokoko3k (2011-07-09 09:45:49)


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#2 2011-07-09 09:44:37

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,400

Re: [SOLVED] System resumes from s2disk by PS2 keyboard,

Ok, managed to get it work by adding this to my hibenrate script, just before s2disk call:

for device in $(cat /proc/acpi/wakeup | grep PS2K | grep "*enabled" |cut -f 1) ; do
  echo "PS2K enabled, disabling..."
  echo -n $device > /proc/acpi/wakeup
done

I really don't know why it was enabled, maybe windows did it (dual boot)...


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

Board footer

Powered by FluxBB