Closed PeterPablo closed 2 years ago
Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
It appears that, for some reason, the cma-256
parameter didn't work as expected.
[ And pi3-disable-bt
should just be disable-bt
these days ]
If you stop kodi starting from boot do you still see the flip_done message? Do you see it when manually starting kodi later? Does it occur as soon as kodi starts, or when video playback starts? What hdmi resolution / refresh rate is being used?
Phil, I might have mixed up my test results from #4489 and thus redid the test:
pi@horst:~ $ cat /boot/config.txt | grep -v "^#" | grep -v "^[[:space:]]*$"
dtoverlay=hifiberry-dacplus
dtoverlay=vc4-kms-v3d,cma-256
hdmi_force_hotplug=1
hdmi_group=1
hdmi_mode=31
hdmi_ignore_cec_init=1
hdmi_ignore_cec=1
dtparam=audio=off
[pi4]
disable-bt
http://paste.debian.net/1206148/ (this is with kodi running)
pi@horst:~ $ sudo systemctl disable kodi
Removed /etc/systemd/system/multi-user.target.wants/kodi.service.
pi@horst:~ $ sudo reboot
After the reboot without kodi startup, indeed the error messages of the HifiBerry DAC and flip_done do not show up: http://paste.debian.net/1206149/
Once I manually start kodi, the errors show up in dmesg
:
[ 15.424412] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 15.424811] Bluetooth: HCI UART protocol Broadcom registered
[ 15.632989] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.632998] Bluetooth: BNEP filters: protocol multicast
[ 15.633012] Bluetooth: BNEP socket layer initialized
[ 97.082040] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 97.099126] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 97.100461] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 97.101679] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 97.102138] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 97.102567] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 107.355941] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:76:crtc-3] flip_done timed out
[ 117.596090] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:76:crtc-3] flip_done timed out
[ 127.836389] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CONNECTOR:32:HDMI-A-1] flip_done timed out
[ 138.086592] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:70:plane-3] flip_done timed out
It is installed from apt.
pi@horst:~ $ dpkg -s kodi
Package: kodi
Status: install ok installed
Priority: optional
Section: video
Installed-Size: 38801
Maintainer: <>
Architecture: all
Source: kodi
Version: 2:18.7-1~buster
The pipplware repository is the source (I think):
http://pipplware.pplware.pt/pipplware/dists/buster/main/binary
My kodi installation does bring up a bigpicture screensaver after some timeout. I would need to check the exact addon name, in case this is relevant to you. Kindly instruct what further information you need. Best regards Peter
I'd like to know the resolution kodi is switching to. If hdmi output stops immediately you may not be able to see that on display. Do you see kodi's gui briefly before the 'flip_done' error?
Can you paste output of:
sudo cat /sys/kernel/debug/dri/0/state
(if that does exist try /sys/kernel/debug/dri/1/state
)
On the not rebooted system, below you find the desired dri state:
pi@horst:~ $ sudo cat /sys/kernel/debug/dri/0/state | pastebinit
/usr/bin/pastebinit:42: DeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5
release = platform.linux_distribution()[0].lower()
/usr/bin/pastebinit:413: DeprecationWarning: pasteURLopener style of invoking requests is deprecated. Use newer urlopen functions/methods
url_opener = pasteURLopener()
http://paste.debian.net/1206150/
I now did a reboot while having the TV switched on (a ~8 year old Grundig model). It happily boots to console, as kodi service is still disabled. Once starting kodi from console (via ssh), the TV immediately goes first black and one second later to blue, indicating "no signal".
Now I for testing purposes commented the hdmi_group
and hdmi_mode
setting and tried these more default settings. As reported in the other issue #4489 , the sudo reboot
is not honored and I have to power-cycle.
The behaviour is unchanged (console displayed on TV fine, starting kodi vis ssh is leading to immediate signal loss).
Thanks for the updated log - that does show the correct CMA size.
The dri status looks okay. It thinks it is driving
mode: "1920x1080": 50 148500 1920 2448 2492 2640 1080 1084 1089 1125 0x68 0x5
with only the console (fbcon) on display (so kodi hasn't started).
1920x1080 RG16
Can you post your edid? (e.g. base64 /sys/devices/platform/gpu/drm/card1/card1-HDMI-A-1/edid
) and kodi.log.
Also did this setup work on a previous kernel? Do you know what the last working kernel was? I assume switching to the fkms driver does work okay?
According to apt, this was the conducted upgrade of firmware/kernel:
Preparing to unpack .../0-libraspberrypi-doc_1%3a1.20210727-1_armhf.deb ...
Unpacking libraspberrypi-doc (1:1.20210727-1) over (1:1.20210527-1) ...
Preparing to unpack .../1-libraspberrypi-dev_1%3a1.20210727-1_armhf.deb ...
Unpacking libraspberrypi-dev (1:1.20210727-1) over (1:1.20210527-1) ...
Preparing to unpack .../2-raspberrypi-kernel_1%3a1.20210727-1_armhf.deb ...
...
Certainly, the kernel deployed by the 1.20210527 package could be looked up - to me it is not obvious where.
Before reporting the issue I was operating on
dtoverlay=vc4-fkms-v3d
gpu_mem=320
without noticing issues.
Now on 5.10.52-v7l+, I gave vc4-kms-v3d
a go, with the above described issues. I am not ware of having tried kms in the past so can not reference a kernel, where this has worded fine.
Beware that the following output is from me now running again on dtoverlay=vc4-fkms-v3d,cma-256
:
card1 was not available, but card0 is
pi@horst:~ $ base64 /sys/devices/platform/gpu/drm/card0/card0-HDMI-A-1/edid
AP///////wAeVUhEAQAAACUWAQOAoFp4KuxroFZHnCUQSEonzwABAQEBgUCBgIGPiwABAalAAjqA
0HI4LUAQLEWAoFoAAAAeAjqAGHE4LUBYLEUAoFoAAAAeAAAA/QAxTA9RCAAKICAgICAgAAAA/ABH
UlVORElHIFdVWEdBAYYCAyJyTxQFEwQSAxECFgcVBgGfkCYVB1AJBwdmAwwAEACAGyFQoFEAHjDQ
iGUEoFoAAAAcDh8AgFEAHjDAgEcEoFoAAAAcoCiAgEFgKTDAeCQIoFoAAAAcjy940FEaJ0DokAQI
oJAAAAAcmimg0FGEIjDomJYEoJAAAAAcAAAAdw==
kodi.log (until startup finished):
2021-07-31 14:58:27.333 T:2973142112 NOTICE: -----------------------------------------------------------------------
2021-07-31 14:58:27.334 T:2973142112 NOTICE: Starting Kodi (18.7 Git:20200528-2c5354e70a). Platform: Linux ARM 32-bit
2021-07-31 14:58:27.334 T:2973142112 NOTICE: Using Release Kodi x32 build
2021-07-31 14:58:27.334 T:2973142112 NOTICE: Kodi compiled 2020-06-12 by GCC 8.3.0 for Linux ARM 32-bit version 4.18.20 (266772)
2021-07-31 14:58:27.334 T:2973142112 NOTICE: Running on Raspbian GNU/Linux 10 (buster), kernel: Linux ARM 32-bit version 5.10.52-v7l+
2021-07-31 14:58:27.344 T:2973142112 NOTICE: FFmpeg version/source: 4.0.4-Kodi
2021-07-31 14:58:27.344 T:2973142112 NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
2021-07-31 14:58:27.344 T:2973142112 NOTICE: ARM Features: Neon enabled
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi/addons
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://masterprofile/ is mapped to: /home/kodi/.kodi/userdata
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://envhome/ is mapped to: /home/kodi
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://home/ is mapped to: /home/kodi/.kodi
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://temp/ is mapped to: /home/kodi/.kodi/temp
2021-07-31 14:58:27.344 T:2973142112 NOTICE: special://logpath/ is mapped to: /home/kodi/.kodi/temp
2021-07-31 14:58:27.344 T:2973142112 NOTICE: The executable running is: /usr/lib/arm-linux-gnueabihf/kodi/kodi.bin_v8
2021-07-31 14:58:27.344 T:2973142112 NOTICE: Local hostname: horst
2021-07-31 14:58:27.344 T:2973142112 NOTICE: Log File is located: /home/kodi/.kodi/temp/kodi.log
2021-07-31 14:58:27.344 T:2973142112 NOTICE: -----------------------------------------------------------------------
2021-07-31 14:58:27.353 T:2973142112 INFO: loading settings
2021-07-31 14:58:27.358 T:2973142112 NOTICE: special://profile/ is mapped to: special://masterprofile/
2021-07-31 14:58:27.473 T:2973142112 DEBUG: CSkinSettings: no <skinsettings> tag found
2021-07-31 14:58:27.475 T:2973142112 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
2021-07-31 14:58:27.475 T:2973142112 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<fanartres>720</fanartres>
<imageres>540</imageres>
<video>
<busydialogdelayms>750</busydialogdelayms>
</video>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<cache>
<memorysize>31457280</memorysize>
</cache>
</advancedsettings>
2021-07-31 14:58:27.475 T:2973142112 WARNING: CSettingsManager: missing version attribute
2021-07-31 14:58:27.476 T:2973142112 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
2021-07-31 14:58:27.476 T:2973142112 NOTICE: Default Video Player: VideoPlayer
2021-07-31 14:58:27.476 T:2973142112 NOTICE: Default Audio Player: paplayer
2021-07-31 14:58:27.476 T:2973142112 NOTICE: Disabled debug logging due to GUI setting. Level 0.
2021-07-31 14:58:27.476 T:2973142112 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
2021-07-31 14:58:27.946 T:2973142112 NOTICE: PulseAudio: Server not running
2021-07-31 14:58:28.038 T:2973142112 NOTICE: Running database version Addons27
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: game.controller.default v1.0.8 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: game.controller.snes v1.0.8 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: inputstream.adaptive v2.4.4 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: inputstream.rtmp v2.0.6 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2021-07-31 14:58:28.484 T:2973142112 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: kodi.resource v1.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.album.universal v3.1.4 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.artists.universal v4.3.3 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.common.imdb.com v3.2.3 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.common.themoviedb.org v3.2.17 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.local v1.0.0 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.tvdb.com v3.2.8 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.13 installed
2021-07-31 14:58:28.485 T:2973142112 NOTICE: ADDON: plugin.audio.radio_de v3.0.3 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.amazon-test v0.9.4 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.ardmediathek_de v5.0.0 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.brmediathek v1.0.0 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.daserstemediathek v1.0.0 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.discovery.dmax v3.1.2 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.discovery.hgtv v1.1.0 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.joyn v2.3.8 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.mediathekview v0.6.8 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.prosiebensat1 v1.3.1 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.redbull.tv v3.2.2 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.servustv_com v3.0.4 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.tyl0re.arte v1.0.9 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.youtube v6.8.15 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.zappntv v1.3.4 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.zattoo_com v1.2.12 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.zattoo_hiq v2.0.51 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: plugin.video.zdf_de_2016 v1.0.18 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: pvr.iptvsimple v3.8.8 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: repository.kodinerds v7.0.1.1 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: repository.sandmann79.plugins v1.0.3 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: resource.language.de_de v9.0.21 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: screensaver.bing v1.0.3 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2021-07-31 14:58:28.486 T:2973142112 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.image.bigpictures v4.2.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.backports.functools_lru_cache v1.6.1 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.beautifulsoup4 v4.9.3 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.bigpictures v1.2.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.chardet v3.0.4 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.dateutil v2.8.1 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.html2text v2015.6.21 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.idna v2.8 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.inputstreamhelper v0.5.7 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.kodi-six v0.1.3 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.libard v1.0.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.libbr v1.0.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.libdaserste v1.0.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.libmediathek3 v1.5.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.libzdf v2.1.7 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.mechanicalsoup v1.0.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.myconnpy v1.1.7 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.parsedom v2.5.2 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.pil v1.1.7 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.pyautogui v0.9.51 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.pytz v2014.2 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.pyxbmct v1.3.1 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.requests v2.22.0 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.routing v0.2.3 installed
2021-07-31 14:58:28.487 T:2973142112 NOTICE: ADDON: script.module.simplecache v1.0.20 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: script.module.six v1.15.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: script.module.soupsieve v1.9.6+leia.1 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: script.module.t1mlib v1.0.18 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: script.module.tzlocal v2.0.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: script.module.xbmcswift2 v13.0.3 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: script.screensaver.bigpictures v0.2.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: service.xbmc.versioncheck v0.5.19 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: skin.estouchy v2.0.28 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: skin.estuary v2.0.27 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: xbmc.addon v18.7 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: xbmc.core v0.1.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: xbmc.json v10.3.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: xbmc.python v2.26.0 installed
2021-07-31 14:58:28.488 T:2973142112 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2021-07-31 14:58:28.537 T:2973142112 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2021-07-31 14:58:28.725 T:2942300368 NOTICE: Found 2 Lists of Devices
2021-07-31 14:58:28.725 T:2942300368 NOTICE: Enumerated ALSA devices:
2021-07-31 14:58:28.725 T:2942300368 NOTICE: Device 1
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_deviceName : @
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_displayName : Default (snd_rpi_hifiberry_dacplus HiFiBerry DAC+ Pro HiFi pcm512x-hifi-0)
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_displayNameExtra:
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_channels : FL, FR
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
2021-07-31 14:58:28.725 T:2942300368 NOTICE: m_streamTypes : No passthrough capabilities
2021-07-31 14:58:28.726 T:2942300368 NOTICE: Device 2
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceName : sysdefault:CARD=sndrpihifiberry
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayName : snd_rpi_hifiberry_dacplus
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayNameExtra: HiFiBerry DAC+ Pro HiFi pcm512x-hifi-0
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_channels : FL, FR
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_streamTypes : No passthrough capabilities
2021-07-31 14:58:28.726 T:2942300368 NOTICE: Enumerated PI devices:
2021-07-31 14:58:28.726 T:2942300368 NOTICE: Device 1
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceName : HDMI
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayName : HDMI
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayNameExtra:
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_channels : FL, FR
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2021-07-31 14:58:28.726 T:2942300368 NOTICE: Device 2
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceName : Analogue
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayName : Analogue
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayNameExtra:
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_channels : FL, FR
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_sampleRates : 48000
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_streamTypes : No passthrough capabilities
2021-07-31 14:58:28.726 T:2942300368 NOTICE: Device 3
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceName : Both
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayName : HDMI and Analogue
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_displayNameExtra:
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_channels : FL, FR
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_sampleRates : 48000
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2021-07-31 14:58:28.726 T:2942300368 NOTICE: m_streamTypes : No passthrough capabilities
2021-07-31 14:58:28.811 T:2973142112 NOTICE: Raspberry PI firmware version: Jul 21 2021 16:21:46
Copyright (c) 2012 Broadcom
version 6a796bb0062a6c75191c57cba1c13f9300076d02 (clean) (release) (start)
2021-07-31 14:58:28.811 T:2973142112 NOTICE: ARM mem: 948MB GPU mem: 76MB MPG2:0 WVC1:0
2021-07-31 14:58:28.811 T:2973142112 NOTICE: Config:
arm_freq=1500
audio_pwm_mode=514
config_hdmi_boost=5
core_freq=500
core_freq_min=200
disable_commandline_tags=2
disable_l2cache=1
display_hdmi_rotate=-1
display_lcd_rotate=-1
dvfs=3
enable_gic=1
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq=500
gpu_freq_min=250
hdmi_channel_map=8
hdmi_ignore_cec=1
init_uart_clock=0x2dc6c00
lcd_framerate=60
mask_gpu_interrupt0=1024
mask_gpu_interrupt1=0x10000
max_framebuffers=-1
over_voltage_avs=-17500
pause_burst_frames=1
program_serial_random=1
total_mem=1024
hdmi_force_cec_address:0=65535
hdmi_force_cec_address:1=65535
hdmi_force_hotplug:0=1
hdmi_group:0=1
hdmi_ignore_cec_init:0=1
hdmi_mode:0=31
hdmi_pixel_freq_limit:0=0x11e1a300
hdmi_pixel_freq_limit:1=0x11e1a300
2021-07-31 14:58:28.812 T:2973142112 NOTICE: Config:
device_tree=-
overlay_prefix=overlays/
hdmi_cvt:0=
hdmi_cvt:1=
hdmi_edid_filename:0=
hdmi_edid_filename:1=
hdmi_timings:0=
hdmi_timings:1=
2021-07-31 14:58:29.639 T:2973142112 WARNING: CDRMUtils::FindPlane - could not find plane
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 60.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 59.940063 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 50.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1600x1200 with 1600x1200 @ 60.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1400x1050 with 1400x1050 @ 60.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 75.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1440x900 with 1440x900 @ 60.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1280x960 with 1280x960 @ 60.000000 Hz
2021-07-31 14:58:46.660 T:2973142112 NOTICE: Found resolution 1360x768 with 1360x768 @ 60.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1152x864 with 1152x864 @ 75.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1280x768 with 1280x768 @ 60.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1024x768 with 1024x768 @ 75.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1024x768 with 1024x768 @ 70.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 800x600 with 800x600 @ 75.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 800x600 with 800x600 @ 72.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 800x600 with 800x600 @ 56.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 720x576 with 720x576 @ 50.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 720x576 with 720x576i @ 50.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 720x480 with 720x480i @ 59.940063 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 720x480 with 720x480i @ 60.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 640x480 with 640x480 @ 75.000000 Hz
2021-07-31 14:58:46.661 T:2973142112 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
2021-07-31 14:58:46.663 T:2973142112 NOTICE: Previous line repeats 1 times.
2021-07-31 14:58:46.664 T:2973142112 NOTICE: EGL_VERSION = 1.4
2021-07-31 14:58:46.664 T:2973142112 NOTICE: EGL_VENDOR = Mesa Project
2021-07-31 14:58:46.664 T:2973142112 NOTICE: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display
2021-07-31 14:58:46.664 T:2973142112 NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_wayland EGL_EXT_platform_x11 EGL_MESA_platform_gbm EGL_MESA_platform_surfaceless EGL_EXT_platform_device
2021-07-31 14:58:46.706 T:2973142112 NOTICE: Checking resolution 16
2021-07-31 14:58:46.838 T:2973142112 WARNING: CGBMUtils::DestroySurface - surface already destroyed
2021-07-31 14:58:46.903 T:2973142112 NOTICE: GL_VENDOR = Broadcom
2021-07-31 14:58:46.903 T:2973142112 NOTICE: GL_RENDERER = V3D 4.2
2021-07-31 14:58:46.903 T:2973142112 NOTICE: GL_VERSION = OpenGL ES 3.1 Mesa 19.3.2
2021-07-31 14:58:46.903 T:2973142112 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10
2021-07-31 14:58:46.903 T:2973142112 NOTICE: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_norm16 GL_KHR_context_flush_control GL_NV_image_formats GL_OES_draw_elements_base_vertex GL_OES_primitive_bounding_box GL_OES_shader_io_blocks GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_buffer_storage GL_EXT_float_blend GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_shader_image_atomic GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_MESA_framebuffer_flip_y GL_EXT_texture_query_lod
2021-07-31 14:58:48.080 T:2769162448 NOTICE: Running database version Addons27
2021-07-31 14:58:48.082 T:2769162448 NOTICE: Running database version ViewModes6
2021-07-31 14:58:48.086 T:2769162448 NOTICE: Running database version Textures13
2021-07-31 14:58:48.098 T:2769162448 NOTICE: Running database version MyMusic72
2021-07-31 14:58:48.108 T:2769162448 NOTICE: Running database version MyVideos116
2021-07-31 14:58:48.114 T:2769162448 NOTICE: Running database version TV32
2021-07-31 14:58:48.119 T:2769162448 NOTICE: Running database version Epg12
2021-07-31 14:58:48.137 T:2973142112 NOTICE: start dvd mediatype detection
2021-07-31 14:58:48.201 T:2973142112 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
2021-07-31 14:58:48.769 T:2973142112 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2021-07-31 14:58:48.838 T:2973142112 NOTICE: Register - new keyboard device registered on application->keyboard: Tastatur (0000:0000)
2021-07-31 14:58:48.854 T:2973142112 NOTICE: Register - new mouse device registered on application->mouse: Maus (0000:0000)
2021-07-31 14:58:48.864 T:2973142112 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2021-07-31 14:58:48.866 T:2973142112 NOTICE: Loaded playercorefactory configuration
2021-07-31 14:58:48.866 T:2973142112 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2021-07-31 14:58:48.866 T:2973142112 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2021-07-31 14:58:48.886 T:2719645904 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
2021-07-31 14:58:48.899 T:2973142112 NOTICE: initialize done
2021-07-31 14:58:48.899 T:2973142112 NOTICE: Running the application...
2021-07-31 14:58:48.909 T:2973142112 NOTICE: starting zeroconf publishing
2021-07-31 14:58:48.909 T:2973142112 NOTICE: CWebServer[8080]: Started
2021-07-31 14:58:48.910 T:2618933456 NOTICE: ES: Starting UDP Event server on port 9777
2021-07-31 14:58:48.910 T:2618933456 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
2021-07-31 14:58:48.935 T:2973142112 ERROR: JSONRPC Server: Failed to connect to sdpd
2021-07-31 14:58:48.948 T:2973142112 NOTICE: VideoPlayer::OpenFile: /var/run/lirc/lircd
2021-07-31 14:58:48.951 T:2583863504 NOTICE: Creating InputStream
2021-07-31 14:58:48.954 T:2583863504 ERROR: CVideoPlayer::OpenInputStream - error opening [/var/run/lirc/lircd]
2021-07-31 14:58:48.954 T:2583863504 NOTICE: CVideoPlayer::OnExit()
2021-07-31 14:58:49.418 T:2973142112 NOTICE: CVideoPlayer::CloseFile()
2021-07-31 14:58:49.419 T:2973142112 NOTICE: VideoPlayer: waiting for threads to exit
2021-07-31 14:58:49.419 T:2973142112 NOTICE: VideoPlayer: finished waiting
2021-07-31 14:58:52.655 T:2652504272 NOTICE: [plugin.video.joyn - 2.3.8] Monitor started
2021-07-31 14:58:52.703 T:2677682384 NOTICE: [Amazon VOD] Service: Proxy bound to 127.0.0.1:40163
2021-07-31 14:58:52.705 T:2677682384 NOTICE: [Amazon VOD] Service: Proxy server started
2021-07-31 14:58:52.705 T:2677682384 NOTICE: [Amazon VOD] Service started
2021-07-31 14:58:52.710 T:2660896976 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.URLError'>
Error Contents: <urlopen error [Errno -3] Temporary failure in name resolution>
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/start.py", line 38, in <module>
import resources.lib.service as service
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/service.py", line 23, in <module>
import resources.lib.main as main
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/main.py", line 34, in <module>
from resources.lib.library import library
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/library.py", line 29, in <module>
_zattooDB_ = ZattooDB()
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zattooDB.py", line 112, in __init__
self.zapi=self.zapiSession()
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zattooDB.py", line 135, in zapiSession
if zapiSession.init_session(__addon__.getSetting('username'), __addon__.getSetting('password'), ZAPIUrl):
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zapisession.py", line 71, in init_session
else: return self.renew_session()
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zapisession.py", line 219, in renew_session
return self.session() and self.login()
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zapisession.py", line 193, in session
params = {"client_app_token" : self.fetch_appToken(),
File "/home/kodi/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zapisession.py", line 172, in fetch_appToken
handle = urllib2.urlopen(self.ZAPIUrl + '/login')
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
-->End of Python script error report<--
2021-07-31 15:00:49.573 T:2973142112 WARNING: Skin has invalid include: contentpanelslide
2021-07-31 15:00:49.574 T:2973142112 ERROR: Control 101 in window 13000 has been asked to focus, but it can't
edid
pi@horst:~ $ base64 /sys/devices/platform/gpu/drm/card0/card0-HDMI-A-1/edid
AP///////wAeVUhEAQAAACUWAQOAoFp4KuxroFZHnCUQSEonzwABAQEBgUCBgIGPiwABAalAAjqA
0HI4LUAQLEWAoFoAAAAeAjqAGHE4LUBYLEUAoFoAAAAeAAAA/QAxTA9RCAAKICAgICAgAAAA/ABH
UlVORElHIFdVWEdBAYYCAyJyTxQFEwQSAxECFgcVBgGfkCYVB1AJBwdmAwwAEACAGyFQoFEAHjDQ
iGUEoFoAAAAcDh8AgFEAHjDAgEcEoFoAAAAcoCiAgEFgKTDAeCQIoFoAAAAcjy940FEaJ0DokAQI
oJAAAAAcmimg0FGEIjDomJYEoJAAAAAcAAAAdw==
This is identical to the fkms edid (expected, but I guess you never know.
kodi.log
Is this variant of kodi.log of interest? If I find some more time I'll return to the problematic configuration and obtain it. I'd like to not do it right now, as I need to again do the power cycling. I had looked at it the other day, but it is overwritten now. It was not looking helpful to me. It errored out, but how I don't recall for certain.
kodi.log with kms and debug logging enabled would be useful (enable debug logging, restart kodi then grab kodi.log when you've got flip_done error).
Finally I got the chance to do the test with kms and debug logging activated in kodi. Honestly, I'm not sure if the test went fine. I can confirm that once I manually initiated the kodi start, the display lost signal, but the kodi.log does not seem to contain enlightening output:
pi@horst:~ $ cat /home/kodi/.kodi/temp/kodi.log
2021-08-08 09:46:46.398 T:2972658784 NOTICE: -----------------------------------------------------------------------
2021-08-08 09:46:46.398 T:2972658784 NOTICE: Starting Kodi (18.7 Git:20200528-2c5354e70a). Platform: Linux ARM 32-bit
2021-08-08 09:46:46.398 T:2972658784 NOTICE: Using Release Kodi x32 build
2021-08-08 09:46:46.398 T:2972658784 NOTICE: Kodi compiled 2020-06-12 by GCC 8.3.0 for Linux ARM 32-bit version 4.18.20 (266772)
2021-08-08 09:46:46.398 T:2972658784 NOTICE: Running on Raspbian GNU/Linux 10 (buster), kernel: Linux ARM 32-bit version 5.10.52-v7l+
2021-08-08 09:46:46.407 T:2972658784 NOTICE: FFmpeg version/source: 4.0.4-Kodi
2021-08-08 09:46:46.407 T:2972658784 NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
2021-08-08 09:46:46.407 T:2972658784 NOTICE: ARM Features: Neon enabled
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi/addons
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://masterprofile/ is mapped to: /home/kodi/.kodi/userdata
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://envhome/ is mapped to: /home/kodi
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://home/ is mapped to: /home/kodi/.kodi
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://temp/ is mapped to: /home/kodi/.kodi/temp
2021-08-08 09:46:46.407 T:2972658784 NOTICE: special://logpath/ is mapped to: /home/kodi/.kodi/temp
2021-08-08 09:46:46.407 T:2972658784 NOTICE: The executable running is: /usr/lib/arm-linux-gnueabihf/kodi/kodi.bin_v8
2021-08-08 09:46:46.407 T:2972658784 NOTICE: Local hostname: horst
2021-08-08 09:46:46.407 T:2972658784 NOTICE: Log File is located: /home/kodi/.kodi/temp/kodi.log
2021-08-08 09:46:46.407 T:2972658784 NOTICE: -----------------------------------------------------------------------
2021-08-08 09:46:46.414 T:2972658784 INFO: loading settings
2021-08-08 09:46:46.419 T:2972658784 NOTICE: special://profile/ is mapped to: special://masterprofile/
2021-08-08 09:46:46.439 T:2972658784 DEBUG: CSkinSettings: no <skinsettings> tag found
2021-08-08 09:46:46.442 T:2972658784 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
2021-08-08 09:46:46.442 T:2972658784 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<fanartres>720</fanartres>
<imageres>540</imageres>
<video>
<busydialogdelayms>750</busydialogdelayms>
</video>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<cache>
<memorysize>31457280</memorysize>
</cache>
</advancedsettings>
2021-08-08 09:46:46.442 T:2972658784 WARNING: CSettingsManager: missing version attribute
2021-08-08 09:46:46.443 T:2972658784 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
2021-08-08 09:46:46.443 T:2972658784 NOTICE: Default Video Player: VideoPlayer
2021-08-08 09:46:46.443 T:2972658784 NOTICE: Default Audio Player: paplayer
2021-08-08 09:46:46.443 T:2972658784 NOTICE: Disabled debug logging due to GUI setting. Level 0.
2021-08-08 09:46:46.443 T:2972658784 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
2021-08-08 09:46:46.584 T:2972658784 NOTICE: PulseAudio: Server not running
2021-08-08 09:46:46.641 T:2972658784 NOTICE: Running database version Addons27
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: game.controller.default v1.0.8 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: game.controller.snes v1.0.8 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: inputstream.adaptive v2.4.4 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: inputstream.rtmp v2.0.6 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2021-08-08 09:46:46.931 T:2972658784 NOTICE: ADDON: kodi.resource v1.0.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.album.universal v3.1.5 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.artists.universal v4.3.4 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.common.imdb.com v3.2.3 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.common.themoviedb.org v3.2.17 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.local v1.0.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.tvdb.com v3.2.8 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.13 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.audio.radio_de v3.0.3 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.amazon-test v0.9.4 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.ardmediathek_de v5.0.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.brmediathek v1.0.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.daserstemediathek v1.0.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.discovery.dmax v3.1.2 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.discovery.hgtv v1.1.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.joyn v2.3.8 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.mediathekview v0.6.8 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.prosiebensat1 v1.3.1 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.redbull.tv v3.2.2 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.servustv_com v3.0.4 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.tyl0re.arte v1.0.9 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.youtube v6.8.15 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.zappntv v1.3.4 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.zattoo_com v1.2.12 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.zattoo_hiq v2.0.52 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: plugin.video.zdf_de_2016 v1.0.18 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: pvr.iptvsimple v3.8.8 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: repository.kodinerds v7.0.1.1 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: repository.sandmann79.plugins v1.0.3 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: resource.language.de_de v9.0.21 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: screensaver.bing v1.0.3 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: script.image.bigpictures v4.2.0 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: script.module.backports.functools_lru_cache v1.6.1 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
2021-08-08 09:46:46.932 T:2972658784 NOTICE: ADDON: script.module.beautifulsoup4 v4.9.3 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.bigpictures v1.2.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.chardet v3.0.4 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.dateutil v2.8.1 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.html2text v2015.6.21 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.idna v2.8 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.inputstreamhelper v0.5.7 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.kodi-six v0.1.3 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.libard v1.0.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.libbr v1.0.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.libdaserste v1.0.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.libmediathek3 v1.5.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.libzdf v2.1.7 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.mechanicalsoup v1.0.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.myconnpy v1.1.7 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.parsedom v2.5.2 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.pil v1.1.7 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.pyautogui v0.9.51 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.pytz v2014.2 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.pyxbmct v1.3.1 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.requests v2.22.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.routing v0.2.3 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.simplecache v1.0.20 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.six v1.15.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.soupsieve v1.9.6+leia.1 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.t1mlib v1.0.18 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.tzlocal v2.0.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.module.xbmcswift2 v13.0.3 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: script.screensaver.bigpictures v0.2.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: service.xbmc.versioncheck v0.5.19 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: skin.estouchy v2.0.28 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: skin.estuary v2.0.27 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: xbmc.addon v18.7 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: xbmc.core v0.1.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: xbmc.json v10.3.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: xbmc.python v2.26.0 installed
2021-08-08 09:46:46.933 T:2972658784 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2021-08-08 09:46:46.979 T:2972658784 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2021-08-08 09:46:47.204 T:2941251792 NOTICE: Found 2 Lists of Devices
2021-08-08 09:46:47.204 T:2941251792 NOTICE: Enumerated ALSA devices:
2021-08-08 09:46:47.204 T:2941251792 NOTICE: Device 1
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_deviceName : sysdefault:CARD=sndrpihifiberry
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_displayName : snd_rpi_hifiberry_dacplus
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_displayNameExtra: HiFiBerry DAC+ Pro HiFi pcm512x-hifi-0
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_channels : FL, FR
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_streamTypes : No passthrough capabilities
2021-08-08 09:46:47.204 T:2941251792 NOTICE: Enumerated PI devices:
2021-08-08 09:46:47.204 T:2941251792 NOTICE: Device 1
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_deviceName : HDMI
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_displayName : HDMI
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_displayNameExtra:
2021-08-08 09:46:47.204 T:2941251792 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_channels : FL, FR
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2021-08-08 09:46:47.205 T:2941251792 NOTICE: Device 2
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_deviceName : Analogue
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_displayName : Analogue
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_displayNameExtra:
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_channels : FL, FR
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_sampleRates : 48000
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_streamTypes : No passthrough capabilities
2021-08-08 09:46:47.205 T:2941251792 NOTICE: Device 3
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_deviceName : Both
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_displayName : HDMI and Analogue
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_displayNameExtra:
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_channels : FL, FR
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_sampleRates : 48000
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2021-08-08 09:46:47.205 T:2941251792 NOTICE: m_streamTypes : No passthrough capabilities
2021-08-08 09:46:47.288 T:2972658784 NOTICE: Raspberry PI firmware version: Jul 21 2021 16:21:46
Copyright (c) 2012 Broadcom
version 6a796bb0062a6c75191c57cba1c13f9300076d02 (clean) (release) (start)
2021-08-08 09:46:47.288 T:2972658784 NOTICE: ARM mem: 948MB GPU mem: 76MB MPG2:0 WVC1:0
2021-08-08 09:46:47.288 T:2972658784 NOTICE: Config:
arm_freq=1500
audio_pwm_mode=514
config_hdmi_boost=5
core_freq=500
core_freq_min=200
disable_commandline_tags=2
disable_l2cache=1
display_hdmi_rotate=-1
display_lcd_rotate=-1
dvfs=3
enable_gic=1
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq=500
gpu_freq_min=250
hdmi_channel_map=8
hdmi_ignore_cec=1
init_uart_clock=0x2dc6c00
lcd_framerate=60
mask_gpu_interrupt0=3072
mask_gpu_interrupt1=25635
max_framebuffers=-1
over_voltage_avs=-17500
pause_burst_frames=1
program_serial_random=1
total_mem=1024
hdmi_force_cec_address:0=65535
hdmi_force_cec_address:1=65535
hdmi_force_hotplug:0=1
hdmi_group:0=1
hdmi_ignore_cec_init:0=1
hdmi_mode:0=31
hdmi_pixel_freq_limit:0=0x11e1a300
hdmi_pixel_freq_limit:1=0x11e1a300
2021-08-08 09:46:47.288 T:2972658784 NOTICE: Config:
device_tree=-
overlay_prefix=overlays/
hdmi_cvt:0=
hdmi_cvt:1=
hdmi_edid_filename:0=
hdmi_edid_filename:1=
hdmi_timings:0=
hdmi_timings:1=
It seems that me enabling debug logging did not stick (2021-08-08 09:46:46.443 T:2972658784 NOTICE: Disabled debug logging due to GUI setting. Level 0.
). I will try to redo the test and report back. For now sticking to fkms works around the issue nicely. As I understand, kms is the intended path forward, so I'll do my best to resolve this potential issue.
I'm having the same issue on 2 Pi4's. Here is the rest of kodi.log after waiting a few minutes when the display output turns off kodi loads for a minutes then it's back to "no signal" but the kodi process is still running: I removed a good part of the log as I seem to have some an unclean database throwing a lot of warnings. Unfortunately I did not test the kms driver before now so I can't say when the issue appeared.
I think you can safely ignore the 4096x2160 resolution as I'm normally using a 1080p TV and the problem is the same.
hdmi_timings:1=
2021-08-20 17:02:57.015 T:2972707936 INFO: RetroPlayer[PROCESS]: Registering process control for GBM
2021-08-20 17:02:57.015 T:2972707936 INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2021-08-20 17:03:57.063 T:2930766032 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
2021-08-20 17:04:07.063 T:2930766032 DEBUG: CAESinkPi:Deinitialize
2021-08-20 17:04:07.063 T:2930766032 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2021-08-20 17:04:07.077 T:2930766032 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xae1030e0
2021-08-20 17:07:54.426 T:2972707936 DEBUG: CDRMUtils::FindConnector - found connector: 32
2021-08-20 17:07:54.427 T:2972707936 DEBUG: CDRMUtils::OpenDrm - opened device: /dev/dri/card1 using module: vc4
2021-08-20 17:07:54.531 T:2972707936 DEBUG: CDRMUtils::FindConnector - found connector: 32
2021-08-20 17:07:54.531 T:2972707936 DEBUG: CDRMUtils::FindEncoder - found encoder: 31
2021-08-20 17:07:54.531 T:2972707936 DEBUG: CDRMUtils::FindCrtc - found crtc: 76
2021-08-20 17:07:54.532 T:2972707936 DEBUG: CDRMUtils::FindPlane - found video plane 70
2021-08-20 17:07:54.535 T:2972707936 WARNING: CDRMUtils::FindPlane - could not find plane
2021-08-20 17:07:54.535 T:2972707936 DEBUG: CDRMUtils::FindPlane - found gui plane 91
2021-08-20 17:07:54.540 T:2972707936 DEBUG: CDRMAtomic::InitDrm - initialized atomic DRM
2021-08-20 17:07:56.136 T:2972707936 DEBUG: CWinSystemGbm::InitWindowSystem - initialized DRM
2021-08-20 17:07:56.136 T:2972707936 NOTICE: Found resolution 1920x1080 with 4096x2160 @ 24.000000 Hz
2021-08-20 17:07:56.136 T:2972707936 NOTICE: Found resolution 1920x1080 with 4096x2160 @ 23.976025 Hz
2021-08-20 17:07:56.136 T:2972707936 NOTICE: Found resolution 1920x1080 with 3840x2160 @ 30.000000 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 3840x2160 @ 29.970032 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 3840x2160 @ 25.000000 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 3840x2160 @ 24.000000 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 3840x2160 @ 23.976025 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 60.000000 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 59.940063 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 50.000000 Hz
2021-08-20 17:07:56.137 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 30.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 29.970032 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1680x1050 with 1680x1050 @ 60.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1600x900 with 1600x900 @ 60.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1152x864 with 1152x864 @ 75.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz
2021-08-20 17:07:56.138 T:2972707936 NOTICE: Found resolution 1280x720 with 1280x720 @ 30.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 1280x720 with 1280x720 @ 29.970032 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 1280x720 with 1280x720 @ 24.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 1280x720 with 1280x720 @ 23.976025 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 720x576 with 720x576 @ 50.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 720x576 with 720x576i @ 50.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 720x480 with 720x480i @ 59.940063 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 720x480 with 720x480i @ 60.000000 Hz
2021-08-20 17:07:56.139 T:2972707936 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
2021-08-20 17:07:56.142 T:2972707936 NOTICE: Previous line repeats 1 times.
2021-08-20 17:07:56.142 T:2972707936 NOTICE: EGL_VERSION = 1.4
2021-08-20 17:07:56.142 T:2972707936 NOTICE: EGL_VENDOR = Mesa Project
2021-08-20 17:07:56.142 T:2972707936 NOTICE: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display
2021-08-20 17:07:56.142 T:2972707936 NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_wayland EGL_EXT_platform_x11 EGL_MESA_platform_gbm EGL_MESA_platform_surfaceless EGL_EXT_platform_device
2021-08-20 17:07:56.142 T:2972707936 DEBUG: EGL Config Attributes:
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_BUFFER_SIZE: 32
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_ALPHA_SIZE: 8
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_BLUE_SIZE: 8
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_GREEN_SIZE: 8
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_RED_SIZE: 8
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_DEPTH_SIZE: 16
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_STENCIL_SIZE: 0
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_CONFIG_CAVEAT: 0x3038
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_CONFIG_ID: 10
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_LEVEL: 0
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_MAX_PBUFFER_HEIGHT: 4096
2021-08-20 17:07:56.143 T:2972707936 DEBUG: EGL_MAX_PBUFFER_PIXELS: 0
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_MAX_PBUFFER_WIDTH: 4096
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_NATIVE_RENDERABLE: 1
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_NATIVE_VISUAL_ID: 875713089
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_NATIVE_VISUAL_TYPE: 0x3038
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_SAMPLES: 0
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_SAMPLE_BUFFERS: 0
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_SURFACE_TYPE: 4
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_TRANSPARENT_TYPE: 0x3038
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_TRANSPARENT_BLUE_VALUE: 0
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_TRANSPARENT_GREEN_VALUE: 0
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_TRANSPARENT_RED_VALUE: 0
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_BIND_TO_TEXTURE_RGB: 0
2021-08-20 17:07:56.144 T:2972707936 DEBUG: EGL_BIND_TO_TEXTURE_RGBA: 0
2021-08-20 17:07:56.145 T:2972707936 DEBUG: EGL_MIN_SWAP_INTERVAL: 1
2021-08-20 17:07:56.145 T:2972707936 DEBUG: EGL_MAX_SWAP_INTERVAL: 1
2021-08-20 17:07:56.145 T:2972707936 DEBUG: EGL_LUMINANCE_SIZE: 0
2021-08-20 17:07:56.145 T:2972707936 DEBUG: EGL_ALPHA_MASK_SIZE: 0
2021-08-20 17:07:56.145 T:2972707936 DEBUG: EGL_COLOR_BUFFER_TYPE: 0x308e
2021-08-20 17:07:56.145 T:2972707936 DEBUG: EGL_RENDERABLE_TYPE: 77
2021-08-20 17:07:56.145 T:2972707936 DEBUG: EGL_CONFORMANT: 77
2021-08-20 17:07:56.149 T:2972707936 NOTICE: Checking resolution 16
2021-08-20 17:07:56.149 T:2972707936 DEBUG: OnLostDevice - notify display change event
2021-08-20 17:07:56.149 T:2972707936 WARNING: CGBMUtils::DestroySurface - surface already destroyed
2021-08-20 17:07:56.149 T:2972707936 DEBUG: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
2021-08-20 17:07:56.176 T:2972707936 DEBUG: CDRMUtils::SetMode - found crtc mode: 4096x2160 @ 24 Hz
2021-08-20 17:07:56.176 T:2972707936 DEBUG: CGBMUtils::CreateSurface - created surface with size 1920x1080
2021-08-20 17:07:56.191 T:2972707936 DEBUG: CWinSystemGbmEGLContext::CreateNewWindow - initialized GBM
2021-08-20 17:07:56.192 T:2972707936 NOTICE: GL_VENDOR = Broadcom
2021-08-20 17:07:56.192 T:2972707936 NOTICE: GL_RENDERER = V3D 4.2
2021-08-20 17:07:56.192 T:2972707936 NOTICE: GL_VERSION = OpenGL ES 3.1 Mesa 19.3.2
2021-08-20 17:07:56.192 T:2972707936 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10
2021-08-20 17:07:56.192 T:2972707936 NOTICE: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_norm16 GL_KHR_context_flush_control GL_NV_image_formats GL_OES_draw_elements_base_vertex GL_OES_primitive_bounding_box GL_OES_shader_io_blocks GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_buffer_storage GL_EXT_float_blend GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_shader_image_atomic GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_MESA_framebuffer_flip_y GL_EXT_texture_query_lod
2021-08-20 17:07:56.271 T:2972707936 DEBUG: OnLostDevice - notify display change event
2021-08-20 17:07:56.298 T:2972707936 DEBUG: CDRMUtils::SetMode - found crtc mode: 4096x2160 @ 24 Hz
2021-08-20 17:07:56.298 T:2972707936 INFO: GLES: Maximum texture width: 4096
2021-08-20 17:07:56.298 T:2941251792 DEBUG: CActiveAE - display reset event
2021-08-20 17:07:56.298 T:2972707936 DEBUG: guilib: Fill viewport on change for solving rendering passes
2021-08-20 17:07:56.298 T:2930766032 INFO: CActiveAESink::OpenSink - initialize sink
2021-08-20 17:07:56.298 T:2930766032 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
2021-08-20 17:07:56.298 T:2930766032 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
2021-08-20 17:07:56.299 T:2930766032 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
2021-08-20 17:07:56.300 T:2930766032 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xae1030e0
2021-08-20 17:07:56.303 T:2930766032 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
2021-08-20 17:07:56.303 T:2930766032 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
2021-08-20 17:07:56.303 T:2930766032 DEBUG: Output Device : HDMI
2021-08-20 17:07:56.303 T:2930766032 DEBUG: Sample Rate : 44100
2021-08-20 17:07:56.303 T:2930766032 DEBUG: Sample Format : AE_FMT_FLOAT
2021-08-20 17:07:56.303 T:2930766032 DEBUG: Channel Count : 2
2021-08-20 17:07:56.303 T:2930766032 DEBUG: Channel Layout: FL, FR
2021-08-20 17:07:56.303 T:2930766032 DEBUG: Frames : 2205
2021-08-20 17:07:56.303 T:2930766032 DEBUG: Frame Size : 8
2021-08-20 17:07:56.305 T:2941251792 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
2021-08-20 17:07:56.663 T:2972707936 DEBUG: EGL Debugging:
Error: EGL_BAD_SURFACE
Command: eglSwapBuffers
Type: EGL_DEBUG_MSG_ERROR_KHR
Message: dri2_swap_buffers
2021-08-20 17:08:27.624 T:2972707936 DEBUG: CRBP::OpenDisplay device:0 m_display:0 (0)
2021-08-20 17:08:27.624 T:2972707936 INFO: load keymapping
2021-08-20 17:08:27.629 T:2972707936 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
2021-08-20 17:08:27.630 T:2972707936 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2021-08-20 17:08:27.633 T:2972707936 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2021-08-20 17:08:27.638 T:2972707936 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
2021-08-20 17:08:27.642 T:2972707936 INFO: Loading special://xbmc/system/keymaps/joystick.xml
2021-08-20 17:08:27.647 T:2972707936 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
2021-08-20 17:08:27.657 T:2972707936 INFO: Loading special://xbmc/system/keymaps/mouse.xml
2021-08-20 17:08:27.659 T:2972707936 INFO: Loading special://xbmc/system/keymaps/remote.xml
2021-08-20 17:08:27.666 T:2972707936 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
2021-08-20 17:08:27.673 T:2972707936 INFO: Loading special://masterprofile/keymaps/keyboard-custom.xml
2021-08-20 17:08:27.676 T:2972707936 INFO: Loading special://profile/keymaps/keyboard-custom.xml
2021-08-20 17:08:27.677 T:2972707936 INFO: GUI format 1920x1080, Display 4096x2160 @ 24.000000 Hz
2021-08-20 17:08:27.677 T:2972707936 INFO: CLangInfo: loading resource.language.en_gb language information...
2021-08-20 17:08:27.680 T:2972707936 DEBUG: trying to set locale to en_US.UTF-8
2021-08-20 17:08:27.682 T:2972707936 INFO: global locale set to C
[...]
2021-08-20 17:08:54.836 T:2972707936 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
2021-08-20 17:08:59.746 T:2482585808 ERROR: OpenConnection - could not opening a connection to the CEC adapter
2021-08-20 17:09:02.917 T:2972707936 INFO: CheckIdle - Closing session to https://api.thetvdb.com (easy=0xa2bdaf18, multi=0xa2bd75d0)
2021-08-20 17:09:05.475 T:2739921104 DEBUG: Thread JobWorker 2739921104 terminating (autodelete)
2021-08-20 17:09:05.537 T:2748313808 DEBUG: Thread JobWorker 2748313808 terminating (autodelete)
2021-08-20 17:09:05.563 T:2539389136 DEBUG: Thread JobWorker 2539389136 terminating (autodelete)
2021-08-20 17:09:05.569 T:2761347280 DEBUG: Thread JobWorker 2761347280 terminating (autodelete)
2021-08-20 17:09:05.583 T:2402377936 DEBUG: Thread JobWorker 2402377936 terminating (autodelete)
2021-08-20 17:09:11.911 T:2516156624 DEBUG: OpenConnection - connection to the CEC adapter opened
2021-08-20 17:09:11.912 T:2516156624 DEBUG: SetConfigurationFromLibCEC - settings updated by libCEC
2021-08-20 17:09:11.912 T:2761347280 DEBUG: Thread CECAdapterUpdate start, auto delete: false
2021-08-20 17:09:20.240 T:2482585808 ERROR: OpenConnection - could not opening a connection to the CEC adapter
2021-08-20 17:09:40.734 T:2482585808 ERROR: OpenConnection - could not opening a connection to the CEC adapter
2021-08-20 17:09:54.854 T:2930766032 DEBUG: CAESinkPi:Drain delay:99ms now:0ms
2021-08-20 17:10:01.227 T:2482585808 ERROR: OpenConnection - could not opening a connection to the CEC adapter
2021-08-20 17:10:04.855 T:2930766032 DEBUG: CAESinkPi:Deinitialize
2021-08-20 17:10:04.855 T:2930766032 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
2021-08-20 17:10:04.863 T:2930766032 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xae1030e0
2021-08-20 17:10:21.720 T:2482585808 ERROR: OpenConnection - could not opening a connection to the CEC adapter
And here is the same Pi and same monitor with a fresh image of LibreELEC, the only "hardware difference being that Raspberry Pi OS boots from iSCSI while libreelec boots from an SD card. This shows no apparent problem:
LibreELEC (official): 9.97.1 (RPi4.arm)
RPi4:~ # cat /storage/.kodi/temp/kodi.log
2021-08-20 17:55:08.501 T:790 INFO <general>: -----------------------------------------------------------------------
2021-08-20 17:55:08.501 T:790 INFO <general>: Starting Kodi (19.1 (19.1.0) Git:6402a50950ff6463042f8891ec4029c782730391). Platform: Linux ARM 32-bit
2021-08-20 17:55:08.501 T:790 INFO <general>: Using Release Kodi x32
2021-08-20 17:55:08.501 T:790 INFO <general>: Kodi compiled 2021-07-14 by GCC 10.2.0 for Linux ARM 32-bit version 5.10.46 (330286)
2021-08-20 17:55:08.501 T:790 INFO <general>: Running on BCM2711 with LibreELEC (official): 9.97.1 10.0, kernel: Linux ARM 32-bit version 5.10.46
2021-08-20 17:55:08.501 T:790 INFO <general>: FFmpeg version/source: 4.3.2-Kodi
2021-08-20 17:55:08.501 T:790 INFO <general>: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
2021-08-20 17:55:08.501 T:790 INFO <general>: ARM Features: Neon enabled
2021-08-20 17:55:08.502 T:790 INFO <general>: special://xbmc/ is mapped to: /usr/share/kodi/
2021-08-20 17:55:08.502 T:790 INFO <general>: special://xbmcbin/ is mapped to: /usr/lib/kodi
2021-08-20 17:55:08.502 T:790 INFO <general>: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
2021-08-20 17:55:08.502 T:790 INFO <general>: special://masterprofile/ is mapped to: /storage/.kodi/userdata
2021-08-20 17:55:08.502 T:790 INFO <general>: special://envhome/ is mapped to: /storage
2021-08-20 17:55:08.502 T:790 INFO <general>: special://home/ is mapped to: /storage/.kodi
2021-08-20 17:55:08.502 T:790 INFO <general>: special://temp/ is mapped to: /storage/.kodi/temp
2021-08-20 17:55:08.502 T:790 INFO <general>: special://logpath/ is mapped to: /storage/.kodi/temp
2021-08-20 17:55:08.502 T:790 INFO <general>: The executable running is: /usr/lib/kodi/kodi.bin
2021-08-20 17:55:08.502 T:790 INFO <general>: Local hostname: RPi4
2021-08-20 17:55:08.502 T:790 INFO <general>: Log File is located: /storage/.kodi/temp/kodi.log
2021-08-20 17:55:08.502 T:790 INFO <general>: -----------------------------------------------------------------------
2021-08-20 17:55:08.502 T:790 INFO <general>: loading settings
2021-08-20 17:55:08.504 T:790 INFO <general>: special://profile/ is mapped to: special://masterprofile/
2021-08-20 17:55:08.536 T:790 INFO <general>: Loaded settings file from special://xbmc/system/advancedsettings.xml
2021-08-20 17:55:08.537 T:790 INFO <general>: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="utf-8" ?>
<advancedsettings version="1.0">
<cputempcommand>/usr/bin/cputemp</cputempcommand>
<gputempcommand>/usr/bin/gputemp</gputempcommand>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<fanartres>720</fanartres>
<imageres>540</imageres>
</advancedsettings>
2021-08-20 17:55:08.542 T:790 INFO <general>: Loaded settings file from special://profile/advancedsettings.xml
2021-08-20 17:55:08.543 T:790 INFO <general>: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<loglevel>2</loglevel>
</advancedsettings>
2021-08-20 17:55:08.543 T:790 WARNING <CSettingsManager>: missing version attribute
2021-08-20 17:55:08.544 T:790 INFO <general>: Default Video Player: VideoPlayer
2021-08-20 17:55:08.544 T:790 INFO <general>: Default Audio Player: paplayer
2021-08-20 17:55:08.544 T:790 INFO <general>: Disabled debug logging due to GUI setting. Level 1.
2021-08-20 17:55:08.544 T:790 INFO <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2021-08-20 17:55:08.548 T:790 DEBUG <general>: CSkinSettings: no <skinsettings> tag found
2021-08-20 17:55:08.563 T:790 INFO <general>: creating subdirectories
2021-08-20 17:55:08.563 T:790 INFO <general>: userdata folder: special://masterprofile/
2021-08-20 17:55:08.563 T:790 INFO <general>: recording folder:
2021-08-20 17:55:08.563 T:790 INFO <general>: screenshots folder: /storage/screenshots/
2021-08-20 17:55:09.137 T:790 INFO <general>: Running database version Addons33
2021-08-20 17:55:09.187 T:790 DEBUG <general>: CAddonInfoBuilder::ParseXMLTypes: Binary addon found: audioencoder.kodi.builtin.aac
2021-08-20 17:55:09.187 T:790 DEBUG <general>: CAddonInfoBuilder::ParseXMLTypes: Binary addon found: audioencoder.kodi.builtin.wma
2021-08-20 17:55:09.304 T:790 DEBUG <general>: CAddonInfoBuilder::ParseXMLTypes: Binary addon found: peripheral.joystick
2021-08-20 17:55:09.397 T:790 DEBUG <general>: CAddonInfoBuilder::ParseXMLTypes: Binary addon found: screensaver.xbmc.builtin.black
2021-08-20 17:55:09.399 T:790 DEBUG <general>: CAddonInfoBuilder::ParseXMLTypes: Binary addon found: screensaver.xbmc.builtin.dim
2021-08-20 17:55:09.564 T:797 INFO <general>: Loading special://xbmc/system/Lircmap.xml
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'mceusb'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'XboxDVDDongle'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'Microsoft_Xbox'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'anysee'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'iMON-PAD'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'Antec_Veris_RM200'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'MCE_via_iMON'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'TwinHanRemote'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'linux-input-layer'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'mediacenter'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'devinput'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'devinput-32'
2021-08-20 17:55:09.577 T:797 INFO <general>: * Adding remote mapping for device 'devinput-64'
2021-08-20 17:55:09.578 T:797 DEBUG <general>: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
2021-08-20 17:55:09.645 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'metadata.common.imdb.com' already present with version 3.1.6 at '/usr/share/kodi/addons/metadata.common.imdb.com/' replaced with version 3.2.3 at '/storage/.kodi/addons/metadata.common.imdb.com/'
2021-08-20 17:55:09.647 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'game.controller.default' already present with version 1.0.9 at '/usr/share/kodi/addons/game.controller.default/' replaced with version 1.0.10 at '/storage/.kodi/addons/game.controller.default/'
2021-08-20 17:55:09.652 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'metadata.themoviedb.org.python' already present with version 1.3.1+matrix.1 at '/usr/share/kodi/addons/metadata.themoviedb.org.python/' replaced with version 1.4.0+matrix.1 at '/storage/.kodi/addons/metadata.themoviedb.org.python/'
2021-08-20 17:55:09.662 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'metadata.tvshows.themoviedb.org' already present with version 3.5.12 at '/usr/share/kodi/addons/metadata.tvshows.themoviedb.org/' replaced with version 3.5.13 at '/storage/.kodi/addons/metadata.tvshows.themoviedb.org/'
2021-08-20 17:55:09.664 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'metadata.tvshows.themoviedb.org.python' already present with version 1.3.14 at '/usr/share/kodi/addons/metadata.tvshows.themoviedb.org.python/' replaced with version 1.4.7 at '/storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/'
2021-08-20 17:55:09.666 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'metadata.common.themoviedb.org' already present with version 3.2.13 at '/usr/share/kodi/addons/metadata.common.themoviedb.org/' replaced with version 3.2.17 at '/storage/.kodi/addons/metadata.common.themoviedb.org/'
2021-08-20 17:55:09.687 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'metadata.artists.universal' already present with version 4.3.3 at '/usr/share/kodi/addons/metadata.artists.universal/' replaced with version 4.3.4 at '/storage/.kodi/addons/metadata.artists.universal/'
2021-08-20 17:55:09.689 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'game.controller.snes' already present with version 1.0.9 at '/usr/share/kodi/addons/game.controller.snes/' replaced with version 1.0.10 at '/storage/.kodi/addons/game.controller.snes/'
2021-08-20 17:55:09.696 T:790 DEBUG <general>: CAddonMgr::FindAddons: Addon 'metadata.album.universal' already present with version 3.1.4 at '/usr/share/kodi/addons/metadata.album.universal/' replaced with version 3.1.5 at '/storage/.kodi/addons/metadata.album.universal/'
2021-08-20 17:55:09.702 T:790 INFO <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2021-08-20 17:55:09.702 T:790 INFO <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2021-08-20 17:55:09.702 T:790 INFO <general>: CAddonMgr::FindAddons: game.controller.default v1.0.10 installed
2021-08-20 17:55:09.702 T:790 INFO <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.10 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.6 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.main v1.3.0 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2021-08-20 17:55:09.703 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v3.0.0 installed
2021-08-20 17:55:09.704 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v2.1.0 installed
2021-08-20 17:55:09.704 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v2.1.0 installed
2021-08-20 17:55:09.704 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v2.1.1 installed
2021-08-20 17:55:09.704 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.0.1 installed
2021-08-20 17:55:09.704 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
2021-08-20 17:55:09.704 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v7.1.0 installed
2021-08-20 17:55:09.704 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.1.0 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.0 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.2 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v3.0.0 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.5 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.4 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2021-08-20 17:55:09.705 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.3 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.common.imdb.com v3.2.3 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.common.themoviedb.org v3.2.17 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.14 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2021-08-20 17:55:09.706 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.themoviedb.org v5.2.6 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v1.4.0+matrix.1 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org v3.5.13 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.4.7 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: peripheral.joystick v1.7.2 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: plugin.library.node.editor v2.0.4 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: repository.kodi.game v1.0.0 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: repository.libreelec.tv v10.0.0 installed
2021-08-20 17:55:09.707 T:790 INFO <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.2.5 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.64 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: script.image.resource.select v3.0.2 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.arrow v1.0.3.1 installed
2021-08-20 17:55:09.708 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.certifi v2020.12.05+matrix.1 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.chardet v4.0.0+matrix.1 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.dateutil v2.8.1+matrix.1 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.idna v2.10.0+matrix.1 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.requests v2.25.1+matrix.1 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.six v1.15.0+matrix.1 installed
2021-08-20 17:55:09.709 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.trakt v4.4.0+matrix.1 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.typing_extensions v3.7.4.3 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.unidecode v1.1.1+matrix.2 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: script.module.urllib3 v1.26.4+matrix.1 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: script.trakt v3.4.2 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: service.libreelec.settings v10.0 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: skin.estuary v3.0.5 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: virtual.system-tools v10.0.0.124 installed
2021-08-20 17:55:09.710 T:790 INFO <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
2021-08-20 17:55:09.711 T:790 INFO <general>: CAddonMgr::FindAddons: xbmc.addon v19.1.0 installed
2021-08-20 17:55:09.711 T:790 INFO <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2021-08-20 17:55:09.711 T:790 INFO <general>: CAddonMgr::FindAddons: xbmc.gui v5.15.0 installed
2021-08-20 17:55:09.711 T:790 INFO <general>: CAddonMgr::FindAddons: xbmc.json v12.3.0 installed
2021-08-20 17:55:09.711 T:790 INFO <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2021-08-20 17:55:09.711 T:790 INFO <general>: CAddonMgr::FindAddons: xbmc.python v3.0.0 installed
2021-08-20 17:55:09.711 T:790 INFO <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2021-08-20 17:55:09.713 T:790 DEBUG <general>: CFavourites::Load - no system favourites found, skipping
2021-08-20 17:55:09.714 T:790 DEBUG <general>: CFavourites::Load - no userdata favourites found, skipping
2021-08-20 17:55:09.716 T:790 DEBUG <general>: DBus method call to org.freedesktop.ConsoleKit.Manager.CanStop at /org/freedesktop/ConsoleKit/Manager of org.freedesktop.ConsoleKit failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
2021-08-20 17:55:09.716 T:790 INFO <general>: Selected Logind/UPower as PowerSyscall
2021-08-20 17:55:09.716 T:790 ERROR <general>: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2021-08-20 17:55:09.716 T:790 INFO <general>: LogindUPowerSyscall - UPower not found, battery information will not be available
2021-08-20 17:55:09.726 T:790 DEBUG <general>: LogindUPowerSyscall - inhibit lock taken, fd 13
2021-08-20 17:55:09.728 T:790 DEBUG <general>: DBus method call to org.freedesktop.UPower.EnumerateDevices at /org/freedesktop/UPower of org.freedesktop.UPower failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2021-08-20 17:55:09.728 T:790 DEBUG <general>: DBus method call to org.freedesktop.DBus.Peer.Ping at /org/freedesktop/UDisks2 of org.freedesktop.UDisks2 failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks2 was not provided by any .service files
2021-08-20 17:55:09.728 T:790 DEBUG <general>: DBus method call to org.freedesktop.UDisks.EnumerateDevices at /org/freedesktop/UDisks of org.freedesktop.UDisks failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks was not provided by any .service files
2021-08-20 17:55:09.730 T:790 DEBUG <general>: Selected UDev as storage provider
2021-08-20 17:55:09.731 T:798 DEBUG <general>: Thread ActiveAE start, auto delete: false
2021-08-20 17:55:09.731 T:799 DEBUG <general>: Thread AESink start, auto delete: false
2021-08-20 17:55:09.731 T:800 DEBUG <general>: Thread FDEventMonitor start, auto delete: false
2021-08-20 17:55:09.767 T:798 INFO <general>: CAESinkALSA - Unable to open device "sysdefault:CARD=vc4hdmi1" for playback
2021-08-20 17:55:09.768 T:798 INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi1,DEV=0" for playback
2021-08-20 17:55:09.770 T:798 DEBUG <general>: PulseAudio: Context authorizing
2021-08-20 17:55:09.771 T:798 DEBUG <general>: PulseAudio: Context setting name
2021-08-20 17:55:09.771 T:798 DEBUG <general>: PulseAudio: Context ready
2021-08-20 17:55:09.771 T:798 WARNING <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2021-08-20 17:55:09.772 T:798 INFO <general>: Found 2 Lists of Devices
2021-08-20 17:55:09.772 T:798 INFO <general>: Enumerated ALSA devices:
2021-08-20 17:55:09.772 T:798 INFO <general>: Device 1
2021-08-20 17:55:09.772 T:798 INFO <general>: m_deviceName : default
2021-08-20 17:55:09.772 T:798 INFO <general>: m_displayName : Default Audio Device ()
2021-08-20 17:55:09.772 T:798 INFO <general>: m_displayNameExtra:
2021-08-20 17:55:09.772 T:798 INFO <general>: m_deviceType : AE_DEVTYPE_PCM
2021-08-20 17:55:09.772 T:798 INFO <general>: m_channels : FL, FR, LFE, UNKNOWN1, FC, BC, BL, BR, BLOC, BROC, FLOC, FROC
2021-08-20 17:55:09.772 T:798 INFO <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2021-08-20 17:55:09.772 T:798 INFO <general>: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
2021-08-20 17:55:09.772 T:798 INFO <general>: m_streamTypes : No passthrough capabilities
2021-08-20 17:55:09.772 T:798 INFO <general>: Device 2
2021-08-20 17:55:09.772 T:798 INFO <general>: m_deviceName : sysdefault
2021-08-20 17:55:09.772 T:798 INFO <general>: m_displayName : vc4-hdmi-0 ()
2021-08-20 17:55:09.772 T:798 INFO <general>: m_displayNameExtra: MAI PCM i2s-hifi-0
2021-08-20 17:55:09.772 T:798 INFO <general>: m_deviceType : AE_DEVTYPE_PCM
2021-08-20 17:55:09.772 T:798 INFO <general>: m_channels : FL, FR, LFE, UNKNOWN1, FC, BC, BL, BR, BLOC, BROC, FLOC, FROC
2021-08-20 17:55:09.773 T:798 INFO <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2021-08-20 17:55:09.773 T:798 INFO <general>: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
2021-08-20 17:55:09.773 T:798 INFO <general>: m_streamTypes : No passthrough capabilities
2021-08-20 17:55:09.773 T:798 INFO <general>: Device 3
2021-08-20 17:55:09.773 T:798 INFO <general>: m_deviceName : sysdefault:CARD=vc4hdmi0
2021-08-20 17:55:09.773 T:798 INFO <general>: m_displayName : vc4-hdmi-0 (vc4hdmi0)
2021-08-20 17:55:09.773 T:798 INFO <general>: m_displayNameExtra: MAI PCM i2s-hifi-0
2021-08-20 17:55:09.773 T:798 INFO <general>: m_deviceType : AE_DEVTYPE_PCM
2021-08-20 17:55:09.773 T:798 INFO <general>: m_channels : FL, FR, LFE, UNKNOWN1, FC, BC, BL, BR, BLOC, BROC, FLOC, FROC
2021-08-20 17:55:09.773 T:798 INFO <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2021-08-20 17:55:09.773 T:798 INFO <general>: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
2021-08-20 17:55:09.773 T:798 INFO <general>: m_streamTypes : No passthrough capabilities
2021-08-20 17:55:09.773 T:798 INFO <general>: Device 4
2021-08-20 17:55:09.773 T:798 INFO <general>: m_deviceName : hdmi:CARD=vc4hdmi0,DEV=0
2021-08-20 17:55:09.773 T:798 INFO <general>: m_displayName : vc4-hdmi-0 (vc4hdmi0)
2021-08-20 17:55:09.773 T:798 INFO <general>: m_displayNameExtra: SNY SONY TV *00 on HDMI
2021-08-20 17:55:09.773 T:798 INFO <general>: m_deviceType : AE_DEVTYPE_HDMI
2021-08-20 17:55:09.773 T:798 INFO <general>: m_channels : FL, FR, LFE, FC, BL, BR
2021-08-20 17:55:09.773 T:798 INFO <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000
2021-08-20 17:55:09.773 T:798 INFO <general>: m_dataFormats : AE_FMT_RAW,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8,AE_FMT_RAW
2021-08-20 17:55:09.773 T:798 INFO <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD
2021-08-20 17:55:09.773 T:798 INFO <general>: Enumerated PULSE devices:
2021-08-20 17:55:09.773 T:798 INFO <general>: Device 1
2021-08-20 17:55:09.773 T:798 INFO <general>: m_deviceName : Default
2021-08-20 17:55:09.773 T:798 INFO <general>: m_displayName : Default
2021-08-20 17:55:09.773 T:798 INFO <general>: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
2021-08-20 17:55:09.773 T:798 INFO <general>: m_deviceType : AE_DEVTYPE_PCM
2021-08-20 17:55:09.773 T:798 INFO <general>: m_channels : FL, FR
2021-08-20 17:55:09.773 T:798 INFO <general>: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2021-08-20 17:55:09.773 T:798 INFO <general>: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2021-08-20 17:55:09.773 T:798 INFO <general>: m_streamTypes : No passthrough capabilities
2021-08-20 17:55:09.773 T:799 INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-08-20 17:55:09.773 T:799 DEBUG <general>: CActiveAESink::OpenSink - trying to open device ALSA:hdmi:CARD=vc4hdmi0,DEV=0
2021-08-20 17:55:09.773 T:799 INFO <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=vc4hdmi0,DEV=0"
2021-08-20 17:55:09.777 T:799 INFO <general>: CAESinkALSA::Initialize - Opened device "hdmi:CARD=vc4hdmi0,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00"
2021-08-20 17:55:09.777 T:799 INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2021-08-20 17:55:09.777 T:799 INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE3
2021-08-20 17:55:09.777 T:799 DEBUG <general>: CAESinkALSA::InitializeHW - Request: periodSize 2205, bufferSize 8820
2021-08-20 17:55:09.778 T:799 DEBUG <general>: CAESinkALSA::InitializeHW - Got: periodSize 2205, bufferSize 8820
2021-08-20 17:55:09.778 T:799 DEBUG <general>: CAESinkALSA::InitializeHW - Setting timeout to 200 ms
2021-08-20 17:55:09.778 T:799 DEBUG <general>: CAESinkALSA::GetChannelLayout - Input Channel Count: 2 Output Channel Count: 2
2021-08-20 17:55:09.778 T:799 DEBUG <general>: CAESinkALSA::GetChannelLayout - Requested Layout: FL, FR
2021-08-20 17:55:09.778 T:799 DEBUG <general>: CAESinkALSA::GetChannelLayout - Got Layout: FL, FR (ALSA: FL FR)
2021-08-20 17:55:09.778 T:799 DEBUG <general>: CActiveAESink::OpenSink - ALSA Initialized:
2021-08-20 17:55:09.778 T:799 DEBUG <general>: Output Device : vc4-hdmi-0 (vc4hdmi0)
2021-08-20 17:55:09.778 T:799 DEBUG <general>: Sample Rate : 44100
2021-08-20 17:55:09.778 T:799 DEBUG <general>: Sample Format : AE_FMT_S24NE3
2021-08-20 17:55:09.778 T:799 DEBUG <general>: Channel Count : 2
2021-08-20 17:55:09.778 T:799 DEBUG <general>: Channel Layout: FL, FR
2021-08-20 17:55:09.778 T:799 DEBUG <general>: Frames : 2205
2021-08-20 17:55:09.778 T:799 DEBUG <general>: Frame Size : 6
2021-08-20 17:55:09.786 T:790 INFO <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2021-08-20 17:55:09.802 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
2021-08-20 17:55:09.802 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
2021-08-20 17:55:09.803 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
2021-08-20 17:55:09.803 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
2021-08-20 17:55:09.803 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
2021-08-20 17:55:09.804 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
2021-08-20 17:55:09.804 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
2021-08-20 17:55:09.805 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
2021-08-20 17:55:09.806 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
2021-08-20 17:55:09.806 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
2021-08-20 17:55:09.806 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
2021-08-20 17:55:09.807 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
2021-08-20 17:55:09.807 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
2021-08-20 17:55:09.808 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
2021-08-20 17:55:09.808 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
2021-08-20 17:55:09.809 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
2021-08-20 17:55:09.809 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
2021-08-20 17:55:09.809 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
2021-08-20 17:55:09.810 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
2021-08-20 17:55:09.810 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
2021-08-20 17:55:09.811 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
2021-08-20 17:55:09.811 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
2021-08-20 17:55:09.811 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
2021-08-20 17:55:09.812 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
2021-08-20 17:55:09.812 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Persian QWERTY" successfully loaded
2021-08-20 17:55:09.813 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
2021-08-20 17:55:09.813 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
2021-08-20 17:55:09.814 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
2021-08-20 17:55:09.814 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
2021-08-20 17:55:09.814 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
2021-08-20 17:55:09.815 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
2021-08-20 17:55:09.815 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
2021-08-20 17:55:09.816 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
2021-08-20 17:55:09.816 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
2021-08-20 17:55:09.816 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
2021-08-20 17:55:09.817 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
2021-08-20 17:55:09.817 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
2021-08-20 17:55:09.818 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
2021-08-20 17:55:09.818 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
2021-08-20 17:55:09.819 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
2021-08-20 17:55:09.819 T:790 DEBUG <general>: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
2021-08-20 17:55:09.819 T:790 DEBUG <general>: CApplication::CreateGUI - trying to init gbm windowing system
2021-08-20 17:55:09.900 T:802 DEBUG <general>: Thread libinput start, auto delete: false
2021-08-20 17:55:09.900 T:790 INFO <general>: RetroPlayer[PROCESS]: Registering process control for GBM
2021-08-20 17:55:09.900 T:790 INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for DMA
2021-08-20 17:55:09.900 T:790 INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2021-08-20 17:55:09.901 T:790 DEBUG <general>: CDRMUtils::OpenDrm - drm devices found: 2
2021-08-20 17:55:09.930 T:790 INFO <general>: CDRMUtils::FindConnector - using connector: 32
2021-08-20 17:55:09.930 T:790 DEBUG <general>: CDRMUtils::OpenDrm - opened device: /dev/dri/card0
2021-08-20 17:55:09.930 T:790 DEBUG <general>: CDRMUtils::PrintDrmDeviceInfo - DRM Device Info:
available_nodes: 0x01
nodes:
nodes[0]: /dev/dri/card0
bustype: 0x02
platform:
fullname: /gpu
2021-08-20 17:55:09.930 T:790 DEBUG <general>: CDRMUtils::OpenDrm - opened render node: /dev/dri/card0
2021-08-20 17:55:09.963 T:790 INFO <general>: CDRMUtils::FindConnector - using connector: 32
2021-08-20 17:55:09.963 T:790 INFO <general>: CDRMUtils::FindEncoder - using encoder: 31
2021-08-20 17:55:09.963 T:790 DEBUG <general>: CDRMUtils::FindCrtc - original crtc mode: 4096x2160 @ 24 Hz
2021-08-20 17:55:09.963 T:790 INFO <general>: CDRMUtils::FindPlanes - using crtc: 76
2021-08-20 17:55:09.963 T:790 DEBUG <general>: CDRMUtils::FindPlanes - using video plane 70
2021-08-20 17:55:09.963 T:790 DEBUG <general>: CDRMUtils::FindPlanes - using gui plane 91
2021-08-20 17:55:09.963 T:790 DEBUG <general>: CDRMAtomic::InitDrm - initialized atomic DRM
2021-08-20 17:55:10.209 T:790 DEBUG <general>: CWinSystemGbm::InitWindowSystem - initialized DRM
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 4096x2160 @ 24.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 4096x2160 @ 23.976025 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 3840x2160 @ 30.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 3840x2160 @ 29.970032 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 3840x2160 @ 25.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 3840x2160 @ 24.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 3840x2160 @ 23.976025 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080i @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080i @ 59.940063 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080i @ 50.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 30.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 29.970032 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1680x1050 with 1680x1050 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1600x900 with 1600x900 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1152x864 with 1152x864 @ 75.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x720 with 1280x720 @ 30.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x720 with 1280x720 @ 29.970032 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x720 with 1280x720 @ 24.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1280x720 with 1280x720 @ 23.976025 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 800x600 with 800x600 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 720x576 with 720x576 @ 50.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 720x576 with 720x576i @ 50.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 720x480 with 720x480 @ 59.940063 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 720x480 with 720x480 @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 720x480 with 720x480i @ 59.940063 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 720x480 with 720x480i @ 60.000000 Hz
2021-08-20 17:55:10.210 T:790 INFO <general>: Found resolution 640x480 with 640x480 @ 60.000000 Hz
2021-08-20 17:55:10.212 T:790 INFO <general>: Skipped 1 duplicate messages..
2021-08-20 17:55:10.212 T:790 INFO <general>: EGL_VERSION = 1.4
2021-08-20 17:55:10.213 T:790 INFO <general>: EGL_VENDOR = Mesa Project
2021-08-20 17:55:10.213 T:790 INFO <general>: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver
2021-08-20 17:55:10.213 T:790 INFO <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_EXT_platform_device EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL Config Attributes:
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_BUFFER_SIZE: 32
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_ALPHA_SIZE: 8
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_BLUE_SIZE: 8
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_GREEN_SIZE: 8
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_RED_SIZE: 8
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_DEPTH_SIZE: 16
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_STENCIL_SIZE: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_CONFIG_CAVEAT: 0x3038
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_CONFIG_ID: 10
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_LEVEL: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_MAX_PBUFFER_HEIGHT: 4096
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_MAX_PBUFFER_PIXELS: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_MAX_PBUFFER_WIDTH: 4096
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_NATIVE_RENDERABLE: 1
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_NATIVE_VISUAL_ID: 875713089
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_NATIVE_VISUAL_TYPE: 0x3038
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_SAMPLES: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_SAMPLE_BUFFERS: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_SURFACE_TYPE: 4
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_TRANSPARENT_TYPE: 0x3038
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_TRANSPARENT_BLUE_VALUE: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_TRANSPARENT_GREEN_VALUE: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_TRANSPARENT_RED_VALUE: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_BIND_TO_TEXTURE_RGB: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_BIND_TO_TEXTURE_RGBA: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_MIN_SWAP_INTERVAL: 1
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_MAX_SWAP_INTERVAL: 1
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_LUMINANCE_SIZE: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_ALPHA_MASK_SIZE: 0
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_COLOR_BUFFER_TYPE: 0x308e
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_RENDERABLE_TYPE: 77
2021-08-20 17:55:10.213 T:790 DEBUG <general>: EGL_CONFORMANT: 77
2021-08-20 17:55:10.256 T:790 DEBUG <general>: CUDMABufferObject::Register - unable to open /dev/udmabuf: No such file or directory
2021-08-20 17:55:10.256 T:790 DEBUG <general>: CDMAHeapBufferObject::Register unable to open /dev/dma_heap/reserved: No such file or directory
2021-08-20 17:55:10.256 T:790 DEBUG <general>: CDMAHeapBufferObject::Register - using /dev/dma_heap/linux,cma
2021-08-20 17:55:10.256 T:790 INFO <general>: CApplication::CreateGUI - using the gbm windowing system
2021-08-20 17:55:10.256 T:790 INFO <general>: Checking resolution 16
2021-08-20 17:55:10.256 T:790 DEBUG <general>: OnLostDevice - notify display change event
2021-08-20 17:55:10.256 T:790 DEBUG <general>: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
2021-08-20 17:55:10.256 T:790 DEBUG <general>: CDRMUtils::SetMode - found crtc mode: 4096x2160 @ 24 Hz
2021-08-20 17:55:10.256 T:790 DEBUG <general>: CGBMUtils::CreateSurface - created surface with size 1920x1080
2021-08-20 17:55:10.269 T:790 DEBUG <general>: CWinSystemGbmEGLContext::CreateNewWindow - initialized GBM
2021-08-20 17:55:10.269 T:790 INFO <general>: GL_VENDOR = Broadcom
2021-08-20 17:55:10.269 T:790 INFO <general>: GL_RENDERER = V3D 4.2
2021-08-20 17:55:10.269 T:790 INFO <general>: GL_VERSION = OpenGL ES 3.1 Mesa 21.0.3
2021-08-20 17:55:10.269 T:790 INFO <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10
2021-08-20 17:55:10.269 T:790 INFO <general>: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_KHR_context_flush_control GL_NV_image_formats GL_OES_draw_elements_base_vertex GL_OES_primitive_bounding_box GL_OES_shader_io_blocks GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_MESA_framebuffer_flip_y GL_EXT_texture_query_lod
2021-08-20 17:55:10.368 T:790 DEBUG <general>: OnLostDevice - notify display change event
2021-08-20 17:55:10.368 T:790 DEBUG <general>: CDRMUtils::SetMode - found crtc mode: 4096x2160 @ 24 Hz
2021-08-20 17:55:10.368 T:790 INFO <general>: GLES: Maximum texture width: 4096
2021-08-20 17:55:10.368 T:790 DEBUG <general>: guilib: Fill viewport on change for solving rendering passes
2021-08-20 17:55:10.515 T:790 DEBUG <general>: ffmpeg[(nil)X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.
2021-08-20 17:55:11.168 T:790 DEBUG <general>: EGL Debugging:
Error: EGL_BAD_SURFACE
Command: eglSwapBuffers
Type: EGL_DEBUG_MSG_ERROR_KHR
Message: dri2_swap_buffers
2021-08-20 17:55:11.169 T:790 DEBUG <general>: CDRMAtomic::FlipPage - Execute modeset at next commit
2021-08-20 17:55:11.204 T:790 DEBUG <general>: CWinSystemGbmGLESContext::PresentRender - Sending display reset to all clients
2021-08-20 17:55:11.204 T:790 INFO <general>: load keymapping
2021-08-20 17:55:11.206 T:790 INFO <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2021-08-20 17:55:11.215 T:790 INFO <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2021-08-20 17:55:11.217 T:790 INFO <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2021-08-20 17:55:11.220 T:790 INFO <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2021-08-20 17:55:11.221 T:790 INFO <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2021-08-20 17:55:11.223 T:790 INFO <general>: Loading special://xbmc/system/keymaps/joystick.xml
2021-08-20 17:55:11.225 T:790 INFO <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2021-08-20 17:55:11.231 T:790 INFO <general>: Loading special://xbmc/system/keymaps/mouse.xml
2021-08-20 17:55:11.232 T:790 INFO <general>: Loading special://xbmc/system/keymaps/remote.xml
2021-08-20 17:55:11.236 T:790 INFO <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2021-08-20 17:55:11.238 T:790 INFO <general>: GUI format 1920x1080, Display 4096x2160 @ 24.000000 Hz
2021-08-20 17:55:11.239 T:790 INFO <general>: CLangInfo: loading resource.language.en_gb language information...
2021-08-20 17:55:11.242 T:790 DEBUG <general>: trying to set locale to en_US.UTF-8
2021-08-20 17:55:11.243 T:790 INFO <general>: global locale set to C
2021-08-20 17:55:11.243 T:790 INFO <general>: CLangInfo: loading resource.language.en_gb language strings...
2021-08-20 17:55:11.274 T:790 DEBUG <general>: LocalizeStrings: loaded 4136 strings from file resource://resource.language.en_gb/strings.po
2021-08-20 17:55:11.280 T:790 DEBUG <general>: LocalizeStrings: loaded 3 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.281 T:790 DEBUG <general>: LocalizeStrings: loaded 3 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.284 T:790 DEBUG <general>: LocalizeStrings: loaded 18 strings from file /storage/.kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.288 T:790 DEBUG <general>: LocalizeStrings: loaded 13 strings from file /storage/.kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.291 T:790 DEBUG <general>: LocalizeStrings: loaded 17 strings from file /storage/.kodi/addons/metadata.album.universal/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.295 T:790 DEBUG <general>: LocalizeStrings: loaded 32 strings from file /storage/.kodi/addons/metadata.artists.universal/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.301 T:790 DEBUG <general>: LocalizeStrings: loaded 17 strings from file /usr/share/kodi/addons/metadata.generic.albums/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.302 T:790 DEBUG <general>: LocalizeStrings: loaded 15 strings from file /usr/share/kodi/addons/metadata.generic.artists/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.303 T:790 DEBUG <general>: LocalizeStrings: loaded 9 strings from file /usr/share/kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.306 T:790 DEBUG <general>: LocalizeStrings: loaded 16 strings from file /storage/.kodi/addons/metadata.themoviedb.org.python/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.313 T:790 DEBUG <general>: LocalizeStrings: loaded 13 strings from file /storage/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.316 T:790 DEBUG <general>: LocalizeStrings: loaded 31 strings from file /storage/.kodi/addons/metadata.tvshows.themoviedb.org.python/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.321 T:790 DEBUG <general>: LocalizeStrings: loaded 9 strings from file /usr/share/kodi/addons/peripheral.joystick/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.327 T:790 DEBUG <general>: LocalizeStrings: loaded 74 strings from file /storage/.kodi/addons/plugin.library.node.editor/resources/language/resource.language.en_GB/strings.po
2021-08-20 17:55:11.336 T:790 DEBUG <general>: LocalizeStrings: loaded 3 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.351 T:790 DEBUG <general>: LocalizeStrings: loaded 174 strings from file /storage/.kodi/addons/script.trakt/resources/language/resource.language.en_GB/strings.po
2021-08-20 17:55:11.353 T:790 DEBUG <general>: LocalizeStrings: loaded 262 strings from file /usr/share/kodi/addons/service.libreelec.settings/resources/language/resource.language.en_gb/strings.po
2021-08-20 17:55:11.356 T:803 DEBUG <general>: Thread JobWorker start, auto delete: true
2021-08-20 17:55:11.356 T:803 DEBUG <general>: Initialize, updating databases...
2021-08-20 17:55:11.358 T:803 INFO <general>: Running database version Addons33
2021-08-20 17:55:11.362 T:803 INFO <general>: Running database version ViewModes6
2021-08-20 17:55:11.405 T:803 INFO <general>: Running database version Textures13
2021-08-20 17:55:11.429 T:803 INFO <general>: Running database version MyMusic82
2021-08-20 17:55:11.688 T:803 INFO <general>: Running database version MyVideos119
2021-08-20 17:55:11.694 T:803 INFO <general>: Running database version TV38
2021-08-20 17:55:11.699 T:803 INFO <general>: Running database version Epg13
2021-08-20 17:55:11.699 T:803 DEBUG <general>: Initialize, updating databases... DONE
2021-08-20 17:55:11.744 T:790 INFO <general>: start dvd mediatype detection
2021-08-20 17:55:11.745 T:804 DEBUG <general>: Thread DetectDVDMedia start, auto delete: false
2021-08-20 17:55:11.745 T:804 DEBUG <general>: Compiled with libcdio Version 0.20100
2021-08-20 17:55:11.746 T:804 DEBUG <general>: Thread DetectDVDMedia 2842059392 terminating
2021-08-20 17:55:11.786 T:790 INFO <general>: Unloaded skin
2021-08-20 17:55:11.788 T:790 INFO <general>: load skin from: /usr/share/kodi/addons/skin.estuary/ (version: 3.0.5)
2021-08-20 17:55:11.788 T:790 INFO <general>: load fonts for skin...
2021-08-20 17:55:11.809 T:790 INFO <general>: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
2021-08-20 17:55:11.977 T:790 INFO <general>: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
2021-08-20 17:55:12.161 T:790 DEBUG <general>: LocalizeStrings: loaded 148 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po
2021-08-20 17:55:12.168 T:790 INFO <general>: load new skin...
2021-08-20 17:55:12.168 T:790 INFO <general>: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
2021-08-20 17:55:12.185 T:790 DEBUG <general>: Load Skin XML: 16.59ms
2021-08-20 17:55:12.185 T:790 INFO <general>: initialize new skin...
2021-08-20 17:55:12.185 T:790 DEBUG <general>: guilib: Fill viewport on change for solving rendering passes
2021-08-20 17:55:12.185 T:790 INFO <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.223 T:790 DEBUG <general>: OpenBundle - Opened bundle /usr/share/kodi/addons/skin.estuary/media/Textures.xbt
2021-08-20 17:55:12.226 T:790 INFO <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.228 T:790 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.229 T:790 INFO <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.236 T:790 INFO <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.238 T:790 INFO <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.256 T:790 INFO <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.258 T:790 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2021-08-20 17:55:12.261 T:790 INFO <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2021-08-20 17:55:12.351 T:790 INFO <general>: skin loaded...
2021-08-20 17:55:12.351 T:790 DEBUG <general>: Activating window ID: 12997
2021-08-20 17:55:12.351 T:790 DEBUG <general>: ------ Window Init () ------
2021-08-20 17:55:12.351 T:790 DEBUG <general>: Activating window ID: 12999
2021-08-20 17:55:12.351 T:790 DEBUG <general>: ------ Window Init (Startup.xml) ------
2021-08-20 17:55:12.351 T:790 INFO <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2021-08-20 17:55:12.352 T:790 DEBUG <general>: Activating window ID: 10000
2021-08-20 17:55:12.352 T:790 DEBUG <general>: ------ Window Deinit (Startup.xml) ------
2021-08-20 17:55:12.352 T:790 DEBUG <general>: ------ Window Init (Home.xml) ------
2021-08-20 17:55:12.352 T:790 INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2021-08-20 17:55:12.507 T:790 DEBUG <general>: CDirectoryProvider[library://video/movies/]: refreshing..
2021-08-20 17:55:12.507 T:790 DEBUG <general>: CDirectoryProvider[special://skin/playlists/inprogress_movies.xsp]: refreshing..
2021-08-20 17:55:12.508 T:805 DEBUG <general>: Thread JobWorker start, auto delete: true
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[special://skin/playlists/recent_unwatched_movies.xsp]: refreshing..
2021-08-20 17:55:12.509 T:806 DEBUG <general>: Thread JobWorker start, auto delete: true
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[special://skin/playlists/unwatched_movies.xsp]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[videodb://movies/genres/]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[videodb://movies/sets/]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[library://video/tvshows/]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[videodb://inprogresstvshows]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[special://skin/playlists/recent_unwatched_episodes.xsp]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[special://skin/playlists/unwatched_tvshows.xsp]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[videodb://tvshows/genres/]: refreshing..
2021-08-20 17:55:12.509 T:790 DEBUG <general>: CDirectoryProvider[videodb://tvshows/studios/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[addons://]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[addons://sources/video/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[addons://sources/audio/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[addons://sources/game/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[addons://sources/executable/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[addons://sources/image/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[library://video/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[sources://video/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[special://videoplaylists/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[favourites://]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[sources://pictures/]: refreshing..
2021-08-20 17:55:12.515 T:790 DEBUG <general>: CDirectoryProvider[addons://sources/game/]: refreshing..
2021-08-20 17:55:12.537 T:790 DEBUG <general>: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
2021-08-20 17:55:12.537 T:790 WARNING <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2021-08-20 17:55:12.538 T:790 INFO <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2021-08-20 17:55:12.538 T:790 INFO <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2021-08-20 17:55:12.568 T:790 INFO <general>: JSONRPC v12.3.0: Successfully initialized
2021-08-20 17:55:12.582 T:790 DEBUG <general>: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
2021-08-20 17:55:12.582 T:790 DEBUG <general>: LoadMappings - loaded node "CEC Adapter"
2021-08-20 17:55:12.582 T:790 DEBUG <general>: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
2021-08-20 17:55:12.582 T:790 DEBUG <general>: LoadMappings - loaded node "iMON HID device"
2021-08-20 17:55:12.582 T:790 DEBUG <general>: LoadMappings - loaded node "WETEK Play remote"
2021-08-20 17:55:12.582 T:790 DEBUG <general>: LoadMappings - loaded node "OSMC RF Remote"
2021-08-20 17:55:12.582 T:790 DEBUG <general>: LoadMappings - loaded node ""
2021-08-20 17:55:12.583 T:790 DEBUG <general>: Add-on bus: Registering add-on peripheral.joystick
2021-08-20 17:55:12.583 T:790 DEBUG <general>: PERIPHERAL - CreateAddon - creating peripheral add-on instance 'Joystick Support'
2021-08-20 17:55:12.583 T:790 DEBUG <general>: ADDON: Dll Initializing - Joystick Support
2021-08-20 17:55:12.584 T:790 DEBUG <general>: SECTION:LoadDLL(/usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.7.2)
2021-08-20 17:55:12.584 T:790 DEBUG <general>: Loading: /usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.7.2
2021-08-20 17:55:12.603 T:790 DEBUG <general>: AddOnLog: peripheral.joystick: Loaded 14 joystick families with 97 total joysticks
2021-08-20 17:55:12.603 T:790 DEBUG <general>: Calling TransferSettings for: Joystick Support
2021-08-20 17:55:12.604 T:790 INFO <general>: AddOnLog: peripheral.joystick: Enabling joystick interface "linux"
2021-08-20 17:55:12.605 T:808 DEBUG <general>: Thread PeripBusUSBUdev start, auto delete: false
2021-08-20 17:55:12.605 T:808 DEBUG <general>: Process - initialised udev monitor
2021-08-20 17:55:12.615 T:809 DEBUG <general>: Thread PeripBusCEC start, auto delete: false
2021-08-20 17:55:12.615 T:810 DEBUG <general>: Thread PeripBusAddon start, auto delete: false
2021-08-20 17:55:12.619 T:790 DEBUG <general>: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
2021-08-20 17:55:12.619 T:790 INFO <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2021-08-20 17:55:12.620 T:790 DEBUG <general>: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
2021-08-20 17:55:12.620 T:790 INFO <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2021-08-20 17:55:12.629 T:811 DEBUG <general>: Thread PeripEventScan start, auto delete: false
2021-08-20 17:55:12.630 T:790 DEBUG <general>: ContextMenuManager: addon menus reloaded.
2021-08-20 17:55:12.630 T:790 INFO <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerCoreConfig::<ctor>: created player VideoPlayer
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerCoreConfig::<ctor>: created player PAPlayer
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerCoreConfig::<ctor>: created player RetroPlayer
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: system rules
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: mms/udp
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: rtmp
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: rtsp
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: streams
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: mp2
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: dvd
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: discimage
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: nsv
2021-08-20 17:55:12.641 T:790 DEBUG <general>: CPlayerSelectionRule::Initialize: creating rule: radio
2021-08-20 17:55:12.641 T:790 INFO <general>: Loaded playercorefactory configuration
2021-08-20 17:55:12.642 T:790 INFO <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2021-08-20 17:55:12.642 T:790 INFO <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2021-08-20 17:55:12.642 T:790 INFO <general>: removing tempfiles
2021-08-20 17:55:12.645 T:790 INFO <general>: UpdateLibraries: Starting video library startup scan
2021-08-20 17:55:12.658 T:790 DEBUG <general>: CRepositoryUpdater: closest next update check at 21/08/2021 17:44:12 (in 85740 s)
2021-08-20 17:55:12.662 T:812 DEBUG <general>: Thread Timer start, auto delete: false
2021-08-20 17:55:12.663 T:790 DEBUG <general>: CServiceAddonManager: starting script.trakt
2021-08-20 17:55:12.670 T:813 DEBUG <general>: Thread LanguageInvoker start, auto delete: false
2021-08-20 17:55:12.670 T:790 DEBUG <general>: CServiceAddonManager: starting service.libreelec.settings
2021-08-20 17:55:12.670 T:813 INFO <general>: initializing python engine.
2021-08-20 17:55:12.674 T:814 DEBUG <general>: Thread LanguageInvoker start, auto delete: false
2021-08-20 17:55:12.674 T:790 INFO <general>: initialize done
2021-08-20 17:55:12.674 T:790 INFO <general>: Running the application...
2021-08-20 17:55:12.676 T:790 DEBUG <general>: NetworkMessage - Starting network services
2021-08-20 17:55:12.677 T:814 INFO <general>: initializing python engine.
2021-08-20 17:55:12.680 T:790 DEBUG <general>: CZeroconfAvahi::clientCallback: client is up and running
2021-08-20 17:55:12.680 T:790 INFO <general>: starting zeroconf publishing
2021-08-20 17:55:12.681 T:816 DEBUG <general>: Thread EventServer start, auto delete: false
2021-08-20 17:55:12.681 T:816 INFO <general>: ES: Starting UDP Event server on port 9777
2021-08-20 17:55:12.682 T:816 DEBUG <general>: CheckIPv6: IPv6 socket bound successfully
2021-08-20 17:55:12.682 T:816 INFO <general>: UDP: Listening on port 9777 (ipv6 : true)
2021-08-20 17:55:12.682 T:790 INFO <general>: JSONRPC Server: Successfully initialized
2021-08-20 17:55:12.685 T:817 DEBUG <general>: Thread TCPServer start, auto delete: false
2021-08-20 17:55:12.686 T:790 INFO <CWebserver[8080]>: Started
2021-08-20 17:55:12.713 T:790 DEBUG <general>: ffmpeg[(nil)X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.
2021-08-20 17:55:12.737 T:809 DEBUG <general>: GetMappingForDevice - device (0000:0000) mapped to CEC Adapter (type = cec)
2021-08-20 17:55:12.739 T:809 DEBUG <general>: InitialiseFeature - using libCEC v4.0.7
2021-08-20 17:55:12.740 T:822 DEBUG <general>: Thread CECAdapter start, auto delete: false
2021-08-20 17:55:12.740 T:822 DEBUG <general>: OpenConnection - opening a connection to the CEC adapter: Linux
2021-08-20 17:55:12.740 T:809 DEBUG <general>: Initialise - initialised peripheral on 'Linux' with 2 features and 0 sub devices
2021-08-20 17:55:12.740 T:809 INFO <general>: Register - new cec device registered on cec->Linux: CEC Adapter (0000:0000)
2021-08-20 17:55:12.741 T:809 DEBUG <general>: Thread PeripBusCEC 2780029568 terminating
2021-08-20 17:55:12.815 T:813 DEBUG <general>: CPythonInvoker(0, /storage/.kodi/addons/script.trakt/default.py): start processing
2021-08-20 17:55:12.815 T:814 DEBUG <general>: CPythonInvoker(1, /usr/share/kodi/addons/service.libreelec.settings/service.py): start processing
2021-08-20 17:55:12.883 T:803 DEBUG <general>: CAddonDatabase: SELECT repo.id FROM repo .. took 2 ms
2021-08-20 17:55:12.909 T:814 DEBUG <general>: -->Python Interpreter Initialized<--
2021-08-20 17:55:12.909 T:814 DEBUG <general>:
2021-08-20 17:55:12.909 T:814 DEBUG <general>: CPythonInvoker(1, /usr/share/kodi/addons/service.libreelec.settings/service.py): the source file to load is "/usr/share/kodi/addons/service.libreelec.settings/service.py"
2021-08-20 17:55:12.920 T:803 DEBUG <general>: CAddonDatabase: query SELECT addons.*, repo.addonID AS repoID FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon JOIN repo ON repo.id=addonlinkrepo.idRepo WHERE addonlinkrepo.idRepo IN (1,2,3) ORDER BY repo.addonID, addons.addonID returned 867 rows in 37 ms
2021-08-20 17:55:13.072 T:803 DEBUG <general>: CAddonDatabase::GetAddons took 191 ms
2021-08-20 17:55:13.087 T:803 DEBUG <general>: ADDONS: repo: repository.kodi.game - 1 addon(s) loaded
2021-08-20 17:55:13.087 T:803 DEBUG <general>: ADDONS: repo: repository.libreelec.tv - 207 addon(s) loaded
2021-08-20 17:55:13.087 T:803 DEBUG <general>: ADDONS: repo: repository.xbmc.org - 659 addon(s) loaded
2021-08-20 17:55:13.093 T:803 DEBUG <general>: CAddonRepos::BuildUpdateOrOutdatedList: Building update list from installed add-ons
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = audioencoder.kodi.builtin.aac / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = audioencoder.kodi.builtin.wma / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = game.controller.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.10
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = game.controller.snes / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.10
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.album.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.1.5
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.artists.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 4.3.4
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.common.allmusic.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.2
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.common.fanart.tv / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.6.3
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.common.imdb.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.3
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.common.musicbrainz.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.2.4
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.common.theaudiodb.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.3
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.common.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.17
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.generic.albums / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.generic.artists / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.local / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 5.2.6
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.4.0+matrix.1
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.tvshows.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.5.13
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = metadata.tvshows.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.4.7
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = peripheral.joystick / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.7.2
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = plugin.library.node.editor / Origin = repository.xbmc.org / Version = 2.0.4
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = repository.kodi.game / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.0
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = repository.libreelec.tv / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 10.0.0
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = repository.xbmc.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.5
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = resource.images.weathericons.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.1.9
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = resource.language.en_gb / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.2
2021-08-20 17:55:13.093 T:803 DEBUG <general>: ADDONS: update check: addonID = resource.uisounds.kodi / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = screensaver.xbmc.builtin.black / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.34
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = screensaver.xbmc.builtin.dim / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.64
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.image.resource.select / Origin = repository.xbmc.org / Version = 3.0.2
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.arrow / Origin = repository.xbmc.org / Version = 1.0.3.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.certifi / Origin = repository.xbmc.org / Version = 2020.12.05+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.chardet / Origin = repository.xbmc.org / Version = 4.0.0+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.dateutil / Origin = repository.xbmc.org / Version = 2.8.1+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.idna / Origin = repository.xbmc.org / Version = 2.10.0+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.pil / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 5.1.0
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.pycryptodome / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.4.3
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.requests / Origin = repository.xbmc.org / Version = 2.25.1+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.six / Origin = repository.xbmc.org / Version = 1.15.0+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.trakt / Origin = repository.xbmc.org / Version = 4.4.0+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.typing_extensions / Origin = repository.xbmc.org / Version = 3.7.4.3
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.unidecode / Origin = repository.xbmc.org / Version = 1.1.1+matrix.2
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.module.urllib3 / Origin = repository.xbmc.org / Version = 1.26.4+matrix.1
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = script.trakt / Origin = repository.xbmc.org / Version = 3.4.2
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = service.libreelec.settings / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 10.0
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = skin.estuary / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.0.5
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = virtual.system-tools / Origin = repository.libreelec.tv / Version = 10.0.0.124
2021-08-20 17:55:13.094 T:803 DEBUG <general>: ADDONS: update check: addonID = webinterface.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 19.x-2.4.8
2021-08-20 17:55:13.094 T:803 DEBUG <general>: CAddonMgr::GetAvailableUpdatesOrOutdatedAddons took 213 ms
2021-08-20 17:55:13.102 T:814 DEBUG <general>: CPythonInvoker(1, /usr/share/kodi/addons/service.libreelec.settings/service.py): setting the Python path to /usr/share/kodi/addons/service.libreelec.settings:/usr/lib/python38.zip:/usr/lib/python3.8:/usr/lib/python3.8/lib-dynload:/usr/lib/python3.8/site-packages
2021-08-20 17:55:13.102 T:814 DEBUG <general>: CPythonInvoker(1, /usr/share/kodi/addons/service.libreelec.settings/service.py): entering source directory /usr/share/kodi/addons/service.libreelec.settings
2021-08-20 17:55:13.106 T:814 DEBUG <general>: CPythonInvoker(1, /usr/share/kodi/addons/service.libreelec.settings/service.py): instantiating addon using automatically obtained id of "service.libreelec.settings" dependent on version 3.0.0 of the xbmc.python api
2021-08-20 17:55:13.108 T:790 DEBUG <general>: ffmpeg[(nil)X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.
2021-08-20 17:55:13.120 T:803 DEBUG <general>: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
2021-08-20 17:55:13.120 T:803 DEBUG <general>: Getting Directory (special://profile/playlists/video)
2021-08-20 17:55:13.122 T:803 DEBUG <general>: Getting Directory (special://profile/playlists/mixed)
2021-08-20 17:55:13.123 T:803 DEBUG <general>: CMultiPathDirectory::MergeItems, items = 0
2021-08-20 17:55:13.137 T:813 DEBUG <general>: -->Python Interpreter Initialized<--
2021-08-20 17:55:13.137 T:813 DEBUG <general>:
2021-08-20 17:55:14.706 T:822 DEBUG <general>: OpenConnection - connection to the CEC adapter opened
2021-08-20 17:55:14.706 T:822 DEBUG <general>: SetConfigurationFromLibCEC - settings updated by libCEC
2021-08-20 17:55:14.707 T:829 DEBUG <general>: Thread CECAdapterUpdate start, auto delete: false
'''
This shows no apparent problem:
Can you clarify if you meant that there is no problem (i.e. display is working), or "no apparent problem" in log (but display is broken).
Sorry if that wasn't clear.
In the first log from Raspberry Pi OS running Kodi I experience the same problem as PeterPablo. I get [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] ERROR [CRTC:76:crtc-3] flip_done timed out messages in dmesg However after waiting a few minutes (around 2021-08-20 17:07:54.426 T:2972707936 in the log) the display starts working for around 1min (not sure exactly), as in I get the kodi interface and it seems to be scanning my library, but then stops working again and never comes back on. The first log should show this full cycle.
The second log is just running the latest LibreELEC to compare which works fine with approximately the same config.txt With this everything seems to be working, sound display, CEC etc.
@Axionkt can you report uname -a
and vcgencmd versions
for RPiOS and LibreELEC.
@popcornmix Sure. I'm running Kodi 18.7 on Raspberry Pi OS I don't know if it makes a difference but on Raspberry Pi OS I tried 19.1 from upstream and also gbm_matrix from your repo with the same result except that I see the kodi splash screen before the display crashes.
```Aug 3 2021 18:14:56 Copyright (c) 2012 Broadcom version 40787ee5905644f639a2a0f6e00ae12e517a2211 (clean) (release) (start) ```
```Apr 29 2021 17:11:25 version c2f8c388c4ee37ad709ace403467d163e8dd91ce (release) timestamp 1619712685 update-time 1629367548 capabilities 0x0000001f ```
```disable_overscan=1 dtparam=audio=on [pi4] max_framebuffers=2 gpu_mem=76 hdmi_ignore_cec_init=1 dtoverlay=vc4-kms-v3d,cma-512 dtoverlay=rpivid-v4l2 disable_fw_kms_setup=1 hdmi_ignore_cec_init=1 hdmi_ignore_cec=1 ```
Linux RPi4-2 5.10.52-v7l+ #1441 SMP Tue Aug 3 18:11:56 BST 2021 armv7l GNU/Linux
```[Fri Aug 20 18:39:11 2021] Booting Linux on physical CPU 0x0
[Fri Aug 20 18:39:11 2021] Linux version 5.10.52-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1441 SMP Tue Aug 3 18:11:56 BST 2021
[Fri Aug 20 18:39:11 2021] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[Fri Aug 20 18:39:11 2021] CPU: div instructions available: patching division code
[Fri Aug 20 18:39:11 2021] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[Fri Aug 20 18:39:11 2021] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
[Fri Aug 20 18:39:11 2021] random: fast init done
[Fri Aug 20 18:39:11 2021] Memory policy: Data cache writealloc
[Fri Aug 20 18:39:11 2021] Reserved memory: created CMA memory pool at 0x000000000e400000, size 512 MiB
[Fri Aug 20 18:39:11 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[Fri Aug 20 18:39:11 2021] Zone ranges:
[Fri Aug 20 18:39:11 2021] DMA [mem 0x0000000000000000-0x000000002fffffff]
[Fri Aug 20 18:39:11 2021] Normal empty
[Fri Aug 20 18:39:11 2021] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[Fri Aug 20 18:39:11 2021] Movable zone start for each node
[Fri Aug 20 18:39:11 2021] Early memory node ranges
[Fri Aug 20 18:39:11 2021] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[Fri Aug 20 18:39:11 2021] node 0: [mem 0x0000000040000000-0x000000007fffffff]
[Fri Aug 20 18:39:11 2021] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[Fri Aug 20 18:39:11 2021] On node 0 totalpages: 504832
[Fri Aug 20 18:39:11 2021] DMA zone: 1728 pages used for memmap
[Fri Aug 20 18:39:11 2021] DMA zone: 0 pages reserved
[Fri Aug 20 18:39:11 2021] DMA zone: 196608 pages, LIFO batch:63
[Fri Aug 20 18:39:11 2021] HighMem zone: 308224 pages, LIFO batch:63
[Fri Aug 20 18:39:11 2021] percpu: Embedded 20 pages/cpu s50764 r8192 d22964 u81920
[Fri Aug 20 18:39:11 2021] pcpu-alloc: s50764 r8192 d22964 u81920 alloc=20*4096
[Fri Aug 20 18:39:11 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[Fri Aug 20 18:39:11 2021] Built 1 zonelists, mobility grouping on. Total pages: 503104
[Fri Aug 20 18:39:11 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:E4:A8:3F vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait ip=dhcp root=PARTUUID=900939f3-e116-42f7-82b5-b88fb0ea6d29 ISCSI_INITIATOR=iqn.1993-08.org.debian:01:9cb7f13ffa1 ISCSI_TARGET_NAME=iqn.2005-10.org.freenas.ctl:pi4.10000000534d62ea:raspios-lite-armhf ISCSI_TARGET_IP=192.168.0.33 ISCSI_TARGET_PORT=3260 rw
[Fri Aug 20 18:39:11 2021] Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
[Fri Aug 20 18:39:11 2021] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[Fri Aug 20 18:39:11 2021] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[Fri Aug 20 18:39:11 2021] mem auto-init: stack:off, heap alloc:off, heap free:off
[Fri Aug 20 18:39:11 2021] software IO TLB: mapped [mem 0x0000000009200000-0x000000000d200000] (64MB)
[Fri Aug 20 18:39:11 2021] Memory: 1381176K/2019328K available (10240K kernel code, 1364K rwdata, 3188K rodata, 2048K init, 891K bss, 113864K reserved, 524288K cma-reserved, 1232896K highmem)
[Fri Aug 20 18:39:11 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[Fri Aug 20 18:39:11 2021] ftrace: allocating 34303 entries in 67 pages
[Fri Aug 20 18:39:11 2021] ftrace: allocated 67 pages with 3 groups
[Fri Aug 20 18:39:11 2021] rcu: Hierarchical RCU implementation.
[Fri Aug 20 18:39:11 2021] Rude variant of Tasks RCU enabled.
[Fri Aug 20 18:39:11 2021] Tracing variant of Tasks RCU enabled.
[Fri Aug 20 18:39:11 2021] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[Fri Aug 20 18:39:11 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[Fri Aug 20 18:39:11 2021] GIC: Using split EOI/Deactivate mode
[Fri Aug 20 18:39:11 2021] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 25)
[Fri Aug 20 18:39:11 2021] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=1
[Fri Aug 20 18:39:11 2021] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[Fri Aug 20 18:39:11 2021] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[Fri Aug 20 18:39:11 2021] bcm2835: system timer (irq = 26)
[Fri Aug 20 18:39:11 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[Fri Aug 20 18:39:11 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[Fri Aug 20 18:39:11 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[Fri Aug 20 18:39:11 2021] Switching to timer-based delay loop, resolution 18ns
[Fri Aug 20 18:39:11 2021] Console: colour dummy device 80x30
[Fri Aug 20 18:39:11 2021] printk: console [tty1] enabled
[Fri Aug 20 18:39:11 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[Fri Aug 20 18:39:11 2021] pid_max: default: 32768 minimum: 301
[Fri Aug 20 18:39:11 2021] LSM: Security Framework initializing
[Fri Aug 20 18:39:11 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[Fri Aug 20 18:39:11 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[Fri Aug 20 18:39:11 2021] cgroup: Disabling memory control group subsystem
[Fri Aug 20 18:39:11 2021] CPU: Testing write buffer coherency: ok
[Fri Aug 20 18:39:11 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[Fri Aug 20 18:39:11 2021] Setting up static identity map for 0x200000 - 0x20003c
[Fri Aug 20 18:39:11 2021] rcu: Hierarchical SRCU implementation.
[Fri Aug 20 18:39:11 2021] smp: Bringing up secondary CPUs ...
[Fri Aug 20 18:39:11 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[Fri Aug 20 18:39:11 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[Fri Aug 20 18:39:11 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[Fri Aug 20 18:39:11 2021] smp: Brought up 1 node, 4 CPUs
[Fri Aug 20 18:39:11 2021] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[Fri Aug 20 18:39:11 2021] CPU: All CPU(s) started in HYP mode.
[Fri Aug 20 18:39:11 2021] CPU: Virtualization extensions available.
[Fri Aug 20 18:39:11 2021] devtmpfs: initialized
[Fri Aug 20 18:39:11 2021] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[Fri Aug 20 18:39:11 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[Fri Aug 20 18:39:11 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[Fri Aug 20 18:39:11 2021] pinctrl core: initialized pinctrl subsystem
[Fri Aug 20 18:39:11 2021] NET: Registered protocol family 16
[Fri Aug 20 18:39:11 2021] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[Fri Aug 20 18:39:11 2021] audit: initializing netlink subsys (disabled)
[Fri Aug 20 18:39:11 2021] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[Fri Aug 20 18:39:11 2021] thermal_sys: Registered thermal governor 'step_wise'
[Fri Aug 20 18:39:11 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[Fri Aug 20 18:39:11 2021] hw-breakpoint: maximum watchpoint size is 8 bytes.
[Fri Aug 20 18:39:11 2021] Serial: AMBA PL011 UART driver
[Fri Aug 20 18:39:11 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[Fri Aug 20 18:39:11 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-08-03T18:14:56, variant start
[Fri Aug 20 18:39:11 2021] raspberrypi-firmware soc:firmware: Firmware hash is 40787ee5905644f639a2a0f6e00ae12e517a2211
[Fri Aug 20 18:39:11 2021] Kprobes globally optimized
[Fri Aug 20 18:39:11 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[Fri Aug 20 18:39:11 2021] vgaarb: loaded
[Fri Aug 20 18:39:11 2021] SCSI subsystem initialized
[Fri Aug 20 18:39:11 2021] usbcore: registered new interface driver usbfs
[Fri Aug 20 18:39:11 2021] usbcore: registered new interface driver hub
[Fri Aug 20 18:39:11 2021] usbcore: registered new device driver usb
[Fri Aug 20 18:39:11 2021] usb_phy_generic phy: supply vcc not found, using dummy regulator
[Fri Aug 20 18:39:11 2021] clocksource: Switched to clocksource arch_sys_counter
[Fri Aug 20 18:39:12 2021] VFS: Disk quotas dquot_6.6.0
[Fri Aug 20 18:39:12 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[Fri Aug 20 18:39:12 2021] FS-Cache: Loaded
[Fri Aug 20 18:39:12 2021] CacheFiles: Loaded
[Fri Aug 20 18:39:12 2021] simple-framebuffer 3e24f000.framebuffer: framebuffer at 0x3e24f000, 0x960000 bytes, mapped to 0x(ptrval)
[Fri Aug 20 18:39:12 2021] simple-framebuffer 3e24f000.framebuffer: format=a8r8g8b8, mode=1920x1280x32, linelength=7680
[Fri Aug 20 18:39:12 2021] Console: switching to colour frame buffer device 240x80
[Fri Aug 20 18:39:12 2021] simple-framebuffer 3e24f000.framebuffer: fb0: simplefb registered!
[Fri Aug 20 18:39:12 2021] NET: Registered protocol family 2
[Fri Aug 20 18:39:12 2021] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[Fri Aug 20 18:39:12 2021] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[Fri Aug 20 18:39:12 2021] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[Fri Aug 20 18:39:12 2021] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[Fri Aug 20 18:39:12 2021] TCP: Hash tables configured (established 8192 bind 8192)
[Fri Aug 20 18:39:12 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[Fri Aug 20 18:39:12 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[Fri Aug 20 18:39:12 2021] NET: Registered protocol family 1
[Fri Aug 20 18:39:12 2021] RPC: Registered named UNIX socket transport module.
[Fri Aug 20 18:39:12 2021] RPC: Registered udp transport module.
[Fri Aug 20 18:39:12 2021] RPC: Registered tcp transport module.
[Fri Aug 20 18:39:12 2021] RPC: Registered tcp NFSv4.1 backchannel transport module.
[Fri Aug 20 18:39:12 2021] PCI: CLS 0 bytes, default 64
[Fri Aug 20 18:39:12 2021] Trying to unpack rootfs image as initramfs...
[Fri Aug 20 18:39:12 2021] Freeing initrd memory: 9204K
[Fri Aug 20 18:39:12 2021] Initialise system trusted keyrings
[Fri Aug 20 18:39:12 2021] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[Fri Aug 20 18:39:12 2021] zbud: loaded
[Fri Aug 20 18:39:12 2021] FS-Cache: Netfs 'nfs' registered for caching
[Fri Aug 20 18:39:12 2021] NFS: Registering the id_resolver key type
[Fri Aug 20 18:39:12 2021] Key type id_resolver registered
[Fri Aug 20 18:39:12 2021] Key type id_legacy registered
[Fri Aug 20 18:39:12 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[Fri Aug 20 18:39:12 2021] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[Fri Aug 20 18:39:12 2021] Key type asymmetric registered
[Fri Aug 20 18:39:12 2021] Asymmetric key parser 'x509' registered
[Fri Aug 20 18:39:12 2021] bounce: pool size: 64 pages
[Fri Aug 20 18:39:12 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[Fri Aug 20 18:39:12 2021] io scheduler mq-deadline registered
[Fri Aug 20 18:39:12 2021] io scheduler kyber registered
[Fri Aug 20 18:39:12 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[Fri Aug 20 18:39:12 2021] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[Fri Aug 20 18:39:12 2021] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[Fri Aug 20 18:39:12 2021] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[Fri Aug 20 18:39:12 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[Fri Aug 20 18:39:12 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[Fri Aug 20 18:39:12 2021] pci_bus 0000:00: root bus resource [bus 00-ff]
[Fri Aug 20 18:39:12 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[Fri Aug 20 18:39:12 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[Fri Aug 20 18:39:12 2021] pci 0000:00:00.0: PME# supported from D0 D3hot
[Fri Aug 20 18:39:12 2021] PCI: bus0: Fast back to back transfers disabled
[Fri Aug 20 18:39:12 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[Fri Aug 20 18:39:12 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[Fri Aug 20 18:39:12 2021] pci 0000:01:00.0: PME# supported from D0 D3hot
[Fri Aug 20 18:39:12 2021] PCI: bus1: Fast back to back transfers disabled
[Fri Aug 20 18:39:12 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[Fri Aug 20 18:39:12 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[Fri Aug 20 18:39:12 2021] pci 0000:00:00.0: PCI bridge to [bus 01]
[Fri Aug 20 18:39:12 2021] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[Fri Aug 20 18:39:12 2021] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[Fri Aug 20 18:39:13 2021] pcieport 0000:00:00.0: PME: Signaling with IRQ 80
[Fri Aug 20 18:39:13 2021] iproc-rng200 fe104000.rng: hwrng registered
[Fri Aug 20 18:39:13 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[Fri Aug 20 18:39:13 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[Fri Aug 20 18:39:13 2021] brd: module loaded
[Fri Aug 20 18:39:13 2021] loop: module loaded
[Fri Aug 20 18:39:13 2021] Loading iSCSI transport class v2.0-870.
[Fri Aug 20 18:39:13 2021] libphy: Fixed MDIO Bus: probed
[Fri Aug 20 18:39:13 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[Fri Aug 20 18:39:13 2021] libphy: bcmgenet MII bus: probed
[Fri Aug 20 18:39:13 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[Fri Aug 20 18:39:13 2021] usbcore: registered new interface driver r8152
[Fri Aug 20 18:39:13 2021] usbcore: registered new interface driver lan78xx
[Fri Aug 20 18:39:13 2021] usbcore: registered new interface driver smsc95xx
[Fri Aug 20 18:39:13 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
[Fri Aug 20 18:39:13 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[Fri Aug 20 18:39:13 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890
[Fri Aug 20 18:39:13 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[Fri Aug 20 18:39:13 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri Aug 20 18:39:13 2021] usb usb1: Product: xHCI Host Controller
[Fri Aug 20 18:39:13 2021] usb usb1: Manufacturer: Linux 5.10.52-v7l+ xhci-hcd
[Fri Aug 20 18:39:13 2021] usb usb1: SerialNumber: 0000:01:00.0
[Fri Aug 20 18:39:13 2021] hub 1-0:1.0: USB hub found
[Fri Aug 20 18:39:13 2021] hub 1-0:1.0: 1 port detected
[Fri Aug 20 18:39:13 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
[Fri Aug 20 18:39:13 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[Fri Aug 20 18:39:13 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[Fri Aug 20 18:39:13 2021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[Fri Aug 20 18:39:13 2021] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri Aug 20 18:39:13 2021] usb usb2: Product: xHCI Host Controller
[Fri Aug 20 18:39:13 2021] usb usb2: Manufacturer: Linux 5.10.52-v7l+ xhci-hcd
[Fri Aug 20 18:39:13 2021] usb usb2: SerialNumber: 0000:01:00.0
[Fri Aug 20 18:39:13 2021] hub 2-0:1.0: USB hub found
[Fri Aug 20 18:39:13 2021] hub 2-0:1.0: 4 ports detected
[Fri Aug 20 18:39:13 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[Fri Aug 20 18:39:13 2021] dwc_otg: FIQ enabled
[Fri Aug 20 18:39:13 2021] dwc_otg: NAK holdoff enabled
[Fri Aug 20 18:39:13 2021] dwc_otg: FIQ split-transaction FSM enabled
[Fri Aug 20 18:39:13 2021] Module dwc_common_port init
[Fri Aug 20 18:39:13 2021] usbcore: registered new interface driver uas
[Fri Aug 20 18:39:13 2021] usbcore: registered new interface driver usb-storage
[Fri Aug 20 18:39:13 2021] mousedev: PS/2 mouse device common for all mice
[Fri Aug 20 18:39:13 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[Fri Aug 20 18:39:13 2021] sdhci: Secure Digital Host Controller Interface driver
[Fri Aug 20 18:39:13 2021] sdhci: Copyright(c) Pierre Ossman
[Fri Aug 20 18:39:13 2021] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[Fri Aug 20 18:39:13 2021] sdhci-pltfm: SDHCI platform and OF driver helper
[Fri Aug 20 18:39:13 2021] ledtrig-cpu: registered to indicate activity on CPUs
[Fri Aug 20 18:39:13 2021] hid: raw HID events driver (C) Jiri Kosina
[Fri Aug 20 18:39:13 2021] usbcore: registered new interface driver usbhid
[Fri Aug 20 18:39:13 2021] usbhid: USB HID core driver
[Fri Aug 20 18:39:13 2021] Initializing XFRM netlink socket
[Fri Aug 20 18:39:13 2021] NET: Registered protocol family 17
[Fri Aug 20 18:39:13 2021] Key type dns_resolver registered
[Fri Aug 20 18:39:13 2021] Registering SWP/SWPB emulation handler
[Fri Aug 20 18:39:13 2021] registered taskstats version 1
[Fri Aug 20 18:39:13 2021] Loading compiled-in X.509 certificates
[Fri Aug 20 18:39:13 2021] Key type ._fscrypt registered
[Fri Aug 20 18:39:13 2021] Key type .fscrypt registered
[Fri Aug 20 18:39:13 2021] Key type fscrypt-provisioning registered
[Fri Aug 20 18:39:13 2021] uart-pl011 fe201000.serial: there is not valid maps for state default
[Fri Aug 20 18:39:13 2021] uart-pl011 fe201000.serial: cts_event_workaround enabled
[Fri Aug 20 18:39:13 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 38, base_baud = 0) is a PL011 rev2
[Fri Aug 20 18:39:13 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[Fri Aug 20 18:39:13 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[Fri Aug 20 18:39:13 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[Fri Aug 20 18:39:13 2021] of_cfs_init
[Fri Aug 20 18:39:13 2021] of_cfs_init: OK
[Fri Aug 20 18:39:13 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[Fri Aug 20 18:39:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[Fri Aug 20 18:39:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[Fri Aug 20 18:39:13 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[Fri Aug 20 18:39:13 2021] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[Fri Aug 20 18:39:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[Fri Aug 20 18:39:13 2021] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[Fri Aug 20 18:39:13 2021] bcmgenet fd580000.ethernet eth0: Link is Down
[Fri Aug 20 18:39:13 2021] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[Fri Aug 20 18:39:13 2021] mmc1: new high speed SDIO card at address 0001
[Fri Aug 20 18:39:13 2021] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[Fri Aug 20 18:39:13 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[Fri Aug 20 18:39:13 2021] usb 1-1: Product: USB2.0 Hub
[Fri Aug 20 18:39:13 2021] hub 1-1:1.0: USB hub found
[Fri Aug 20 18:39:13 2021] hub 1-1:1.0: 4 ports detected
[Fri Aug 20 18:39:17 2021] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[Fri Aug 20 18:39:18 2021] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[Fri Aug 20 18:39:18 2021] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[Fri Aug 20 18:39:18 2021] process '/usr/bin/ipconfig' started with executable stack
[Fri Aug 20 18:39:18 2021] iscsi: registered transport (tcp)
[Fri Aug 20 18:39:19 2021] scsi host0: iSCSI Initiator over TCP/IP
[Fri Aug 20 18:39:19 2021] scsi 0:0:0:0: Direct-Access FreeNAS iSCSI Disk 0123 PQ: 0 ANSI: 7
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: Power-on or device reset occurred
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: [sda] 4194308 4096-byte logical blocks: (17.2 GB/16.0 GiB)
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: [sda] 16384-byte physical blocks
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: [sda] Write Protect is off
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: [sda] Mode Sense: 7f 00 10 08
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: [sda] Optimal transfer size 1048576 bytes
[Fri Aug 20 18:39:19 2021] sda: sda1
[Fri Aug 20 18:39:19 2021] sd 0:0:0:0: [sda] Attached SCSI disk
[Fri Aug 20 18:39:19 2021] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[Fri Aug 20 18:39:21 2021] systemd[1]: System time before build time, advancing clock.
[Fri Aug 20 18:39:22 2021] NET: Registered protocol family 10
[Fri Aug 20 18:39:22 2021] Segment Routing with IPv6
[Fri Aug 20 18:39:22 2021] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[Fri Aug 20 18:39:22 2021] systemd[1]: Detected architecture arm.
[Fri Aug 20 18:39:22 2021] systemd[1]: Set hostname to
```2021-08-21 00:44:41.669 T:2931814608 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xae2030e0 2021-08-21 00:44:41.671 T:2931814608 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16) 2021-08-21 00:44:41.671 T:2931814608 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized: 2021-08-21 00:44:41.671 T:2931814608 DEBUG: Output Device : HDMI 2021-08-21 00:44:41.671 T:2931814608 DEBUG: Sample Rate : 44100 2021-08-21 00:44:41.671 T:2931814608 DEBUG: Sample Format : AE_FMT_FLOAT 2021-08-21 00:44:41.671 T:2931814608 DEBUG: Channel Count : 2 2021-08-21 00:44:41.671 T:2931814608 DEBUG: Channel Layout: FL, FR 2021-08-21 00:44:41.671 T:2931814608 DEBUG: Frames : 2205 2021-08-21 00:44:41.671 T:2931814608 DEBUG: Frame Size : 8 2021-08-21 00:44:41.673 T:2942300368 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted 2021-08-21 00:44:42.073 T:2973162592 DEBUG: EGL Debugging: Error: EGL_BAD_SURFACE Command: eglSwapBuffers Type: EGL_DEBUG_MSG_ERROR_KHR Message: dri2_swap_buffers 2021-08-21 00:45:12.967 T:2973162592 DEBUG: CRBP::OpenDisplay device:0 m_display:0 (0) ```
```2021-08-21 00:46:39.372 T:2931814608 DEBUG: CAESinkPi:Drain delay:99ms now:0ms 2021-08-21 00:46:47.843 T:2534310096 ERROR: OpenConnection - could not opening a connection to the CEC adapter 2021-08-21 00:46:49.372 T:2931814608 DEBUG: CAESinkPi:Deinitialize 2021-08-21 00:46:49.373 T:2931814608 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000 2021-08-21 00:46:49.383 T:2931814608 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xae2030e0 ```
```Jun 29 2021 16:01:08 Copyright (c) 2012 Broadcom version 7f92ceab26a7aafcd932fb9ffe85d21ec112eb15 (clean) (release) (start_x) ```
```Apr 29 2021 17:11:25 version c2f8c388c4ee37ad709ace403467d163e8dd91ce (release) timestamp 1619712685 update-time 1629367548 capabilities 0x0000001f ```
```gpu_mem=76 hdmi_ignore_cec_init=1 [all] dtoverlay=vc4-kms-v3d,cma-512 dtoverlay=rpivid-v4l2 disable_overscan=1 disable_fw_kms_setup=1 ```
Linux RPi4 5.10.46 #1 SMP Wed Jul 14 21:40:13 CEST 2021 armv7l GNU/Linux
```[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.10.46 (jenkins@tsuboi) (armv8a-libreelec-linux-gnueabihf-gcc-10.2.0 (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP Wed Jul 14 21:40:13 CEST 2021
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] On node 0 totalpages: 504832
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 308224 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s51788 r8192 d21940 u81920
[ 0.000000] pcpu-alloc: s51788 r8192 d21940 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 503104
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:E4:A8:3F vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 boot=UUID=1407-5918 disk=UUID=632fdcc0-ec9a-4f78-a13e-329fc4f10db8 quiet
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000009a00000-0x000000000da00000] (64MB)
[ 0.000000] Memory: 1384520K/2019328K available (12288K kernel code, 1373K rwdata, 2668K rodata, 6144K init, 602K bss, 110520K reserved, 524288K cma-reserved, 1232896K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 36615 entries in 72 pages
[ 0.000000] ftrace: allocated 72 pages with 2 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 25)
[ 0.000000] random: get_random_bytes called from start_kernel+0x668/0x840 with crng_init=0
[ 0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000026] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000083] bcm2835: system timer (irq = 26)
[ 0.000679] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000696] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000714] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000728] Switching to timer-based delay loop, resolution 18ns
[ 0.000979] Console: colour dummy device 80x30
[ 0.001047] printk: console [tty0] enabled
[ 0.001098] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.50 BogoMIPS (lpj=180000)
[ 0.001130] pid_max: default: 32768 minimum: 301
[ 0.001344] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001370] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002792] cgroup: Disabling memory control group subsystem
[ 0.002947] CPU: Testing write buffer coherency: ok
[ 0.003372] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004476] Setting up static identity map for 0x200000 - 0x20003c
[ 0.004652] rcu: Hierarchical SRCU implementation.
[ 0.005903] smp: Bringing up secondary CPUs ...
[ 0.007017] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.008327] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.009510] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.009657] smp: Brought up 1 node, 4 CPUs
[ 0.009679] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.009694] CPU: All CPU(s) started in HYP mode.
[ 0.009708] CPU: Virtualization extensions available.
[ 0.010407] devtmpfs: initialized
[ 0.023871] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.024120] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.024150] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.036899] pinctrl core: initialized pinctrl subsystem
[ 0.038074] NET: Registered protocol family 16
[ 0.041591] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.042898] thermal_sys: Registered thermal governor 'step_wise'
[ 0.043104] cpuidle: using governor ladder
[ 0.043156] cpuidle: using governor menu
[ 0.043419] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.043434] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.043803] Serial: AMBA PL011 UART driver
[ 0.087554] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.094398] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-06-29T16:01:08, variant start_x
[ 0.097742] raspberrypi-firmware soc:firmware: Firmware hash is 7f92ceab26a7aafcd932fb9ffe85d21ec112eb15
[ 0.131175] Kprobes globally optimized
[ 0.142560] vgaarb: loaded
[ 0.142954] SCSI subsystem initialized
[ 0.143176] usbcore: registered new interface driver usbfs
[ 0.143253] usbcore: registered new interface driver hub
[ 0.143326] usbcore: registered new device driver usb
[ 0.144084] Advanced Linux Sound Architecture Driver Initialized.
[ 0.145122] clocksource: Switched to clocksource arch_sys_counter
[ 1.122051] FS-Cache: Loaded
[ 1.132096] NET: Registered protocol family 2
[ 1.132335] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.133720] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.133761] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.133825] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.133896] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.134049] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.134087] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.134343] NET: Registered protocol family 1
[ 1.135047] RPC: Registered named UNIX socket transport module.
[ 1.135063] RPC: Registered udp transport module.
[ 1.135077] RPC: Registered tcp transport module.
[ 1.135092] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.135144] PCI: CLS 0 bytes, default 64
[ 1.160845] Initialise system trusted keyrings
[ 1.161095] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.170538] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.171239] FS-Cache: Netfs 'nfs' registered for caching
[ 1.172279] NFS: Registering the id_resolver key type
[ 1.172316] Key type id_resolver registered
[ 1.172331] Key type id_legacy registered
[ 1.172456] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.172472] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.173228] FS-Cache: Netfs 'cifs' registered for caching
[ 1.173633] Key type cifs.idmap registered
[ 1.282370] NET: Registered protocol family 38
[ 1.282391] Key type asymmetric registered
[ 1.282406] Asymmetric key parser 'x509' registered
[ 1.282603] bounce: pool size: 64 pages
[ 1.282647] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.282663] io scheduler mq-deadline registered
[ 1.282679] io scheduler kyber registered
[ 1.282827] io scheduler bfq registered
[ 1.287385] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.287417] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.287495] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.287582] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[ 1.353890] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.354180] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.354201] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.354222] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.354311] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.354550] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.357839] PCI: bus0: Fast back to back transfers disabled
[ 1.358186] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.358312] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.358901] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.362155] PCI: bus1: Fast back to back transfers disabled
[ 1.362218] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.362242] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.362325] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.362351] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.362750] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 1.362972] pcieport 0000:00:00.0: PME: Signaling with IRQ 80
[ 1.363345] pcieport 0000:00:00.0: AER: enabled with IRQ 80
[ 1.372179] iproc-rng200 fe104000.rng: hwrng registered
[ 1.372515] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 2.398538] ------------[ cut here ]------------
[ 2.398576] WARNING: CPU: 0 PID: 1 at drivers/firmware/raspberrypi.c:64 rpi_firmware_transaction+0xf8/0x134
[ 2.398590] Firmware transaction timeout
[ 2.398604] Modules linked in:
[ 2.398639] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.46 #1
[ 2.398648] Hardware name: BCM2711
[ 2.398657] Backtrace:
[ 2.398687] [
I tried to pinpoint when the issue appeared using rpi-update on a freshly installed and updated RPiOS Lite image.
Kodi works fine with this version: [V] Linux RPi4-2 5.10.46-v7l+ #1430 SMP Mon Jun 28 17:14:36 BST 2021 armv7l GNU/Linux 48aef33c6139b7a38013c741f18bf4a1851a1b6d
```[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.10.46-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1430 SMP Mon Jun 28 17:14:36 BST 2021
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] On node 0 totalpages: 458752
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 262144 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s50764 r8192 d22964 u81920
[ 0.000000] pcpu-alloc: s50764 r8192 d22964 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 457024
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:E4:A8:3F vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=0907ec34-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000000] Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000009a00000-0x000000000da00000] (64MB)
[ 0.000000] Memory: 1207680K/1835008K available (10240K kernel code, 1364K rwdata, 3188K rodata, 2048K init, 891K bss, 103040K reserved, 524288K cma-reserved, 1048576K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 34291 entries in 67 pages
[ 0.000000] ftrace: allocated 67 pages with 3 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 25)
[ 0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
[ 0.000007] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000035] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000099] bcm2835: system timer (irq = 26)
[ 0.000754] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000776] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000800] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000818] Switching to timer-based delay loop, resolution 18ns
[ 0.001085] Console: colour dummy device 80x30
[ 0.001851] printk: console [tty1] enabled
[ 0.001919] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.001973] pid_max: default: 32768 minimum: 301
[ 0.002155] LSM: Security Framework initializing
[ 0.002361] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002407] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.003913] cgroup: Disabling memory control group subsystem
[ 0.004168] CPU: Testing write buffer coherency: ok
[ 0.004656] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.005878] Setting up static identity map for 0x200000 - 0x20003c
[ 0.006093] rcu: Hierarchical SRCU implementation.
[ 0.007044] smp: Bringing up secondary CPUs ...
[ 0.008292] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.009666] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.011091] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.011250] smp: Brought up 1 node, 4 CPUs
[ 0.011297] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.011328] CPU: All CPU(s) started in HYP mode.
[ 0.011355] CPU: Virtualization extensions available.
[ 0.012225] devtmpfs: initialized
[ 0.026614] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.026854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.026909] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.039833] pinctrl core: initialized pinctrl subsystem
[ 0.041028] NET: Registered protocol family 16
[ 0.044924] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.045739] audit: initializing netlink subsys (disabled)
[ 0.046016] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ 0.046599] thermal_sys: Registered thermal governor 'step_wise'
[ 0.047307] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.047361] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.047802] Serial: AMBA PL011 UART driver
[ 0.090005] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.110973] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-06-24T17:24:58, variant start
[ 0.120988] raspberrypi-firmware soc:firmware: Firmware hash is 65aff9e0bea5b64c530db52aa4497e809fdf22c8
[ 0.160806] Kprobes globally optimized
[ 0.165958] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.170264] vgaarb: loaded
[ 0.170727] SCSI subsystem initialized
[ 0.170971] usbcore: registered new interface driver usbfs
[ 0.171261] usbcore: registered new interface driver hub
[ 0.171351] usbcore: registered new device driver usb
[ 0.171770] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.173730] clocksource: Switched to clocksource arch_sys_counter
[ 1.132688] VFS: Disk quotas dquot_6.6.0
[ 1.132810] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.132994] FS-Cache: Loaded
[ 1.133211] CacheFiles: Loaded
[ 1.134666] simple-framebuffer 3cc56000.framebuffer: framebuffer at 0x3cc56000, 0x1fa4000 bytes, mapped to 0x(ptrval)
[ 1.134712] simple-framebuffer 3cc56000.framebuffer: format=a8r8g8b8, mode=3840x2160x32, linelength=15360
[ 1.176400] Console: switching to colour frame buffer device 480x135
[ 1.216136] simple-framebuffer 3cc56000.framebuffer: fb0: simplefb registered!
[ 1.226685] NET: Registered protocol family 2
[ 1.226990] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.228389] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.228620] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.228762] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.228902] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.229133] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.229242] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.229573] NET: Registered protocol family 1
[ 1.230374] RPC: Registered named UNIX socket transport module.
[ 1.230454] RPC: Registered udp transport module.
[ 1.230519] RPC: Registered tcp transport module.
[ 1.230584] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.230672] PCI: CLS 0 bytes, default 64
[ 1.234090] Initialise system trusted keyrings
[ 1.234393] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.242831] zbud: loaded
[ 1.245191] FS-Cache: Netfs 'nfs' registered for caching
[ 1.246015] NFS: Registering the id_resolver key type
[ 1.246114] Key type id_resolver registered
[ 1.246176] Key type id_legacy registered
[ 1.246344] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.246430] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.247542] Key type asymmetric registered
[ 1.247609] Asymmetric key parser 'x509' registered
[ 1.247857] bounce: pool size: 64 pages
[ 1.247945] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 1.248231] io scheduler mq-deadline registered
[ 1.248298] io scheduler kyber registered
[ 1.252929] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.253039] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.253206] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.253372] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[ 1.315835] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.316285] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.316371] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.316450] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.316638] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.316944] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.320532] PCI: bus0: Fast back to back transfers disabled
[ 1.320928] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.321118] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.321619] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.325193] PCI: bus1: Fast back to back transfers disabled
[ 1.325352] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.325447] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.325603] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.325681] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.326185] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 1.326480] pcieport 0000:00:00.0: PME: Signaling with IRQ 80
[ 1.335692] iproc-rng200 fe104000.rng: hwrng registered
[ 1.336112] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.337140] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.349442] brd: module loaded
[ 1.361864] loop: module loaded
[ 1.363848] Loading iSCSI transport class v2.0-870.
[ 1.367153] libphy: Fixed MDIO Bus: probed
[ 1.369076] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.383811] libphy: bcmgenet MII bus: probed
[ 1.463916] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.465156] usbcore: registered new interface driver r8152
[ 1.465287] usbcore: registered new interface driver lan78xx
[ 1.465409] usbcore: registered new interface driver smsc95xx
[ 1.511531] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.511625] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.514932] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890
[ 1.516357] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 1.516459] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.516547] usb usb1: Product: xHCI Host Controller
[ 1.516615] usb usb1: Manufacturer: Linux 5.10.46-v7l+ xhci-hcd
[ 1.516692] usb usb1: SerialNumber: 0000:01:00.0
[ 1.517481] hub 1-0:1.0: USB hub found
[ 1.517625] hub 1-0:1.0: 1 port detected
[ 1.518335] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.518420] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.518518] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.519084] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 1.519183] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.519270] usb usb2: Product: xHCI Host Controller
[ 1.519337] usb usb2: Manufacturer: Linux 5.10.46-v7l+ xhci-hcd
[ 1.519413] usb usb2: SerialNumber: 0000:01:00.0
[ 1.520181] hub 2-0:1.0: USB hub found
[ 1.520300] hub 2-0:1.0: 4 ports detected
[ 1.522107] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.522526] dwc_otg: FIQ enabled
[ 1.522541] dwc_otg: NAK holdoff enabled
[ 1.522555] dwc_otg: FIQ split-transaction FSM enabled
[ 1.522572] Module dwc_common_port init
[ 1.523041] usbcore: registered new interface driver uas
[ 1.523227] usbcore: registered new interface driver usb-storage
[ 1.523492] mousedev: PS/2 mouse device common for all mice
[ 1.525407] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.528969] sdhci: Secure Digital Host Controller Interface driver
[ 1.529053] sdhci: Copyright(c) Pierre Ossman
[ 1.529879] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 1.530608] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.534821] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.535248] hid: raw HID events driver (C) Jiri Kosina
[ 1.535502] usbcore: registered new interface driver usbhid
[ 1.535576] usbhid: USB HID core driver
[ 1.541293] Initializing XFRM netlink socket
[ 1.541402] NET: Registered protocol family 17
[ 1.541564] Key type dns_resolver registered
[ 1.549817] Registering SWP/SWPB emulation handler
[ 1.556535] registered taskstats version 1
[ 1.563131] Loading compiled-in X.509 certificates
[ 1.570603] Key type ._fscrypt registered
[ 1.576993] Key type .fscrypt registered
[ 1.583365] Key type fscrypt-provisioning registered
[ 1.601544] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.608343] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.614800] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 38, base_baud = 0) is a PL011 rev2
[ 1.627842] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.635466] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.641825] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.678528] of_cfs_init
[ 1.685331] of_cfs_init: OK
[ 1.699222] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.707261] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.715280] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.718297] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 1.724563] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.728947] Waiting for root device PARTUUID=0907ec34-02...
[ 1.736382] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.784641] random: fast init done
[ 1.795065] mmc0: new high speed SDHC card at address 1392
[ 1.802400] mmcblk0: mmc0:1392 SE04G 3.64 GiB
[ 1.803883] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.815661] mmcblk0: p1 p2
[ 1.830637] mmc1: new high speed SDIO card at address 0001
[ 1.839161] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.845666] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.859808] devtmpfs: mounted
[ 1.875100] Freeing unused kernel memory: 2048K
[ 1.924070] Run /sbin/init as init process
[ 1.930395] with arguments:
[ 1.930409] /sbin/init
[ 1.930423] with environment:
[ 1.930438] HOME=/
[ 1.930452] TERM=linux
[ 1.996428] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 2.002834] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.009097] usb 1-1: Product: USB2.0 Hub
[ 2.017708] hub 1-1:1.0: USB hub found
[ 2.024422] hub 1-1:1.0: 4 ports detected
[ 2.557004] systemd[1]: System time before build time, advancing clock.
[ 2.707980] NET: Registered protocol family 10
[ 2.715786] Segment Routing with IPv6
[ 2.797340] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 2.805645] systemd[1]: Detected architecture arm.
[ 2.898317] systemd[1]: Set hostname to
Kodi takes very long to start with this version. When it starts CEC doesn't work and it crashes after ~1 minute [X] Linux RPi4-2 5.10.46-v7l+ #1432 SMP Fri Jul 2 21:17:20 BST 2021 armv7l GNU/Linux f29ab05611eef385d17675c77190df0b87a0d456
```[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.10.46-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1432 SMP Fri Jul 2 21:17:20 BST 2021
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] On node 0 totalpages: 458752
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 262144 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s50764 r8192 d22964 u81920
[ 0.000000] pcpu-alloc: s50764 r8192 d22964 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 457024
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:E4:A8:3F vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=0907ec34-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000000] Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000009a00000-0x000000000da00000] (64MB)
[ 0.000000] Memory: 1207680K/1835008K available (10240K kernel code, 1364K rwdata, 3188K rodata, 2048K init, 891K bss, 103040K reserved, 524288K cma-reserved, 1048576K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 34291 entries in 67 pages
[ 0.000000] ftrace: allocated 67 pages with 3 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 25)
[ 0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
[ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000036] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000100] bcm2835: system timer (irq = 26)
[ 0.000753] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000775] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000797] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000815] Switching to timer-based delay loop, resolution 18ns
[ 0.001083] Console: colour dummy device 80x30
[ 0.001858] printk: console [tty1] enabled
[ 0.001926] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.001981] pid_max: default: 32768 minimum: 301
[ 0.002162] LSM: Security Framework initializing
[ 0.002368] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002414] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.003928] cgroup: Disabling memory control group subsystem
[ 0.004189] CPU: Testing write buffer coherency: ok
[ 0.004677] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.005913] Setting up static identity map for 0x200000 - 0x20003c
[ 0.006129] rcu: Hierarchical SRCU implementation.
[ 0.007074] smp: Bringing up secondary CPUs ...
[ 0.008277] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.009653] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.011076] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.011237] smp: Brought up 1 node, 4 CPUs
[ 0.011284] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.011314] CPU: All CPU(s) started in HYP mode.
[ 0.011342] CPU: Virtualization extensions available.
[ 0.012210] devtmpfs: initialized
[ 0.026561] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.026808] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.026862] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.039783] pinctrl core: initialized pinctrl subsystem
[ 0.040969] NET: Registered protocol family 16
[ 0.044807] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.045614] audit: initializing netlink subsys (disabled)
[ 0.045891] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ 0.046469] thermal_sys: Registered thermal governor 'step_wise'
[ 0.047179] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.047234] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.047680] Serial: AMBA PL011 UART driver
[ 0.089914] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.111023] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-06-29T16:00:18, variant start
[ 0.121036] raspberrypi-firmware soc:firmware: Firmware hash is 7f92ceab26a7aafcd932fb9ffe85d21ec112eb15
[ 0.161467] Kprobes globally optimized
[ 0.166682] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.170986] vgaarb: loaded
[ 0.171552] SCSI subsystem initialized
[ 0.171800] usbcore: registered new interface driver usbfs
[ 0.171877] usbcore: registered new interface driver hub
[ 0.171965] usbcore: registered new device driver usb
[ 0.172382] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.174351] clocksource: Switched to clocksource arch_sys_counter
[ 1.133502] VFS: Disk quotas dquot_6.6.0
[ 1.133622] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.133801] FS-Cache: Loaded
[ 1.134028] CacheFiles: Loaded
[ 1.135470] simple-framebuffer 3cc56000.framebuffer: framebuffer at 0x3cc56000, 0x1fa4000 bytes, mapped to 0x(ptrval)
[ 1.135516] simple-framebuffer 3cc56000.framebuffer: format=a8r8g8b8, mode=3840x2160x32, linelength=15360
[ 1.177207] Console: switching to colour frame buffer device 480x135
[ 1.216953] simple-framebuffer 3cc56000.framebuffer: fb0: simplefb registered!
[ 1.227494] NET: Registered protocol family 2
[ 1.227808] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.229193] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.229423] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.229566] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.229706] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.229937] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.230047] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.230380] NET: Registered protocol family 1
[ 1.231177] RPC: Registered named UNIX socket transport module.
[ 1.231258] RPC: Registered udp transport module.
[ 1.231324] RPC: Registered tcp transport module.
[ 1.231389] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.231474] PCI: CLS 0 bytes, default 64
[ 1.234886] Initialise system trusted keyrings
[ 1.235195] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.243714] zbud: loaded
[ 1.246075] FS-Cache: Netfs 'nfs' registered for caching
[ 1.246898] NFS: Registering the id_resolver key type
[ 1.246998] Key type id_resolver registered
[ 1.247059] Key type id_legacy registered
[ 1.247231] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.247315] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.248422] Key type asymmetric registered
[ 1.248488] Asymmetric key parser 'x509' registered
[ 1.248737] bounce: pool size: 64 pages
[ 1.248823] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 1.249111] io scheduler mq-deadline registered
[ 1.249178] io scheduler kyber registered
[ 1.253819] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.253927] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.254093] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.254259] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[ 1.316456] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.316910] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.316997] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.317075] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.317259] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.317565] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.321152] PCI: bus0: Fast back to back transfers disabled
[ 1.321547] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.321736] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.322236] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.325857] PCI: bus1: Fast back to back transfers disabled
[ 1.326019] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.326114] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.326269] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.326346] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.326848] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 1.327138] pcieport 0000:00:00.0: PME: Signaling with IRQ 80
[ 1.336381] iproc-rng200 fe104000.rng: hwrng registered
[ 1.336800] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.337824] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.350130] brd: module loaded
[ 1.362544] loop: module loaded
[ 1.364564] Loading iSCSI transport class v2.0-870.
[ 1.367874] libphy: Fixed MDIO Bus: probed
[ 1.369779] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.384435] libphy: bcmgenet MII bus: probed
[ 1.464537] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.465778] usbcore: registered new interface driver r8152
[ 1.465909] usbcore: registered new interface driver lan78xx
[ 1.466032] usbcore: registered new interface driver smsc95xx
[ 1.512334] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.512429] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.515692] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890
[ 1.517130] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 1.517234] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.517322] usb usb1: Product: xHCI Host Controller
[ 1.517389] usb usb1: Manufacturer: Linux 5.10.46-v7l+ xhci-hcd
[ 1.517466] usb usb1: SerialNumber: 0000:01:00.0
[ 1.518256] hub 1-0:1.0: USB hub found
[ 1.518402] hub 1-0:1.0: 1 port detected
[ 1.519115] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.519200] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.519299] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.519859] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 1.519959] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.520047] usb usb2: Product: xHCI Host Controller
[ 1.520114] usb usb2: Manufacturer: Linux 5.10.46-v7l+ xhci-hcd
[ 1.520190] usb usb2: SerialNumber: 0000:01:00.0
[ 1.520960] hub 2-0:1.0: USB hub found
[ 1.521079] hub 2-0:1.0: 4 ports detected
[ 1.522887] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.523308] dwc_otg: FIQ enabled
[ 1.523323] dwc_otg: NAK holdoff enabled
[ 1.523338] dwc_otg: FIQ split-transaction FSM enabled
[ 1.523355] Module dwc_common_port init
[ 1.523855] usbcore: registered new interface driver uas
[ 1.524022] usbcore: registered new interface driver usb-storage
[ 1.524298] mousedev: PS/2 mouse device common for all mice
[ 1.526190] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.529747] sdhci: Secure Digital Host Controller Interface driver
[ 1.529831] sdhci: Copyright(c) Pierre Ossman
[ 1.530656] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 1.531375] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.535595] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.536024] hid: raw HID events driver (C) Jiri Kosina
[ 1.536273] usbcore: registered new interface driver usbhid
[ 1.536347] usbhid: USB HID core driver
[ 1.542072] Initializing XFRM netlink socket
[ 1.542180] NET: Registered protocol family 17
[ 1.542347] Key type dns_resolver registered
[ 1.550565] Registering SWP/SWPB emulation handler
[ 1.557322] registered taskstats version 1
[ 1.563768] Loading compiled-in X.509 certificates
[ 1.571241] Key type ._fscrypt registered
[ 1.577661] Key type .fscrypt registered
[ 1.584141] Key type fscrypt-provisioning registered
[ 1.602426] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.609263] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.615763] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 38, base_baud = 0) is a PL011 rev2
[ 1.628752] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.636338] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.642688] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.679327] of_cfs_init
[ 1.686139] of_cfs_init: OK
[ 1.701050] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.709141] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.717135] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.723445] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 1.730575] Waiting for root device PARTUUID=0907ec34-02...
[ 1.733342] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.745572] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.788758] random: fast init done
[ 1.801031] mmc0: new high speed SDHC card at address 1392
[ 1.807406] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.814799] mmcblk0: mmc0:1392 SE04G 3.64 GiB
[ 1.823715] mmcblk0: p1 p2
[ 1.850196] mmc1: new high speed SDIO card at address 0001
[ 1.866595] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.873039] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.886973] devtmpfs: mounted
[ 1.902238] Freeing unused kernel memory: 2048K
[ 1.924700] Run /sbin/init as init process
[ 1.931040] with arguments:
[ 1.931055] /sbin/init
[ 1.931069] with environment:
[ 1.931084] HOME=/
[ 1.931098] TERM=linux
[ 1.997027] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 2.003400] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.009612] usb 1-1: Product: USB2.0 Hub
[ 2.018214] hub 1-1:1.0: USB hub found
[ 2.024936] hub 1-1:1.0: 4 ports detected
[ 2.557411] systemd[1]: System time before build time, advancing clock.
[ 2.701244] NET: Registered protocol family 10
[ 2.709096] Segment Routing with IPv6
[ 2.793924] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 2.804986] systemd[1]: Detected architecture arm.
[ 2.901369] systemd[1]: Set hostname to
If it helps, as soon as I have enough time I'll try the modifications 1 by 1 between these 2 commits.
So I had the time to find which commit causes the issue a1c09667ba02061fa3b0ffabddd06789e93b887a
I also tried to update the firmware to pieeprom-2021-07-06 with the kernel updated up to this commit but no luck. Kodi still hangs on start and when it finally starts after a few minutes CEC doesn't work and Kodi crashes a minute later.
If I go back to the previous commit (30606f3e2f1dbe7c68e11a6bfac1d3fd258305f2) Kodi starts normally, CEC works and it seems to experience no crashes from my limited testing.
So, I can't tell what exactly worked around the issue but compiling Kodi 19.3 from the popcornmix bullseye branch and starting it with the same parameters as before works. With Kernel 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l GNU/Linux.
This has probably been fixed by the firmware update mentioned in #4540
In the meanwhile I'm in the process of migrating to a freshly setup bullseye Raspberry Pi OS image (32bit). Here, running under kms, the apt supplied kodi works flawlessly. Thus I'll close this issue.
Applying
dtoverlay=vc4-kms-v3d
on an up-to-date Raspberry Pi OS and system yieldsflip_done
error messages every 10s. Note that kodi is started on boot.Once I return to
fkms
the system and rebootdmesg
stays clean. Ref.raspinfo
: http://paste.debian.net/1206037/Is this possibly related to #4320?
Best regards Peter