Just been having a further nosey at this, two of my boxes are fine but one I am not too sure why.
maybe lirc related? it seems that it is an enabled protocol on the box which isnt working:
Found /sys/class/rc/rc0/ (/dev/input/event2) with:
Name: meson-ir
Driver: meson-ir, table: rc-empty
lirc device: /dev/lirc0
Supported protocols: other lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp
Enabled protocols: lirc
bus: 25, vendor/product: 0000:0000, version: 0x0000
Repeat delay = 500 ms, repeat period = 125 ms
Found /sys/class/rc/rc1/ (/dev/input/event3) with:
Name: Media Center Ed. eHome Infrared Remote Transceiver (0471:2093)
Driver: mceusb, table: rc-rc6-mce
lirc device: /dev/lirc1
Supported protocols: other lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp
Enabled protocols: lirc rc-6
bus: 3, vendor/product: 0471:2093, version: 0x0101
Repeat delay = 500 ms, repeat period = 125 ms
Working box:
Found /sys/class/rc/rc0/ (/dev/input/event2) with:
Name: meson-ir
Driver: meson-ir, table: rc-empty
Supported protocols: other rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp
Enabled protocols:
bus: 25, vendor/product: 0000:0000, version: 0x0000
Repeat delay = 500 ms, repeat period = 125 ms
Found /sys/class/rc/rc1/ (/dev/input/event3) with:
Name: Media Center Ed. eHome Infrared Remote Transceiver (0471:060c)
Driver: mceusb, table: rc-rc6-mce
Supported protocols: other rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp
Enabled protocols: rc-6
bus: 3, vendor/product: 0471:060c, version: 0x0101
Repeat delay = 500 ms, repeat period = 125 ms
There is no lirc conf file within .config and obviously there is no lirc within services anymore within the settings.
Would creating an autostart.sh within .config containting “systemctl stop eventlircd” be sufficient to resolve this?
Cheers