OK, so it just happened again this morning at 3.43. I presume there’s nothing in any other logs I can check (without debugging mode being on)?
I had a look at all log entries in journalctl over the past hour and excluded those that were before 3.42 (as it was at least half an hour before, so no relation most likely) and logs are here: osmc journalctl - Pastebin.com
I noticed this entry and wonder if this is a clue to what is causing it?
Jul 09 03:42:40 osmc kernel: cectx fe044000.aocec: CEC framework ctrl disabled
Jul 09 03:42:40 osmc kernel: cectx fe044000.aocec: CEC framework ctrl enabled
I’m also not sure if this gives any hint? Is it suggesting an issue with the cable?
Jul 09 03:42:43 osmc kernel: EARC fe333800.earc: HDMITX cable is plugout
Jul 09 03:42:43 osmc kernel: hdmitx: system: update rx hdr info 0
Jul 09 03:42:43 osmc kernel: hdmitx: system: plugout
Jul 09 03:42:43 osmc kernel: hdmitx: hdmitx_set_drm_pkt: disable drm pkt
Jul 09 03:42:43 osmc kernel: hdmitx: TV not support DV, clr dv_vsif
Jul 09 03:42:43 osmc kernel: hdmitx: hdmitx: H14b VSIF, switching signal to SDR
Jul 09 03:42:43 osmc kernel: hdmitx: hdmitx_set_hdr10plus_pkt: null vsif
Jul 09 03:42:43 osmc kernel: [RX]-up_phy_addr = 0
Jul 09 03:42:43 osmc kernel: hdmitx: system: update physical size: 16 9
Jul 09 03:42:43 osmc kernel: hdmitx: system: irq 80000002 0
Jul 09 03:42:43 osmc kernel: EARC fe333800.earc: HDMITX cable is plugin
Jul 09 03:42:44 osmc kernel: hdmitx: system: plugin
Given it tends to happen around the same time (when it does happen), is it some process that osmc is triggering to check/reinitialise the HDMI/CEC connection? Reinitiliase the HDMI output? If it was an issue with the cable, I’d expect it to happen at more random times, for example.
A few other extracts from various of logs that may help identify where in the chain thiis is occuring (Vero V, Marantz AVR, LG TV).
grep -iE ‘mode change|refresh rate|cec|wakeup|wake|sleep|idle|screensaver|resume|suspend|standby|playback’ /home/osmc/.kodi/temp/kodi.log
2026-07-09 03:42:41.653 T:28213 info <general>: Toggle standby state is waking
2026-07-09 03:42:41.653 T:28213 info <general>: CApplication::ToggleStandby -- Toggle TMDS clock to 1
2026-07-09 03:42:41.701 T:28213 info <general>: CApplication::ToggleStandby -- Toggle LED brightness to 1
2026-07-09 03:42:41.701 T:28213 info <general>: CApplication::ToggleStandby -- HPD locking will now be hpd_lock0
2026-07-09 03:42:41.701 T:28213 info <general>: CApplication::ToggleStandby -- checking for existence of /home/osmc/.kodi/userdata/wake.py
2026-07-09 03:51:30.971 T:2941 info <general>: Activating standby mode
This returned nothing (i.e., the last log entry was around 1am).
grep -iE ‘Starting Kodi|OpenFile|Player|VideoPlayer|Playback|Adjust display refresh rate’ /home/osmc/.kodi/temp/kodi.log
I also found this entry in journalctl interesting, is that pointing to some issue also with writing (and therefore reading from) the edid file?
Jul 09 03:43:02 osmc kernel: hdmitx: [load_edid_data] failed to open file: |/lib/firmware/edid|
In a sense, I think we can rule out the TV as these logs show the interaction is only between the Vero V and the Marantz AVR?