I am setting up OSMC on a Pi2 with GPIO remote. I can select enable LIRC GPIO remote but I can’t get into the remote menu option in OSMC settings. I hear the sound when I select the option but nothing happens. Log file http://paste.osmc.io/zepiqiseni
This is a known bug with the remote settings - if the lircd.conf file that is configured does not exist. (This bug has been fixed some time ago in internal test versions but the fix is not yet released)
Try the following command to reset it back the default remote selection, afterwards you should find it works fine again:
sudo ln -sf /etc/lirc/osmc-remote-lircd.conf /etc/lirc/lircd.conf
Thanks!! Works great now!