Update: It seems i fixed my issue!
I updated to LibreELEC-RPi4.arm-11.0-nightly-20211117-df8716a but mostly every reboot i got no signal (blue screen) or bootloop to LibreElec logo (after some loops it hangs at the logo screen; older Samsung FullHD TV & Sony Bravia 4k Android TV 2021er model). If it start sometimes successful to Kodi i see the LibreElec logo then Kodi.
So what i did after searching and found something here in the forum:
I grabbed the edid from my Onkyo TX-NR575E AV receiver:
mkdir -p /storage/.config/firmware/edid
cat /sys/class/drm/card0-HDMI-A-1/edid > /storage/.config/firmware/edid/onkyo-txnr575e.bin
Then added to cmdline.txt after "quiet":
drm.edid_firmware=HDMI-A-1:edid/onkyo-txnr575e.bin
I did 10 reboots and always i see the LibreElec logo > Kodi Nexus splash screen (never seen this before since v10) > Kodi !
Again on LEv9 absolutely no problems with my Samsung TV and the Onkyo receiver! All was working. No CEC init to TV, always all splash screens on reboot, etc.
> dmesg | grep EDID
[ 1.483544] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.261170] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.286371] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.321758] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.353457] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.387309] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.420147] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.453479] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.488369] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.513417] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.553492] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.586961] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.612420] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.655043] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.688135] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.720133] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.753411] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.786805] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.811859] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 2.853729] [drm:edid_load] *ERROR* Requesting EDID firmware "edid/onkyo-txnr575e.bin" failed (err=-2)
[ 4.140843] [drm] Got external EDID base block and 1 extension from "edid/onkyo-txnr575e.bin" for connector "HDMI-A-1"
[ 11.572123] [drm] Got external EDID base block and 1 extension from "edid/onkyo-txnr575e.bin" for connector "HDMI-A-1"
[ 12.175473] [drm] Got external EDID base block and 1 extension from "edid/onkyo-txnr575e.bin" for connector "HDMI-A-1"
[ 12.177118] [drm] Got external EDID base block and 1 extension from "edid/onkyo-txnr575e.bin" for connector "HDMI-A-1"
Display More
> pastekodi
> modetest | pastebinit
P.S.: Maybe anyone can help me with an udev rule that was working on LEv9 also but not anymore on LEv10.
RE: Autochange audio output
Updated clean to LE 10 on my RPi4 and now Bluetooth autoconnect per udev rule didn't work anymore, again!
Doesn't matter if i set localhost in the override.conf or not.
Permissions for scripts and 99-btautoconnect.rules seems ok for me.
Any hint?