Keep using rc_keymaps.cfg on 8.99.1.1?

Hi!

Just like the topic says…is it possible to use mason-ir with latest build?

I´m bored of that remote configuration shit ^^

Thx in advance! :wink:

b0mb

mason-ir is always the default, you can enable amremote by adding a remote.conf file and rebooting the box.

but i don´t want to use remote.conf - i want to rc_keymap that doesn´t work anymore …

You don’t have to use remote.conf, it’s optional.
rc_keymap should work fine. Recheck your configuration and DTB.

Check that you don’t have remote.conf file in this location: /flash/remote.conf and/or /storage/.config/remote.conf
Delete(or rename) and reboot

Beat me to it @boot2k3, make sure to reboot after deleting the files, meson-ir will work as normal then.

I’ve already renamed the remote.conf but that didn’t bring the remote back…

Please give me an output of
ls -l /flash
ls -l /storage/.config/
fdtget -t s /flash/dtb.img /meson-remote/ status
fdtget -t s /flash/dtb.img /meson-ir/ status

Here we go…

    librezone:~ # ls -l /flash

total 147848
-rwxr-xr-x 1 root root 151355392 Jan 1 2015 SYSTEM
-rw-rw-r-- 1 root root 16919 Dec 4 14:27 boot-logo.bmp.gz
drwx------ 2 root root 16384 Sep 12 2017 lost+found
-rwxr-xr-x 1 root root 3199 Sep 12 2017 remote.conf
librezone:~ # ls -l /storage/.config/
total 88
drwxrwxr-x 2 root root 4096 Feb 1 21:51 aacs
-rwxr-xr-x 1 root root 104 Aug 29 23:13 autostart.sh
-rw-r–r-- 1 root root 3 Feb 2 20:44 boot.status
-rw-rw-r-- 1 root root 284 Aug 27 2017 hosts.conf
drwxrwxr-x 2 root root 4096 Feb 1 21:51 hwdb.d
drwxrwxr-x 2 root root 4096 Feb 1 21:51 iptables
drwxrwxr-x 2 root root 4096 Feb 1 21:51 logind.conf.d
drwx------ 2 root root 4096 Jun 19 2018 mc
drwxrwxr-x 2 root root 4096 Feb 1 21:51 modprobe.d
drwxrwxr-x 2 root root 4096 Feb 1 21:51 modules-load.d
drwx------ 2 root root 4096 Jan 1 2015 pulse
drwxrwxr-x 2 root root 4096 Feb 1 21:51 pulse-daemon.conf.d
drwxrwxr-x 2 root root 4096 Feb 1 21:52 rc_keymaps
-rw-r–r-- 1 root root 764 May 1 2018 rc_maps.cfg
-rw-rw-r-- 1 root root 720 Feb 1 21:52 rc_maps.cfg.sample
-rw-r–r-- 1 root root 2996 Sep 14 2017 remote.conf.bak2
-rw-rw-r-- 1 root root 3726 Feb 1 21:51 samba.conf.sample
drwxrwxr-x 2 root root 4096 Feb 1 21:51 sleep.conf.d
drwxrwxr-x 2 root root 4096 Feb 1 21:51 sysctl.d
drwxrwxr-x 2 root root 4096 Feb 1 21:51 system.d
drwxrwxr-x 2 root root 4096 Feb 1 21:51 tmpfiles.d
drwxrwxr-x 2 root root 4096 Feb 1 21:51 udev.rules.d
librezone:~ # fdtget -t s /flash/dtb.img /meson-remote/ status
Couldn’t open blob from ‘/flash/dtb.img’: No such file or directory
librezone:~ # fdtget -t s /flash/dtb.img /meson-ir/ status
Couldn’t open blob from ‘/flash/dtb.img’: No such file or directory

As you can see from your output you still have /flash/remote.conf file.
You need to mount flash as rw and delete remote.conf file
mount -o rw,remount /flash
rm /flash/remote.conf
reboot

Thx!

That finally made it! :slight_smile: