No wake from suspend with MCE remote Eden Beta 3.
#1
Have followed the various threads to set /proc/acpi/wakeup on boot via /etc/rc.local

Code:
xbmc@xbmc:~$ cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
SMB0      S4    *disabled  pci:0000:00:03.2
USB0      S4    *enabled   pci:0000:00:04.0
USB2      S4    *enabled   pci:0000:00:04.1
NMAC      S5    *enabled   pci:0000:00:0a.0
PBB0      S4    *disabled  pci:0000:00:09.0
HDAC      S4    *disabled  pci:0000:00:08.0
XVR0      S4    *disabled
XVR1      S4    *disabled
P0P5      S4    *disabled
P0P6      S4    *disabled
P0P7      S4    *disabled
P0P8      S4    *disabled
P0P9      S4    *disabled

and

Code:
xbmc@xbmc:~$ cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

echo USB0 > /proc/acpi/wakeup
echo USB2 > /proc/acpi/wakeup

exit 0

Here is the result of my lsusb

Code:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver


Have also made the changes to make sure the remote works after resume.

Despite all this, while the remote will put XBMC to sleep, it won't wake it. Have to use the power button on the front or keyboard/mouse (I don't have a keyboard or mouse plugged in usually).

Any idea where I'm going wrong?

Note : I know it's not necessarily relevant due to the big changes between Eden beta 2 and 3, but it was working fine on beta 2.
Reply
#2
Am trying out the idea in this thread, can't test yet as kids are watching something!

http://forum.xbmc.org/showpost.php?p=835...stcount=35
Reply
#3
Sorted, XBMC sleeps and wakes like a champ now.
Reply
#4
(2012-02-22, 21:00)Richy Freeway Wrote: Sorted, XBMC sleeps and wakes like a champ now.

I was also having this issue after upgrading to XBMCbuntu Eden Beta 3 from Dharma 10.1. I found this thread and followed the instructions in the linked post, all is working great now thanks Big Grin

It seems that not only do we need to have wake on USB enabled but we also need to separately configure the device (receiver) to also wake from sleep mode.
Reply

Logout Mark Read Team Forum Stats Members Help
No wake from suspend with MCE remote Eden Beta 3.0