<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ben Lancaster wrote:
<blockquote
 cite="mid01A14D33-1563-45C1-82CF-82F8D1FEF162@benlancaster.co.uk"
 type="cite">
  <pre wrap="">On 6 Jun 2006, at 00:45, Lee McLaren wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Ben Lancaster wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On 5 Jun 2006, at 09:33, Lee McLaren wrote: Sam Varshavchik wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">Ben Lancaster writes:
        </pre>
        <blockquote type="cite">
          <pre wrap="">I have a working LIRC 0.8.0 CVS install using the Linux Input  
Layer as the device, but there's something weird happening with  
Myth. I'm getting quite regular phantom keypresses. For example,  
in the guide, if I press down a few times, then up once, it'll  
repeat the previous down command. irw reports the correct keys  
being pressed, so the problem lies somewhere between the command  
hitting mythtv from LIRC, and it performing it.
          </pre>
        </blockquote>
        <pre wrap="">I am guessing that u have digital tv card and the remote is being  
received by it and mapped as key presses
        </pre>
      </blockquote>
      <pre wrap="">Correct!
      </pre>
      <blockquote type="cite">
        <pre wrap="">I found that if you stopped lircd while watching TV the number  
keys would still appear on the screen like you are direct  
inputing the channel, if that's the case post back and I will go  
into depth on what I had to do to fix.
        </pre>
      </blockquote>
      <pre wrap="">consider this a post back! Thanks very much for offering to  
help :D Ben _______________________________________________ mythtv- 
users mailing list <a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a> <a class="moz-txt-link-freetext" href="http://mythtv.org/cgi">http://mythtv.org/cgi</a>- 
bin/mailman/listinfo/mythtv-users
      </pre>
    </blockquote>
    <pre wrap="">Ok,

This is how I fixed it:

Read this wiki,
<a class="moz-txt-link-freetext" href="http://www.linuxtv.org/v4lwiki/index.php/Remote_controllers">http://www.linuxtv.org/v4lwiki/index.php/Remote_controllers</a>

Follow the bit under quick instructions and do the irrecord to  
create the config for your remote.


Then change your hardware.conf so that it uses the event you found  
as in the wiki, my complete file is shown below for a reference:
root@mythtv:/etc/lirc# cat hardware.conf
# /etc/lirc/hardware.conf
#
#Try to load appropriate kernel modules
LOAD_MODULES=true
LIRCD_ARGS="-H dev/input -d /dev/input/event3"

Save you irrecord file in the /etc/lirc dir as lircd.conf

Edit your /home/mythtv/.mythtv/lircrc file to use the new keys and  
you are away.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks Lee.

Unfortunately, this hasn't solved my problems :( They're no better!

Out of interest, which card/remote are you using? I'm on a Compro  
VideoMate DVB-T300 (saa7134 based)

Ben
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>

  </pre>
</blockquote>
I am using an Avermedia 771 and 777, I use the 777's remote control
with the 771 card and the IR input goes into the 771 card. From memory
its the saa7134 module that supports the remote.<br>
Did you find the input ok, when you cat the correct event you get
garbage on the screen when you press buttons on the remote. Did the
irrecord work ok?<br>
Did you run up lirc only with "-H dev/input -d /dev/input/event3"?<br>
<br>
I am surprised that it didn't sort your problems, I made a huge
difference with mine.<br>
<br>
regards<br>
<br>
LM<br>
<br>
<br>
</body>
</html>