linux icon indicating copy to clipboard operation
linux copied to clipboard

WARNING: Packet RAM has to be on to store the packet, vc4_hdmi.c

Open andrum993 opened this issue 3 months ago • 5 comments

Describe the bug

When running a pygame app on Raspberry Pi OS Trixie RC1 image (from https://forums.raspberrypi.com/viewtopic.php?t=392192) I get a kernel warning after switching off the monitor, then switching it back on after a few minutes. This same warning has also been discovered in the past (e.g. #7062) but a reproducer was not found - I now have one.

Please note that the system appears completely normal - the only apparent symptom is the kernel warning. Other previously reported instances of this warning may have other symptoms.

Backtrace:

[  702.937301] ------------[ cut here ]------------
[  702.937308] Packet RAM has to be on to store the packet.
[  702.937346] WARNING: CPU: 3 PID: 1049 at drivers/gpu/drm/vc4/vc4_hdmi.c:726 vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937375] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm algif_hash algif_skcipher af_alg bnep brcmfmac_wcc binfmt_misc hci_uart btbcm brcmfmac bluetooth aes_ce_blk aes_ce_cipher brcmutil ghash_ce gf128mul sha2_ce cfg80211 sha256_arm64 rpi_hevc_dec sha1_ce pisp_be ecdh_generic ecc v4l2_mem2mem sha1_generic videobuf2_dma_contig libaes videobuf2_memops rfkill videobuf2_v4l2 joydev raspberrypi_hwmon videodev videobuf2_common mc pwm_fan rp1_adc raspberrypi_gpiomem uio_pdrv_genirq uio sch_fq_codel i2c_dev zram lz4_compress fuse nfnetlink ip_tables x_tables ipv6 vc4 snd_soc_hdmi_codec drm_display_helper cec drm_dma_helper snd_soc_core spidev snd_compress snd_pcm_dmaengine snd_pcm v3d gpu_sched drm_shmem_helper drm_kms_helper snd_timer drm snd i2c_brcmstb spi_bcm2835 drm_panel_orientation_quirks backlight gpio_keys rp1_pio rp1_mailbox rp1_fw nvmem_rmem
[  702.937441] CPU: 3 UID: 1000 PID: 1049 Comm: pipewire Not tainted 6.12.47+rpt-rpi-2712 #1  Debian 1:6.12.47-1+rpt1
[  702.937445] Hardware name: Raspberry Pi 5 Model B Rev 1.0 (DT)
[  702.937447] pstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  702.937449] pc : vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937464] lr : vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937477] sp : ffffc000854cb880
[  702.937478] x29: ffffc000854cb8c0 x28: 000000000000000e x27: ffffc00082af7800
[  702.937482] x26: ffff8000c1843000 x25: ffffc000854cb929 x24: 0000000000000000
[  702.937486] x23: ffff8000c1843000 x22: 00000000fffffff4 x21: ffff800180d42080
[  702.937489] x20: ffff800180d425c0 x19: 0000000000000084 x18: 0000000000000000
[  702.937493] x17: 0000000000000000 x16: ffffd06fce49b418 x15: 0000000000000000
[  702.937496] x14: fffffffffffcb6af x13: 2e74656b63617020 x12: 6568742065726f74
[  702.937499] x11: ffffd06fcf9884f8 x10: 0000000000000269 x9 : ffffd06fce51e634
[  702.937503] x8 : 0000000000017fe8 x7 : 00000000fffff268 x6 : ffffd06fcf9e04f8
[  702.937506] x5 : ffff80003f7b7408 x4 : 40000000fffff268 x3 : ffffaf906ff34000
[  702.937509] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff800140576b00
[  702.937512] Call trace:
[  702.937514]  vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937527]  write_device_infoframe+0xb0/0x170 [drm_display_helper]
[  702.937532]  drm_atomic_helper_connector_hdmi_update_audio_infoframe+0x8c/0xb8 [drm_display_helper]
[  702.937535]  vc4_hdmi_audio_prepare+0x704/0xf88 [vc4]
[  702.937547]  hdmi_codec_prepare+0xf4/0x170 [snd_soc_hdmi_codec]
[  702.937550]  snd_soc_pcm_dai_prepare+0x7c/0x118 [snd_soc_core]
[  702.937578]  __soc_pcm_prepare+0x4c/0x130 [snd_soc_core]
[  702.937598]  soc_pcm_prepare+0x38/0x68 [snd_soc_core]
[  702.937617]  snd_pcm_do_prepare+0x38/0x60 [snd_pcm]
[  702.937631]  snd_pcm_action_single+0x50/0xc0 [snd_pcm]
[  702.937641]  snd_pcm_action_nonatomic+0x9c/0xc0 [snd_pcm]
[  702.937650]  snd_pcm_prepare+0x84/0xe8 [snd_pcm]
[  702.937659]  snd_pcm_common_ioctl+0xd74/0x1730 [snd_pcm]
[  702.937669]  snd_pcm_ioctl+0x3c/0x60 [snd_pcm]
[  702.937678]  __arm64_sys_ioctl+0xb4/0x100
[  702.937683]  invoke_syscall+0x50/0x120
[  702.937688]  el0_svc_common.constprop.0+0xc8/0xf0
[  702.937691]  do_el0_svc+0x24/0x38
[  702.937694]  el0_svc+0x30/0xf8
[  702.937697]  el0t_64_sync_handler+0x120/0x130
[  702.937699]  el0t_64_sync+0x190/0x198
[  702.937702] ---[ end trace 0000000000000000 ]---

System is a Raspberry Pi 5 8GB with no special hardware attached. The hardware I do have attached is the official RTC battery, Active Cooler, official 27W PSU, USB keyboard and mouse, Ethernet connection. Tested on two Raspberry Pi 5 8GB, and with Pi 4 PSU.

Steps to reproduce the behaviour

  1. Raspberry Pi OS Trixie RC1 64-bit with graphical desktop running, on a Pi 5 with 8GB RAM.
  2. Save the following python code to a file:
import time
import pygame

pygame.init()
x = pygame.display.set_mode((320, 240))
x.fill((0,0,0))
pygame.display.update()

while True:
        print("sleeping...")
        time.sleep(40)
  1. Run it using python app.py.
  2. Wait for the pygame window to appear on the screen.
  3. Switch off the monitor.
  4. Wait a few minutes.
  5. Switch the monitor back on. Warning will then be present in dmesg.

Device (s)

Raspberry Pi 5

System

System Information
------------------

Raspberry Pi 5 Model B Rev 1.0
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"

Raspberry Pi reference 2025-09-25
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 9801d039d15c8df961dda5a346862c9a85ddbfda, stage4

Linux test2 6.12.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64 GNU/Linux
Revision	: d04170
Serial		: 00afddee8e47ff82
Model		: Raspberry Pi 5 Model B Rev 1.0
Throttled flag  : throttled=0x0
Camera          : vc_gencmd_read_response returned -1 error=1 error_msg="Command not registered"

Videocore information
---------------------

2025/08/27 20:01:47 
Copyright (c) 2012 Broadcom
version 000d3ca2 (release) (embedded)

vc_gencmd_read_response returned -1
error=1 error_msg="Command not registered"

Filesystem information
----------------------
Filesystem     1K-blocks    Used Available Use% Mounted on
udev             4081328       0   4081328   0% /dev
tmpfs            1650496   14912   1635584   1% /run
/dev/mmcblk0p2  60225540 6996056  50706900  13% /
tmpfs            4126208     608   4125600   1% /dev/shm
tmpfs               5120      48      5072   1% /run/lock
tmpfs               1024       0      1024   0% /run/credentials/systemd-journald.service
tmpfs            4126208      16   4126192   1% /tmp
/dev/mmcblk0p1    522230   87520    434710  17% /boot/firmware
tmpfs             825232     272    824960   1% /run/user/1000
tmpfs               1024       0      1024   0% /run/credentials/[email protected]
tmpfs               1024       0      1024   0% /run/credentials/[email protected]

Filename				Type		Size		Used		Priority
/dev/zram0                              partition	2097136		0		100

Package version information
---------------------------
raspberrypi-ui-mods:
  Installed: (none)
raspberrypi-sys-mods:
  Installed: 1:20250922
openbox:
  Installed: 3.6.1-12+rpt1
lxpanel:
  Installed: (none)
pcmanfm:
  Installed: 1.4.0-1+rpt3
rpd-plym-splash:
  Installed: 0.44

