<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 2013-12-05, at 5:22 PM, william otten wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div>I used the same process with debian but lirc isn't working. I found out by accident that when I restarted lirc using sudo /etc/init.d/lirc restart...that lirc fails on both stopping and restarting.<br></div>I found a work around in getting lirc to work while searching for an answer to the failure issue...<br>sudo /usr/sbin/lircd --output=/dev/lircd --driver=atilibusb<br></div><div>I start this after the computer is up and it continues to run until I reboot.</div></span></blockquote></div><div><br></div>Just curious, what do you have in your /etc/hardware.conf? It should contain at least:<div><br></div><div>DRIVER=atilibusb</div><div>DEVICE=/dev/lircd<br><div><br></div><div>which would make it equivalent to your command line. The other possibility is it’s starting too early but I doubt it. At the top of /etc/init.d/lirc do you have the required start line with remote_fs and syslog? Finally, try grep lirc /var/log/daemon.log to see if anything interesting is said during startup.</div><div><br></div><div>- George</div></div></body></html>