[mythtv-users] Lirc Repeating Keys

Larry Kennedy lunchtimelarry at gmail.com
Mon Jun 29 01:04:48 UTC 2015


On Sun, Jun 28, 2015 at 7:27 PM, Kirk Bocek <t004 at kbocek.com> wrote:

> One of my frontends is repeating navigation commands (Up, Down, Left,
> Right) with LIRC. The way I remember fixing this is with the "Repeat ="
> line in "~/.mythtv/lircrc". Does that sound right? I ask because I am up to
> "Repeat = 10" to get this fixed. Seems like a lot.
>
> Kirk
>

You could be seeing repeated commands because both the kernel and LIRC are
responding.  These days, IR support is baked into the kernel, so using LIRC
as a separate service may not be necessary (although I still do).

Try this:

# cat /sys/class/rc/rc0/protocols


You should see something like this:


# [rc-5] [nec] [rc-6] [jvc] [sony] [lirc]

You can tell the system that only lirc should respond:

# echo lirc > /sys/class/rc/rc0/protocols

# cat /sys/class/rc/rc0/protocols

rc-5 nec rc-6 jvc sony [lirc]

Now, test the remote to see if the repeated commands have stopped. If so,
place the echo command in your startup script so it happens at every
reboot. For EL6, mine is at /etc/rc.local




_______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150628/aba74341/attachment.html>


More information about the mythtv-users mailing list