Kernel OOPS after update to v19

I recently updated to v19 on my Raspberry Pi 3 B, kernel 5.10.32-2-osmc.

A few days after the update I noticed that the temperature of the pi was unusually high, about 65°C instead of 55°C. The rise started at night where the device was not in use. The system journal and kodi log do not contain anything unusual at that time.

I tried to stop kodi by running sudo systemctl stop mediacenter, and it took quite a long time for the command to return. After that, I found a defunct kodi process in the process list. I tried to reboot, but even after a few minutes, the device didn’t reboot. Thus I interrupted the power supply and had a look at the logs after boot.

Extract from the system journal (more detailed logs follow):

Unable to handle kernel NULL pointer dereference at virtual address 00000280
Internal error: Oops: 5 [#1] PREEMPT SMP ARM
PC is at vc4_hdmi_encoder_pre_crtc_configure+0x70/0x620 [vc4]
LR is at vc4_crtc_atomic_enable+0x74/0x560 [vc4]
...
vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19

Extract from the kodi log (more detailed logs follow):

2021-08-17 07:38:39.724 T:15712    INFO <general>: CAESinkALSA - Unable to open device "default" for playback
2021-08-17 07:38:39.779 T:15712    INFO <general>: CAESinkALSA - Unable to open device "jack" for playback
2021-08-17 07:38:39.933 T:15712    INFO <general>: CAESinkALSA - Unable to open device "pulse" for playback
2021-08-17 07:38:39.936 T:15712    INFO <general>: CAESinkALSA - Unable to open device "sysdefault:CARD=vc4hdmi" for playback
2021-08-17 07:38:40.103 T:15712    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0" for playback
2021-08-17 07:38:40.105 T:15712    INFO <general>: CAESinkALSA - Unable to open device "usbstream:CARD=vc4hdmi" for playback
2021-08-17 07:38:40.105 T:15712    INFO <general>: Found 0 Lists of Devices
2021-08-17 07:38:40.105 T:15713    INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-08-17 07:38:40.106 T:15713    INFO <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=vc4hdmi,DEV=0"
2021-08-17 07:38:40.113 T:15713    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00" for playback
2021-08-17 07:38:40.115 T:15713    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0" for playback
2021-08-17 07:38:40.115 T:15713   ERROR <general>: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=vc4hdmi,DEV=0"
2021-08-17 07:38:40.115 T:15713   ERROR <general>: CActiveAESink::OpenSink - no sink was returned
2021-08-17 07:38:40.115 T:15712   ERROR <general>: ActiveAE::InitSink - returned error

For me it looks like a kernel oops caused by a HDMI related driver problem. All I found about this on the web is a thread in the raspberry pi forums concerning the kernel update to v5.10 and a Kernel Patch for 5.13.3-rc1.

I don’t expect anyone to help out on this issue, but at least I want to share this information with the community.


System journal
Aug 17 07:34:15 raspberry kernel: 8<--- cut here ---
Aug 17 07:34:15 raspberry kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000280
Aug 17 07:34:18 raspberry kernel: pgd = 3249ce56
Aug 17 07:34:18 raspberry kernel: [00000280] *pgd=00000000
Aug 17 07:34:18 raspberry kernel: Internal error: Oops: 5 [#1] PREEMPT SMP ARM
Aug 17 07:34:19 raspberry kernel: Modules linked in: xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype bridge 8021q garp stp llc cmac iptable_nat
Aug 17 07:34:19 raspberry kernel: CPU: 2 PID: 25077 Comm: kodi.bin Tainted: G        WC        5.10.32-2-osmc #1
Aug 17 07:34:19 raspberry kernel: Hardware name: BCM2835
Aug 17 07:34:19 raspberry kernel: PC is at vc4_hdmi_encoder_pre_crtc_configure+0x70/0x620 [vc4]
Aug 17 07:34:19 raspberry kernel: LR is at vc4_crtc_atomic_enable+0x74/0x560 [vc4]
Aug 17 07:34:19 raspberry kernel: pc : [<7f4f0248>]    lr : [<7f4d992c>]    psr: 680b0013
Aug 17 07:34:19 raspberry kernel: sp : 88f31c30  ip : 88f31c58  fp : 88f31c54
Aug 17 07:34:19 raspberry kernel: r10: 83120800  r9 : 00000000  r8 : 7f5010b0
Aug 17 07:34:19 raspberry kernel: r7 : 83121284  r6 : 84431040  r5 : 83121284  r4 : 00000000
Aug 17 07:34:19 raspberry kernel: r3 : 00000000  r2 : 00000003  r1 : 00000004  r0 : 81ac0810
Aug 17 07:34:19 raspberry kernel: Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
Aug 17 07:34:19 raspberry kernel: Control: 10c5383d  Table: 0568806a  DAC: 00000055
Aug 17 07:34:19 raspberry kernel: Process kodi.bin (pid: 25077, stack limit = 0x1afd5632)
Aug 17 07:34:19 raspberry kernel: Stack: (0x88f31c30 to 0x88f32000)
Aug 17 07:34:19 raspberry kernel: 1c20:                                     84431040 87833c00 84431040 83121284
Aug 17 07:34:19 raspberry kernel: 1c40: 7f5010b0 00000000 88f31ca4 88f31c58 7f4d992c 7f4f01e4 88f31c9c 88f31c68
Aug 17 07:34:19 raspberry kernel: 1c60: 7f4f6340 7f4f4fc0 847e6200 00000001 00000004 87833c00 00000018 00000003
Aug 17 07:34:19 raspberry kernel: 1c80: 87833c00 84431040 7f4bc028 7f5010b0 00000000 83120800 88f31cd4 88f31ca8
Aug 17 07:34:19 raspberry kernel: 1ca0: 7f4a8e40 7f4d98c4 00000004 00000000 87833c00 83120800 83c97840 83120ce8
Aug 17 07:34:20 raspberry kernel: 1cc0: 00000000 83120800 88f31d04 88f31cd8 7f4e24f4 7f4a8c24 00000001 87833c00
Aug 17 07:34:20 raspberry kernel: 1ce0: 83120800 00000000 00000000 83120ce8 00000000 83120800 88f31d2c 88f31d08
Aug 17 07:34:20 raspberry kernel: 1d00: 7f4e2b40 7f4e2348 00000000 87833c00 83120800 88f31d60 830bd240 82597af0
Aug 17 07:34:20 raspberry kernel: 1d20: 88f31d4c 88f31d30 7f3f6150 7f4e29c8 87833c00 831209c0 00000001 88f31d60
Aug 17 07:34:20 raspberry kernel: 1d40: 88f31db4 88f31d50 7f410824 7f3f6108 81205008 00000000 00000001 84272b00
Aug 17 07:34:20 raspberry kernel: 1d60: 00000001 832b5d00 00fb2fbd 0000001f 00000000 00000000 83120d98 8311be68
Aug 17 07:34:20 raspberry kernel: 1d80: 00000000 cb04b4e6 80261d88 83120800 84272b18 00000000 84272b00 00000000
Aug 17 07:34:20 raspberry kernel: 1da0: 5ac3c35a 81205008 88f31dec 88f31db8 7f41093c 7f4105d0 82632668 83120980
Aug 17 07:34:20 raspberry kernel: 1dc0: 88f31df4 7f3d7024 83120800 84272b00 00000000 84272bb4 00000000 5ac3c35a
Aug 17 07:34:21 raspberry kernel: 1de0: 88f31e04 88f31df0 7f410ab0 7f4108dc 84272b00 7f4be020 88f31e2c 88f31e08
Aug 17 07:34:21 raspberry kernel: 1e00: 7f4b3330 7f410a88 84272b00 00000000 84272bb4 84272bb4 8312089c 5ac3c35a
Aug 17 07:34:21 raspberry kernel: 1e20: 88f31e4c 88f31e30 7f4b3420 7f4b3274 84272b00 7f4be020 00000000 84272bb4
Aug 17 07:34:21 raspberry kernel: 1e40: 88f31e6c 88f31e50 7f4b4864 7f4b337c 84272b00 83120800 831208b0 7f432080
Aug 17 07:34:21 raspberry kernel: 1e60: 88f31e9c 88f31e70 7f410268 7f4b47e0 81205008 83120800 83120800 85002300
Aug 17 07:34:22 raspberry kernel: 1e80: 83120878 837b3440 819ab490 5ac3c35a 88f31ebc 88f31ea0 7f3d86e4 7f4101f0
Aug 17 07:34:22 raspberry kernel: 1ea0: 8360c540 000a201f 8414f258 83974bb0 88f31ef4 88f31ec0 803a2dd8 7f3d8558
Aug 17 07:34:22 raspberry kernel: 1ec0: 88f31ef4 88f31ed0 80261d88 8026367c 8360c540 00000000 832b627c 832b5d00
Aug 17 07:34:22 raspberry kernel: 1ee0: 81349d20 5ac3c35a 88f31f04 88f31ef8 803a2fb8 803a2d50 88f31f2c 88f31f08
Aug 17 07:34:22 raspberry kernel: 1f00: 8014f5f4 803a2fac ffffe000 88f31fb0 80100204 00000004 fffffe30 5ac3c35a
Aug 17 07:34:22 raspberry kernel: 1f20: 88f31fac 88f31f30 8010f2e4 8014f560 803a30f8 8014f34c 00000000 8120500c
Aug 17 07:34:23 raspberry kernel: 1f40: 88f31f6c 88f31f50 80399ae4 803a3078 00000000 830c1100 830c1140 8360c540
Aug 17 07:34:23 raspberry kernel: 1f60: 88f31f94 88f31f70 803ca608 80399a84 00000000 0221b268 03216520 cb04b4e6
Aug 17 07:34:23 raspberry kernel: 1f80: 80100204 00000000 0221b268 03216520 00000006 80100204 88f30000 00000006
Aug 17 07:34:23 raspberry kernel: 1fa0: 00000000 88f31fb0 80100074 8010ed00 00000000 00000002 00000000 00000000
Aug 17 07:34:23 raspberry kernel: 1fc0: 00000000 0221b268 03216520 00000006 0342d73c 00000000 0221b268 00000000
Aug 17 07:34:23 raspberry kernel: 1fe0: 00000006 7ec5fab0 76f15461 76f17526 880b0030 00000000 00000000 00000000
Aug 17 07:34:23 raspberry kernel: Backtrace:
Aug 17 07:34:23 raspberry kernel: [<7f4f01d8>] (vc4_hdmi_encoder_pre_crtc_configure [vc4]) from [<7f4d992c>] (vc4_crtc_atomic_enable+0x74/0x560 [vc4])
Aug 17 07:34:24 raspberry kernel:  r9:00000000 r8:7f5010b0 r7:83121284 r6:84431040 r5:87833c00 r4:84431040
Aug 17 07:34:24 raspberry kernel: [<7f4d98b8>] (vc4_crtc_atomic_enable [vc4]) from [<7f4a8e40>] (drm_atomic_helper_commit_modeset_enables+0x228/0x278 [drm_kms_helper
Aug 17 07:34:24 raspberry kernel:  r10:83120800 r9:00000000 r8:7f5010b0 r7:7f4bc028 r6:84431040 r5:87833c00
Aug 17 07:34:24 raspberry kernel:  r4:00000003
Aug 17 07:34:24 raspberry kernel: [<7f4a8c18>] (drm_atomic_helper_commit_modeset_enables [drm_kms_helper]) from [<7f4e24f4>] (vc4_atomic_complete_commit+0x1b8/0x680
Aug 17 07:34:24 raspberry kernel:  r10:83120800 r9:00000000 r8:83120ce8 r7:83c97840 r6:83120800 r5:87833c00
Aug 17 07:34:24 raspberry kernel:  r4:00000000 r3:00000004
Aug 17 07:34:25 raspberry kernel: [<7f4e233c>] (vc4_atomic_complete_commit [vc4]) from [<7f4e2b40>] (vc4_atomic_commit+0x184/0x1d4 [vc4])
Aug 17 07:34:25 raspberry kernel:  r10:83120800 r9:00000000 r8:83120ce8 r7:00000000 r6:00000000 r5:83120800
Aug 17 07:34:26 raspberry kernel:  r4:87833c00 r3:00000001
Aug 17 07:34:27 raspberry kernel: [<7f4e29bc>] (vc4_atomic_commit [vc4]) from [<7f3f6150>] (drm_atomic_commit+0x54/0x60 [drm])
Aug 17 07:34:28 raspberry kernel:  r9:82597af0 r8:830bd240 r7:88f31d60 r6:83120800 r5:87833c00 r4:00000000
Aug 17 07:34:28 raspberry kernel: [<7f3f60fc>] (drm_atomic_commit [drm]) from [<7f410824>] (drm_client_modeset_commit_atomic+0x260/0x290 [drm])
Aug 17 07:34:28 raspberry kernel:  r7:88f31d60 r6:00000001 r5:831209c0 r4:87833c00
Aug 17 07:34:28 raspberry kernel: [<7f4105c4>] (drm_client_modeset_commit_atomic [drm]) from [<7f41093c>] (drm_client_modeset_commit_locked+0x6c/0x1ac [drm])
Aug 17 07:34:28 raspberry kernel:  r10:81205008 r9:5ac3c35a r8:00000000 r7:84272b00 r6:00000000 r5:84272b18
Aug 17 07:34:28 raspberry kernel:  r4:83120800
Aug 17 07:34:28 raspberry kernel: [<7f4108d0>] (drm_client_modeset_commit_locked [drm]) from [<7f410ab0>] (drm_client_modeset_commit+0x34/0x50 [drm])
Aug 17 07:34:29 raspberry kernel:  r9:5ac3c35a r8:00000000 r7:84272bb4 r6:00000000 r5:84272b00 r4:83120800
Aug 17 07:34:29 raspberry kernel: [<7f410a7c>] (drm_client_modeset_commit [drm]) from [<7f4b3330>] (drm_fb_helper_set_par+0xc8/0x108 [drm_kms_helper])
Aug 17 07:34:29 raspberry kernel:  r5:7f4be020 r4:84272b00
Aug 17 07:34:31 raspberry kernel: [<7f4b3268>] (drm_fb_helper_set_par [drm_kms_helper]) from [<7f4b3420>] (drm_fb_helper_hotplug_event.part.5+0xb0/0xc8 [drm_kms_help
Aug 17 07:34:31 raspberry kernel:  r9:5ac3c35a r8:8312089c r7:84272bb4 r6:84272bb4 r5:00000000 r4:84272b00
Aug 17 07:34:31 raspberry kernel: [<7f4b3370>] (drm_fb_helper_hotplug_event.part.5 [drm_kms_helper]) from [<7f4b4864>] (drm_fbdev_client_restore+0x90/0xa8 [drm_kms_h
Aug 17 07:34:32 raspberry kernel:  r7:84272bb4 r6:00000000 r5:7f4be020 r4:84272b00
Aug 17 07:34:32 raspberry kernel: [<7f4b47d4>] (drm_fbdev_client_restore [drm_kms_helper]) from [<7f410268>] (drm_client_dev_restore+0x84/0xc8 [drm])
Aug 17 07:34:33 raspberry kernel:  r7:7f432080 r6:831208b0 r5:83120800 r4:84272b00
Aug 17 07:34:34 raspberry kernel: [<7f4101e4>] (drm_client_dev_restore [drm]) from [<7f3d86e4>] (drm_release+0x198/0x19c [drm])
Aug 17 07:34:36 raspberry kernel:  r9:5ac3c35a r8:819ab490 r7:837b3440 r6:83120878 r5:85002300 r4:83120800
Aug 17 07:34:36 raspberry kernel: [<7f3d854c>] (drm_release [drm]) from [<803a2dd8>] (__fput+0x94/0x25c)
Aug 17 07:34:36 raspberry kernel:  r7:83974bb0 r6:8414f258 r5:000a201f r4:8360c540
Aug 17 07:34:36 raspberry kernel: [<803a2d44>] (__fput) from [<803a2fb8>] (____fput+0x18/0x1c)
Aug 17 07:34:36 raspberry kernel:  r9:5ac3c35a r8:81349d20 r7:832b5d00 r6:832b627c r5:00000000 r4:8360c540
Aug 17 07:34:37 raspberry kernel: [<803a2fa0>] (____fput) from [<8014f5f4>] (task_work_run+0xa0/0xcc)
Aug 17 07:34:39 raspberry kernel: [<8014f554>] (task_work_run) from [<8010f2e4>] (do_work_pending+0x5f0/0x5f8)
Aug 17 07:34:40 raspberry kernel:  r9:5ac3c35a r8:fffffe30 r7:00000004 r6:80100204 r5:88f31fb0 r4:ffffe000
Aug 17 07:34:40 raspberry kernel: [<8010ecf4>] (do_work_pending) from [<80100074>] (slow_work_pending+0xc/0x20)
Aug 17 07:34:40 raspberry kernel: Exception stack(0x88f31fb0 to 0x88f31ff8)
Aug 17 07:34:40 raspberry kernel: 1fa0:                                     00000000 00000002 00000000 00000000
Aug 17 07:34:41 raspberry kernel: 1fc0: 00000000 0221b268 03216520 00000006 0342d73c 00000000 0221b268 00000000
Aug 17 07:34:41 raspberry kernel: 1fe0: 00000006 7ec5fab0 76f15461 76f17526 880b0030 00000000
Aug 17 07:34:41 raspberry kernel:  r10:00000006 r9:88f30000 r8:80100204 r7:00000006 r6:03216520 r5:0221b268
Aug 17 07:34:41 raspberry kernel:  r4:00000000
Aug 17 07:34:41 raspberry kernel: Code: e5953034 e3a01004 e5150008 e2800010 (e5937280)
Aug 17 07:34:41 raspberry kernel: ---[ end trace f14f48ea07f1dc69 ]---
...
Aug 17 07:37:26 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:26 raspberry mediacenter[622]: Cannot connect to server socket err = No such file or directory
Aug 17 07:37:26 raspberry mediacenter[622]: Cannot connect to server request channel
Aug 17 07:37:26 raspberry mediacenter[622]: jack server is not running or cannot be started
Aug 17 07:37:26 raspberry mediacenter[622]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Aug 17 07:37:26 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:26 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:27 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:27 raspberry mediacenter[622]: Cannot connect to server socket err = No such file or directory
Aug 17 07:37:27 raspberry mediacenter[622]: Cannot connect to server request channel
Aug 17 07:37:27 raspberry mediacenter[622]: jack server is not running or cannot be started
Aug 17 07:37:27 raspberry mediacenter[622]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Aug 17 07:37:27 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:27 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:29 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:29 raspberry mediacenter[622]: Cannot connect to server socket err = No such file or directory
Aug 17 07:37:29 raspberry mediacenter[622]: Cannot connect to server request channel
Aug 17 07:37:29 raspberry mediacenter[622]: jack server is not running or cannot be started
Aug 17 07:37:29 raspberry mediacenter[622]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Aug 17 07:37:29 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:29 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:31 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:31 raspberry mediacenter[622]: Cannot connect to server socket err = No such file or directory
Aug 17 07:37:31 raspberry mediacenter[622]: Cannot connect to server request channel
Aug 17 07:37:31 raspberry mediacenter[622]: jack server is not running or cannot be started
Aug 17 07:37:31 raspberry mediacenter[622]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Aug 17 07:37:31 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:31 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:32 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:32 raspberry mediacenter[622]: Cannot connect to server socket err = No such file or directory
Aug 17 07:37:32 raspberry mediacenter[622]: Cannot connect to server request channel
Aug 17 07:37:32 raspberry mediacenter[622]: jack server is not running or cannot be started
Aug 17 07:37:32 raspberry mediacenter[622]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Aug 17 07:37:32 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:32 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:32 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:32 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:33 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:33 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:33 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:33 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:34 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:34 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:34 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:34 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:35 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:35 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:35 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:35 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:36 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:36 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:36 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:36 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:37 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:37 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:37 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:37 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:38 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:38 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:38 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:38 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:39 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:39 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:40 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:40 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:40 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:40 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:41 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:41 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:41 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:41 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:42 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:42 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:42 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:42 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:43 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:43 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:43 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:43 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:44 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:44 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:44 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:44 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:45 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:45 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:45 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:45 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:46 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:46 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:46 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:46 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:47 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:47 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:47 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:47 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:48 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:48 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:48 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:48 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:49 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:49 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:49 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:49 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:50 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:50 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:50 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:50 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:51 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:51 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:51 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:51 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:52 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:52 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:52 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:52 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:53 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:53 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:53 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:53 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:54 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:54 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:55 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:55 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:55 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:55 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:56 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:56 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:56 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:56 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:57 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:57 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:57 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:57 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:58 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:58 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:58 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:58 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:59 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:59 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:59 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:37:59 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:38:00 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:38:00 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:38:18 raspberry kernel: detected fb_set_par error, error code: -16
Aug 17 07:38:18 raspberry mediacenter[15672]: ioctl FBIOPUT_VSCREENINFO: Device or resource busy
Aug 17 07:38:33 raspberry kernel: vc4_hdmi 3f902000.hdmi: ASoC: error at snd_soc_dai_startup on 3f902000.hdmi: -19
Aug 17 07:38:33 raspberry mediacenter[15684]: Cannot connect to server socket err = No such file or directory
Aug 17 07:38:33 raspberry mediacenter[15684]: Cannot connect to server request channel
Aug 17 07:38:33 raspberry mediacenter[15684]: jack server is not running or cannot be started
Aug 17 07:38:33 raspberry mediacenter[15684]: JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
...
Kodi Log
...

2021-08-17 07:38:38.201 T:15712    INFO <general>: No Devices found - retry: 1
2021-08-17 07:38:39.724 T:15712    INFO <general>: CAESinkALSA - Unable to open device "default" for playback
2021-08-17 07:38:39.779 T:15712    INFO <general>: CAESinkALSA - Unable to open device "jack" for playback
2021-08-17 07:38:39.933 T:15712    INFO <general>: CAESinkALSA - Unable to open device "pulse" for playback
2021-08-17 07:38:39.936 T:15712    INFO <general>: CAESinkALSA - Unable to open device "sysdefault:CARD=vc4hdmi" for playback
2021-08-17 07:38:40.103 T:15712    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0" for playback
2021-08-17 07:38:40.105 T:15712    INFO <general>: CAESinkALSA - Unable to open device "usbstream:CARD=vc4hdmi" for playback
2021-08-17 07:38:40.105 T:15712    INFO <general>: Found 0 Lists of Devices
2021-08-17 07:38:40.105 T:15713    INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-08-17 07:38:40.106 T:15713    INFO <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=vc4hdmi,DEV=0"
2021-08-17 07:38:40.113 T:15713    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00" for pla
2021-08-17 07:38:40.115 T:15713    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0" for playback
2021-08-17 07:38:40.115 T:15713   ERROR <general>: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=vc4hdmi,DEV=0"
2021-08-17 07:38:40.115 T:15713   ERROR <general>: CActiveAESink::OpenSink - no sink was returned
2021-08-17 07:38:40.115 T:15712   ERROR <general>: ActiveAE::InitSink - returned error
...
2021-08-17 07:38:41.136 T:15713    INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-08-17 07:38:41.137 T:15713    INFO <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=vc4hdmi,DEV=0"
2021-08-17 07:38:41.150 T:15713    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00" for pla
2021-08-17 07:38:41.154 T:15713    INFO <general>: CAESinkALSA - Unable to open device "hdmi:CARD=vc4hdmi,DEV=0" for playback
2021-08-17 07:38:41.154 T:15713   ERROR <general>: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=vc4hdmi,DEV=0"
2021-08-17 07:38:41.155 T:15713   ERROR <general>: CActiveAESink::OpenSink - no sink was returned
2021-08-17 07:38:41.156 T:15712   ERROR <general>: ActiveAE::InitSink - returned error
1 Like

This is an upstream Pi kernel issue. Hopefully it will be fixed with the next kernel release.

Today, this issue broke my system completely.

After watching a stream, the screen turned black and the pi did not respond, neither via remote nor ssh. Now when I interrupt the power supply, the system boots, a few fsck messages (“clean”) are shown, then the screen turns black and doesn’t come back. A strange thing is that the AV receiver does not show the PI as input source but the TV. SSH is not possible.

I tried a few reboots without success. I then switched to the backup card containing v18.9 which seems to work normally.

I had a look at the journal of the broken system. It shows a lot messages about unexpected delays, e.g.


sshd[743]: pam_systemd(sshd:session): Failed to create session: Connection timed out
-- Reboot --
dbus-daemon[498]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 30006ms)
systemd-udevd[216]: Spawned process '/etc/console-setup/cached_setup_font.sh' [321] is taking longer than 59s to complete
systemd-udevd[215]: vtcon1: Worker [216] processing SEQNUM=1281 is taking a long time

And again, there are kernel problems:

Internal error: Oops: 5 [#1]
PC is at vc4_hdmi_encoder_pre_crtc_configure+0x70/0x620 [vc4]
LR is at vc4_crtc_atomic_enable+0x74/0x560 [vc4]
...
[<7f4ef1d8>] (vc4_hdmi_encoder_pre_crtc_configure [vc4]) from [<7f4d892c>] (vc4_crtc_atomic_enable+0x74/0x560 [vc4])
r9:00000000 r8:7f5000b0 r7:842aaa84 r6:842af040 r5:83c3b400 r4:842af040
...
[<7f4b78b8>] (vc4_crtc_atomic_enable [vc4]) from [<7f45be40>] (drm_atomic_helper_commit_modeset_enables+0x228/0x278 [drm_kms_helper])

I’ll stick with v18.9 for the time being, and will remove the osmc repo from the apt sources.list to avoid update notifications.

Sam suggests trying an update to the buster-devel channel which currently contains kernel 5.10.60-1-osmc, including a commit that looks related and that was integrated with 5.10.51.

That appears to be the same error my system logged if the Pi was powered up whilst the TV was off. The TV came on with the correct HDMI interface selected but no signal and a Kernel
Oops. If the TV was already on, no problem.
Selecting hdmi_ignore_cec has fixed the issue for me. The Pi still activates the TV okay, but now I get the Kodi display.
Jim J

Thanks for sharing, Jim J! Which kernel version do you have?

Christian,
I’m using 5.10.32-2

Linux osmc 5.10.32-2-osmc #1 SMP PREEMPT Mon Aug 2 04:28:32 UTC 2021 armv7l

Regards

Just got an update today morning on my pi2 from “buster-devel” repo and kodi fails to start

kernel version 5.10.78-1-osmc #1 SMP PREEMPT Tue Nov 9 01:18:11 UTC 2021 armv7l

the last messages in logs:

ERROR <general>: CDRMUtils::OpenDrm - no drm devices found: (No such file or directory)
ERROR <general>: CWinSystemGbm::InitWindowSystem - failed to initialize Atomic DRM
ERROR <general>: CDRMUtils::OpenDrm - no drm devices found: (No such file or directory)
ERROR <general>: CWinSystemGbm::InitWindowSystem - failed to initialize Legacy DRM
ERROR <general>: CDRMUtils::OpenDrm - no drm devices found: (No such file or directory)
ERROR <general>: CWinSystemGbm::InitWindowSystem - failed to initialize off screen DRM
FATAL <general>: CApplication::CreateGUI - unable to init windowing system

anything I can do? or just wait for the next update?

Please post full logs in a new thread.

Nothing has changed that would cause this.