<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Hey Alec - some exciting news! When I changed lircd.conf to include /usr/share/lirc/remotes/devinput/lircd.conf.devinput I now get some response to button presses in irw. Whoo hoo! (Many many apologies for wasting people's time if I was supposed to do this way back in the setup).</div><div><br></div><div>So I'm hoping that means we now have step 2 (irw ) working and we're ready to go onto step 3 (ircat mythtv). So what do I need to do now?</div></div></div></div></blockquote><div><br></div><div>Just wanted to report that I now have the remote working :) Many, many thanks to Stephen and Alex who patiently helped me through it. I think the big Doh! was that I had the wrong include line in <span style="font-size:12.8px">/etc/lirc/lircd.conf. Many apologies about that. For reference it should be:</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">include "/usr/share/lirc/remotes/devinput/lircd.conf.devinput"</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Because </span><span style="font-size:12.8px">/dev/input/eventX changes every boot, </span><span style="font-size:12.8px">I've also got a udev rule that creates a symlink to whatever /dev/input/eventX has been allocated by the kernel on boot. For posterity my rule is in /etc/udev/rules.d/10-local.</span><span style="font-size:12.8px">rules and looks like this:</span></div><div><span style="font-size:12.8px"><br></span></div><div><div><span style="font-size:12.8px"># Feature Integration Technology Inc. (Fintek) F71610A or F71612A Consumer Infrared Receiver/Transceiver (branded as HP)</span></div><div><span style="font-size:12.8px">SUBSYSTEM=="input", KERNEL=="event*", ATTRS{idVendor}=="1934", ATTRS{idProduct}=="5168", SYMLINK+="lirc-hp"</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">This ensures that there's always a symlink pointing to the right event ID:</span></div><div><span style="font-size:12.8px"><br></span></div><div><div style="font-size:12.8px">$ ls -l /dev/lirc*</div><div style="font-size:12.8px">crw------- 1 root root 247, 0 Dec  9 12:32 /dev/lirc0</div><div style="font-size:12.8px">lrwxrwxrwx 1 root root     15 Dec  9 12:32 /dev/lircd -> /run/lirc/lircd</div><div style="font-size:12.8px">lrwxrwxrwx 1 root root     12 Dec  9 12:32 /dev/lirc-hp -> input/event8</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I reference device this in etc/lirc/hardware.conf (instead of REMOTE_DEVICE="/dev/input/event8")</div><div style="font-size:12.8px"><br></div><div style=""><div style=""><span style="font-size:12.8px">#Chosen Remote Control</span></div><div style=""><span style="font-size:12.8px">REMOTE="Windows Media Center Transceivers/Remotes (all)"</span></div><div style=""><span style="font-size:12.8px">REMOTE_MODULES=""</span></div><div style=""><span style="font-size:12.8px">REMOTE_DRIVER="devinput"</span></div><div style=""><span style="font-size:12.8px">REMOTE_DEVICE="/dev/lirc-hp"</span><br></div><div style=""><span style="font-size:12.8px">REMOTE_SOCKET=""</span></div><div style=""><span style="font-size:12.8px">REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput"</span></div><div style=""><span style="font-size:12.8px">REMOTE_LIRCD_ARGS=""</span></div></div></div><div style="font-size:12.8px"><br></div></div><div style="font-size:12.8px">I hope this helps someone else out in future. I think I may also have some button press repeat issues to resolve but I'm going to try to avoid pestering anybody over that!</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks again to all who helped.</div></div></div></div>