<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Aug 21, 2017 at 11:04 PM, Tom Dexter <span dir="ltr"><<a href="mailto:digitalaudiorock@gmail.com" target="_blank">digitalaudiorock@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Mon, Aug 21, 2017 at 8:55 PM, Alec Leamas <<a href="mailto:leamas.alec@gmail.com">leamas.alec@gmail.com</a>> wrote:<br>
><br>
</span><span class="gmail-">> Could it be the kernel driver issue discussed in the lirc mailing list [1] ?<br>
><br>
><br>
> --alec<br>
><br>
> [1] <a href="https://sourceforge.net/p/lirc/mailman/message/35926194/" rel="noreferrer" target="_blank">https://sourceforge.net/p/<wbr>lirc/mailman/message/35926194/</a><br>
<br>
</span>This day is gonna make me cry yet. I just joined the lirc-list mailing<br>
list and I swear to God, nothing anywhere tells me what the email<br>
address is that I need to send to! Anyone have a clue what that is?<br>
Apparently the list name is lirc-list. No words for this day at all...</blockquote><div><br></div><div>yes, the lirc_serial to lirc_ir transition bit me too... It took me weeks to figure it out. I finally got mine working again but I'm using a simple hardware serial port receiver. </div><div><br></div><div>Not sure if it will help you but the "magic incantation" I had to do was add the following to lirc_options.conf:</div><div><br></div><div><div>[modinit]</div><div>code1 = /usr/sbin/rmmod serial_ir</div><div>code2 = /usr/bin/setserial /dev/ttyS0 uart none</div><div>code3 = /usr/sbin/modprobe serial_ir</div></div><div><br></div><div>The module gets loaded before I can disable the uart...</div><div><br></div><div>Thanks,</div><div>Richard</div></div></div></div>