Try about page 3 onwards of this thread or coreelec forum
LE9.0 remote configs ir-keytable Amlogic devices
-
kostaman -
February 15, 2018 at 6:48 AM -
Thread is Unresolved
-
-
Try about page 3 onwards of this thread or coreelec forum
Thanks, I read through the whole forum and must have missed that. I see one in a zip folder posted with 11 folders of different remote configs. The remote that looks exactly like mine is there too. The Mini m8Sii, but it has three files, "gen", "remote.conf" and "remote.conf_original". Do I only SSH the "remote.conf" to the correct folder and reboot? What about the other two files?
Thank you
-
Sorry can’t remember. I use the way in coreelec.
I should be in there somewhere
I think you copy conf file over, I don’t use ssh, I use core lite ftp
-
Hey guys, do you have anyone files for the CoreElec remote control on the Ugoos AM6 Plus.
Or help how to create them.
Thank you
-
- Official Post
Hey guys, do you have anyone files for the CoreElec remote control on the Ugoos AM6 Plus.
I think the CoreELEC forum would be a better start for that.
-
Hey guys, do you have anyone files for the CoreElec remote control on the Ugoos AM6 Plus.
Or help how to create them.
Thank you
-
I know this program. I did it in it, but I don't know how to remake it in Notepad ++. I need help there.
-
- Official Post
I know this program.
Please stop using bold blue text font as your normal text in this forum. It's annoying and confusing.
-
-
-
Hi! Sorry, my english is poor.
i tryin to configure my remote by following instructions and according librelec IR wiki page:
systemctl stop eventlircd
systemctl stop kodi
ir-keytable -t # all work's well
Code: nano /storage/.config/rc_keymaps/mxq
Display More# table mxq, type: nec 0x20d = "KEY_UP" 0x24f = "KEY_DOWN" 0x24e = "KEY_LEFT" 0x20c = "KEY_RIGHT" 0x219 = "KEY_ENTER" 0x210 = "KEY_VOLUMEDOWN" 0x214 = "KEY_VOLUMEUP" 0x208 = "KEY_BACK" 0x24b = "KEY_MENU" 0x205 = "KEY_PLAYPAUSE" 0x247 = "KEY_REWIND" 0x204 = "KEY_FASTFORWARD" 0x209 = "KEY_STOP" 0x256 = "KEY_PAGEUP" 0x211 = "KEY_PAGEDOWN" 0x253 = "KEY_HOME"
Code: ir-keytable -a /storage/.config/rc_maps.cfg -s rc0Old keytable cleared Wrote 16 keycode(s) to driver Protocols changed to nec
systemctl start eventlircd
systemctl start kodi
Press any buttons and nothing happens... when i'm trying to cat /dev/input/event2 my remote reacting (before i've started eventlircd). Ok then systemctl start eventlircd and test in irw - see nothing. Seems that KODI didn't recieve translated LIRC events, how to fix that?
Hardware: MXQ Quick Play (S905), w/various remotes (nec protocol)
Software: LibreELEC (5schatten): RR-20190423-716b9f8 (S905.arm) + LibreELEC-S905.arm-9.1-RR-20190423-716b9f8 (updated)
Code: dmesg
Display More[ 7.294580@3] Registered IR keymap rc-empty [ 7.294839@3] input: meson-ir as /devices/c8100580.meson-ir/rc/rc0/input2 [ 7.294985@3] rc0: meson-ir as /devices/c8100580.meson-ir/rc/rc0 [ 7.306459@3] IR RC6 protocol handler initialized [ 7.306904@3] IR NEC protocol handler initialized [ 7.308783@2] IR RC5(x) protocol handler initialized [ 7.309894@3] IR Sony protocol handler initialized [ 7.312215@2] IR JVC protocol handler initialized [ 7.312823@3] IR MCE Keyboard/mouse protocol handler initialized [ 7.313444@3] input: MCE IR Keyboard/Mouse (meson-ir) as /devices/virtual/input/input3 [ 7.313877@3] meson-ir c8100580.meson-ir: receiver initialized [ 7.314059@3] IR SANYO protocol handler initialized [ 7.316836@2] lirc_dev: IR Remote Control driver registered, major 230 [ 7.317677@2] rc rc0: lirc_dev: driver ir-lirc-codec (meson-ir) registered at minor = 0 [ 7.317686@2] IR LIRC bridge handler initialized
Code: lspci
Display Moreir_lirc_codec 5148 0 lirc_dev 11736 1 ir_lirc_codec ir_mce_kbd_decoder 5140 0 ir_sanyo_decoder 3115 0 ir_sony_decoder 2625 0 ir_jvc_decoder 2759 0 ir_nec_decoder 3495 0 ir_rc6_decoder 3647 0 ir_rc5_decoder 2711 0 meson_ir 4261 0 rc_core 18740 11 lirc_dev,meson_ir,ir_lirc_codec,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,ir_mce_kbd_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_sanyo_decoder
Code: ir-keytable -v
Display MoreFound device /sys/class/rc/rc0/ Parsing uevent /sys/class/rc/rc0/lirc0/uevent /sys/class/rc/rc0/lirc0/uevent uevent MAJOR=230 /sys/class/rc/rc0/lirc0/uevent uevent MINOR=0 /sys/class/rc/rc0/lirc0/uevent uevent DEVNAME=lirc0 Input sysfs node is /sys/class/rc/rc0/input2/ Event sysfs node is /sys/class/rc/rc0/input2/event2/ Parsing uevent /sys/class/rc/rc0/input2/event2/uevent /sys/class/rc/rc0/input2/event2/uevent uevent MAJOR=13 /sys/class/rc/rc0/input2/event2/uevent uevent MINOR=66 /sys/class/rc/rc0/input2/event2/uevent uevent DEVNAME=input/event2 Parsing uevent /sys/class/rc/rc0/uevent /sys/class/rc/rc0/uevent uevent NAME=rc-empty /sys/class/rc/rc0/uevent uevent DRV_NAME=meson-ir input device is /dev/input/event2 /sys/class/rc/rc0/protocols protocol rc-5 (enabled) /sys/class/rc/rc0/protocols protocol nec (enabled) /sys/class/rc/rc0/protocols protocol rc-6 (enabled) /sys/class/rc/rc0/protocols protocol jvc (enabled) /sys/class/rc/rc0/protocols protocol sony (enabled) /sys/class/rc/rc0/protocols protocol sanyo (enabled) /sys/class/rc/rc0/protocols protocol mce_kbd (enabled) /sys/class/rc/rc0/protocols protocol lirc (enabled) Found /sys/class/rc/rc0/ (/dev/input/event2) with: Driver: meson-ir, table: rc-empty lirc device: /dev/lirc0 Supported protocols: lirc rc-5 jvc sony nec sanyo mce_kbd rc-6 Enabled protocols: lirc rc-5 jvc sony nec sanyo mce_kbd rc-6 Name: meson-ir bus: 25, vendor/product: 0000:0000, version: 0x0000 Repeat delay = 500 ms, repeat period = 125 ms
-
How to add remote rc_maps.cfg to media player.
EXAMPLE
Copy alfawise_H96pp to /storage/.config/rc_keymaps
Copy rc_maps.cfg to /storage/.config
then reboot
-
-
Code
Display More#********************************************************************************************************* #this file is configuration for each factory remote device # work_mode 0 :software mode 1 :hardware mode # repeat_enable 0 :disable repeat 1 :enable repeat # # factory_code each device has it's unique factory code. # pattern:custom_code(16bit)+index_code(16bit) # examble: 0xff000001 = 0xff00(custom cod) 0001 (index) # # release_delay unit:ms.release will report from kernel to user layer after this period of time # from press or repeat triggered. # # debug_enable 0 :debug disable 1 :debug disable # # SW MODE: # bit_count how many bits in each frame # tw_leader_act time window for leader active # tw_bit0 time window for bit0 time. # tw_bit1 time window for bit1 time # tw_repeat_leader time window for repeat leader # REG # reg_base_gen set value for PREG_IR_DEC_BASE_GEN # reg_control set value for PREG_IR_DEC_CONTROL # reg_leader_act set value for PREG_IR_DEC_LEADER_ACTIVE # reg_leader_idle set value for PREG_IR_DEC_LEADER_IDLE # reg_repeat_leader set value for PREG_IR_DEC_REPEAT_IDLE # reg_bit0_time set value for PREG_IR_DEC_BIT0_TIME #************************************************************************************************************* #amlogic NEC remote work_mode = 0 repeat_enable = 1 repeat_delay = 130 repeat_peroid = 120 release_delay = 20 debug_enable = 1 #fn_key_scancode = 0x48 #left_key_scancode = 0x51 #right_key_scancode = 0x50 #up_key_scancode = 0x16 #down_key_scancode = 0x1a #ok_key_scancode = 0x13 #pageup_key_scancode = 0x04 #pagedown_key_scancode = 0x1b custom_begin factory_infcode = 0 factory_code = 0x7f800001 # M96X mini mouse_begin #0 0x51 //mouse key left #1 0x50 //mouse key right #2 0x16 //mouse key up #3 0x1a //mouse key down mouse_end key_begin 0x73 102 #HOME 0x27 158 #EXIT 0x83 125 #MENU 0x81 116 #ON/OFF 0x87 115 #VOL+ 0x89 114 #VOL- 0x38 103 #UP 0x37 105 #LEFT 0x13 28 #DPAD_CENTER 0x39 106 #RIGHT 0x40 108 #DOWN 0x48 109 #PAGEDOWN (was MOUSE) key_end repeat_key_begin repeat_key_end custom_end
-
For Dreambox One/Two IRs
-