<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">You do need the REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput"<br>
setting, and probably all the others I have set.  I would recommend<br>
trying using a copy of my hardware.conf file, with the only change<br>
being the setting for your device, which if I remember correctly<br>
should be:<br>
<br>
  REMOTE_DEVICE="/dev/lirc0"<br></blockquote><div><br></div><div>OK, I've done that. BTW just to give the full picture I have these /dev/lirc* files:</div><div><br></div><div>$ ls -l /dev/lirc*</div><div>crw------- 1 root root 247, 0 Dec  9 08:13 /dev/lirc0</div><div>lrwxrwxrwx 1 root root     15 Dec  9 08:21 /dev/lircd -> /run/lirc/lircd</div><div>lrwxrwxrwx 1 root root     12 Dec  9 08:13 /dev/lirc-hp -> input/event8 </div><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">
<br>
Since you are not using an IR transmitter, I think you may need to<br>
also comment out all the TRANSMITTER options.</blockquote><div><br></div><div>The TRANSMITTER lines were already commented out. I mention that in case we're not looking at the same file (though I definitely extracted it from your .bz link). My /etc/lirc/hardware.conf file now looks like this:</div><div><br></div><div><div># /etc/lirc/hardware.conf</div><div>#</div><div><br></div><div>#Chosen Remote Control</div><div>REMOTE="Windows Media Center Transceivers/Remotes (all)"</div><div>REMOTE_MODULES=""</div><div>REMOTE_DRIVER="devinput"</div><div>REMOTE_DEVICE="/dev/lirc0"</div><div>REMOTE_SOCKET=""</div><div>REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput"</div><div>REMOTE_LIRCD_ARGS=""</div><div><br></div><div>##Chosen Remote Control</div><div>#REMOTE="Hauppauge Nova-T 500"</div><div>#REMOTE_MODULES=""</div><div>#REMOTE_DRIVER="devinput"</div><div>#REMOTE_DEVICE="/dev/lirc-nova-tv-500"</div><div>#REMOTE_SOCKET=""</div><div>#REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput"</div><div>#REMOTE_LIRCD_ARGS=""</div><div><br></div><div>##Chosen IR Transmitter</div><div>#TRANSMITTER="Microsoft Windows Media Center V2 (usb) : Sky New Zealand Receiver"</div><div>#TRANSMITTER_MODULES="lirc_dev mceusb"</div><div>#TRANSMITTER_DRIVER=""</div><div>#TRANSMITTER_DEVICE=""</div><div>#TRANSMITTER_SOCKET=""</div><div>#TRANSMITTER_LIRCD_CONF="skynz/general.conf"</div><div>#TRANSMITTER_LIRCD_ARGS=""</div><div><br></div><div>#Disable kernel support.</div><div>#Typically, lirc will disable in-kernel support for ir devices in order to</div><div>#handle them internally.  Set to false to prevent lirc from disabling this</div><div>#in-kernel support.</div><div>DISABLE_KERNEL_SUPPORT="true"</div><div>#DISABLE_KERNEL_SUPPORT="false"</div><div><br></div><div>#Enable lircd</div><div>START_LIRCD="true"</div><div><br></div><div>#Don't start lircmd even if there seems to be a good config file</div><div>#START_LIRCMD="false"</div><div><br></div><div>#Try to load appropriate kernel modules</div><div>LOAD_MODULES="false"</div><div>#LOAD_MODULES="true"</div><div><br></div><div># Default configuration files for your hardware if any</div><div>LIRCMD_CONF=""</div><div><br></div><div>#Forcing noninteractive reconfiguration</div><div>#If lirc is to be reconfigured by an external application</div><div>#that doesn't have a debconf frontend available, the noninteractive</div><div>#frontend can be invoked and set to parse REMOTE and TRANSMITTER</div><div>#It will then populate all other variables without any user input</div><div>#If you would like to configure lirc via standard methods, be sure</div><div>#to leave this set to "false"</div><div>FORCE_NONINTERACTIVE_RECONFIGURATION="true"</div><div>START_LIRCMD=""</div></div><div><br></div><div><br></div><div>So then I made sure lirc was running and ran  ir-keytable -t, but unfortunately I'm still seeing responses to button presses.</div></div></div></div>