OpenELEC Testbuilds for RaspberryPi Part 2
I'm sure this must a simple problem to fix but I just can't seem to figure it out...

I have a RasPi with a GPIO ir receiver that works "out of the box" (using my own autostart.sh/lircd.conf/Lircmap.xml/Remote.xml settings of course) with all of the latest Rbej Gotham builds. However, if I try any of the official dev builds (from link and link) or the Chris Swan builds (from link) or the MilhouseVH build (OpenELEC_Gotham-RPi.arm-devel-20131118204706-r16388.tar) the remote does not work.

I've tried the usual checks and tests - lirc_rpi driver is registered on all builds and "mode2 -d /dev/lirc0" gives key press responses for all builds. However, "irw /var/run/lirc/lircd-lirc0" shows key presses for the Rbej builds but not for any of the others (they show connection refused with this command). From my understanding this means that the lirc module has not been loaded(*) and/or my lircd.conf file is not being "read" by any of the non-Rbej builds.

This must be a problem with my settings or otherwise there would be a lot more people questioning this. But, can anyone tell me if there is a difference in the operation of the lirc driver between the Rbej and the other builds?

To add: I've just checked "cat /proc/bus/input/devices" in the logs and it does not show any output for the non-Rbej builds - I'm sure this is the problem but how to fix it, I have no idea.

(*) lsmod output:
Non-Rbej builds:
Module Size Used by
cfg80211 177211 0
lirc_rpi 5880 0
lirc_dev 7765 1 lirc_rpi
rc_core 12171 1 lirc_dev
iptable_filter 919 0
ip_tables 9563 1 iptable_filter
r8712u 162561 0

Rbej builds:
Module Size Used by
iptable_filter 911 0
ip_tables 9543 1 iptable_filter
lirc_rpi 5872 3
lirc_dev 7709 1 lirc_rpi
r8712u 162533 0

In addition, I've changed over to boot=/dev/mmcblk0p1 from boot=/dev/sda1 to ensure all the files are updated to their correct locations but still no difference.


Messages In This Thread
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by Reddog999 - 2013-11-21, 16:05
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223