<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"><span class="">> REMOTE_DEVICE="/dev/lirc0"<br>
</span>                ^<br>
This is the first error. The device here should be the device listed by<br>
ir-keytable, ans also the one you tested in step one using a simple 'cat':<br>
<br>
$ sudo ir-keytable<br>
Found /sys/class/rc/rc0/ (/dev/input/event8) with:<br>
        Driver mceusb, table rc-rc6-mce<br>
<br>
Here, it seems to be /dev/input/event8. Note that this might change<br>
after a reboot, so check each time before you fix hardware.conf.<br>
<br>
Note that the /dev/lirc* devices are irrelevant when using the devinput<br>
driver.<br>
<br>
Now, update hardware.conf with the proper device, restart lirc, check<br>
using irw and report back.</blockquote><div><br></div><div>Hi Alec, I've made the change in hardware.conf:</div><div><br></div><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_DEVICE="/dev/input/event8"</div><div>REMOTE_SOCKET=""</div><div>REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput"</div></div><div><br></div><div>I then restarted lirc and ran irw and pressed some buttons on the remote. I got no response. Is that good or bad?</div><div><br></div><div>BTW - I understand that there are different ways of setting this up with the devinput driver. One of them allows you to keep using irexec commands and the other doesn't. Which way are we going with this one?</div></div></div></div>