xbianonpi / xbian-package-lirc

GNU General Public License v3.0
3 stars 2 forks source link

remote only works on xbmc (not system) restart #5

Closed olliesmit closed 10 years ago

olliesmit commented 10 years ago

Also here: http://forum.xbian.org/thread-2327.html

Hello, I have xbian RC2 and i've managed to setup a gpio ir receiver with lirc which is an absolute pain and took way too long. the problem is it only works if i "stop xbmc" and "start xbmc" again from ssh

anyway through perserverance i do the following to get ir working from a clean xbian RC2

Setp 1: add "lirc_rpi gpio_in_pin=14" to /etc/modules

Setp 2: mv /etc/lirc/hardware/lirc_rpi.conf /etc/lirc/hardware.conf

Step 3: remove -u from LIRCD_ARGS="-u" in above file (fixes double input glitch)

Step 4: copy my lircd.conf to /etc/lirc/

Step 5: copy my Lircmap.xml to /home/xbian/.xbmc/userdata

So, after restart of system, irw allways shows up fine but xbmc only responds after ssh stop/start. any ideas?