Kodi Community Forum

Full Version: wake up from S3 / S4 from via remote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, after I've solved my problem with my remote, I will do the next step...

I want wake up my HTPC via remote from S3 / S4.
I've done all settings in BIOS but it still not work. I've search for a HowTo in internet and found some
little tipps...

So Itried the following command:

Code:
xbmc@Mediacenter:~$ cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
USB1      S3    *disabled
RP01      S4    *disabled  pci:0000:00:1c.0
RP03      S4    *disabled  pci:0000:00:1c.2
GLAN      S4    *disabled
EHC1      S4    *enabled   pci:0000:00:1d.0
EHC2      S4    *enabled   pci:0000:00:1a.0
XHC       S4    *enabled   pci:0000:00:14.0
HDEF      S4    *disabled  pci:0000:00:1b.0
PEG0      S4    *disabled
PEGP      S4    *disabled
PEG1      S4    *disabled
PEG2      S4    *disabled

but I can't find my remote device to enable wake up...

I know that wake up from S5 did'nt work so as an altenativ I woud like to use the S4...
When I was setting my box to do the same
I followed this post #16 http://forum.xbmc.org/showthread.php?tid...pid1081130
Worked for me
Thank you for your Post... It helps me to solve the Problem...

Code:
grep 0008 /sys/bus/usb/devices/*/idProduct

this did'nt work for me but I foud the correct divice pfad, so rest work fine for me...