<div class="gmail_quote">On 22 March 2012 21:52, Richard Woelk <span dir="ltr">&lt;<a href="mailto:richardwoelk@gmail.com">richardwoelk@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

to record, irrecord needs direct access to the IR hardware. First make sure lircd is not<br>
running.<br>
next, you need to specify your hardware device, By your device statement, it looks like<br>
you are using devinput.<br>
To record from devinput, you need to specify it as a driver as well.<br>
<br>
irrecord -d /devices/virtual/rc/rc0/input7 -H devinput remote.conf<br>
<br>
if you have a partial lircd.conf that works, you can bypass the timing recording, and use<br>
the exisitng as a template.<br>
copy lircd.conf from /etc/lirc to a temporary location as &quot;remote&quot;, then run<br>
<br>
irrecord -d /devices/virtual/rc/rc0/input7 -H devinput remote<br>
<br>
this will read the file remote, copying the IR timing information, and just record new<br>
buttons. It will output remote.conf with only the buttons you have learned. You will need<br>
to merge the new key commands into the old lircd.conf<br>
you might also want to use the irrecord option --disable-namespace (before the remote.conf<br>
file), as this will allow you to use any name for your buttons, instead of the<br>
standardized list<br>
<span class="HOEnZb"><font color="#888888"><br>
- Richard</font></span></blockquote><div><br><br>Richard,<br><br>thanks for the information, have had this in my list to reply to for a while now, apologies!<br><br>I did get everything working in the end and figured out some of my mis-understandings along the way.  I now know much more about lirc and its associated applications, just took me a while to get there!<br>

<br>I did not realise that irw only gives output if there is an associated entry in the lircd.conf file, which of course was why I was getting no reading.<br><br>In the end, I just looked through the mceusb list of button names in the lircd.conf file and popped those on the buttons I wanted in the Harmony software, rather than trying to record the new entries.  Matched all of this up in the lircrc file and everything is great.  Also setup some jump-points, which I love!<br>

<br>I do find lirc a bit sluggish sometimes, which could be down to my hardware, but isn&#39;t causing me any real issues.  Love the Harmony remote and may well set the same up on my other frontend.<br><br>Thanks for the help<br>

<br>Martin<br><br><br></div></div>