<!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="mid3DD016C5-4F0F-4BAC-869A-19C983D9BC6B@benlancaster.co.uk"
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-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
</pre>
</blockquote>
Ok,<br>
<br>
This is how I fixed it:<br>
<br>
Read this wiki, <br>
<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><br>
<br>
Follow the bit under quick instructions and do the irrecord to create
the config for your remote.<br>
<br>
<br>
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:<br>
root@mythtv:/etc/lirc# cat hardware.conf<br>
# /etc/lirc/hardware.conf<br>
#<br>
#Try to load appropriate kernel modules<br>
LOAD_MODULES=true<br>
LIRCD_ARGS="-H dev/input -d /dev/input/event3"<br>
<br>
Save you irrecord file in the /etc/lirc dir as lircd.conf<br>
<br>
Edit your /home/mythtv/.mythtv/lircrc file to use the new keys and you
are away.<br>
<br>
Enjoy,<br>
This made my remote everything I had hoped it would be and does not
lock up in the program guide any more.<br>
<br>
<br>
regards<br>
<br>
Lee McLaren<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>