<div dir="ltr">Thanks for all the replies.<div><br></div><div>I was indeed using the devinput driver with lirc, but it seems the lircd.conf file wasn't correct.  I was able to get it working using the info from this forum thread:<div><br></div><div><a href="http://ubuntuforums.org/showthread.php?t=1856731&page=2">http://ubuntuforums.org/showthread.php?t=1856731&page=2</a><br></div><div><br></div><div>Specifically, this post:</div><div><br></div><div><a href="http://ubuntuforums.org/showthread.php?t=1856731&p=11657822#post11657822">http://ubuntuforums.org/showthread.php?t=1856731&p=11657822#post11657822</a><br></div><div><br></div><div>The main change I had to make was replacing the /etc/lirc/lircd.conf file with one containing only this line:</div></div><div><br></div><div>    include "/usr/share/lirc/remotes/devinput/lircd.conf.devinput"<br></div><div><br></div><div>Also, per the instructions farther down in that thread and also from some other Google results, I copied my /etc/lirc/lircrc file to ~/.lircrc, ~/.lirc/mythtv, and ~/.mythtv/lircrc for the mythtv user -- I'm not sure which one is actually being used by MythTV, but I'll try to narrow it down later when I have a bit of time.</div><div><br></div><div>Cheers,</div><div>Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 14, 2014 at 9:21 PM, Stephen Worthington <span dir="ltr"><<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fri, 14 Nov 2014 20:49:14 -0500, you wrote:<br>
<br>
><br>
>On 14-11-14 03:17 PM, David Parker wrote:<br>
>> Hello,<br>
>><br>
>> (I also posted this in the MythTV forums, so please forgive the<br>
>> double-posting if you already saw it).<br>
>><br>
>> I have a MythTV box with a Hauppauge PVR-350 and I'm using the IR<br>
>> sensor and remote control for that card. I recently upgraded my MythTV<br>
>> box from Debian 6 to Debian 7, and upgraded from MythTV 0.24 to 0.27<br>
>> (due to the Schedules Direct server change). This broke the version of<br>
>> LIRC I was running, which I had compiled against the 2.6 kernel on<br>
>> Debian 6 and which would not compile against the 3.2 kernel under<br>
>> Debain 7. So, I installed the lirc and lirc-x packages via apt-get,<br>
>> and after a fair amount of struggling, I was able to get the remote<br>
>> partially working again. The arrow keys work fine in MythTV, but the<br>
>> other buttons (OK, Back/Exit, Power, Play, Pause, etc.) do not.<br>
>><br>
>> Using "ir-keytable" I can see that the button presses are being<br>
>> received and the scancodes match those listed in /etc/lirc/lircd.conf.<br>
>> I have already done the following but I still haven't solved this issue:<br>
>><br>
>> 1. Generated a new /etc/lirc/lircd.conf file using irrecord<br>
>> 2. Made the key names in /etc/lirc/lircd.conf match those found in<br>
>> /lib/udev/rc_keymaps/hauppauge<br>
>> 3. Made the key names in /etc/lirc/lircrc match those found in<br>
>> /lib/udev/rc_keymaps/hauppauge<br>
>><br>
>> I have attached my hardware.conf, lircd.conf, and lircrc files for<br>
>> reference (the files end in .txt just to make them valid for uploading<br>
>> to the forum). Any idea why only the arrow keys work in MythTV after<br>
>> the upgrade? Any help would be greatly appreciated!<br>
>><br>
>> I'm using lircd 0.9.0-pre1 from the stock Debian packages (32-bit).<br>
>><br>
>> Thanks!<br>
>><br>
>The last time I checked, if your remote is being recognized at the<br>
>kernel level (eg, ir-keytable) then you have two choices.<br>
><br>
>1. Not use lirc at all, you'll have to remap the 'other' buttons to keys<br>
>with scancodes < 256 so they can be seen in X.<br>
><br>
>2. Disable the kernel ir key processing, and just use lirc. Note, you'll<br>
>probably have to set your lircd driver to 'devinput' versus whichever<br>
>driver the 350 used before (zilog?)<br>
><br>
>Personally, I'm still using option 2, as my lircrc file has been tweaked<br>
>over the course of years, and I'm not yet prepared to remap all those keys.<br>
><br>
>HTH,<br>
><br>
>Andrew.<br>
<br>
</div></div>The third option (the best one) is to use the devinput driver with<br>
lirc.  That maps the ir-keytable level inputs to lirc inputs, so you<br>
can use different mappings of IR keys for different programs.  If you<br>
just use ir-keytable, then all the programs you use your IR remote<br>
with will need to use the same keystrokes, which means they all need<br>
to be able to be configured for those keystrokes.  Not all programs<br>
have internal config capability.  See my other post on this thread.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>