<div class="gmail_quote">On Sat, Nov 10, 2012 at 10:18 AM, Peter Buelow <span dir="ltr">&lt;<a href="mailto:goballstate@gmail.com" target="_blank">goballstate@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  problem moving down. An example of a working and non working key press is below. In this example, KEY_NUMERIC_POUND doesn&#39;t work, while KEY_SPACE does. I have a logitech universal remote, so some keys are mapped a bit odd as the buttons don&#39;t map perfectly. Any thoughts? I&#39;ve had a lot of lirc issues in the past, but this is the first time I&#39;ve seen Myth act funny when lirc seems to be working. BTW, there is nothing about lirc in the frontend log with -v all. No errors at all. I&#39;ll post if anyone asks.<br>


<br></blockquote><div><br>I have seen similar behavior in my Fedora 17 system when the lirc daemon wasn&#39;t running.  X translates the arrow keys and perhaps one or two more buttons but not the rest.  Are you sure you&#39;ve enabled the lirc daemon with<br>

<br><span style="font-family:courier new,monospace">chkconfig --level 345 lirc on<br>service lirc start<br></span>(I don&#39;t have it as a systemd service on my Fedora 17 install)<br><br>especially since you&#39;re not seeing any information in the mythfrontend.log?<br>

<br>It may not be this simple.  Just throwing that out there.  Do you have <span style="font-family:courier new,monospace">/home/mythtv/.lircrc</span> (you were missing the prepending dot in your post) and <span style="font-family:courier new,monospace">/etc/lirc/lircd.conf</span> and an entry like this:<br>

<br>in  <span style="font-family:courier new,monospace">/etc/modprobe.d/lirc.conf</span>:<br><span style="font-family:courier new,monospace">#lirc_module_configuration<br>alias char-major-61 lirc_mceusb2</span><br>(you may not have this -- I have mine for my MCE USB remote)<br>

<br>Hope that helps,<br>Jerry<br></div></div>