ir conf works good!
but waken from suspend mode,
it doesnt work.
after reboot, then working good.
ir conf works good!
but waken from suspend mode,
it doesnt work.
after reboot, then working good.
Display MoreI jumped from older 9.0 alpha version directly to 8.90.6 on my X96 tv box.
In older version, I had to create my own remote.conf for remote to work, and I had "SETUP" button configured to go into configuration menu (I believe, KEY_CONFIG equivalent is used to associate with "SETUP" button press).
In the new LibreElec version (8.90.6), remote.conf does not work anymore, and I had to redo everything with rc_maps.conf and create a key map for my remote. Everything is working fine, except "SETUP" button.
It does not do anything, I can not jump directly into System Configuration.
Should I use something else instead of KEY_CONFIG command code now?
or is going-directly-into-system-config is broken in 8.90.6 (one has to go to home menu and select Config icon from there)?
I have a x96 and tried to use your files, but it didn't work.
am I meant to also use an xml file from somewhere else, or just install the x96 into the \\coreelec\Configfiles\rc_keymaps folder, and the rc_maps into its parent?
Thanks for everyones help, as without a remote, I'll need to get out my mouse.
Thanks
just install the x96 into the \\coreelec\Configfiles\rc_keymaps folder, and the rc_maps into its parent?
(SMB) \\coreelec\Configfiles\rc_keymaps\X96 & \\coreelec\Configfiles\rc_maps.cfg
or
(SSH) /storage/.config/rc_keymaps/X96 /storage/.config/X96 & /storage/.config/rc_maps.cfg
I have a x96 and tried to use your files, but it didn't work.
Did you activate the keymaps?
Did you activate the keymaps?
I think you only really need to do that if you don't intend to reboot. I'm pretty sure I just rebooted the box
Does someone have a example with Logitech Harmony MCE profile?
Does this even work? My brain said, I could use every remote to control my box?
Thank you
Microsoft MCE remotes should work out of the box on current LibreELEC master (9.0 preview) builds LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub
so long,
Hias
Microsoft MCE remotes should work out of the box on current LibreELEC master (9.0 preview) builds LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub
so long,
Hias
Ok, so nothing to configure for using it, for example, a Mecool KI Pro Thank you. I'll give that a try.
I have an Beelink Ultimate 3GB/32GB device with the remote this below and i looking for a proper remote config for coreelec 8.90.1
Please help!
http://">
Follow the simple steps in the OP and you'll have one in no time at all !
Found I needed to run this before I got stable operation on my VIM2 VTV remote:
ir-keytable -D 600 -P 200
Before this the OK button was very unreliable and most operations resulted in double presses or overshoots on navigation.
Shoog
My Remote
Xoro HST 260
Config:
# table xoro, type: nec
0x100 KEY_POWER
0x141 KEY_MUTE
0x150 KEY_REWIND
0x14c KEY_FASTFORWARD
0x10d KEY_SKIPREWIND
0x111 KEY_SKIPFORWARD
0x140 KEY_MOUSE
0x103 KEY_PLAYPAUSE
0x105 KEY_STOP
0x101 KEY_RECORD
0x144 KEY_FIND
0x107 KEY_ZOOM
0x11f KEY_TEXT
0x149 KEY_FAVORITES
0x10a KEY_RED
0x14d KEY_GREEN
0x10e KEY_YELLOW
0x10c KEY_BLUE
0x158 KEY_MENU
0x119 KEY_BACK
0x159 KEY_UP
0x154 KEY_LEFT
0x115 KEY_RIGHT
0x151 KEY_DOWN
0x155 KEY_OK
0x15c KEY_TV
0x11d KEY_EPG
0x148 KEY_VOLUMEUP
0x10b KEY_VOLUMEDOWN
0x109 KEY_INFO
0x104 KEY_UP
0x106 KEY_DOWN
0x113 KEY_1
0x112 KEY_2
0x110 KEY_3
0x117 KEY_4
0x116 KEY_5
0x114 KEY_6
0x11b KEY_7
0x11a KEY_8
0x118 KEY_9
0x11e KEY_0
0x145 KEY_AUDIO
0x11c KEY_S
0x108 KEY_SLEEP
Display More
Picture:
a ir-ctl -t 25000 to autostart.sh in /storage/.config (nano /storage/.config/autostart.sh)
greeting Amber-2
Found I needed to run this before I got stable operation on my VIM2 VTV remote:
ir-keytable -D 600 -P 200
Before this the OK button was very unreliable and most operations resulted in double presses or overshoots on navigation.
Shoog
Shoog, is this a general command for any remote, or specific to yours. I have the same issues with the OK button and the arrow keys on my Mecool Pro+ and Abox Max. Hit the arrow key quickly several times quickly and the remote will overshoot a lot. These remotes worked really well on 8.2.3.1.
Thanks
Shoog, is this a general command for any remote, or specific to yours. I have the same issues with the OK button and the arrow keys on my Mecool Pro+ and Abox Max. Hit the arrow key quickly several times quickly and the remote will overshoot a lot. These remotes worked really well on 8.2.3.1.
Thanks
This is specific to my VIM2 remote, but you can try it on any box.
The first number is the most critical for me since its the delay before it starts looking for a repeat. The second is the repeat interval.
Simply go into you box via SSH and issue the command. The settings will take effect immediately without the need for a reboot and they will stick between reboots. Mess with the two numbers (in approximately the same ratio as mine) until you get the response you want, do this going from your PC SSH terminal and your box testing the effects of issuing the command each time.
The reason that it all worked in 8.2.3.1 is because that build used the AMlogic based system that the box came with so if you had the original box config file for the remote it would work as it did in Android (mostly). In this build it is using the Linux kernel based system which is universal to all Linux based systems and so needs fine tuning to your specific remote.
Shoog
This is specific to my VIM2 remote, but you can try it on any box.
The first number is the most critical for me since its the delay before it starts looking for a repeat. The second is the repeat interval.
Simply go into you box via SSH and issue the command. The settings will take effect immediately without the need for a reboot and they will stick between reboots. Mess with the two numbers (in approximately the same ratio as mine) until you get the response you want, do this going from your PC SSH terminal and your box testing the effects of issuing the command each time.
The reason that it all worked in 8.2.3.1 is because that build used the AMlogic based system that the box came with so if you had the original box config file for the remote it would work as it did in Android (mostly). In this build it is using the Linux kernel based system which is universal to all Linux based systems and so needs fine tuning to your specific remote.
Shoog
Thanks for the help. It worked for me. Something I can tweak a bit as well.
I use that method described here:
autostart.sh should work, but it' be better to create a udev rule for that. Copy /utsr/lib/udev/rules.d/70-input-repeat.rules to /storage/.config/udev.rules.d, and then add this line at the end (all in a single line, after the LABEL="end" line):
CodeACTION=="add|change", KERNEL=="lirc*[0-9]", DRIVERS=="meson-ir", RUN+="/usr/bin/ir-ctl -d $devnode -t 50000"
so long,Hias
On that file (with the addition HiassofT suggests) you can tweak all 3 knobs.
The remote of my mecool m8s pro works good with delay=500, period=100 and -t 3500.
Haven't experiment a lot though, maybe you can achieve better response -- but there are no double presses at all.
Thanks HiassofT for your valuable contribution.
I'd like to add that from Coreelec 8.90.1 onwards "longpress" is supported but you have to switch from remote.xml to keyboard.xml for it to work.
Sorry I need to correct myself, the line (ir-keytable -D 600 -P 200) needs to be added to the /storage/.config/autostart.sh file to stick between boots, sorry for the omission.
Shoog