Networking Information
----------------------

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet x.x.x.x  netmask x.x.x.x  broadcast x.x.x.x
        inet6 y::y.y.y.y  prefixlen 64  scopeid 0x20<link>
        ether m.m.m.m  txqueuelen 1000  (Ethernet)
        RX packets 648  bytes 46826 (45.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 547  bytes 233326 (227.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 106  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet x.x.x.x  netmask x.x.x.x
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 26  bytes 3321 (3.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 26  bytes 3321 (3.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether m.m.m.m  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


USB Information
---------------

/:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/2p, 480M
    |__ Port 002: Dev 002, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
/:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 5000M
/:  Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/2p, 480M
    |__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/2p, 480M
        |__ Port 002: Dev 003, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
        |__ Port 002: Dev 003, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
/:  Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 5000M

Display Information
-------------------

Running (F)KMS and X

Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767
HDMI-A-1 connected 1920x1080+0+0 (0x23) normal (normal left inverted right x axis y axis) 520mm x 290mm
	Identifier: 0x1e0
	Timestamp:  89932
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 0.0
	Clones:    
	CRTC:       0
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	RANDR Emulation: 1 
	non-desktop: 0 
		supported: 0, 1
  1920x1080 (0x23) 173.000MHz -HSync +VSync *current +preferred
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1440x1080 (0x24) 129.000MHz -HSync +VSync
        h: width  1440 start 1528 end 1680 total 1920 skew    0 clock  67.19KHz
        v: height 1080 start 1083 end 1087 total 1120           clock  59.99Hz
  1400x1050 (0x25) 121.750MHz -HSync +VSync
        h: width  1400 start 1488 end 1632 total 1864 skew    0 clock  65.32KHz
        v: height 1050 start 1053 end 1057 total 1089           clock  59.98Hz
  1280x1024 (0x26) 109.000MHz -HSync +VSync
        h: width  1280 start 1360 end 1496 total 1712 skew    0 clock  63.67KHz
        v: height 1024 start 1027 end 1034 total 1063           clock  59.89Hz
  1280x960 (0x27) 101.250MHz -HSync +VSync
        h: width  1280 start 1360 end 1488 total 1696 skew    0 clock  59.70KHz
        v: height  960 start  963 end  967 total  996           clock  59.94Hz
  1152x864 (0x28) 81.750MHz -HSync +VSync
        h: width  1152 start 1216 end 1336 total 1520 skew    0 clock  53.78KHz
        v: height  864 start  867 end  871 total  897           clock  59.96Hz
  1024x768 (0x29) 63.500MHz -HSync +VSync
        h: width  1024 start 1072 end 1176 total 1328 skew    0 clock  47.82KHz
        v: height  768 start  771 end  775 total  798           clock  59.92Hz
  800x600 (0x2a) 38.250MHz -HSync +VSync
        h: width   800 start  832 end  912 total 1024 skew    0 clock  37.35KHz
        v: height  600 start  603 end  607 total  624           clock  59.86Hz
  640x480 (0x2b) 23.750MHz -HSync +VSync
        h: width   640 start  656 end  720 total  800 skew    0 clock  29.69KHz
        v: height  480 start  483 end  487 total  500           clock  59.38Hz
  320x240 (0x2c)  6.000MHz -HSync +VSync
        h: width   320 start  328 end  360 total  400 skew    0 clock  15.00KHz
        v: height  240 start  243 end  247 total  253           clock  59.29Hz
  1680x1050 (0x2d) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1440x900 (0x2e) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1280x800 (0x2f) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1152x720 (0x30) 66.750MHz -HSync +VSync
        h: width  1152 start 1208 end 1320 total 1488 skew    0 clock  44.86KHz
        v: height  720 start  723 end  729 total  748           clock  59.97Hz
  960x600 (0x31) 45.250MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  37.21KHz
        v: height  600 start  603 end  609 total  624           clock  59.63Hz
  928x580 (0x32) 42.750MHz -HSync +VSync
        h: width   928 start  968 end 1056 total 1184 skew    0 clock  36.11KHz
        v: height  580 start  583 end  589 total  603           clock  59.88Hz
  800x500 (0x33) 30.750MHz -HSync +VSync
        h: width   800 start  824 end  896 total  992 skew    0 clock  31.00KHz
        v: height  500 start  503 end  509 total  521           clock  59.50Hz
  768x480 (0x34) 28.750MHz -HSync +VSync
        h: width   768 start  792 end  864 total  960 skew    0 clock  29.95KHz
        v: height  480 start  483 end  489 total  500           clock  59.90Hz
  720x480 (0x35) 26.750MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  29.85KHz
        v: height  480 start  483 end  493 total  500           clock  59.71Hz
  640x400 (0x36) 20.000MHz -HSync +VSync
        h: width   640 start  656 end  720 total  800 skew    0 clock  25.00KHz
        v: height  400 start  403 end  409 total  417           clock  59.95Hz
  320x200 (0x37)  5.000MHz -HSync +VSync
        h: width   320 start  328 end  360 total  400 skew    0 clock  12.50KHz
        v: height  200 start  203 end  209 total  215           clock  58.14Hz
  1600x900 (0x38) 118.250MHz -HSync +VSync
        h: width  1600 start 1688 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1368x768 (0x39) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1280x720 (0x3a) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1024x576 (0x3b) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  864x486 (0x3c) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  720x400 (0x3d) 22.250MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  24.83KHz
        v: height  400 start  403 end  413 total  419           clock  59.27Hz
  640x350 (0x3e) 17.500MHz -HSync +VSync
        h: width   640 start  656 end  720 total  800 skew    0 clock  21.88KHz
        v: height  350 start  353 end  363 total  369           clock  59.28Hz

Connector 0 (33) HDMI-A-1 (connected)
  Encoder 0 (32) TMDS
    Crtc 2 (92) [email protected] 148.500 1920/88/44/148/+ 1080/4/5/36/+ 60 (60.00) P|D 
      Plane 2 (81) fb-id: 679 (crtcs: 2) 0,0 1920x1080 -> 0,0 1920x1080 (XR24 AR24 AB24 XB24 RG16 BG16 AR15 XR15 RG24 BG24 YU16 YV16 YU24 YV24 YU12 YV12 NV12 NV21 NV16 NV61 P030 XR30 AR30 AB30 XB30 RGB8 BGR8 XR12 AR12 XB12 AB12 BX12 BA12 RX12 RA12 P010 P012 P016 S010 S012 S016)
        FB 679 1920x1080 XR24
      Plane 54 (655) fb-id: 681 (crtcs: 2) 0,0 64x64 -> 607,445 64x64 (XR24 AR24 AB24 XB24 RG16 BG16 AR15 XR15 RG24 BG24 YU16 YV16 YU24 YV24 YU12 YV12 NV12 NV21 NV16 NV61 P030 XR30 AR30 AB30 XB30 RGB8 BGR8 XR12 AR12 XB12 AB12 BX12 BA12 RX12 RA12 P010 P012 P016 S010 S012 S016)
        FB 681 64x64 AR24
Connector 1 (42) HDMI-A-2 (disconnected)
  Encoder 1 (41) TMDS

Connector 0 (33) HDMI-A-1 (connected)
   0 [email protected]  148.500 1920/88/44/148/+   1080/4/5/36/+      60 (60.00) P|D   
   1 [email protected]  174.500 1920/48/32/80/+    1080/3/5/31/-      75 (74.97) D     
   2 [email protected]  148.500 1920/88/44/148/+   1080/4/5/36/+      60 (60.00) D     16:9
   3 [email protected]  148.352 1920/88/44/148/+   1080/4/5/36/+      60 (59.94) D     16:9
   4 [email protected]  74.250 1920/88/44/148/+   1080/4/10/31/+     60 (60.00) D     16:9
   5 [email protected]  74.176 1920/88/44/148/+   1080/4/10/31/+     60 (59.94) D     16:9
   6 [email protected]  148.500 1920/528/44/148/+  1080/4/5/36/+      50 (50.00) D     16:9
   7 [email protected]  74.250 1920/528/44/148/+  1080/4/10/31/+     50 (50.00) D     16:9
   8 [email protected]  119.000 1680/48/32/80/+    1050/3/6/21/-      60 (59.88) D     
   9 [email protected]  135.000 1280/16/144/248/+  1024/1/3/38/+      75 (75.02) D     
  10 [email protected]  108.000 1280/48/112/248/+  1024/1/3/38/+      60 (60.02) D     
  11 [email protected]    88.750 1440/48/32/80/+    900/3/6/17/-       60 (59.90) D     
  12 [email protected]    71.000 1280/48/32/80/+    800/3/6/14/-       60 (59.91) D     
  13 [email protected]   108.000 1152/64/128/256/+  864/1/3/32/+       75 (75.00) D     
  14 [email protected]    74.250 1280/110/40/220/+  720/5/5/20/+       60 (60.00) D     
  15 [email protected]    74.250 1280/110/40/220/+  720/5/5/20/+       60 (60.00) D     16:9
  16 [email protected]    74.176 1280/110/40/220/+  720/5/5/20/+       60 (59.94) D     16:9
  17 [email protected]    74.250 1280/440/40/220/+  720/5/5/20/+       50 (50.00) D     16:9
  18 [email protected]    78.750 1024/16/96/176/+   768/1/3/28/+       75 (75.03) D     
  19 [email protected]    75.000 1024/24/136/144/-  768/3/6/29/-       70 (70.07) D     
  20 [email protected]    65.000 1024/24/136/160/-  768/3/6/29/-       60 (60.00) D     
  21 [email protected]     49.500 800/16/80/160/+    600/1/3/21/+       75 (75.00) D     
  22 [email protected]     40.000 800/40/128/88/+    600/1/4/23/+       60 (60.32) D     
  23 [email protected]     36.000 800/24/72/128/+    600/1/2/22/+       56 (56.25) D     
  24 [email protected]     27.000 720/12/64/68/-     576/5/5/39/-       50 (50.00) D     
  25 [email protected]     27.000 720/12/64/68/-     576/5/5/39/-       50 (50.00) D     4:3
  26 [email protected]     27.000 720/12/64/68/-     576/5/5/39/-       50 (50.00) D     16:9
  27 [email protected]     27.027 720/16/62/60/-     480/9/6/30/-       60 (60.00) D     4:3
  28 [email protected]     27.027 720/16/62/60/-     480/9/6/30/-       60 (60.00) D     16:9
  29 [email protected]     27.000 720/16/62/60/-     480/9/6/30/-       60 (59.94) D     
  30 [email protected]     27.000 720/16/62/60/-     480/9/6/30/-       60 (59.94) D     4:3
  31 [email protected]     27.000 720/16/62/60/-     480/9/6/30/-       60 (59.94) D     16:9
  32 [email protected]     31.500 640/16/64/120/-    480/1/3/16/-       75 (75.00) D     
  33 [email protected]     30.240 640/64/64/96/-     480/3/3/39/-       67 (66.67) D     
  34 [email protected]     25.200 640/16/96/48/-     480/10/2/33/-      60 (60.00) D     4:3
  35 [email protected]     25.175 640/16/96/48/-     480/10/2/33/-      60 (59.94) D     
  36 [email protected]     25.175 640/16/96/48/-     480/10/2/33/-      60 (59.94) D     4:3
  37 [email protected]     28.320 720/18/108/54/-    400/12/2/35/+      70 (70.08) D     

HDMI0:             HDMI_HOTPLUG = 0x00000001
HDMI1:             HDMI_HOTPLUG = 0x00000000

/sys/kernel/debug/dri/1/state:
plane[46]: plane-0
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=0
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[65]: plane-1
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=0
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[81]: plane-2
	crtc=crtc-2
	fb=679
		allocated by = labwc
		refcount=2
		format=XR24 little-endian (0x34325258)
		modifier=0x0
		size=1920x1080
		layers:
			size[0]=1920x1080
			pitch[0]=7680
			offset[0]=0
			obj[0]:
				name=0
				refcount=3
				start=000400fe
				size=8306688
				imported=no
				dma_addr=0x0000000a7f000000
				vaddr=00000000bda43e32
	crtc-pos=1920x1080+0+0
	src-pos=1920.000000x1080.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=0
	color-encoding=ITU-R BT.601 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[93]: plane-3
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=0
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[105]: plane-4
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[116]: plane-5
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=2
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[127]: plane-6
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=3
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[138]: plane-7
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=4
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[149]: plane-8
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=5
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[160]: plane-9
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=6
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[171]: plane-10
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=7
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[182]: plane-11
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=8
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[193]: plane-12
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=9
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[204]: plane-13
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=a
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[215]: plane-14
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=b
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[226]: plane-15
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=c
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[237]: plane-16
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=d
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[248]: plane-17
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=e
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[259]: plane-18
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=f
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[270]: plane-19
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=10
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[281]: plane-20
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[292]: plane-21
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=2
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[303]: plane-22
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=3
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[314]: plane-23
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=4
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[325]: plane-24
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=5
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[336]: plane-25
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=6
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[347]: plane-26
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=7
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[358]: plane-27
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=8
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[369]: plane-28
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=9
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[380]: plane-29
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=a
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[391]: plane-30
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=b
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[402]: plane-31
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=c
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[413]: plane-32
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=d
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[424]: plane-33
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=e
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[435]: plane-34
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=f
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[446]: plane-35
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=10
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[457]: plane-36
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=11
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[468]: plane-37
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=12
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[479]: plane-38
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=13
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[490]: plane-39
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=14
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[501]: plane-40
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=15
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[512]: plane-41
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=16
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[523]: plane-42
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=17
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[534]: plane-43
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=18
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[545]: plane-44
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=19
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[556]: plane-45
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1a
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[567]: plane-46
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1b
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[578]: plane-47
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1c
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[589]: plane-48
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1d
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[600]: plane-49
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1e
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[611]: plane-50
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1f
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[622]: plane-51
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=20
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[633]: plane-52
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=11
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[644]: plane-53
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=11
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[655]: plane-54
	crtc=crtc-2
	fb=681
		allocated by = labwc
		refcount=2
		format=AR24 little-endian (0x34325241)
		modifier=0x0
		size=64x64
		layers:
			size[0]=64x64
			pitch[0]=256
			offset[0]=0
			obj[0]:
				name=0
				refcount=3
				start=0004051c
				size=16384
				imported=no
				dma_addr=0x0000000a7e7f8000
				vaddr=0000000045e3e2f6
	crtc-pos=64x64+607+445
	src-pos=64.000000x64.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=1
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
plane[666]: plane-55
	crtc=(null)
	fb=0
	crtc-pos=0x0+0+0
	src-pos=0.000000x0.000000+0.000000+0.000000
	rotation=1
	normalized-zpos=11
	color-encoding=ITU-R BT.709 YCbCr
	color-range=YCbCr limited range
	color_mgmt_changed=0
crtc[57]: mop
	enable=0
	active=0
	self_refresh_active=0
	planes_changed=0
	mode_changed=0
	active_changed=0
	connectors_changed=0
	color_mgmt_changed=0
	plane_mask=0
	connector_mask=0
	encoder_mask=0
	mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
crtc[76]: moplet
	enable=0
	active=0
	self_refresh_active=0
	planes_changed=0
	mode_changed=0
	active_changed=0
	connectors_changed=0
	color_mgmt_changed=0
	plane_mask=0
	connector_mask=0
	encoder_mask=0
	mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
crtc[92]: crtc-2
	enable=1
	active=1
	self_refresh_active=0
	planes_changed=1
	mode_changed=0
	active_changed=0
	connectors_changed=0
	color_mgmt_changed=0
	plane_mask=40000000000004
	connector_mask=1
	encoder_mask=1
	mode: "1920x1080": 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
crtc[104]: crtc-3
	enable=0
	active=0
	self_refresh_active=0
	planes_changed=0
	mode_changed=0
	active_changed=0
	connectors_changed=0
	color_mgmt_changed=0
	plane_mask=0
	connector_mask=0
	encoder_mask=0
	mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0
connector[33]: HDMI-A-1
	crtc=crtc-2
	self_refresh_aware=0
	max_requested_bpc=8
	colorspace=Default
	broadcast_rgb=Automatic
	is_limited_range=y
	output_bpc=8
	output_format=RGB
	tmds_char_rate=148500000
connector[42]: HDMI-A-2
	crtc=(null)
	self_refresh_aware=0
	max_requested_bpc=8
	colorspace=Default
	broadcast_rgb=Automatic
	is_limited_range=n
	output_bpc=0
	output_format=RGB
	tmds_char_rate=0
connector[63]: Writeback-1
	crtc=(null)
	self_refresh_aware=0
	max_requested_bpc=0
	colorspace=Default
connector[79]: Writeback-2
	crtc=(null)
	self_refresh_aware=0
	max_requested_bpc=0
	colorspace=Default
HVS State
	Core Clock Rate: 137600000
	Channel 0
		in use=1
		load=137600000
	Channel 1
		in use=0
		load=0
	Channel 2
		in use=0
		load=0



Audio Information
-------------------

**** List of PLAYBACK Hardware Devices ****
card 0: vc4hdmi0 [vc4-hdmi-0], device 0: MAI PCM i2s-hifi-0 [MAI PCM i2s-hifi-0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: vc4hdmi1 [vc4-hdmi-1], device 0: MAI PCM i2s-hifi-0 [MAI PCM i2s-hifi-0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

null
    Discard all samples (playback) or generate zero samples (capture)
default
    Playback/recording through the PulseAudio sound server
sysdefault
    Default Audio Device
lavrate
    Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
    Rate Converter Plugin Using Samplerate Library
speexrate
    Rate Converter Plugin Using Speex Resampler
jack
    JACK Audio Connection Kit
oss
    Open Sound System
pulse
    PulseAudio Sound Server
speex
    Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
    Plugin for channel upmix (4,6,8)
vdownmix
    Plugin for channel downmix (stereo) with a simple spacialization
hw:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Direct hardware device without any conversions
plughw:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Hardware device with all software conversions
sysdefault:CARD=vc4hdmi0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Default Audio Device
hdmi:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    HDMI Audio Output
dmix:CARD=vc4hdmi0,DEV=0
    vc4-hdmi-0, MAI PCM i2s-hifi-0
    Direct sample mixing device
usbstream:CARD=vc4hdmi0
    vc4-hdmi-0
    USB Stream Output
hw:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Direct hardware device without any conversions
plughw:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Hardware device with all software conversions
sysdefault:CARD=vc4hdmi1
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Default Audio Device
hdmi:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    HDMI Audio Output
dmix:CARD=vc4hdmi1,DEV=0
    vc4-hdmi-1, MAI PCM i2s-hifi-0
    Direct sample mixing device
usbstream:CARD=vc4hdmi1
    vc4-hdmi-1
    USB Stream Output

● pipewire.socket - PipeWire Multimedia System Sockets
     Loaded: loaded (/usr/lib/systemd/user/pipewire.socket; enabled; preset: enabled)
     Active: active (running) since Mon 2025-09-29 12:30:02 BST; 13min ago
 Invocation: c7834e6349ee4d9ca34874e572b67a13
   Triggers: ● pipewire.service
     Listen: /run/user/1000/pipewire-0 (Stream)
             /run/user/1000/pipewire-0-manager (Stream)
     CGroup: /user.slice/user-1000.slice/[email protected]/app.slice/pipewire.socket

Sep 29 12:30:02 test2 systemd[1026]: Listening on pipewire.socket - PipeWire Multimedia System Sockets.

● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; preset: enabled)
     Active: active (running) since Mon 2025-09-29 12:30:03 BST; 13min ago
 Invocation: 2be6b93db6374d2a8fd6559eb07c8d17
TriggeredBy: ● pipewire.socket
   Main PID: 1049 (pipewire)
      Tasks: 3 (limit: 9566)
        CPU: 12.481s
     CGroup: /user.slice/user-1000.slice/[email protected]/session.slice/pipewire.service
             └─1049 /usr/bin/pipewire

Sep 29 12:30:03 test2 systemd[1026]: Started pipewire.service - PipeWire Multimedia Service.
Sep 29 12:30:03 test2 pipewire[1049]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Sep 29 12:30:03 test2 pipewire[1049]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Sep 29 12:30:03 test2 pipewire[1049]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Sep 29 12:30:03 test2 pipewire[1049]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Sep 29 12:30:03 test2 pipewire[1049]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Sep 29 12:30:03 test2 pipewire[1049]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1

○ pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; preset: enabled)
     Active: inactive (dead)
TriggeredBy: ○ pulseaudio.socket

○ pulseaudio.socket - Sound System
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; enabled; preset: enabled)
     Active: inactive (dead)
   Triggers: ● pulseaudio.service
     Listen: /run/user/1000/pulse/native (Stream)

Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 103
Tile Size: 65472
User Name: andrew
Host Name: test2
Server Name: PulseAudio (on PipeWire 1.4.2)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.platform-107c701400.hdmi.hdmi-stereo
Default Source: alsa_output.platform-107c701400.hdmi.hdmi-stereo.monitor
Cookie: c988:b58b

Logs

No response

Additional context

No response

andrum993 avatar Sep 29 '25 11:09 andrum993

Rest of raspinfo output to get round github 64K text input limit:

config.txt
----------

arm_64bit=1
arm_boost=1
arm_freq=2400
arm_freq_min=1500
arm_peri_high=1
audio_pwm_mode=2
auto_initramfs=1
avs_temp=43325
camera_auto_detect=1
core_freq=910
core_freq_min=500
disable_commandline_tags=2
disable_fw_kms_setup=1
disable_l2cache=1
disable_overscan=1
display_auto_detect=1
display_default_lcd=-1
display_hdmi_rotate=-1
display_lcd_rotate=-1
dvfs=4
enable_gic=1
force_eeprom_read=1
force_pwm_open=1
framebuffer_depth=16
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq_min=500
hdmi_enable_4kp60=1
hevc_freq=910
hevc_freq_min=500
ignore_lcd=-1
init_uart_clock=0x2dc6c00
initial_turbo=60
isp_freq=910
isp_freq_min=500
mask_gpu_interrupt1=16418
max_framebuffers=2
over_voltage_avs=0x27f10
pause_burst_frames=1
pciex4_reset=1
pmic_turbo_threshold=600
program_serial_random=1
total_mem=8192
v3d_freq=960
v3d_freq_min=500
vpred=9236
vpred_max=9236
hdmi_force_cec_address:0=65535
hdmi_force_cec_address:1=65535
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=

cmdline.txt
-----------
reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:7D:7D:61 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=7d873838-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=GB

pin configuration
-----------------

 0: ip    pu | hi // ID_SDA/GPIO0 = input
 1: ip    pu | hi // ID_SCL/GPIO1 = input
 2: no    pu | -- // GPIO2 = none
 3: no    pu | -- // GPIO3 = none
 4: no    pu | -- // GPIO4 = none
 5: no    pu | -- // GPIO5 = none
 6: no    pu | -- // GPIO6 = none
 7: no    pu | -- // GPIO7 = none
 8: no    pu | -- // GPIO8 = none
 9: no    pd | -- // GPIO9 = none
10: no    pd | -- // GPIO10 = none
11: no    pd | -- // GPIO11 = none
12: no    pd | -- // GPIO12 = none
13: no    pd | -- // GPIO13 = none
14: no    pd | -- // GPIO14 = none
15: no    pd | -- // GPIO15 = none
16: no    pd | -- // GPIO16 = none
17: no    pd | -- // GPIO17 = none
18: no    pd | -- // GPIO18 = none
19: no    pd | -- // GPIO19 = none
20: no    pd | -- // GPIO20 = none
21: no    pd | -- // GPIO21 = none
22: no    pd | -- // GPIO22 = none
23: no    pd | -- // GPIO23 = none
24: no    pd | -- // GPIO24 = none
25: no    pd | -- // GPIO25 = none
26: no    pd | -- // GPIO26 = none
27: no    pd | -- // GPIO27 = none
28: no    pd | lo // PCIE_RP1_WAKE/GPIO28 = none
29: no    pu | hi // FAN_TACH/GPIO29 = none
30: no    pu | -- // HOST_SDA/GPIO30 = none
31: no    pu | -- // HOST_SCL/GPIO31 = none
32: op dh pd | hi // ETH_RST_N/GPIO32 = output
33: no    pd | lo // GPIO33 = none
34: op dl pd | lo // CD0_IO0_MICCLK/GPIO34 = output
35: no    pd | lo // CD0_IO0_MICDAT0/GPIO35 = none
36: no    pd | lo // RP1_PCIE_CLKREQ_N/GPIO36 = none
37: no    pd | lo // GPIO37 = none
38: ip    pd | hi // CD0_SDA/GPIO38 = input
39: ip    pd | hi // CD0_SCL/GPIO39 = input
40: ip    pd | hi // CD1_SDA/GPIO40 = input
41: ip    pd | hi // CD1_SCL/GPIO41 = input
42: a2    pd | hi // USB_VBUS_EN/GPIO42 = VBUS_EN1
43: a2    pu | hi // USB_OC_N/GPIO43 = VBUS_OC1
44: op dh pd | hi // RP1_STAT_LED/GPIO44 = output
45: a0    pd | hi // FAN_PWM/GPIO45 = PWM1_CHAN3
46: op dl pd | lo // CD1_IO0_MICCLK/GPIO46 = output
47: no    pd | lo // 2712_WAKE/GPIO47 = none
48: no    pd | lo // CD1_IO1_MICDAT1/GPIO48 = none
49: op dl pd | lo // EN_MAX_USB_CUR/GPIO49 = output
50: no    pd | -- // GPIO50 = none
51: no    pd | -- // GPIO51 = none
52: no    pu | -- // GPIO52 = none
53: no    pu | hi // GPIO53 = none
100: ip    pd | lo // GPIO0 = input
101: op dh pu | hi // 2712_BOOT_CS_N/GPIO1 = output
102: a6    pn | hi // 2712_BOOT_MISO/GPIO2 = VC_SPI0_MISO
103: a5    pn | hi // 2712_BOOT_MOSI/GPIO3 = VC_SPI0_MOSI
104: a6    pn | lo // 2712_BOOT_SCLK/GPIO4 = VC_SPI0_SCLK
105: ip    pd | lo // GPIO5 = input
106: ip    pd | lo // GPIO6 = input
107: ip    pd | lo // GPIO7 = input
108: ip    pd | lo // GPIO8 = input
109: ip    pd | lo // GPIO9 = input
110: ip    pd | lo // GPIO10 = input
111: ip    pd | lo // GPIO11 = input
112: ip    pd | lo // GPIO12 = input
113: ip    pd | lo // GPIO13 = input
114: a1    pd | lo // PCIE_SDA/GPIO14 = SPI_S_MOSI_OR_BSC_S_SDA
115: a1    pd | lo // PCIE_SCL/GPIO15 = SPI_S_SCK_OR_BSC_S_SCL
116: ip    pd | lo // GPIO16 = input
117: ip    pd | lo // GPIO17 = input
118: ip    pd | lo // GPIO18 = input
119: ip    pd | lo // GPIO19 = input
120: ip    pu | hi // PWR_GPIO/GPIO20 = input
121: ip    pd | lo // 2712_G21_FS/GPIO21 = input
122: ip    pd | lo // GPIO22 = input
123: ip    pd | lo // GPIO23 = input
124: a3    pn | lo // BT_RTS/GPIO24 = UART_RTS_0
125: a4    pu | lo // BT_CTS/GPIO25 = UART_CTS_0
126: a4    pn | hi // BT_TXD/GPIO26 = UART_TXD_0
127: a4    pu | hi // BT_RXD/GPIO27 = UART_RXD_0
128: op dh pd | hi // WL_ON/GPIO28 = output
129: op dh pd | hi // BT_ON/GPIO29 = output
130: a4    pn | hi // WIFI_SDIO_CLK/GPIO30 = SD2_CLK
131: a4    pu | hi // WIFI_SDIO_CMD/GPIO31 = SD2_CMD
132: a4    pu | hi // WIFI_SDIO_D0/GPIO32 = SD2_DAT0
133: a3    pu | hi // WIFI_SDIO_D1/GPIO33 = SD2_DAT1
134: a4    pu | hi // WIFI_SDIO_D2/GPIO34 = SD2_DAT2
135: a3    pu | hi // WIFI_SDIO_D3/GPIO35 = SD2_DAT3
200: ip    pd | hi // RP1_SDA/AON_GPIO0 = input
201: ip    pd | hi // RP1_SCL/AON_GPIO1 = input
202: op dh pd | hi // RP1_RUN/AON_GPIO2 = output
203: op dh pd | hi // SD_IOVDD_SEL/AON_GPIO3 = output
204: op dh pd | hi // SD_PWR_ON/AON_GPIO4 = output
205: a6    pu | lo // SD_CDET_N/AON_GPIO5 = SD_CARD_PRES_G
206: ip    pu | hi // SD_FLG_N/AON_GPIO6 = input
207: ip    pd | lo // AON_GPIO7 = input
208: ip    pd | lo // 2712_WAKE/AON_GPIO8 = input
209: op dh pd | hi // 2712_STAT_LED/AON_GPIO9 = output
210: ip    pd | lo // AON_GPIO10 = input
211: ip    pd | lo // AON_GPIO11 = input
212: ip    pd | lo // PMIC_INT/AON_GPIO12 = input
213: a3    pu | hi // UART_TX_FS/AON_GPIO13 = VC_TXD0
214: a3    pu | hi // UART_RX_FS/AON_GPIO14 = VC_RXD0
215: ip    pd | lo // AON_GPIO15 = input
216: ip    pu | hi // AON_GPIO16 = input
232: a1    -- | hi // HDMI0_SCL/AON_SGPIO0 = HDMI_TX0_BSC_SCL
233: a1    -- | hi // HDMI0_SDA/AON_SGPIO1 = HDMI_TX0_BSC_SDA
234: a1    -- | hi // HDMI1_SCL/AON_SGPIO2 = HDMI_TX1_BSC_SCL
235: a1    -- | hi // HDMI1_SDA/AON_SGPIO3 = HDMI_TX1_BSC_SDA
236: a2    -- | hi // PMIC_SCL/AON_SGPIO4 = BSC_M2_SCL
237: a2    -- | hi // PMIC_SDA/AON_SGPIO5 = BSC_M2_SDA

vcdbg log messages
------------------

005140.112: *** Restart logging
005154.399: Initial voltage 800000 temp 43875
005354.957: avs_2712: AVS pred 9236 923600 temp 43325
005358.558: vpred 923 mV +0
005986.789: FB framebuffer_swap 1
006006.301: Select resolution HDMI0/2 hotplug 1 max_mode 2
006022.727: HDMI0 edid block 0 offset 0
006025.111: 00ffffffffffff0026cd46619b0e0000
006030.783: 0d1e010380341d782aafe5a655519b25
006036.456: 0d5054b74f00714f818081c081009500
006042.129: b300d1c0d1cf023a801871382d40582c
006047.802: 450009252100001e000000fd00374c1e
006053.474: 5512000a202020202020000000ff0031
006059.148: 313636393031333033373339000000fc
006064.820: 00504c32343734480a202020202001e3
006082.875: HDMI0 edid block 1 offset 128
006085.429: 02031ef14b9002030411121305141f01
006091.102: 230907018301000065030c001000023a
006096.775: 801871382d40582c450009252100001e
006102.448: 8c0ad08a20e02d10103e960009252100
006108.121: 0018011d007251d01e206e2855000925
006113.794: 2100001e8c0ad090204031200c405500
006119.466: 0925210000182a4480a0703827403020
006125.139: 350009252100001a0000000000000044
006130.831: HDMI0: best-mode 2 (limit 2) 1920x1080 60 Hz CEA modes 3e001f80000000000000000000000000 extensions 1
006142.424: Select resolution HDMI1/2 hotplug 0 max_mode 2
006149.346: FB0 disp 0 max-fb 2 1920x1080 stride 3840 base 0x3f800000
007258.628: initramfs (initramfs_2712) loaded to 0x2da92000 (size 0x156d62b)
007264.312: dtb_file 'bcm2712-rpi-5-b.dtb'
007367.288: dtparam: audio=on
007375.863: Unknown dtparam 'audio' - ignored
007439.639: Loaded overlay 'vc4-kms-v3d-pi5'
007614.793: Read command line from file 'cmdline.txt':
007621.292: 'console=serial0,115200 console=tty1 root=PARTUUID=7d873838-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=GB'
007843.047: RPM 5649, max RPM 5649
009619.319: Device tree loaded to 0x2da7e500 (size 0x13ac7)
009692.762: Starting OS 9692 ms
009698.283: 00000040: -> 00000480
009700.133: 00000030: -> 00100080
009704.846: 00000034: -> 00100080
009709.559: 00000038: -> 00100080
009714.271: 0000003c: -> 00100080
009823.826: sdram: sdram refresh 2081->4162 (2)
069776.012: initial_turbo of 60 deactivated

dmesg log
---------

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[    0.000000] Linux version 6.12.47+rpt-rpi-2712 ([email protected]) (aarch64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16)
[    0.000000] KASLR enabled
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000003a000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000003a000000..0x000000003dffffff (65536 KiB) map reusable linux,cma
[    0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[    0.000000] OF: reserved mem: 0x000000003fd225c0..0x000000003fd225fd (0 KiB) nomap non-reusable nvram@0
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff]
[    0.000000] Faking node 0 at [mem 0x0000000000000000-0x000000003fffffff] (1024MB)
[    0.000000] Faking node 1 at [mem 0x0000000040000000-0x000000007fffffff] (1024MB)
[    0.000000] Faking node 2 at [mem 0x0000000080000000-0x00000000bfffffff] (1024MB)
[    0.000000] Faking node 3 at [mem 0x00000000c0000000-0x00000000ffffffff] (1024MB)
[    0.000000] Faking node 4 at [mem 0x0000000100000000-0x000000013fffffff] (1024MB)
[    0.000000] Faking node 5 at [mem 0x0000000140000000-0x000000017fffffff] (1024MB)
[    0.000000] Faking node 6 at [mem 0x0000000180000000-0x00000001bfffffff] (1024MB)
[    0.000000] Faking node 7 at [mem 0x00000001c0000000-0x00000001ffffffff] (1024MB)
[    0.000000] NUMA: Initialized distance table, cnt=8
[    0.000000] NODE_DATA(0) allocated [mem 0x3f7fd200-0x3f7fffff]
[    0.000000] NODE_DATA(1) allocated [mem 0x7fffd200-0x7fffffff]
[    0.000000] NODE_DATA(2) allocated [mem 0xbfffd200-0xbfffffff]
[    0.000000] NODE_DATA(3) allocated [mem 0xffffd200-0xffffffff]
[    0.000000] NODE_DATA(4) allocated [mem 0x13fffd200-0x13fffffff]
[    0.000000] NODE_DATA(5) allocated [mem 0x17fffd200-0x17fffffff]
[    0.000000] NODE_DATA(6) allocated [mem 0x1bfffd200-0x1bfffffff]
[    0.000000] NODE_DATA(7) allocated [mem 0x1ffb99200-0x1ffb9bfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000007ffff]
[    0.000000]   node   0: [mem 0x0000000000080000-0x000000003f7fffff]
[    0.000000]   node   1: [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000]   node   2: [mem 0x0000000080000000-0x00000000bfffffff]
[    0.000000]   node   3: [mem 0x00000000c0000000-0x00000000ffffffff]
[    0.000000]   node   4: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000]   node   5: [mem 0x0000000140000000-0x000000017fffffff]
[    0.000000]   node   6: [mem 0x0000000180000000-0x00000001bfffffff]
[    0.000000]   node   7: [mem 0x00000001c0000000-0x00000001ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003f7fffff]
[    0.000000] Initmem setup node 1 [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] Initmem setup node 2 [mem 0x0000000080000000-0x00000000bfffffff]
[    0.000000] Initmem setup node 3 [mem 0x00000000c0000000-0x00000000ffffffff]
[    0.000000] Initmem setup node 4 [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 5 [mem 0x0000000140000000-0x000000017fffffff]
[    0.000000] Initmem setup node 6 [mem 0x0000000180000000-0x00000001bfffffff]
[    0.000000] Initmem setup node 7 [mem 0x00000001c0000000-0x00000001ffffffff]
[    0.000000] On node 1, zone DMA: 512 pages in unavailable ranges
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 15 pages/cpu s193560 r8192 d44008 u245760
[    0.000000] pcpu-alloc: s193560 r8192 d44008 u245760 alloc=15*16384
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: SSBS not fully self-synchronizing
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=m.m.m.m vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=7d873838-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=GB
[    0.000000] cgroup: Disabling memory control group subsystem
[    0.000000] mempolicy: NUMA default policy overridden to 'interleave:0-7'
[    0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.000000] Fallback order for Node 0: 0 1 2 3 4 5 6 7 
[    0.000000] Fallback order for Node 1: 1 2 3 4 5 6 7 0 
[    0.000000] Fallback order for Node 2: 2 3 4 5 6 7 0 1 
[    0.000000] Fallback order for Node 3: 3 4 5 6 7 0 1 2 
[    0.000000] Fallback order for Node 4: 4 5 6 7 0 1 2 3 
[    0.000000] Fallback order for Node 5: 5 6 7 0 1 2 3 4 
[    0.000000] Fallback order for Node 6: 6 7 0 1 2 3 4 5 
[    0.000000] Fallback order for Node 7: 7 0 1 2 3 4 5 6 
[    0.000000] Built 8 zonelists, mobility grouping on.  Total pages: 523776
[    0.000000] Policy zone: Normal
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 4.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbffc000-0x00000000ffffc000] (64MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=8
[    0.000000] ftrace: allocating 45279 entries in 45 pages
[    0.000000] ftrace: allocated 45 pages with 4 groups
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU event tracing is enabled.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    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 25 jiffies.
[    0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.000000] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000090] Console: colour dummy device 80x25
[    0.000093] printk: legacy console [tty1] enabled
[    0.000161] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[    0.000165] pid_max: default: 32768 minimum: 301
[    0.000254] LSM: initializing lsm=capability
[    0.001759] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, vmalloc)
[    0.002504] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, vmalloc)
[    0.002551] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, vmalloc)
[    0.002571] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, vmalloc)
[    0.003282] rcu: Hierarchical SRCU implementation.
[    0.003286] rcu: 	Max phase no-delay instances is 1000.
[    0.003330] Timer migration: 1 hierarchy levels; 8 children per group; 0 crossnode level
[    0.003666] EFI services will not be available.
[    0.003734] smp: Bringing up secondary CPUs ...
[    0.003923] Detected PIPT I-cache on CPU1
[    0.003960] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[    0.004204] Detected PIPT I-cache on CPU2
[    0.004233] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[    0.004423] Detected PIPT I-cache on CPU3
[    0.004442] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[    0.004470] smp: Brought up 8 nodes, 4 CPUs
[    0.004474] SMP: Total of 4 processors activated.
[    0.004475] CPU: All CPU(s) started at EL2
[    0.004478] CPU features: detected: 32-bit EL0 Support
[    0.004480] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.004482] CPU features: detected: Common not Private translations
[    0.004483] CPU features: detected: CRC32 instructions
[    0.004486] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.004487] CPU features: detected: LSE atomic instructions
[    0.004488] CPU features: detected: Privileged Access Never
[    0.004489] CPU features: detected: RAS Extension Support
[    0.004491] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.004513] alternatives: applying system-wide alternatives
[    0.005948] CPU features: detected: Hardware dirty bit management on CPU0-3
[    0.006115] Memory: 8136128K/8380416K available (14336K kernel code, 2418K rwdata, 4944K rodata, 2304K init, 647K bss, 152224K reserved, 65536K cma-reserved)
[    0.006282] devtmpfs: initialized
[    0.008157] Enabled cp15_barrier support
[    0.008162] Enabled setend support
[    0.008202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.008207] futex hash table entries: 1024 (order: 2, 65536 bytes, vmalloc)
[    0.008317] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.008319] 0 pages in range for non-PLT usage
[    0.008320] 129508 pages in range for PLT usage
[    0.008397] pinctrl core: initialized pinctrl subsystem
[    0.008517] DMI not present or invalid.
[    0.011768] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.012123] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.012153] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.012182] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.012196] audit: initializing netlink subsys (disabled)
[    0.012238] audit: type=2000 audit(0.012:1): state=initialized audit_enabled=0 res=1
[    0.012335] thermal_sys: Registered thermal governor 'step_wise'
[    0.012344] cpuidle: using governor menu
[    0.012394] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.012415] ASID allocator initialised with 32768 entries
[    0.012626] Serial: AMBA PL011 UART driver
[    0.013366] /soc@107c000000/interrupt-controller@7fff9000: Fixed dependency cycle(s) with /soc@107c000000/interrupt-controller@7fff9000
[    0.013517] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[    0.013645] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 16, base_baud = 0) is a PL011 rev3
[    0.013653] printk: legacy console [ttyAMA10] enabled
[    0.020024] raspberrypi-firmware soc@107c000000:firmware: Attached to firmware from 2025-08-27T19:01:47, variant start_cd
[    0.024023] raspberrypi-firmware soc@107c000000:firmware: Firmware hash is 000d3ca200000000000000000000000000000000
[    0.032659] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[    0.032913] iommu: Default domain type: Translated
[    0.032915] iommu: DMA domain TLB invalidation policy: strict mode
[    0.033214] SCSI subsystem initialized
[    0.033244] usbcore: registered new interface driver usbfs
[    0.033251] usbcore: registered new interface driver hub
[    0.033257] usbcore: registered new device driver usb
[    0.033321] pps_core: LinuxPPS API ver. 1 registered
[    0.033323] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.033326] PTP clock support registered
[    0.033590] vgaarb: loaded
[    0.033683] clocksource: Switched to clocksource arch_sys_counter
[    0.208090] VFS: Disk quotas dquot_6.6.0
[    0.208098] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[    0.209060] NET: Registered PF_INET protocol family
[    0.209199] IP idents hash table entries: 131072 (order: 6, 1048576 bytes, vmalloc)
[    0.210873] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, vmalloc)
[    0.210901] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, vmalloc)
[    0.210908] TCP established hash table entries: 65536 (order: 5, 524288 bytes, vmalloc)
[    0.211115] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, vmalloc)
[    0.211777] TCP: Hash tables configured (established 65536 bind 65536)
[    0.211895] MPTCP token hash table entries: 8192 (order: 3, 196608 bytes, vmalloc)
[    0.211930] UDP hash table entries: 4096 (order: 3, 131072 bytes, vmalloc)
[    0.211998] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, vmalloc)
[    0.212096] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.212274] RPC: Registered named UNIX socket transport module.
[    0.212277] RPC: Registered udp transport module.
[    0.212278] RPC: Registered tcp transport module.
[    0.212279] RPC: Registered tcp-with-tls transport module.
[    0.212281] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.212285] PCI: CLS 0 bytes, default 64
[    0.212383] Trying to unpack rootfs image as initramfs...
[    0.218744] kvm [1]: nv: 554 coarse grained trap handlers
[    0.218834] kvm [1]: IPA Size Limit: 40 bits
[    0.218851] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[    0.218904] kvm [1]: vgic interrupt IRQ9
[    0.218915] kvm [1]: VHE mode initialized successfully
[    0.219462] Initialise system trusted keyrings
[    0.219674] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[    0.220005] NFS: Registering the id_resolver key type
[    0.220013] Key type id_resolver registered
[    0.220014] Key type id_legacy registered
[    0.220023] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.220025] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.220222] Key type asymmetric registered
[    0.220224] Asymmetric key parser 'x509' registered
[    0.220245] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.220279] io scheduler mq-deadline registered
[    0.220281] io scheduler kyber registered
[    0.220294] io scheduler bfq registered
[    0.220620] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7d510600, parent irq: 27)
[    0.220653] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7c502000, parent irq: 28)
[    0.220679] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/intc@7d508380, parent irq: 29)
[    0.220712] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/intc@7d508400, parent irq: 30)
[    0.220738] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/intc@7d503000, parent irq: 31)
[    0.221673] ledtrig-cpu: registered to indicate activity on CPUs
[    0.365667] Freeing initrd memory: 21920K
[    0.366542] simple-framebuffer 3f800000.framebuffer: framebuffer at 0x3f800000, 0x3f4800 bytes
[    0.366548] simple-framebuffer 3f800000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[    0.368972] Console: switching to colour frame buffer device 240x67
[    0.369927] simple-framebuffer 3f800000.framebuffer: fb0: simplefb registered!
[    0.398720] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.399001] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[    0.399037] serial serial0: tty port ttyS0 registered
[    0.399281] iproc-rng200 107d208000.rng: hwrng registered
[    0.399311] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[    0.399487] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[    0.400739] brd: module loaded
[    0.401570] loop: module loaded
[    0.401654] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    0.401769] Loading iSCSI transport class v2.0-870.
[    0.402462] usbcore: registered new interface driver lan78xx
[    0.402470] usbcore: registered new interface driver smsc95xx
[    0.402515] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.402532] dwc_otg: FIQ enabled
[    0.402534] dwc_otg: NAK holdoff enabled
[    0.402535] dwc_otg: FIQ split-transaction FSM enabled
[    0.402537] Module dwc_common_port init
[    0.402732] usbcore: registered new interface driver uas
[    0.402740] usbcore: registered new interface driver usb-storage
[    0.402800] mousedev: PS/2 mouse device common for all mice
[    0.410180] rpi-rtc soc@107c000000:rpi_rtc: registered as rtc0
[    0.411543] rpi-rtc soc@107c000000:rpi_rtc: setting system clock to 2025-09-29T11:29:55 UTC (1759145395)
[    0.411836] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[    0.411838] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    0.413796] sdhci: Secure Digital Host Controller Interface driver
[    0.413797] sdhci: Copyright(c) Pierre Ossman
[    0.413825] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.413889] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.413897] hid: raw HID events driver (C) Jiri Kosina
[    0.413913] usbcore: registered new interface driver usbhid
[    0.413915] usbhid: USB HID core driver
[    0.414195] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 (0,8000003f) counters available
[    0.414406] NET: Registered PF_PACKET protocol family
[    0.414425] Key type dns_resolver registered
[    0.417862] registered taskstats version 1
[    0.417924] Loading compiled-in X.509 certificates
[    0.419324] Demotion targets for Node 0: null
[    0.419326] Demotion targets for Node 1: null
[    0.419327] Demotion targets for Node 2: null
[    0.419328] Demotion targets for Node 3: null
[    0.419329] Demotion targets for Node 4: null
[    0.419330] Demotion targets for Node 5: null
[    0.419332] Demotion targets for Node 6: null
[    0.419333] Demotion targets for Node 7: null
[    0.419494] Key type .fscrypt registered
[    0.419495] Key type fscrypt-provisioning registered
[    0.420178] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@1000120000 ranges:
[    0.420182] brcm-pcie 1000120000.pcie:   No bus range found for /axi/pcie@1000120000, using [bus 00-ff]
[    0.420191] brcm-pcie 1000120000.pcie:      MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[    0.420195] brcm-pcie 1000120000.pcie:      MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[    0.420200] brcm-pcie 1000120000.pcie:   IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[    0.420205] brcm-pcie 1000120000.pcie:   IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[    0.420208] brcm-pcie 1000120000.pcie:   IB MEM 0x1000130000..0x1000130fff -> 0xfffffff000
[    0.421579] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0002:00
[    0.421583] pci_bus 0002:00: root bus resource [bus 00-ff]
[    0.421586] pci_bus 0002:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[    0.421588] pci_bus 0002:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[    0.421600] pci 0002:00:00.0: [14e4:2712] type 01 class 0x060400 PCIe Root Port
[    0.421606] pci 0002:00:00.0: PCI bridge to [bus 00]
[    0.421608] pci 0002:00:00.0:   bridge window [mem 0x1f80000000-0x1fbfffffff]
[    0.421626] pci 0002:00:00.0: PME# supported from D0 D3hot
[    0.422186] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.525687] brcm-pcie 1000120000.pcie: clkreq-mode set to default
[    0.525689] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[    0.525711] pci 0002:01:00.0: [1de4:0001] type 00 class 0x020000 PCIe Endpoint
[    0.525724] pci 0002:01:00.0: BAR 0 [mem 0xffffc000-0xffffffff]
[    0.525730] pci 0002:01:00.0: BAR 1 [mem 0xffc00000-0xffffffff]
[    0.525736] pci 0002:01:00.0: BAR 2 [mem 0xffff0000-0xffffffff]
[    0.525800] pci 0002:01:00.0: supports D1
[    0.525802] pci 0002:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.533690] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[    0.533699] pci 0002:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]: assigned
[    0.533702] pci 0002:01:00.0: BAR 1 [mem 0x1f00000000-0x1f003fffff]: assigned
[    0.533706] pci 0002:01:00.0: BAR 2 [mem 0x1f00400000-0x1f0040ffff]: assigned
[    0.533710] pci 0002:01:00.0: BAR 0 [mem 0x1f00410000-0x1f00413fff]: assigned
[    0.533714] pci 0002:00:00.0: PCI bridge to [bus 01]
[    0.533716] pci 0002:00:00.0:   bridge window [mem 0x1f00000000-0x1f005fffff]
[    0.533719] pci_bus 0002:00: resource 4 [mem 0x1f00000000-0x1ffffffffb]
[    0.533721] pci_bus 0002:00: resource 5 [mem 0x1c00000000-0x1effffffff pref]
[    0.533723] pci_bus 0002:01: resource 1 [mem 0x1f00000000-0x1f005fffff]
[    0.533726] pci 0002:00:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  512
[    0.533734] pci 0002:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[    0.533795] pcieport 0002:00:00.0: enabling device (0000 -> 0002)
[    0.533821] pcieport 0002:00:00.0: PME: Signaling with IRQ 38
[    0.533874] pcieport 0002:00:00.0: AER: enabled with IRQ 38
[    0.533930] rp1 0002:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[    0.533934] rp1 0002:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[    0.533945] rp1 0002:01:00.0: enabling device (0000 -> 0002)
[    0.534541] rp1 0002:01:00.0: chip_id 0x20001927
[    0.539264] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[    0.539658] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[    0.540101] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[    0.540493] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[    0.540922] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[    0.541314] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[    0.541615] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 100
[    0.541823] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[    0.541921] mmc1: CQHCI version 5.10
[    0.541934] mmc0: CQHCI version 5.10
[    0.556989] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 106 (m.m.m.m)
[    0.557720] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[    0.557931] xhci-hcd xhci-hcd.0: xHCI Host Controller
[    0.557936] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[    0.558369] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000808000000810
[    0.558377] xhci-hcd xhci-hcd.0: irq 131, io mem 0x1f00200000
[    0.558437] xhci-hcd xhci-hcd.0: xHCI Host Controller
[    0.558440] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[    0.558442] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[    0.558479] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    0.558481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.558483] usb usb1: Product: xHCI Host Controller
[    0.558485] usb usb1: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[    0.558487] usb usb1: SerialNumber: xhci-hcd.0
[    0.558588] hub 1-0:1.0: USB hub found
[    0.558599] hub 1-0:1.0: 2 ports detected
[    0.558697] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[    0.558700] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.558702] usb usb2: Product: xHCI Host Controller
[    0.558703] usb usb2: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[    0.558705] usb usb2: SerialNumber: xhci-hcd.0
[    0.558762] hub 2-0:1.0: USB hub found
[    0.558772] hub 2-0:1.0: 1 port detected
[    0.558971] xhci-hcd xhci-hcd.1: xHCI Host Controller
[    0.558974] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[    0.577686] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[    0.579562] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000808000000810
[    0.579570] xhci-hcd xhci-hcd.1: irq 136, io mem 0x1f00300000
[    0.579621] xhci-hcd xhci-hcd.1: xHCI Host Controller
[    0.579624] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[    0.579626] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[    0.579650] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    0.579653] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.579654] usb usb3: Product: xHCI Host Controller
[    0.579656] usb usb3: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[    0.579658] usb usb3: SerialNumber: xhci-hcd.1
[    0.579724] hub 3-0:1.0: USB hub found
[    0.579737] hub 3-0:1.0: 2 ports detected
[    0.579816] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[    0.579819] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.579820] usb usb4: Product: xHCI Host Controller
[    0.579822] usb usb4: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[    0.579823] usb usb4: SerialNumber: xhci-hcd.1
[    0.579881] hub 4-0:1.0: USB hub found
[    0.579891] hub 4-0:1.0: 1 port detected
[    0.580848] of_cfs_init
[    0.580876] of_cfs_init: OK
[    0.580948] clk: Disabling unused clocks
[    0.589365] PM: genpd: Disabling unused power domains
[    0.728220] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[    0.729348] Freeing unused kernel memory: 2304K
[    0.729411] Run /init as init process
[    0.729413]   with arguments:
[    0.729414]     /init
[    0.729415]     splash
[    0.729417]   with environment:
[    0.729417]     HOME=/
[    0.729418]     TERM=linux
[    0.765349] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    0.805715] usb 1-2: new low-speed USB device number 2 using xhci-hcd
[    0.819724] rp1-firmware rp1_firmware: RP1 Firmware version eb39cfd516f8c90628aa9d91f52370aade5d0a55
[    0.824162] rp1-pio 1f00178000.pio: Created instance as pio0
[    0.825724] usb 3-2: new high-speed USB device number 2 using xhci-hcd
[    0.832312] input: pwr_button as /devices/platform/pwr_button/input/input0
[    0.842359] brcmstb-i2c 107d508200.i2c:  @97500hz registered in interrupt mode
[    0.842425] brcmstb-i2c 107d508280.i2c:  @97500hz registered in interrupt mode
[    0.856595] mmc0: Command Queue Engine enabled, 31 tags
[    0.856606] mmc0: new ultra high speed SDR104 SDXC card at address 544c
[    0.864354] mmcblk0: mmc0:544c USD00 58.9 GiB
[    0.865815]  mmcblk0: p1 p2
[    0.865973] mmcblk0: mmc0:544c USD00 58.9 GiB (quirks 0x40000000)
[    0.878648] v3d 1002000000.v3d: [drm] Transparent Hugepage support is recommended for optimal performance on this platform!
[    0.879660] [drm] Initialized v3d 1.0.0 for 1002000000.v3d on minor 0
[    0.905586] vc4_hvs 107c580000.hvs: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[    0.905594] vc4_hvs 107c580000.hvs: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[    0.905599] vc4_hvs 107c580000.hvs: bcm2712_iommu_device_group: MMU 1000005200.iommu
[    0.905604] vc4_hvs 107c580000.hvs: Adding to iommu group 1
[    0.905607] vc4_hvs 107c580000.hvs: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[    0.906634] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[    0.906641] vc4-drm axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[    0.906646] vc4-drm axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[    0.906651] vc4-drm axi:gpu: Adding to iommu group 1
[    0.906653] vc4-drm axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[    0.907226] Console: switching to colour dummy device 80x25
[    0.909143] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[    0.910274] Registered IR keymap rc-cec
[    0.910306] rc rc0: vc4-hdmi-0 as /devices/platform/soc@107c000000/107c701400.hdmi/rc/rc0
[    0.910346] input: vc4-hdmi-0 as /devices/platform/soc@107c000000/107c701400.hdmi/rc/rc0/input1
[    0.911168] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc@107c000000/107c701400.hdmi/sound/card0/input2
[    0.912088] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[    0.913227] Registered IR keymap rc-cec
[    0.913256] rc rc1: vc4-hdmi-1 as /devices/platform/soc@107c000000/107c706400.hdmi/rc/rc1
[    0.913290] input: vc4-hdmi-1 as /devices/platform/soc@107c000000/107c706400.hdmi/rc/rc1/input3
[    0.913858] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc@107c000000/107c706400.hdmi/sound/card1/input4
[    0.914763] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[    0.914873] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[    0.914923] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[    0.914974] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[    0.915019] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[    0.964256] [drm] Initialized vc4 0.0.0 for axi:gpu on minor 1
[    0.972561] usb 1-2: New USB device found, idVendor=17ef, idProduct=608d, bcdDevice= 1.00
[    0.972565] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.972567] usb 1-2: Product: Lenovo USB Optical Mouse
[    0.972569] usb 1-2: Manufacturer: PixArt
[    0.979923] usb 3-2: New USB device found, idVendor=17ef, idProduct=102c, bcdDevice=60.90
[    0.979928] usb 3-2: New USB device strings: Mfr=0, Product=11, SerialNumber=0
[    0.979930] usb 3-2: Product: Lenovo KB USB2.0 Hub
[    1.022526] input: PixArt Lenovo USB Optical Mouse as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.0/0003:17EF:608D.0001/input/input5
[    1.022603] hid-generic 0003:17EF:608D.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Lenovo USB Optical Mouse] on usb-xhci-hcd.0-2/input0
[    1.028087] hub 3-2:1.0: USB hub found
[    1.028675] hub 3-2:1.0: 2 ports detected
[    1.040189] Console: switching to colour frame buffer device 240x67
[    1.057845] vc4-drm axi:gpu: [drm] fb0: vc4drmfb frame buffer device
[    1.357690] usb 3-2.2: new low-speed USB device number 3 using xhci-hcd
[    1.422936] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[    1.423435] EXT4-fs (mmcblk0p2): mounted filesystem de7b78a4-dfeb-443d-a99c-74eba15ce83b ro with ordered data mode. Quota mode: none.
[    1.456322] usb 3-2.2: New USB device found, idVendor=17ef, idProduct=60d2, bcdDevice= 1.02
[    1.456330] usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.456332] usb 3-2.2: Product: Lenovo Programmable Keyboard
[    1.456335] usb 3-2.2: Manufacturer: SINO WEALTH
[    1.571745] input: SINO WEALTH Lenovo Programmable Keyboard as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2.2/3-2.2:1.0/0003:17EF:60D2.0002/input/input6
[    1.693739] hid-generic 0003:17EF:60D2.0002: input,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Lenovo Programmable Keyboard] on usb-xhci-hcd.1-2.2/input0
[    1.699754] input: SINO WEALTH Lenovo Programmable Keyboard Consumer Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2.2/3-2.2:1.1/0003:17EF:60D2.0003/input/input7
[    1.757753] hid-generic 0003:17EF:60D2.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [SINO WEALTH Lenovo Programmable Keyboard] on usb-xhci-hcd.1-2.2/input1
[    2.246509] NET: Registered PF_INET6 protocol family
[    2.246821] Segment Routing with IPv6
[    2.246829] In-situ OAM (IOAM) with IPv6
[    2.364920] systemd[1]: systemd 257.8-1~deb13u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    2.364932] systemd[1]: Detected architecture arm64.
[    2.389551] systemd[1]: Hostname set to <test2>.
[    2.537775] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[    2.537907] systemd[1]: Using hardware watchdog 'Broadcom BCM2835 Watchdog timer', version 0, device /dev/watchdog0
[    2.537927] systemd[1]: Watchdog running with a hardware timeout of 1min.
[    2.619065] zram_generator::config[259]: zram0: system has too much memory (8059MB), limit is 0MB, ignoring.
[    3.406511] systemd[1]: Queued start job for default target graphical.target.
[    3.446578] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    3.446867] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    3.447076] systemd[1]: Created slice system-rpi\x2dsetup\x2dloop.slice - Slice /system/rpi-setup-loop.
[    3.447283] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[    3.447489] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    3.447696] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[    3.447804] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.447858] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.448016] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.448037] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-7d873838\x2d01.device - /dev/disk/by-partuuid/7d873838-01...
[    3.448045] systemd[1]: Expecting device dev-dri-card0.device - /dev/dri/card0...
[    3.448051] systemd[1]: Expecting device dev-dri-renderD128.device - /dev/dri/renderD128...
[    3.448057] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10...
[    3.448065] systemd[1]: Expecting device dev-zram0.device - /dev/zram0...
[    3.448102] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[    3.448127] systemd[1]: Reached target slices.target - Slice Units.
[    3.450600] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[    3.452906] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[    3.452987] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    3.453051] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.453129] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    3.453157] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.453173] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.453236] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.453284] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.453392] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    3.455162] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.455761] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[    3.456230] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.456634] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.456710] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    3.458049] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.462193] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.468643] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
[    3.473962] systemd[1]: Starting [email protected] - Load Kernel Module drm...
[    3.475189] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    3.476762] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
[    3.476903] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    3.476945] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    3.482803] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.486124] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.486187] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.487423] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    3.487555] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.493967] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[    3.498135] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.500294] fuse: init (API version 7.41)
[    3.500394] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    3.500532] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[    3.500608] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    3.500672] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.501546] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.502343] systemd[1]: [email protected]: Deactivated successfully.
[    3.502492] systemd[1]: Finished [email protected] - Load Kernel Module configfs.
[    3.503849] systemd[1]: [email protected]: Deactivated successfully.
[    3.503979] systemd[1]: Finished [email protected] - Load Kernel Module drm.
[    3.504214] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    3.504300] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    3.504479] systemd[1]: [email protected]: Deactivated successfully.
[    3.504551] systemd[1]: Finished [email protected] - Load Kernel Module fuse.
[    3.506631] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    3.509728] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    3.513908] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    3.516621] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    3.525930] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    3.534827] systemd-journald[337]: Collecting audit messages is disabled.
[    3.534957] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[    3.537847] zram: Added device: zram0
[    3.557293] i2c_dev: i2c /dev entries driver
[    3.557449] EXT4-fs (mmcblk0p2): re-mounted de7b78a4-dfeb-443d-a99c-74eba15ce83b r/w.
[    3.558226] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    3.558449] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    3.559328] systemd[1]: Starting cloud-init-main.service - Cloud-init: Single Process...
[    3.559354] systemd[1]: regenerate_ssh_host_keys.service - Regenerate SSH host keys was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    3.563329] systemd[1]: Starting rpi-resize-swap-file.service - rpi-resize-var-swap-service - resize swapfile...
[    3.568041] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    3.568111] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    3.610738] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    3.612355] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    3.612432] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.612817] systemd[1]: Started systemd-journald.service - Journal Service.
[    3.671960] systemd-journald[337]: Received client request to flush runtime journal.
[    3.751179] loop0: detected capacity change from 0 to 4194304
[    4.143479] zram: setup backing device /dev/disk/by-backingfile/var-swap
[    4.145260] zram0: detected capacity change from 0 to 4194304
[    4.215425] Adding 2097136k swap on /dev/zram0.  Priority:100 extents:1 across:2097136k SS
[    4.294504] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[    4.295446] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[    4.295494] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[    4.295548] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[    4.295575] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[    4.296182] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[    4.296221] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[    4.296265] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[    4.296353] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[    4.296396] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[    4.352883] mc: Linux media interface: v0.10
[    4.412178] videodev: Linux video capture interface: v2.00
[    4.465387] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[    4.465396] pispbe 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[    4.465403] pispbe 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[    4.465407] pispbe 1000880000.pisp_be: Adding to iommu group 0
[    4.465413] pispbe 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[    4.482787] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[    4.482796] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[    4.482806] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[    4.482812] rpi-hevc-dec 1000800000.codec: Adding to iommu group 0
[    4.482815] rpi-hevc-dec 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[    4.485258] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.496156] rpi-hevc-dec 1000800000.codec: Device registered as /dev/video19
[    4.497554] Loaded X.509 cert '[email protected]: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    4.499090] Loaded X.509 cert '[email protected]: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    4.499363] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.499599] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    4.550820] Bluetooth: Core ver 2.22
[    4.550844] NET: Registered PF_BLUETOOTH protocol family
[    4.550846] Bluetooth: HCI device and connection manager initialized
[    4.550854] Bluetooth: HCI socket layer initialized
[    4.550857] Bluetooth: L2CAP socket layer initialized
[    4.550862] Bluetooth: SCO socket layer initialized
[    4.551340] brcmfmac: F1 signature read @0x18000000=0x15264345
[    4.553783] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    4.554677] usbcore: registered new interface driver brcmfmac
[    4.581586] Bluetooth: HCI UART driver ver 2.3
[    4.581595] Bluetooth: HCI UART protocol H4 registered
[    4.581627] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    4.582967] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    4.583034] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    4.584025] Bluetooth: HCI UART protocol Broadcom registered
[    4.829726] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[    4.829993] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[    4.934103] Bluetooth: hci0: BCM: chip id 107
[    4.934329] Bluetooth: hci0: BCM: features 0x2f
[    4.935378] Bluetooth: hci0: BCM4345C0
[    4.935383] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    4.936582] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[    5.610321] Bluetooth: hci0: BCM: features 0x2f
[    5.611642] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[    5.611645] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[    5.611978] Bluetooth: hci0: BCM: Using default device address (m.m.m.m)
[    6.285665] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.285672] Bluetooth: BNEP filters: protocol multicast
[    6.285677] Bluetooth: BNEP socket layer initialized
[    6.288204] Bluetooth: MGMT ver 1.23
[    6.298307] NET: Registered PF_ALG protocol family
[    6.342499] Bluetooth: RFCOMM TTY layer initialized
[    6.342512] Bluetooth: RFCOMM socket layer initialized
[    6.342520] Bluetooth: RFCOMM ver 1.11
[    7.313172] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[    7.313180] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[    7.315980] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[    7.324565] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   11.423685] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[  702.937301] ------------[ cut here ]------------
[  702.937308] Packet RAM has to be on to store the packet.
[  702.937346] WARNING: CPU: 3 PID: 1049 at drivers/gpu/drm/vc4/vc4_hdmi.c:726 vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937375] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm algif_hash algif_skcipher af_alg bnep brcmfmac_wcc binfmt_misc hci_uart btbcm brcmfmac bluetooth aes_ce_blk aes_ce_cipher brcmutil ghash_ce gf128mul sha2_ce cfg80211 sha256_arm64 rpi_hevc_dec sha1_ce pisp_be ecdh_generic ecc v4l2_mem2mem sha1_generic videobuf2_dma_contig libaes videobuf2_memops rfkill videobuf2_v4l2 joydev raspberrypi_hwmon videodev videobuf2_common mc pwm_fan rp1_adc raspberrypi_gpiomem uio_pdrv_genirq uio sch_fq_codel i2c_dev zram lz4_compress fuse nfnetlink ip_tables x_tables ipv6 vc4 snd_soc_hdmi_codec drm_display_helper cec drm_dma_helper snd_soc_core spidev snd_compress snd_pcm_dmaengine snd_pcm v3d gpu_sched drm_shmem_helper drm_kms_helper snd_timer drm snd i2c_brcmstb spi_bcm2835 drm_panel_orientation_quirks backlight gpio_keys rp1_pio rp1_mailbox rp1_fw nvmem_rmem
[  702.937441] CPU: 3 UID: 1000 PID: 1049 Comm: pipewire Not tainted 6.12.47+rpt-rpi-2712 #1  Debian 1:6.12.47-1+rpt1
[  702.937445] Hardware name: Raspberry Pi 5 Model B Rev 1.0 (DT)
[  702.937447] pstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  702.937449] pc : vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937464] lr : vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937477] sp : ffffc000854cb880
[  702.937478] x29: ffffc000854cb8c0 x28: 000000000000000e x27: ffffc00082af7800
[  702.937482] x26: ffff8000c1843000 x25: ffffc000854cb929 x24: 0000000000000000
[  702.937486] x23: ffff8000c1843000 x22: 00000000fffffff4 x21: ffff800180d42080
[  702.937489] x20: ffff800180d425c0 x19: 0000000000000084 x18: 0000000000000000
[  702.937493] x17: 0000000000000000 x16: ffffd06fce49b418 x15: 0000000000000000
[  702.937496] x14: fffffffffffcb6af x13: 2e74656b63617020 x12: 6568742065726f74
[  702.937499] x11: ffffd06fcf9884f8 x10: 0000000000000269 x9 : ffffd06fce51e634
[  702.937503] x8 : 0000000000017fe8 x7 : 00000000fffff268 x6 : ffffd06fcf9e04f8
[  702.937506] x5 : ffff80003f7b7408 x4 : 40000000fffff268 x3 : ffffaf906ff34000
[  702.937509] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff800140576b00
[  702.937512] Call trace:
[  702.937514]  vc4_hdmi_write_infoframe+0x3e4/0x478 [vc4]
[  702.937527]  write_device_infoframe+0xb0/0x170 [drm_display_helper]
[  702.937532]  drm_atomic_helper_connector_hdmi_update_audio_infoframe+0x8c/0xb8 [drm_display_helper]
[  702.937535]  vc4_hdmi_audio_prepare+0x704/0xf88 [vc4]
[  702.937547]  hdmi_codec_prepare+0xf4/0x170 [snd_soc_hdmi_codec]
[  702.937550]  snd_soc_pcm_dai_prepare+0x7c/0x118 [snd_soc_core]
[  702.937578]  __soc_pcm_prepare+0x4c/0x130 [snd_soc_core]
[  702.937598]  soc_pcm_prepare+0x38/0x68 [snd_soc_core]
[  702.937617]  snd_pcm_do_prepare+0x38/0x60 [snd_pcm]
[  702.937631]  snd_pcm_action_single+0x50/0xc0 [snd_pcm]
[  702.937641]  snd_pcm_action_nonatomic+0x9c/0xc0 [snd_pcm]
[  702.937650]  snd_pcm_prepare+0x84/0xe8 [snd_pcm]
[  702.937659]  snd_pcm_common_ioctl+0xd74/0x1730 [snd_pcm]
[  702.937669]  snd_pcm_ioctl+0x3c/0x60 [snd_pcm]
[  702.937678]  __arm64_sys_ioctl+0xb4/0x100
[  702.937683]  invoke_syscall+0x50/0x120
[  702.937688]  el0_svc_common.constprop.0+0xc8/0xf0
[  702.937691]  do_el0_svc+0x24/0x38
[  702.937694]  el0_svc+0x30/0xf8
[  702.937697]  el0t_64_sync_handler+0x120/0x130
[  702.937699]  el0t_64_sync+0x190/0x198
[  702.937702] ---[ end trace 0000000000000000 ]---

