<br><div class="gmail_extra">On Mon, Dec 3, 2012 at 10:10 PM, Phill Edwards <span dir="ltr">&lt;<a href="mailto:philledwards@gmail.com" target="_blank">philledwards@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="gmail_quote"><div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<br>
</div>Attached the lircd.conf file that I created using irrecord.<br><br></blockquote><br></div></div><div>Thanks Jelte. Do you know how to get lirc configured to work with this lircd.conf? I&#39;m running MythBuntu and as per my other email, I&#39;m finding that even after crreating the lircd.conf file there are still problems getting lirc to work with it. I think I must be misconfiguring /etc/lirc/hardware.conf but I don&#39;t know exactly what the problem is. <br>


</div></div>
</blockquote></div><br></div>Jelte, I have actually got irw responding to the remote configured as a MCE-1039 which is great. The thing is, it&#39;s not using the lircd.conf you gave me. I know because I&#39;ve commented out the REMOTE_LIRCD_CONF line in /etc/lirc/hardware.conf and yet irw still responds.<br>

<br>I have come across posts talking about some remotes sending keyboard signals and lirc therefore not being required. I&#39;m well out of my depths and thrashing in the deep and dirty waters of lirc now so amd guessing and probably talking nonsense. But I have found that there is a key which shows up as KEY_ENTER in irw on my remote. If I shut down lirc and press this key, I get a carriage return in a terminal window, so I think the remote is sending keyboard signals here.<br>

<br>Anyway, for anybody who needs to set up their Harmony 600 remote, I got mine working by:<br><br>- Entering PVR --&gt; Microsoft --&gt; MCE-1039 profile in the Logitech software.<div class="im"><br>- Using Mythbuntu Control Centre and choosing &quot;Windows Media Center Transceivers/Remotes (All)&quot; under &quot;Enable a Remote Control&quot;.<br>
</div>
- As far as I can tell it doesn&#39;t matter what&#39;s in REMOTE_LIRCD_CONF in /etc/lirc/hardware.conf. Here&#39;s my hardware.conf:<div class="im"><br><br># /etc/lirc/hardware.conf<br>#<br>#Chosen Remote Control<br></div>
REMOTE=&quot;Windows Media Center Transceivers/Remotes (all)&quot;<br>
REMOTE_MODULES=&quot;lirc_dev mceusb&quot;<br>###REMOTE_MODULES=&quot;lirc_dev mceusb&quot;<br>REMOTE_DRIVER=&quot;&quot;<br>REMOTE_DEVICE=&quot;/dev/lirc0&quot;<br>REMOTE_SOCKET=&quot;&quot;<br>###REMOTE_LIRCD_CONF=&quot;packard_bell/lircd.conf.packard_bell&quot;<br>

###REMOTE_LIRCD_CONF=&quot;mceusb/lircd.conf.mceusb&quot;<br>###REMOTE_LIRCD_CONF=&quot;mceusb/lircd.conf.mceusb&quot;<br>###REMOTE_LIRCD_CONF=&quot;mceusb/lircd.conf.mceusb&quot;<br>###REMOTE_LIRCD_CONF=&quot;/etc/lirc/lircd.conf.harmony300i&quot;<div class="im">
<br>
REMOTE_LIRCD_ARGS=&quot;&quot;<br><br>#Chosen IR Transmitter<br>TRANSMITTER=&quot;None&quot;<br>TRANSMITTER_MODULES=&quot;&quot;<br>TRANSMITTER_DRIVER=&quot;&quot;<br>TRANSMITTER_DEVICE=&quot;&quot;<br>TRANSMITTER_SOCKET=&quot;&quot;<br>

TRANSMITTER_LIRCD_CONF=&quot;&quot;<br>TRANSMITTER_LIRCD_ARGS=&quot;&quot;<br><br>#Enable lircd<br>START_LIRCD=&quot;true&quot;<br><br>#Don&#39;t start lircmd even if there seems to be a good config file<br>#START_LIRCMD=&quot;false&quot;<br>

<br>#Try to load appropriate kernel modules<br>LOAD_MODULES=&quot;true&quot;<br><br># Default configuration files for your hardware if any<br>LIRCMD_CONF=&quot;&quot;<br><br>FORCE_NONINTERACTIVE_RECONFIGURATION=&quot;false&quot;<br>

START_LIRCMD=&quot;&quot;<br></div>REMOTE_LIRCD_CONF=&quot;mceusb/lircd.conf.mceusb&quot;<br><br><br>So now I just need to set up my lircrc and I should be home and hosed. Thanks Jelte for your help. I&#39;m not sure your lircd.conf actually did anything but configuring the Harmony 600 as a MCE-1039 was certainly a massive help. Thanks very much!<br>

<br></blockquote><div><br>Hi Phill, would you be so kind and attach your lircrc file here once you get working setup? Or even better if the file is different from the one at <a href="http://www.mythtv.org/wiki/Logitech_Harmony_Generic_Setup#Setup_MythTV_.2F_Xine_.2F_MPlayer_to_recognize_LIRC_.2F_remote_commands">http://www.mythtv.org/wiki/Logitech_Harmony_Generic_Setup#Setup_MythTV_.2F_Xine_.2F_MPlayer_to_recognize_LIRC_.2F_remote_commands</a> maybe updating the wiki with the relevant information?<br>
<br>I got my Harmony 600 working 6 months ago using the same  MCE profile (sorry I couldn&#39;t be of some help I just saw this thread) and got some buttons working by training the remote using my old Leadtek remote.<br><br>
For the extra buttons, you need to set the function in the Logitech app first. Lets say you set the button Green to GREEN. Then using irrecord you need to find the hex code the remote is sending when you press the green button and map that in your &quot;mceusb/lircd.conf.mceusb&quot; file. If you open that file you&#39;ll figure out what you need to do. Adding a line like:<br>
<br>0x00044f   GREEN<br><br>should do the trick (replace the gibberish 0x00044f with the real hex code you get in irrecord)<br><br>FInally you need to map that function in MythTV, by creating a button in lircrc file as per the examples given in the mythtv wiki. For example:<br>
<pre>begin
prog = mythtv
button = VolumeUp
repeat = 4
config = GREEN
end</pre><br>Of course you would like to map GREEN to do something else than VolumeUp but that is the idea in general.<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br></div>