Remote not working unti lirc restart
#1
Hi!

I used to have my remote configuration working perfectly, but recently the remote doesn't work in xbmc until i do a manual "sudo service lirc restart".
But it doesn't seem to be a lirc issue, because irw and irexec works perfectly before and after the restart.

Any ideas what this might be? i tried searching but didnt find any thread with similar problems described.
Reply
#2
Hi!

After a good night sleep i came up with a workaround that works.

I put

Code:
sleep 5 && service lirc restart
in the file /etc/rc.local

and made a small sh script to load irexec and xbmc after and put the script in startup-sessions.

Code:
sleep 7 && irexec &
sleep 8 && xmbc

now everything works as it should, apart from the workaround.
Reply

Logout Mark Read Team Forum Stats Members Help
Remote not working unti lirc restart0