<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"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>2) Update /etc/lirc/hardware.conf:</div><div><br></div><div><div>REMOTE_DEVICE="name=*eHome?Infrared?Remote?Transceiver*"</div></div><div><br></div><div>If I entered spaces between the words I got an error about invalid parameters on starting lirc. So I replaced each space with a single wildcard character ("?"). Lirc now starts up and I don't need the udev rules any more. If there's a more elegant way of doing this please let me know. </div><div><br></div></div></div></div></blockquote></div></div><div>Probably if you surrounded the name parameter with single quotes you could use spaces. Something like this:<br>REMOTE_DEVICE="name='*eHome Infrared Remote Transceiver*'"<br></div></div></div></div></blockquote><div><br></div><div>I'd already tried that. It results in "lircd: invalid argument count" when restarting lirc. </div><div><br></div><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"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Or you may need to surround the entire parameter phrase with single quotes.<br></div></div></div></div></blockquote><div><br></div><div>I tried these combinations which also fail:</div><div><font face="monospace, monospace">REMOTE_DEVICE="'name=*eHome Infrared Remote Transceiver*'"<br></font></div><div><font face="monospace, monospace">REMOTE_DEVICE='"name=*eHome Infrared Remote Transceiver*"'</font></div><div><font face="monospace, monospace">REMOTE_DEVICE="name=*eHome\ Infrared\ Remote\ Transceiver*"<br></font></div><div><br></div><div>I then ran out of ideas and stayed with the ? wildcard approach which works. </div></div></div></div>