<div dir="ltr"><div dir="ltr"><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 11, 2020 at 2:44 PM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 11 May 2020 14:36:19 -0400, you wrote:<br>
<br>
>On Mon, May 11, 2020 at 12:32 PM Stephen Worthington <<br>
><a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>> wrote:<br>
><br>
>><br>
>><br>
>> Only having the arrow keys working is the normal symptom of lirc not<br>
>> working at all and mythfrontend getting keystrokes directly from the<br>
>> devinput driver.  The arrow keys are normally the only ones that are<br>
>> mapped to something that mythfrontend responds to.  Maybe the number<br>
>> keys will also work.  I would suggest trying the irw program to see if<br>
>> there is any output from the lirc socket when you press a remote<br>
>> button.  I am guessing that there will be nothing.<br>
>><br>
>> I ran irw and then pressed a number of buttons on the remote and got this<br>
>output:<br>
><br>
> 0000000080010160 00 KEY_OK devinput-32<br>
>00000000800100cf 00 KEY_PLAY devinput-32<br>
>00000000800100cf 00 KEY_PLAY devinput-32<br>
>0000000080010160 00 KEY_OK devinput-32<br>
>0000000080010080 00 KEY_STOP devinput-32<br>
>0000000080010077 00 KEY_PAUSE devinput-32<br>
>0000000080010197 00 KEY_NEXT devinput-32<br>
>000000008001019c 00 KEY_PREVIOUS devinput-32<br>
>00000000800100ae 00 KEY_EXIT devinput-32<br>
>000000008001006a 00 KEY_RIGHT devinput-32<br>
>0000000080010067 00 KEY_UP devinput-32<br>
>0000000080010069 00 KEY_LEFT devinput-32<br>
>000000008001006c 00 KEY_DOWN devinput-32<br>
>0000000080010160 00 KEY_OK devinput-32<br>
>0000000080010201 00 KEY_NUMERIC_1 devinput-32<br>
>0000000080010202 00 KEY_NUMERIC_2 devinput-32<br>
>0000000080010203 00 KEY_NUMERIC_3 devinput-32<br>
>0000000080010204 00 KEY_NUMERIC_4 devinput-32<br>
>0000000080010205 00 KEY_NUMERIC_5 devinput-32<br>
>0000000080010206 00 KEY_NUMERIC_6 devinput-32<br>
>0000000080010207 00 KEY_NUMERIC_7 devinput-32<br>
>0000000080010208 00 KEY_NUMERIC_8 devinput-32<br>
>0000000080010209 00 KEY_NUMERIC_9 devinput-32<br>
>000000008001020a 00 KEY_NUMERIC_STAR devinput-32<br>
>000000008001020b 00 KEY_NUMERIC_POUND devinput-32<br>
<br>
OK, your remote is using the name devinput-32 instead of devinput or<br>
devinput-64.  Just a name change required to match the name in your<br>
$HOME/.lirc/* files.  That is easier than changing the names in all<br>
the entries in the $HOME/.lirc/* files.  They are probably using the<br>
name devinput.  And your numeric keys are using KEY_NUMERIC_* instead<br>
of the KEY_* used in the $HOME/.lirc/*.  There are a few other key<br>
names that will also not match.  See the modified rc6_mce file in the<br>
download from my server.<br></blockquote><div> </div>maybe getting closer. in /etc/lirc/lircd.conf.d/devinput.lircd.conf I changed:<div>       name            devinput-64 </div><div>to</div><div>    name               devinput-32 </div><div><br></div><div>However I do not have a $HOME/.lirc/ directory.</div><div><br></div></div></div>