<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 30, 2013 at 5:10 PM, Paul Gardiner <span dir="ltr">&lt;<a href="mailto:lists@glidos.net" target="_blank">lists@glidos.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Sometime over the last year I ran into problem installing<br>
a frontend because of the changes lirc, and reading instructions<br>
from the wiki sorted it out:<br>
<br>
<a href="http://www.mythtv.org/wiki/LIRC#Migrating_to_LIRC_0.9.0.2B" target="_blank">http://www.mythtv.org/wiki/<u></u>LIRC#Migrating_to_LIRC_0.9.0.<u></u>2B</a><br>
<br>
But now, installing with the lastest opensuse (13.1), those<br>
same tricks aren&#39;t working, and I notice whoever kindly wrote<br>
those instructions reports unsolvable problems since Oct 2012<br>
on Gentoo. I&#39;m wondering, has anyone found any way around this?<br>
Or are lirc and mythtv just incompatible now?<br>
<br>
Cheers,<br>
        Paul.<br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</blockquote></div><br>I had problems with the kernel stealing the ir data from lirc with newer
 kernels.  I added the following to the bottom of my 
/etc/lirc/hardware.conf to get rid of that issue:<br><br>echo none +lirc &gt; /sys/class/rc/rc0/protocols 2&gt; /dev/null || true<br><br></div><div class="gmail_extra">I didn&#39;t want to use the devinput trick because my remote is a JP1 programmable remote, with a code set that I customized for the device to map every key to a different value.  I came up with the lirc mapping for it years ago, and didn&#39;t want to try to tell the in kernel ir decoding how to decode it.<br>
<br></div><div class="gmail_extra">Bill<br></div></div>