On my MythBuntu 12.04 system I have recently started using a USB HP IR receiver that I bought off eBay - like <a href="http://cdn2.cybernetnews.com/wp-content/uploads/2012/04/xbmc-htpc-hp-infrared-receiver.jpg">http://cdn2.cybernetnews.com/wp-content/uploads/2012/04/xbmc-htpc-hp-infrared-receiver.jpg</a><div>
<br></div><div>It didn&#39;t come with a remote control but I&#39;ve got it working with an old PackardBell remote I had lying around. What I&#39;m having trouble with is getting it working with my Harmony 600 remote configured with the KnoppMyth profile througfh the Logitech setup software.</div>
<div><br></div><div>My hardware.conf that works with the PackardBell remote looks like this. It seems odd to me because it&#39;s using lirc_serial modules even though it&#39;s a USB receiver - how does that work?</div><div>
<div># /etc/lirc/hardware.conf</div><div>#</div><div>#Chosen Remote Control</div><div>REMOTE=&quot;Packard Bell receiver&quot;</div><div>REMOTE_MODULES=&quot;lirc_dev lirc_serial&quot;</div><div>REMOTE_DRIVER=&quot;&quot;</div>
<div>REMOTE_DEVICE=&quot;/dev/lirc0&quot;</div><div>REMOTE_SOCKET=&quot;&quot;</div><div>REMOTE_LIRCD_CONF=&quot;packard_bell/lircd.conf.packard_bell&quot;</div><div>REMOTE_LIRCD_ARGS=&quot;&quot;</div><div><br></div><div>
#Chosen IR Transmitter</div><div>TRANSMITTER=&quot;None&quot;</div><div>TRANSMITTER_MODULES=&quot;&quot;</div><div>TRANSMITTER_DRIVER=&quot;&quot;</div><div>TRANSMITTER_DEVICE=&quot;&quot;</div><div>TRANSMITTER_SOCKET=&quot;&quot;</div>
<div>TRANSMITTER_LIRCD_CONF=&quot;&quot;</div><div>TRANSMITTER_LIRCD_ARGS=&quot;&quot;</div><div><br></div><div>#Enable lircd</div><div>START_LIRCD=&quot;true&quot;</div><div><br></div><div>#Don&#39;t start lircmd even if there seems to be a good config file</div>
<div>#START_LIRCMD=&quot;false&quot;</div><div><br></div><div>#Try to load appropriate kernel modules</div><div>LOAD_MODULES=&quot;true&quot;</div><div><br></div><div># Default configuration files for your hardware if any</div>
<div>LIRCMD_CONF=&quot;&quot;</div></div><div><div>FORCE_NONINTERACTIVE_RECONFIGURATION=&quot;false&quot;</div><div>START_LIRCMD=&quot;&quot;</div></div><div><br></div><div>I was hoping that once I had the PackardBell remote working I could then just use the same hardware.conf file with a new lircd.conf for KnoppMyth (from <a href="http://www.mythtv.org/wiki/Logitech_Harmony_Generic_Setup">http://www.mythtv.org/wiki/Logitech_Harmony_Generic_Setup</a>) to receive the KnoppMyth codes from my Harmony. But when I run irw I see no output when pressing buttons on the Harmony. </div>
<div><br></div><div>Can anyone please point me in the right direction to get this working? My suspicion is that it&#39;s something to do with hardware.conf as the receiver is USB not serial (though I still don&#39;t understand how it manages to work with the PackardBell remote with the lirc_serial setup).</div>
<div><br></div><div>BTW - if I configure the Harmony as a PackardBell remote through the Logitech software, that works - but the KnoppMyth profile has more buttons defined which is why I&#39;d like to get that working.</div>