I own a Toshiba TV 48L344*DG connected to a Raspberry Pi 3B+ via HDMI.
The Pi ran LibreElec 11.6 for quite some time. Very recently I upgraded to LE12.2.1 using LibreELEC-RPi2.arm-12.2.1.img.gz. The upgrade went flawlessly and I'm very satisfied with the result because there are a couple of improvements:
- Startup seems to be faster,
- The overall responsiveness and stability has improved a lot,
- Also, upgrading of plugins incompatible with the new version was possible and a piece of cake.
CEC is now stable and does not stop working after some days of inactivity -as far as I can say up to now.
The only regression which is bugging me: the EXIT key - which has always brought me back to the Kodi Homepage - has stopped working.
I started Debug-Logging, observed the Log using tail -f /storage/.kodi/temp/kodi.log and there is absolutely no output when I press EXIT.
The cec_CEC_Adapter.xml is:Code
Display More<settings> <setting id="activate_source" value="0"/> <setting id="button_release_delay_ms" value="0"/> <setting id="button_repeat_rate_ms" value="0"/> <setting id="cec_hdmi_port" value="1"/> <setting id="cec_standby_screensaver" value="0"/> <setting id="cec_wake_screensaver" value="1"/> <setting id="connected_device" value="36037"/> <setting id="device_name" value="Kodi"/> <setting id="device_type" value="36052"/> <setting id="double_tap_timeout_ms" value="300"/> <setting id="enabled" value="1"/> <setting id="pause_or_stop_playback_on_deactivate" value="36045"/> <setting id="pause_playback_on_deactivate" value="0"/> <setting id="physical_address" value="1000"/> <setting id="power_avr_on_as" value="0"/> <setting id="send_inactive_source" value="1"/> <setting id="standby_devices" value="231"/> <setting id="standby_devices_advanced" value=""/> <setting id="standby_pc_on_tv_standby" value="13011"/> <setting id="standby_tv_on_pc_standby" value="1"/> <setting id="tv_vendor" value="4"/> <setting id="use_tv_menu_language" value="0"/> <setting id="wake_devices" value="231"/> <setting id="wake_devices_advanced" value=""/> </settings>
There is no difference if I set the device_type to Recording or Playback.
I read there have been a lot of changes in the CEC stack (making it obviously more stable).What could be the reason for the EXIT key not working anymore and is there a solution to this problem?