April 25, 2025 at 6:38 PM #1 I know, CEC is only supported on the HDMI connector nearest to the power connector since Libreelec 12.0.2.Unfortunately this HDMI port ist physically broken. Ist their a chance to change CEC support from HDMI1 to HDMI2 in config?Thanks for help!
April 26, 2025 at 12:52 PM #3 Just a guess: Code mv /dev/cec0 /dev/cec2 mv /dev/cec1 /dev/cec0 systemctl restart kodi If working put the first two lines into autostart.sh
April 28, 2025 at 5:19 PM #4 Quote from chewitt popcornmix AFAIK it's hard-coded? .. or is there a way? Yes, hardcoded in libcec.Rebuilding with that line adjusted would probably work, but mglae's hack may work and be an easier fix.