<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 1/26/2011 12:14 AM, Ken Bass wrote:
    <blockquote cite="mid:4D3FBBDD.20902@kenbass.com" type="cite">Long
      story short, I wanted to update to 0.24-fixes from 0.23. So I also
      upgraded from Fedora 11 to 14.
      <br>
      <br>
      Everything worked before.
      <br>
      <br>
      My mceusb remote/receiver worked fine before. Now, when I press
      buttons such as the right arrow,&nbsp; multiple buttons are pressed
      making the remote useless since I cannot select a recording from
      the recording list.
      <br>
      <br>
      Here is where things get odd:
      <br>
      1) I am using a .lircrc file. Using this file results in repeats.
      <br>
      2) If i remove that file, some basic keys such as right arrow
      (KEY_RIGHT) works and does not have the repeat issue. However,
      other keys (KEY_OK) that I mapped do not work. Are there some
      built in native 'subset' that is used?
      <br>
      3) With the .lircrc, If I run irw at the same time as
      mythfrontend, it seems to work. Once I exit irw, it returns to
      repeating. Initially when I saw the repeats, I modified the 'gap'
      length param in my /etc/lirc/lircd.conf
      <br>
      It almost seems like that param honored only when irw is running,
      but not by native.
      <br>
      <br>
      I'm stuck. I've got the same issue on both my frontends.
      <br>
      <br>
    </blockquote>
    Ken,<br>
    It sounds like the remote signal is also being processed by evdev.&nbsp;
    Try the following command the block evdev.<br>
    <br>
    <font size="2" color="black" face="Verdana,Arial,Helvetica"><font
        size="2" color="black" face="Verdana,Arial,Helvetica">echo lirc
        &gt; /sys/class/rc/rc0/protocols<br>
        <br>
        If that is successful, place it in the /etc/init.d/lirc startup
        script near the end of the start() function.&nbsp; I had the same
        issue and was relieved to find this solution in the following
        thread.&nbsp; Make sure to put everything back into place like it's
        always been, such as .lircrc, etc.<br>
        <br>
        <a class="moz-txt-link-freetext" href="http://www.gossamer-threads.com/lists/mythtv/users/459859">http://www.gossamer-threads.com/lists/mythtv/users/459859</a><br>
        <br>
        Good luck!<br>
      </font></font>
  </body>
</html>