I have a setup where I use ir blasting with my librelec. I have autostart setup to disable and then reenable lirc using my setup. In the last 2 versions my remotes stopped working all together.
I noticed that when runnning ir-keytables that the rc-6 protocol is not enabled.
I was able to get it working by ssh into the machine and typing
echo "rc-6" > /sys/class/rc/rc0/protocols
I tried adding this to autostart.sh to no avail.
Any help appreciated.