<br><br><div class="gmail_quote">On Thu, Jan 22, 2009 at 7:58 AM, Jean-Yves Avenard <span dir="ltr">&lt;<a href="mailto:jyavenard@gmail.com">jyavenard@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Hi<br>
<br>
2009/1/22 A JM &lt;<a href="mailto:vbtalent@gmail.com">vbtalent@gmail.com</a>&gt;:<br>
</div><div class="Ih2E3d">&gt; I do use Ubuntu, are your patches widely available or only for personal use?<br>
&gt;<br>
&gt; I&#39;m assuming your patches are to address the same issues as what David was<br>
&gt; running into? great information David.<br>
&gt;<br>
&gt; &quot;To get lirc to automatically detect the display as an LCD instead of a<br>
&gt; VFD, you need to use lirc from CVS. &nbsp;Specifically, you need revision<br>
&gt; 1.32 or later of lirc_imon.c. &nbsp;If you don&#39;t want to use all unreleased<br>
&gt; lirc, just drop that one file into lirc-0.8.4a. &nbsp;I&#39;m actually using it<br>
&gt; with lirc-0.8.3.&quot;<br>
<br>
</div>Here are the messages I wrote regarding the lcd support in lirc 0.8.3<br>
that comes with ubuntu 8.10.<br>
<br>
For adding support of the LCD in stock lirc:<br>
&quot;For those running Ubuntu (tested on Ubuntu 8.10 beta)<br>
<br>
I&#39;ve made a patch to the existing lirc modules, the advantage being<br>
that they will be installed in the proper location, and it will be<br>
easier to maintain in the future.<br>
Patch is available there:<br>
<a href="http://www.avenard.org/mythtv/lirc-0.8.3.imon.patch" target="_blank">http://www.avenard.org/mythtv/lirc-0.8.3.imon.patch</a><br>
<br>
How to use it:<br>
<br>
# apt-get install lirc-modules-source<br>
# cd /usr/src/lirc-0.8.3<br>
# patch -p1 &lt; /path/th/lirc-0.8.3.imon.patch<br>
# dpkg-reconfigure lirc-modules-source<br>
<br>
either reboot or type:<br>
rmmod lirc_imon<br>
rmmod lirc_dev<br>
modprobe lirc_imon:<br>
<br>
Then, for getting the remote control to work in Linux with LIRC:<br>
<br>
&quot;For people with an Antec Fusion Remote and the MX200 remote control.<br>
<br>
I&#39;ve created a lircd configuration file for the buttons of that remote<br>
, including the volume knob. As well as the script to start everything<br>
automatically.<br>
<br>
The lirc script is it be copied into /etc/init.d<br>
and the other configuration files to be located in their right location.<br>
<br>
What it does is start two lircd daemon as described in this great blog.<br>
<br>
Creating it was a pain as if you make any mistakes during the irrecord<br>
you have to restart the configuration after starting/stopping lircd<br>
<br>
To start the lirc daemon, either reboot or type /etc/init.d/lirc start<br>
<br>
So this take the pain away from you ; enjoy<br>
<br>
<a href="http://www.avenard.org/mythtv/lirc-conf.tar.gz" target="_blank">http://www.avenard.org/mythtv/lirc-conf.tar.gz</a>&quot;<br>
<br>
Follow both steps , the simply create the right .lirc file for mythtv...<br>
full LCD and IR support for the Antec case<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><br>Very generous! thanks for all the hard work you&#39;ve put into this.<br><br>&quot;The lirc script is it be copied into /etc/init.d<br>
and the other configuration files to be located in their right location.&quot;<br><br>What would the&quot;right location&quot; represent? I&#39;ve done a search for Lirc files and don&#39;t see any lircd.conf or hardware.conf files?<br>
<br>Any thoughts?<br><br><br>