Hi, has anyone configured the USB-UIRT with LibreELEC?
It seems to be found by the kernel:
[ 25.789146] usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0
And I can get lirc to work with :
LIRCD_OPTIONS="-H uirt2_raw -d /dev/ttyUSB0"
And I do see data coming from it:
mode2 --driver=uirt2_raw --device=/dev/ttyUSB0
space 1312950
pulse 8900
space 4300
pulse 600
However irkeytable fails with a /sys/class/rc/: No such file or directory.
I'm thinking this is because the USBUIRT does not have a evdev driver, but was wondering if there was any other way to get it to work within the LibreELEC system?
Thanks.
--- Bill