Changing remote repeat delay/period behavior in XBMC OpenElec on NUC
#1
I have 2 NUCs setup around my home: a Haswell i3 and a D2820 Celeron running OpenElec 4.0.5. I have set them both up with the same autostart file and am using the same remote and IR commands on both. My i3 NUC works great, the remote responds nicely, but the Celeron has issues with the remote delay and repeat times - the latter will scroll through 2-3 pages before stopping if the repeat gets toggled at all.

For some reason I am getting a different response to the "ir-keytable" command on both machines - one is using ite-cir and the other is using nuvoton-cir. Is this what is causing my issue, and if so (or if not) how can I get around it? The only other thing I can think of is I have messed with the delay and repeat commands in the past on the i3 NUC, but that was many resets ago. Appreciate any help!

(i3 Haswell - working properly)
OpenELEC:~/.config # ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event11) with:
Driver nuvoton-cir, table rc-rc6-mce
Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC other
Enabled protocols: SONY
Repeat delay = 1000 ms, repeat period = 125 ms

(Celeron - not working properly)
OpenELEC:~/.config # ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event4) with:
Driver ite-cir, table rc-rc6-mce
Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC other
Enabled protocols: SONY
Repeat delay = 1000 ms, repeat period = 125 ms

My autostart.sh (on both machines)
OpenELEC:~/ # more /storage/.config/autostart.sh
sleep 8
killall eventlircd
#!/bin/sh
modprobe -r nuvoton-cir
echo "auto" > "/sys/bus/acpi/devices/NTN0530:00/physical_node/resources"
modprobe nuvoton-cir
sleep 2
ir-keytable -c -w /storage/.config/sony
Reply

Logout Mark Read Team Forum Stats Members Help
Changing remote repeat delay/period behavior in XBMC OpenElec on NUC0