<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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'm running MythBuntu and as per my other email, I'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't know exactly what the problem is. <br>
</div></div>
</blockquote></div><br>Jelte, I have actually got irw responding to the remote configured as a MCE-1039 which is great. The thing is, it's not using the lircd.conf you gave me. I know because I'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'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 --> Microsoft --> MCE-1039 profile in the Logitech software.<br>- Using Mythbuntu Control Centre and choosing "Windows Media Center Transceivers/Remotes (All)" under "Enable a Remote Control".<br>
- As far as I can tell it doesn't matter what's in REMOTE_LIRCD_CONF in /etc/lirc/hardware.conf. Here's my hardware.conf:<br><br># /etc/lirc/hardware.conf<br>#<br>#Chosen Remote Control<br>REMOTE="Windows Media Center Transceivers/Remotes (all)"<br>
REMOTE_MODULES="lirc_dev mceusb"<br>###REMOTE_MODULES="lirc_dev mceusb"<br>REMOTE_DRIVER=""<br>REMOTE_DEVICE="/dev/lirc0"<br>REMOTE_SOCKET=""<br>###REMOTE_LIRCD_CONF="packard_bell/lircd.conf.packard_bell"<br>
###REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"<br>###REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"<br>###REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"<br>###REMOTE_LIRCD_CONF="/etc/lirc/lircd.conf.harmony300i"<br>
REMOTE_LIRCD_ARGS=""<br><br>#Chosen IR Transmitter<br>TRANSMITTER="None"<br>TRANSMITTER_MODULES=""<br>TRANSMITTER_DRIVER=""<br>TRANSMITTER_DEVICE=""<br>TRANSMITTER_SOCKET=""<br>
TRANSMITTER_LIRCD_CONF=""<br>TRANSMITTER_LIRCD_ARGS=""<br><br>#Enable lircd<br>START_LIRCD="true"<br><br>#Don't start lircmd even if there seems to be a good config file<br>#START_LIRCMD="false"<br>
<br>#Try to load appropriate kernel modules<br>LOAD_MODULES="true"<br><br># Default configuration files for your hardware if any<br>LIRCMD_CONF=""<br><br>FORCE_NONINTERACTIVE_RECONFIGURATION="false"<br>
START_LIRCMD=""<br>REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"<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'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>