Can anybody help ?
I'm trying to use the GPIO lirc-rpi module with XBMC on Arch. I've successfully used it on OpenELEC and wanted to port to Arch-hf.
I dont have deep knowledge but am usually able to bumble about successfully with help from more community expertise.
Ive got the Archlinux-hf-2012-9-18 on the SD card, and installed xbmc-rbp-git.
I followed Arons instructions...(
http://aron.ws/projects/lirc_rpi/) for the GPIO IR reciever
The existing lirc binaries are in /usr/sbin(bin) but recompiled ones are in /usr/local/sbin(bin).
I've loaded the module with "modprobe lirc_rpi gpio_in_pin=0 gpio_out_pin=1"
I created my /etc/lirc/lirc.conf file and Lircmap.xml. Executed the recompiled lirc daemon
i.e. /usr/local/lib/lircd -d lirc0
Tested with /usr/lib/irw (ie original irw) and its OK, but no reaction from XBMC !
Im running xbmc –lircdev=/dev/lirc0
Am I missing something, maybe a client library that XBMC uses ??
regards
Andy