Please help with Minix Neo A2 IR

I followed the guide and SSH’d into the N2. My remote only has IR for the power button and here is what I got when pushing the button.

94318.435951: event type EV_MSC(0x04): scancode = 0x118
94318.435951: event type EV_SYN(0x00).

I am not sure how to turn that into my file that I send to the N2.

Should it be something like this?

table “device name”, type: NEC

0x118 KEY_POWER

I am also not sure what the device name is for the Odroid N2, thank you for your help.

Yes, that looks ok.
Device name, is something you choose. For instance, can use something like NeoA2. (no quotes)
Make sure that you use an editor such as Notepad++ and select Unix EOL.

All you need to do for your remote is this on SSH.

echo "meson-ir * minix_neo" > /storage/.config/rc_maps.cfg

Nothing more :slight_smile:

3 Likes

Wow thank you, not sure how people just know that, but it is appreciated!

Turns it off, looks like I need to figure out how to get it to turn the device on.