EEPROM
------

BOOTLOADER: up to date
   CURRENT: Wed 27 Aug 19:01:47 UTC 2025 (1756321307)
    LATEST: Wed 27 Aug 19:01:47 UTC 2025 (1756321307)
   RELEASE: latest (/usr/lib/firmware/raspberrypi/bootloader-2712/latest)
            Use raspi-config to change the release.

andrum993 avatar Sep 29 '25 11:09 andrum993

Thanks - I can reproduce. On my Dell monitor, just switching monitor to standby didn't generate the WARN. I needed to physically unplug it. I saw the WARN on a replug.

Note: this likely means your monitor deasserts hotplug on standby, but mine doesn't. The HDMI specs are unclear on what the correct behaviour is, but in use, not deasserting is the preferred behaviour.

popcornmix avatar Sep 29 '25 12:09 popcornmix

I'll have a look when I get a chance. I suspect this is going to be display dependent in that it has to deassert hotplug when switched off.

I'm suspecting that it's a race condition between enabling the display and the audio subsystem. If audio completes before video, then you could hit this sort of situation. If it's not possible to co-ordinate those two, then actually just leaving the packet RAM enabled isn't the end of the world. It could move to the pm_runtime suspend/resume functions instead.

It is worth noting that the relevant callbacks have been updated in 6.16 which may (or may not) affect the behaviour.

6by9 avatar Sep 29 '25 12:09 6by9

I tested with all 3 of my screens, all of which de-assert HPD at some point during the process of switching off then switching on. I was using the monitor/TV's power or standby button in all cases.

andrum993 avatar Sep 29 '25 12:09 andrum993

It is worth noting that the relevant callbacks have been updated in 6.16 which may (or may not) affect the behaviour.

I see it on 6.17 too.

popcornmix avatar Sep 29 '25 13:09 popcornmix