Linux Ubuntu 12.04 - XBMC Suspend/WakeUP
#1
I have a problem with WakeUp my XBMC. I use the RC Logitech Harmoy One + USB IR receiver. The mainboard of the my HTPC is ASUS E45M1-M PRO. Could someone help me ?
Reply
#2
Take a look at this thread and see if any of the suggestions there are helpful: http://forum.xbmc.org/showthread.php?tid=136793
Reply
#3
It still does not work !

Code:
xbmc@xbmc:~$ lsusb
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:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 002: ID 04f2:0116 Chicony Electronics Co., Ltd KU-2971/KU-0325 Keyboard
Bus 004 Device 003: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
Bus 002 Device 003: ID 058f:6364 Alcor Micro Corp. Hi-Speed 7-in-1 Flash Card Reader/Writer [Sabrent]
Bus 002 Device 004: ID 0951:1642 Kingston Technology
Bus 005 Device 002: ID 147a:e03e Formosa Industrial Computing, Inc. Infrared Receiver [IR605A/Q]
Bus 007 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC

Code:
xbmc@xbmc:~$ dmesg | grep mceusb
[   14.392786] input: MCE IR Keyboard/Mouse (mceusb) as /devices/virtual/input/input14
[   14.392966] rc rc1: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 1
[   14.393005] mceusb 5-1:1.0: Registered Formosa21 eHome Infrared Transceiver on usb5:2
[   14.393040] usbcore: registered new interface driver mceusb

What does mean S4 ? My notebook has also S3.
Code:
xbmc@xbmc:~$ cat /proc/acpi/wakeup
Device    S-state      Status   Sysfs node
SBAZ      S4    *disabled  pci:0000:00:14.2
UAR1      S4    *disabled  pnp:00:0b
P0PC      S4    *disabled  pci:0000:00:14.4
UHC1      S4    *enabled   pci:0000:00:12.0
UHC2      S4    *enabled   pci:0000:00:12.2
USB3      S4    *enabled   pci:0000:00:13.0
UHC4      S4    *enabled   pci:0000:00:13.2
USB5      S4    *enabled   pci:0000:00:16.0
UHC6      S4    *enabled   pci:0000:00:16.2
UHC7      S4    *enabled   pci:0000:00:14.5
BR14      S4    *disabled  pci:0000:00:04.0
PE20      S4    *disabled  pci:0000:00:15.0
PE21      S4    *disabled  pci:0000:00:15.1
RLAN      S4    *enabled   pci:0000:04:00.0
PE22      S4    *disabled  pci:0000:00:15.2
BR23      S4    *disabled  pci:0000:05:00.0
PE23      S4    *disabled  pci:0000:00:15.3
PWRB      S4    *enabled
Reply
#4
S4 is Hibernation (suspend to disk). Use S3 (suspend to RAM) instead.
Reply
#5
I found nothing about S3 in the user manual of the mainboard ASUS E45M1-M PRO.
Reply

Logout Mark Read Team Forum Stats Members Help
Ubuntu 12.04 - XBMC Suspend/WakeUP0