<br><br><div class="gmail_quote">On Thu, Jan 22, 2009 at 9:27 PM, A JM <span dir="ltr">&lt;<a href="mailto:vbtalent@gmail.com">vbtalent@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><div></div><div class="Wj3C7c"><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" target="_blank">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>Hi<br>
<br>
2009/1/22 A JM &lt;<a href="mailto:vbtalent@gmail.com" target="_blank">vbtalent@gmail.com</a>&gt;:<br>
</div><div>&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>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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></div></div>Very generous! thanks for all the hard work you&#39;ve put into this.<div class="Ih2E3d"><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></div>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>
</blockquote></div><br>Scratch my last post.. duh it finally dawned on me.<br><br>Can I test this without using Myth at the moment? this is a fresh install and just want to see if she&#39;s working.<br><br>Also, Davids post earlier referred to turning off the backlight and I see his suggestions are a little different than yours are they basically the same processes? Can I simply add the lines <b>backlight=0 </b>into the hardware.conf file?<br>
<br><b>To get lirc to automatically detect the display as an LCD instead of a<br>
VFD, you need to use lirc from CVS. &nbsp;Specifically, you need revision<br>
1.32 or later of lirc_imon.c. &nbsp;If you don&#39;t want to use all unreleased<br>
lirc, just drop that one file into lirc-0.8.4a. &nbsp;I&#39;m actually using it<br>
with lirc-0.8.3.<br><br>
To get lcdproc to correctly use the graphical display, you need to<br>
apply the pactch at<br><a href="http://codeka.com/blogs/imon/lcdproc-0.5.2-imonlcd-0.3.patch" target="_blank">http://codeka.com/blogs/imon/lcdproc-0.5.2-imonlcd-0.3.patch</a>. &nbsp;Then<br>
set the driver to be &quot;imonlcd&quot; in LCDd.conf. &nbsp;You can turn the<br>
backlight off by setting &quot;backlight=0&quot; in the &quot;[imonlcd]&quot; section of<br>
LCDd.conf.</b>

<br>