Hope everyone is doing good!
I've got one weird issue.
I've used my RPI4, running LE 9.2.8 on HDMI port 1 of my TV, but then decided to move it to HDMI port 2.
There are no other devices connected to the TV except for the RPI4.
If I restart RPI4 with my LG 50LA660S off, Kodi uses HDMI port 1 for CEC by default, shows a CEC device on HDMI port 1 and shows HDMI port 2 being used as well.
Picture is not present on either of those HDMI ports.
If I restart RPI4 with my LG 50LA660S on, Kodi detects the proper HDMI port and everything works as it should.
In config.txt I've just got this:
hdmi_ignore_cec_init=1
disable_splash=1
Tried without them, the same thing happens.
If I add this parameter:
hdmi_force_hotplug=1
The results are as follows:
If I restart RPI4 with my LG 50LA660S off, Kodi uses HDMI port 1 for CEC by default, shows a CEC device on HDMI port 1 and shows HDMI port 2 being used as well.
Picture is now present on HDMI port 2! - This is progress!
If I restart RPI4 with my LG 50LA660S on, Kodi detects the proper HDMI port and everything works as it should.
If I add these parameters:
hdmi_ignore_edid=0xa5000080
hdmi_edid_file=1 (Makes no difference)
Kodi behaves the same regardless if the TV was on or off, Kodi uses HDMI port 1 for CEC by default, shows a CEC device on HDMI port 1 and shows HDMI port 2 being used as well.
Picture is now present on HDMI port 2! - This is progress!
I'm trying to set the HDMI port manually through Physical Address in CEC Adapter settings (System/Input/Peripherals/CEC Adapter) to be HDMI 2.
But every time RPI4 restarts, this setting reverts to 0.
I've even tried accessing \\RPI4_IP\Userdata\peripheral_data\rpi_2708_1001 which has the CEC settings, I made the change and those were overwritten at boot.
Any thoughts how I can manually set the HDMI port to 2 so that CEC is connected to the proper HDMI port (2) where Kodi is actually connected to the TV?
If you need any more info please let me know.
Thank you!