Openelec freezing issue.
#46
benbour sounds like it might be an issue with irexec not starting. Try the code below.

Create 'autostart.sh' in directory /storage/.config

Code:
#start IRexec
su -c '/usr/bin/irexec -d /storage/.config/.lircrc' -l root

Your .lircrc file shuld look like this
Code:
begin
button = KEY_TEXT
prog = irexec
config = /bin/killall -9 xbmc.bin &
end
Reply
#47
(2014-02-27, 19:25)TwistedNy Wrote: My suspend button has been working for about a week and now it stopped. Every time i try to put my machine to sleep using the button on the remote or even when i use suspend by pressing it on xbmc it does work.

When I press it looks like it goes into suspend for about a second but then it turns right back on. Has this happened to anyone before?

check /var/log/pm-suspend
Reply
#48
teeedubb the file pm-suspend is not there. The only file close to it is pm-powersave.log. Should i create a pm-suspend file? what do i write in it?
Reply
#49
(2014-03-01, 01:02)TwistedNy Wrote: benbour sounds like it might be an issue with irexec not starting. Try the code below.

Create 'autostart.sh' in directory /storage/.config

Code:
#start IRexec
su -c '/usr/bin/irexec -d /storage/.config/.lircrc' -l root

Your .lircrc file shuld look like this
Code:
begin
button = KEY_TEXT
prog = irexec
config = /bin/killall -9 xbmc.bin &
end

Awesome! working perfectly!

Many thanks...
Reply
#50
Still having trouble putting my machine into suspend mode. Been looking around the forums but still haven't found a solution.
Reply

Logout Mark Read Team Forum Stats Members Help
Openelec freezing issue.1