Computer starts again after supending via XBMC
#1
Hi,

I just installed XBMC from the LiveCD to my hdd. Nearly everthing works perfekt except for a small problem. When I choose to suspend/standby the computer via the XBMC the TV goes black for about a second and then XBMC comes up again.

The log shows this:
Code:
15:51:45 T:3055196032 M:1926868992   DEBUG: OnKey: 61479 pressed, screen saver/dpms woken up
15:51:48 T:3055196032 M:1926868992   DEBUG: OnKey: 61453 pressed, action is Select
15:51:48 T:3055196032 M:1926868992   DEBUG: ExecuteXBMCAction : Translating Suspend
15:51:48 T:3055196032 M:1926868992   DEBUG: ExecuteXBMCAction : To Suspend
15:51:48 T:3055196032 M:1926868992   DEBUG: DBus: Creating message to org.freedesktop.UPower on /org/freedesktop/UPower with interface org.freedesktop.UPower and method Abo$
15:51:48 T:3055196032 M:1926868992   DEBUG: DBus: Creating message to org.freedesktop.UPower on /org/freedesktop/UPower with interface org.freedesktop.UPower and method Sus$
15:51:48 T:3055196032 M:1926868992   DEBUG: CAnnouncementManager - Announcement: Suspend from xbmc  
15:51:48 T:3055196032 M:1926868992   DEBUG: CAnnouncementManager - Announcement: Sleep from xbmc
15:51:48 T:3055196032 M:1926868992  NOTICE: OnSleep: Running sleep jobs
15:51:48 T:3055196032 M:1926868992  NOTICE: OnSleep: Stopping lirc
15:51:48 T:3055196032 M:1926868992    INFO: LIRC setUsed: disabled
15:51:50 T:3055196032 M:1925697536   DEBUG: OnKey: 61453 pressed, action is Select
15:51:50 T:3055196032 M:1925824512   DEBUG: ExecuteXBMCAction : Translating Suspend
15:51:50 T:3055196032 M:1925824512   DEBUG: ExecuteXBMCAction : To Suspend
15:51:50 T:3055196032 M:1925824512   DEBUG: DBus: Creating message to org.freedesktop.UPower on /org/freedesktop/UPower with interface org.freedesktop.UPower and method Abo$
15:51:50 T:3055196032 M:1925824512   DEBUG: DBus: Creating message to org.freedesktop.UPower on /org/freedesktop/UPower with interface org.freedesktop.UPower and method Sus$
15:51:50 T:3055196032 M:1925824512   DEBUG: CAnnouncementManager - Announcement: Suspend from xbmc
15:51:51 T:3055196032 M:1925632000  NOTICE: OnWake: Running resume jobs
15:51:51 T:3055196032 M:1925632000   ERROR: GLX: Same window as before, refreshing context
15:51:51 T:3055196032 M:1925632000    INFO: GL: Maximum texture width: 8192
15:51:51 T:3055196032 M:1926647808   ERROR: GLX: Same window as before, refreshing context
15:51:51 T:3055196032 M:1926647808    INFO: GL: Maximum texture width: 8192
15:51:51 T:3055196032 M:1926139904  NOTICE: OnWake: Restarting lirc
15:51:51 T:3055196032 M:1926139904    INFO: LIRC Initialize: using: /dev/lircd
15:51:51 T:3055196032 M:1926139904    INFO: LIRC Initialize: sucessfully started
15:51:51 T:3055196032 M:1926139904  NOTICE: OnWake: Restarting lcd
15:51:51 T:3055196032 M:1926139904  NOTICE: UpdateLibraries - Starting video library startup scan
15:51:51 T:3055196032 M:1926139904   DEBUG: ------ Window Init (DialogVideoScan.xml) ------
15:51:51 T:3055196032 M:1926139904    INFO: Loading skin file: DialogVideoScan.xml
15:51:51 T:3024464752 M:1926139904   DEBUG: thread start, auto delete: 0
15:51:51 T:3055196032 M:1926139904  NOTICE: UpdateLibraries - Starting music library startup scan
15:51:51 T:3055196032 M:1926139904   DEBUG: ------ Window Init (DialogMusicScan.xml) ------
15:51:51 T:3055196032 M:1926139904    INFO: Loading skin file: DialogMusicScan.xml

The BIOS allows S3 as far as I can see.
I am new to Linux so I hope this is not a stupid question

Thanks in advance
P_II
Reply
#2
Can you suspend via the following command?

Code:
pm-suspend

If not, please post the output of the following command:

Code:
cat /var/log/pm-suspend.log
Reply

Logout Mark Read Team Forum Stats Members Help
Computer starts again after supending via XBMC0