Kodi Community Forum

Full Version: MCE Remote wake from standby issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I have just recently installed XBMCbuntu and am having issues with wake from suspend.

My various output that might be relevant is as follows:

lsusb
Code:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver
Bus 002 Device 003: ID 046d:c52e Logitech, Inc.

dmesg | grep mceusb
Code:
[    6.446754] mceusb 1-1.4:1.0: Registered Philips eHome Infrared Transceiver on usb1:3
[    6.446767] usbcore: registered new interface driver mceusb
[    7.135377] rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0

I thought the solution would be to edit my rc.local to show the following:
Code:
echo enabled > /sys/bus/usb/devices/1-1.4/power/wakeup
but that didn't seem to work.

cat /proc/acpi/wakeup
Code:
Device  S-state   Status   Sysfs node
PS2K      S3    *enabled   pnp:00:09
PS2M      S3    *disabled  pnp:00:0a
P0P1      S4    *disabled  
USB1      S3    *disabled  
USB2      S3    *disabled  
USB3      S3    *disabled  
USB4      S3    *disabled  
USB5      S3    *disabled  
USB6      S3    *disabled  
USB7      S3    *disabled  
RP01      S4    *disabled  pci:0000:00:1c.0
PXSX      S4    *disabled  
RP02      S4    *disabled  
PXSX      S4    *disabled  
RP03      S4    *disabled  
PXSX      S4    *disabled  
RP04      S4    *disabled  
PXSX      S4    *disabled  
RP05      S4    *disabled  pci:0000:00:1c.4
PXSX      S4    *enabled   pci:0000:03:00.0
RP06      S4    *disabled  
PXSX      S4    *disabled  
RP07      S4    *disabled  
PXSX      S4    *disabled  
RP08      S4    *disabled  
PXSX      S4    *disabled  
PEG0      S4    *disabled  pci:0000:00:01.0
PEGP      S4    *disabled  
PEG1      S4    *disabled  
PEG2      S4    *disabled  
PEG3      S4    *disabled  
GLAN      S4    *disabled  
EHC1      S4    *disabled  pci:0000:00:1d.0
EHC2      S4    *disabled  pci:0000:00:1a.0
XHC       S4    *disabled  pci:0000:00:14.0
HDEF      S4    *disabled  pci:0000:00:1b.0
PWRB      S3    *enabled

Please, any help is appreciated. My system is perfect in every other way.

Thanks,
Luke