Ive succesfully created a custom remote map. However, both SLEEP and POWER buttons wont allow me to turn it back on via the remote.
Any ideas on how to put the box in "Standby" while still allowing the remote to wake it back up?
Ive succesfully created a custom remote map. However, both SLEEP and POWER buttons wont allow me to turn it back on via the remote.
Any ideas on how to put the box in "Standby" while still allowing the remote to wake it back up?
knaerzche thanks for the build. I'm trying to run the images on my box but can't get it to boot. I tried almost all images (for 3228a) but I'm always getting stuck at the screen:
Codegrep: /proc/net/pnp: No such file or directory ### Error in mount_flash: mount_common: Could not mount UUID=1401-5232 ### Starting debugging shell for boot step: mount_flash... type exit to quit ###
Do you have any idea how I can fix this? I've got an MX Q Pro with an RK3228a chip.
Try a different SD card.
Display MoreTry "Configuration, the hard way" Infrared Remotes [LibreELEC.wiki]
it's really easy
In short :Determining the remote protocolInfrared Remotes [LibreELEC.wiki]
If you discovered the correct protocol you should see
EV_MSC
events togetherwith the scancode of the button. eg:
CodeLibreELEC:~ # ir-keytable -p rc-5 -t Protocols changed to rc-5 Testing events. Please, press CTRL-C to abort. 1503592437.660155: event type EV_MSC(0x04): scancode = 0x101a 1503592437.660155: event type EV_SYN(0x00). 1503592437.774129: event type EV_MSC(0x04): scancode = 0x101a 1503592437.774129: event type EV_SYN(0x00). 1503592437.921009: event type EV_MSC(0x04): scancode = 0x101a
1. Create
/storage/.config/rc_keymaps/my_custom_remote with headers
and containing the scancodes of the buttons on your remote eg.Code# table my_custom_remote, type: RC5 0x101a KEY_UP 0x101b KEY_DOWN 0x1013 KEY_LEFT 0x1014 KEY_RIGHT 0x1015 KEY_OK
2. Create
/storage/.config/rc_maps.cfg
contain
Thank you, i totally had a blank while reading it the first time. This is easy!
About remote read this Infrared Remotes [LibreELEC.wiki] .
Perhaps it will be enough to determine the IR protocol, read the remote control codes, create a configuration file for your remote and assign it.
Everything worked out for me.
Only SUSPEND and WAKEUP failed won't work.
PS From windows I use tools WinSCP for file manager, and PuTTY for SSH Command Line Interface
Thanks ill poke around and see what i can do.
Edit: i tried all the different files in /usr/lib/udev/rc_keymaps/ and none worked.
Any idea how i can "capture" the codes from the remote IR transmitter and map these myself?
And do i need to do something to load the driver for the remote or is that automatically loaded?
Anyone know what model this is? I opened it up and on the board it says G11_RK3229_V1.0 UltraMX 2016-12-07
v88 mars img works on it -- however, the remote doesnt work. Any tutorial on how to get the remote to work?
Another question - how do i flash this IMG? It is currently only booting off the sdcard but i cant seem to get it to stick on the device itself.
Any help is greatly appreciated!
PS. Thumbs up all-round to you and and all the contributors! Many many thanks.