raspberrypi / firmware

This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
5.15k stars 1.68k forks source link

Intermittent "bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)" on boot (5.10). #1681

Closed bhjelstrom closed 1 year ago

bhjelstrom commented 2 years ago

Describe the bug

Using 5.10 and associated firmware, the following error occurs during some boots. When the error occurs, the 5647 camera module is unusable.

The frequency of the error appeared to increase as I optimized boot time by disabling EDID reads, disabling kernel tracing, etc.

[ 5.276137] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 5.276346] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator [ 5.294908] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 5.298558] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator [ 5.303372] : Unregister from media controller [ 5.303379] (efault): Unregistering node (null)[0] device node /dev/video0 [ 5.303383] (efault): Unregistering node (null)[0] device node /dev/video0 [ 5.303386] (efault): Unregistering node (null)[0] device node /dev/video0 [ 5.303390] (efault): Unregistering node (null)[0] device node /dev/video0

Below are logs from two different 5.10 kernel versions (each with correct firmware versions). It looked like the camera subsystem was getting a lot of attention, so I checked 5.10.90 and the 318e3373496 firmware (Jan 13), but the issue persisted.

To reproduce Boot a CM3 with an OV5647 attached. Use 5.10.36 or 5.10.90 kernel with associated rpi extended firmware. The failure does not always occur - on 5.10.90 I had 20 successful boots followed by a boot with the above error.

Expected behaviour The error never occurs, and the camera is always available for streaming. This error does not occur at all (with hundreds of tested boots) on 4.19.120

Actual behaviour The error shown in the kernel output above occurs, and the camera is unavailable. From my testing, it appears as though a different critical issue I'm facing is fixed in 5.10 (https://github.com/raspberrypi/linux/issues/3702), but I cannot upgrade until the camera subsystem is reliable.

System CM3+ GPU_MEM 256MB ENC28J60 is the only other peripheral device

Logs

Linux version 5.10.90-v7 [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [ 3.592229] systemd[1]: Condition check resulted in Load Kernel Modules being skipped. [ 3.605081] systemd[1]: Starting Apply Kernel Variables... [ 3.615609] systemd[1]: Starting Coldplug All udev Devices... [ 3.691376] systemd[1]: Started Journal Service. [ 4.114109] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 4.267793] systemd-journald[108]: Received client request to flush runtime journal. [ 4.497849] audit: type=1334 audit(1634052246.719:2): prog-id=5 op=LOAD [ 4.506279] audit: type=1334 audit(1634052246.729:3): prog-id=6 op=LOAD [ 4.711343] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 4.720637] mc: Linux media interface: v0.10 [ 4.751709] bcm2835_vc_sm_cma_probe: Videocore shared memory driver

[ 4.768127] videodev: Linux video capture interface: v2.00 [ 4.782731] [vc_sm_connected_init]: installed successfully [ 4.821042] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 4.821046] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 4.826360] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 4.842026] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 4.864495] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 4.881168] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [ 4.963695] enc28j60 spi0.0: Ethernet driver 1.02 loaded [ 5.190934] audit: type=1334 audit(1634052247.409:4): prog-id=7 op=LOAD [ 5.199650] audit: type=1334 audit(1634052247.409:5): prog-id=8 op=LOAD [ 5.276137] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 5.276346] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator [ 5.294908] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 5.298558] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator [ 5.303372] : Unregister from media controller [ 5.303379] (efault): Unregistering node (null)[0] device node /dev/video0 [ 5.303383] (efault): Unregistering node (null)[0] device node /dev/video0 [ 5.303386] (efault): Unregistering node (null)[0] device node /dev/video0 [ 5.303390] (efault): Unregistering node (null)[0] device node /dev/video0 [ 5.413208] dwc2 3f980000.usb: DWC OTG Controller [ 5.420123] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1 [ 5.431017] dwc2 3f980000.usb: irq 66, io mem 0x3f980000 [ 5.439760] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 5.451861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.460927] usb usb1: Product: DWC OTG Controller [ 5.467321] usb usb1: Manufacturer: Linux 5.10.90-v7 dwc2_hsotg [ 5.474896] usb usb1: SerialNumber: 3f980000.usb [ 5.482677] hub 1-0:1.0: USB hub found


[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.36-v7 [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created CMA memory pool at 0x35c00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x0000000039bfffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000039bfffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000039bfffff] [ 0.000000] On node 0 totalpages: 236544 [ 0.000000] DMA zone: 2079 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 236544 pages, LIFO batch:63 [ 0.000000] percpu: Embedded 15 pages/cpu s31564 r8192 d21684 u61440 [ 0.000000] pcpu-alloc: s31564 r8192 d21684 u61440 alloc=15*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 234465 [ 0.000000] Kernel command line: coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:09:21:16 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200 [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 857192K/946176K available (8192K kernel code, 728K rwdata, 2412K rodata, 1024K init, 836K bss, 23448K reserved, 65536K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] random: get_random_bytes called from start_kernel+0x320/0x4f8 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000024] Switching to timer-based delay loop, resolution 52ns [ 0.000275] Console: colour dummy device 80x30 [ 0.000896] printk: console [tty1] enabled [ 0.000949] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000994] pid_max: default: 32768 minimum: 301 [ 0.001164] LSM: Security Framework initializing [ 0.001385] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.001425] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.002668] Disabling memory control group subsystem [ 0.002780] CPU: Testing write buffer coherency: ok [ 0.003132] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.003821] Setting up static identity map for 0x100000 - 0x10003c [ 0.003952] rcu: Hierarchical SRCU implementation. [ 0.004533] smp: Bringing up secondary CPUs ... [ 0.005337] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.006196] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.006978] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.007088] smp: Brought up 1 node, 4 CPUs [ 0.007167] SMP: Total of 4 processors activated (153.60 BogoMIPS). [ 0.007189] CPU: All CPU(s) started in HYP mode. [ 0.007209] CPU: Virtualization extensions available. [ 0.007967] devtmpfs: initialized [ 0.021103] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [ 0.021328] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.021376] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.024165] pinctrl core: initialized pinctrl subsystem [ 0.025154] NET: Registered protocol family 16 [ 0.027914] DMA: preallocated 1024 KiB pool for atomic coherent allocations [ 0.033082] audit: initializing netlink subsys (disabled) [ 0.033301] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1 [ 0.033841] thermal_sys: Registered thermal governor 'step_wise' [ 0.034601] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.034651] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.034897] Serial: AMBA PL011 UART driver [ 0.044995] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [ 0.060057] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-30T15:56:30, variant start_x [ 0.070064] raspberrypi-firmware soc:firmware: Firmware hash is 3e104c5ed69dc796755b7195973a8d00482d76dd [ 0.108397] Kprobes globally optimized [ 0.111770] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1 [ 0.113358] SCSI subsystem initialized [ 0.113614] usbcore: registered new interface driver usbfs [ 0.113688] usbcore: registered new interface driver hub [ 0.113756] usbcore: registered new device driver usb [ 0.115384] clocksource: Switched to clocksource arch_sys_counter [ 0.115752] VFS: Disk quotas dquot_6.6.0 [ 0.115843] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.115995] FS-Cache: Loaded [ 0.116223] CacheFiles: Loaded [ 0.125143] NET: Registered protocol family 2 [ 0.126332] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.126412] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.126547] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.126751] TCP: Hash tables configured (established 8192 bind 8192) [ 0.126914] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.126981] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.127236] NET: Registered protocol family 1 [ 0.127787] RPC: Registered named UNIX socket transport module. [ 0.127814] RPC: Registered udp transport module. [ 0.127835] RPC: Registered tcp transport module. [ 0.127855] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.129125] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available [ 0.131882] Initialise system trusted keyrings [ 0.132106] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.140708] zbud: loaded [ 0.142529] FS-Cache: Netfs 'nfs' registered for caching [ 0.143256] NFS: Registering the id_resolver key type [ 0.143302] Key type id_resolver registered [ 0.143323] Key type id_legacy registered [ 0.143474] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.143501] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.144531] Key type asymmetric registered [ 0.144556] Asymmetric key parser 'x509' registered [ 0.144616] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.144647] io scheduler mq-deadline registered [ 0.144668] io scheduler kyber registered [ 0.147835] bcm2708_fb soc:fb: FB found 1 display(s) [ 0.160564] Console: switching to colour frame buffer device 90x30 [ 0.169128] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 720x480 [ 0.175525] bcm2835-rng 3f104000.rng: hwrng registered [ 0.178688] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 0.185541] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000 [ 0.198395] brd: module loaded [ 0.211047] loop: module loaded [ 0.215211] Loading iSCSI transport class v2.0-870. [ 0.219683] libphy: Fixed MDIO Bus: probed [ 0.222968] usbcore: registered new interface driver lan78xx [ 0.226170] usbcore: registered new interface driver smsc95xx [ 0.229180] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.232309] dwc_otg: FIQ enabled [ 0.232316] dwc_otg: NAK holdoff enabled [ 0.232323] dwc_otg: FIQ split-transaction FSM enabled [ 0.232333] Module dwc_common_port init [ 0.232512] usbcore: registered new interface driver usb-storage [ 0.235815] mousedev: PS/2 mouse device common for all mice [ 0.239629] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 0.246345] sdhci: Secure Digital Host Controller Interface driver [ 0.247889] sdhci: Copyright(c) Pierre Ossman [ 0.249639] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [ 0.251291] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.253082] ledtrig-cpu: registered to indicate activity on CPUs [ 0.254742] hid: raw HID events driver (C) Jiri Kosina [ 0.256378] usbcore: registered new interface driver usbhid [ 0.257947] usbhid: USB HID core driver [ 0.261644] Initializing XFRM netlink socket [ 0.263224] NET: Registered protocol family 17 [ 0.264793] Key type dns_resolver registered [ 0.266560] Registering SWP/SWPB emulation handler [ 0.268082] registered taskstats version 1 [ 0.269472] Loading compiled-in X.509 certificates [ 0.271141] Key type ._fscrypt registered [ 0.272451] Key type .fscrypt registered [ 0.273756] Key type fscrypt-provisioning registered [ 0.279631] uart-pl011 3f201000.serial: cts_event_workaround enabled [ 0.281058] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2 [ 1.142766] printk: console [ttyAMA0] enabled [ 1.149503] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.158769] sdhost: log_buf @ (ptrval) (f5d01000) [ 1.212256] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [ 1.220242] of_cfs_init [ 1.224143] of_cfs_init: OK [ 1.248786] uart-pl011 3f201000.serial: no DMA platform data [ 1.256005] Waiting for root device /dev/mmcblk0p2... [ 1.321562] mmc0: new high speed MMC card at address 0001 [ 1.328786] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB [ 1.334752] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB [ 1.342240] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB [ 1.349663] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (245:0) [ 1.359400] mmcblk0: p1 p2 [ 1.394072] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.405065] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.413861] devtmpfs: mounted [ 1.419209] Freeing unused kernel memory: 1024K [ 1.445586] Run /sbin/init as init process [ 1.451183] with arguments: [ 1.451187] /sbin/init [ 1.451189] with environment: [ 1.451192] HOME=/ [ 1.451195] TERM=linux [ 1.768651] systemd[1]: System time before build time, advancing clock. [ 1.864694] NET: Registered protocol family 10 [ 1.871405] Segment Routing with IPv6 [ 1.900382] systemd[1]: systemd 247 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK -SYSVINIT -UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL -XZ -LZ4 -ZSTD -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 1.927438] systemd[1]: Detected architecture arm. [ 2.006105] systemd[1]: Set hostname to . [ 2.024797] random: systemd: uninitialized urandom read (16 bytes read) [ 2.033055] systemd[1]: Initializing machine ID from random generator. [ 2.041353] systemd[1]: Installed transient /etc/machine-id file. [ 2.364672] systemd[1]: Configuration file /etc/systemd/system/limelight_visionserver.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 2.383851] systemd[1]: Configuration file /etc/systemd/system/limelight_visionserver.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 2.409346] systemd[1]: Configuration file /etc/systemd/system/limelight_networkresponder.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 2.431137] systemd[1]: Configuration file /etc/systemd/system/limelight_networkresponder.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 2.455622] systemd[1]: Configuration file /etc/systemd/system/limelight_cpupower.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 2.475134] systemd[1]: Configuration file /etc/systemd/system/limelight_cpupower.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 2.513994] systemd[1]: Queued start job for default target Multi-User System. [ 2.527098] random: systemd: uninitialized urandom read (16 bytes read) [ 2.555215] systemd[1]: Created slice system-modprobe.slice. [ 2.595654] random: systemd: uninitialized urandom read (16 bytes read) [ 2.605467] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 2.646329] systemd[1]: Created slice User and Session Slice. [ 2.685732] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.725641] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.765933] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 2.815784] systemd[1]: Reached target Paths. [ 2.855529] systemd[1]: Reached target Remote File Systems. [ 2.895476] systemd[1]: Reached target Slices. [ 2.935540] systemd[1]: Reached target Swap. [ 2.966257] systemd[1]: Listening on Journal Audit Socket. [ 3.005914] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.045918] systemd[1]: Listening on Journal Socket. [ 3.089498] systemd[1]: Listening on udev Control Socket. [ 3.125919] systemd[1]: Listening on udev Kernel Socket. [ 3.165971] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 3.179794] systemd[1]: Mounting POSIX Message Queue File System... [ 3.218301] systemd[1]: Mounting Kernel Debug File System... [ 3.255824] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. [ 3.270285] systemd[1]: Mounting Temporary Directory (/tmp)... [ 3.308741] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 3.358458] systemd[1]: Starting Load Kernel Module configfs... [ 3.398317] systemd[1]: Starting Load Kernel Module drm... [ 3.438715] systemd[1]: Starting Load Kernel Module fuse... [ 3.459834] fuse: init (API version 7.32) [ 3.476906] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 3.497052] systemd[1]: Starting File System Check on Root Device... [ 3.541394] systemd[1]: Starting Journal Service... [ 3.553560] systemd[1]: Condition check resulted in Load Kernel Modules being skipped. [ 3.566384] systemd[1]: Starting Apply Kernel Variables... [ 3.577617] systemd[1]: Starting Coldplug All udev Devices... [ 3.592798] systemd[1]: Mounted POSIX Message Queue File System. [ 3.601190] systemd[1]: Mounted Kernel Debug File System. [ 3.610048] systemd[1]: Started Journal Service. [ 3.654105] random: fast init done [ 3.798706] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 3.892480] systemd-journald[103]: Received client request to flush runtime journal. [ 4.328170] audit: type=1334 audit(1612279789.549:2): prog-id=5 op=LOAD [ 4.336474] audit: type=1334 audit(1612279789.549:3): prog-id=6 op=LOAD [ 4.596905] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 4.612553] mc: Linux media interface: v0.10 [ 4.623274] bcm2835_vc_sm_cma_probe: Videocore shared memory driver

[ 4.663885] videodev: Linux video capture interface: v2.00 [ 4.674999] [vc_sm_connected_init]: installed successfully [ 4.708542] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 4.708794] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 4.714833] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 4.728387] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 4.734927] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 4.748002] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 4.777323] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [ 4.797925] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 4.802231] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 4.899638] enc28j60 spi0.0: Ethernet driver 1.02 loaded [ 5.173617] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 5.173633] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator [ 5.175398] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 5.185616] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [ 5.193019] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator [ 5.204051] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [ 5.232725] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [ 5.244203] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [ 5.255079] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 5.266100] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 5.266298] dwc2 3f980000.usb: DWC OTG Controller [ 5.276986] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 5.285778] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1 [ 5.294163] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 5.303817] dwc2 3f980000.usb: irq 66, io mem 0x3f980000 [ 5.314314] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [ 5.321941] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 5.341170] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.341176] usb usb1: Product: DWC OTG Controller [ 5.341181] usb usb1: Manufacturer: Linux 5.10.36-v7 dwc2_hsotg [ 5.341191] usb usb1: SerialNumber: 3f980000.usb [ 5.372779] hub 1-0:1.0: USB hub found [ 5.378299] hub 1-0:1.0: 1 port detected [ 5.680705] audit: type=1334 audit(1612279790.899:4): prog-id=7 op=LOAD [ 5.689194] audit: type=1334 audit(1612279790.899:5): prog-id=8 op=LOAD [ 6.210526] 8021q: 802.1Q VLAN Support v1.8 [ 6.314177] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 6.353158] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 6.446838] enc28j60 spi0.0 eth0: link down [ 6.452626] enc28j60 spi0.0 eth0: multicast mode [ 6.459126] enc28j60 spi0.0 eth0: multicast mode [ 6.486657] enc28j60 spi0.0 eth0: multicast mode [ 6.492965] enc28j60 spi0.0 eth0: multicast mode [ 6.523865] enc28j60 spi0.0 eth0: multicast mode [ 6.530029] enc28j60 spi0.0 eth0: multicast mode [ 7.352373] enc28j60 spi0.0 eth0: link up - Half duplex [ 7.358930] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 7.386465] enc28j60 spi0.0 eth0: multicast mode [ 7.392357] enc28j60 spi0.0 eth0: multicast mode [ 9.155402] random: crng init done [ 9.159946] random: 7 urandom warning(s) missed due to ratelimiting [ 9.440419] enc28j60 spi0.0 eth0: multicast mode [ 9.446283] enc28j60 spi0.0 eth0: multicast mode [ 9.451956] enc28j60 spi0.0 eth0: multicast mode [ 15.961274] enc28j60 spi0.0 eth0: multicast mode

Additional context Add any other relevant context for the problem.

bhjelstrom commented 2 years ago

Still occurs on 5.10.110, 32 bit, legacy camera stack

[7.449622] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 7.474795] mc: Linux media interface: v0.10 [ 7.476420] bcm2835_vc_sm_cma_probe: Videocore shared memory driver

[ 7.515101] [vc_sm_connected_init]: installed successfully [ 7.607023] videodev: Linux video capture interface: v2.00 [ 7.729473] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 7.739879] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 7.766837] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 7.848193] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 7.853054] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [ 7.937173] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 7.985297] audit: type=1334 audit(1634052248.319:4): prog-id=7 op=LOAD [ 7.997520] audit: type=1334 audit(1634052248.319:5): prog-id=8 op=LOAD [ 8.043512] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 8.046714] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1) [ 8.067867] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator [ 8.080910] : Unregister from media controller [ 8.080921] (efault): Unregistering node (null)[0] device node /dev/video0 [ 8.080927] (efault): Unregistering node (null)[0] device node /dev/video0 [ 8.080933] (efault): Unregistering node (null)[0] device node /dev/video0 [ 8.080939] (efault): Unregistering node (null)[0] device node /dev/video0

The output of vcgencmd get_camera is: supported=2 detected=1

sudo v4l2-ctl --list-devices Cannot open device /dev/video0, exiting.

bhjelstrom commented 2 years ago

This occurs on 5.15.32 on both CM3 and CM3+ modules. I cannot reproduce it reliably, but it seems to occur once every 15-20 boot cycles.

bhjelstrom commented 2 years ago

vcdbg output when the failure occurs:

002200.907: brfs: File read: /mfs/sd/config.txt 002201.575: brfs: File read: 398 bytes 002203.338: brfs: File read: /mfs/sd/dt-blob.bin 002209.934: brfs: File read: 16134 bytes 002210.483: brfs: File read: /mfs/sd/config.txt 003211.103: gpioman: gpioman_get_pin_num: pin DISPLAY_SDA not defined 003211.133: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not defined 003830.822: gpioman: gpioman_get_pin_num: pin FLASH_0_ENABLE not defined 003830.850: gpioman: gpioman_get_pin_num: pin FLASH_0_INDICATOR not defined 003830.898: gpioman: gpioman_get_pin_num: pin FLASH_0_ENABLE not defined 003830.926: gpioman: gpioman_get_pin_num: pin FLASH_0_INDICATOR not defined 003830.997: gpioman: gpioman_get_pin_num: pin BT_ON not defined 003831.016: gpioman: gpioman_get_pin_num: pin WL_ON not defined 003861.119: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not defined 003861.179: * Restart logging 003861.204: brfs: File read: 398 bytes 003861.381: hdmi: HDMI:hdmi_get_state is deprecated, use hdmi_get_display_state instead 003861.402: HDMI0: hdmi_pixel_encoding: 162000000 003861.657: vec: vec_middleware_power_on: vec_base: 0x7e806000 rev-id 0x00002708 @ vec: 0x7e806100 @ 0x00000420 enc: 0x7e806060 @ 0x00000220 cgmsae: 0x7e80605c @ 0x00000000 003862.733: dtb_file 'bcm2710-rpi-cm3.dtb' 003862.750: Trying Device Tree file 'bcm2710-rpi-cm3.dtb' 003868.631: brfs: File read: /mfs/sd/bcm2710-rpi-cm3.dtb 003868.655: Loading 'bcm2710-rpi-cm3.dtb' to 0x100 size 0x72e6 003878.911: dtdebug: delete_node(/local_fixups) 003882.098: brfs: File read: 29414 bytes 003890.459: dtdebug: using platform 'bcm2835' 003890.476: dtdebug: overlay map not loaded 003892.180: dtdebug: /aliases:i2c_vc=i2c0 003897.744: dtdebug: /symbols:i2c_vc=i2c0 003901.658: dtdebug: /overrides:i2c_vc=i2c0 003909.471: dtdebug: /overrides:i2c_vc_baudrate=i2c0_baudrate 003911.209: dtdebug: /aliases:i2c=i2c1 003916.910: dtdebug: /symbols:i2c=i2c1 003920.815: dtdebug: /overrides:i2c=i2c1 003922.544: dtdebug: /aliases:i2c_arm=i2c1 003928.193: dtdebug: /symbols:i2c_arm=i2c1 003932.162: dtdebug: /overrides:i2c_arm=i2c1 003940.132: dtdebug: /overrides:i2c_baudrate=i2c1_baudrate 003948.178: dtdebug: /overrides:i2c_arm_baudrate=i2c1_baudrate 003960.279: dtparam: uart0_clkrate=48000000 003963.328: dtdebug: /overrides has no uart0_clkrate property 003963.344: Unknown dtparam 'uart0_clkrate' - ignored 003963.913: brfs: File read: /mfs/sd/config.txt 003964.103: brfs: File read: 398 bytes 003972.083: dtdebug: Opened overlay file 'overlays/miniuart-bt.dtbo' 003973.707: brfs: File read: /mfs/sd/overlays/miniuart-bt.dtbo 003981.071: dterror: can't find symbol 'uart0_pins' 003981.085: Failed to resolve overlay 'miniuart-bt' 003981.142: dtparam: spi=on 003984.042: dtdebug: found override spi 003984.081: dtdebug: override spi: string target 'status' 003988.633: brfs: File read: 1819 bytes 003993.706: dtdebug: Opened overlay file 'overlays/enc28j60.dtbo' 003995.402: brfs: File read: /mfs/sd/overlays/enc28j60.dtbo 004005.880: Loaded overlay 'enc28j60' 004014.910: dtdebug: merge_fragment(/soc/spi@7e204000,/fragment@0/overlay) 004014.938: dtdebug: +prop(#address-cells) 004015.593: dtdebug: +prop(#size-cells) 004016.243: dtdebug: +prop(status) 004019.704: dtdebug: merge_fragment(/soc/spi@7e204000/enc28j60@0,/fragment@0/overlay/enc28j60@0) 004019.729: dtdebug: +prop(compatible) 004020.354: dtdebug: +prop(reg) 004021.019: dtdebug: +prop(pinctrl-names) 004021.710: dtdebug: +prop(pinctrl-0) 004022.426: dtdebug: +prop(interrupt-parent) 004023.076: dtdebug: +prop(interrupts) 004023.772: dtdebug: +prop(spi-max-frequency) 004024.513: dtdebug: +prop(status) 004025.217: dtdebug: +prop(phandle) 004025.926: dtdebug: merge_fragment() end 004025.962: dtdebug: merge_fragment() end 004032.170: dtdebug: merge_fragment(/soc/spi@7e204000/spidev@0,/fragment@1/overlay) 004032.198: dtdebug: +prop(status) 004032.903: dtdebug: merge_fragment() end 004034.650: dtdebug: merge_fragment(/soc/gpio@7e200000,/fragment@2/overlay) 004038.900: dtdebug: merge_fragment(/soc/gpio@7e200000/eth1_pins,/fragment@2/overlay/eth1_pins) 004038.926: dtdebug: +prop(brcm,pins) 004039.807: dtdebug: +prop(brcm,function) 004040.691: dtdebug: +prop(brcm,pull) 004041.585: dtdebug: +prop(phandle) 004042.454: dtdebug: merge_fragment() end 004042.483: dtdebug: merge_fragment() end 004042.678: brfs: File read: 1403 bytes 004050.925: dtdebug: Failed to open overlay file 'overlays/pi3-disable-bt.dtbo' 004050.938: Failed to load overlay 'pi3-disable-bt' 004051.968: dtdebug: Opened overlay file 'overlays/dwc2.dtbo' 004052.373: brfs: File read: /mfs/sd/overlays/dwc2.dtbo 004059.503: Loaded overlay 'dwc2' 004059.520: dtparam: dr_mode=host 004059.609: dtdebug: found override dr_mode 004059.645: dtdebug: override dr_mode: string target 'dr_mode' 004068.543: dtdebug: merge_fragment(/soc/usb@7e980000,/fragment@0/overlay) 004068.571: dtdebug: +prop(compatible) 004069.106: dtdebug: +prop(dr_mode) 004070.035: dtdebug: +prop(g-np-tx-fifo-size) 004070.970: dtdebug: +prop(g-rx-fifo-size) 004071.915: dtdebug: +prop(g-tx-fifo-size) 004072.868: dtdebug: +prop(status) 004073.560: dtdebug: merge_fragment() end 004079.408: brfs: File read: 801 bytes 004079.800: brfs: File read: /mfs/sd/cmdline.txt 004079.835: Read command line from file 'cmdline.txt': 004079.849: 'root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200' 004771.886: dtparam: cam0-pwdn=3 004774.837: dtdebug: found override cam0-pwdn 004774.870: dtparam: cam0-led=2 004777.827: dtdebug: found override cam0-led 004777.859: dtparam: cam1-pwdn=3 004780.985: dtdebug: /overrides has no cam1-pwdn property 004780.998: Unknown dtparam 'cam1-pwdn' - ignored 004781.031: dtparam: cam1-led=30 004784.149: dtdebug: /overrides has no cam1-led property 004784.162: Unknown dtparam 'cam1-led' - ignored 004784.217: dtparam: arm_freq=1200000000 004787.175: dtdebug: found override arm_freq 004787.231: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 004795.457: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 004803.721: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 004812.049: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 004820.449: dtparam: core_freq=400000000 004823.581: dtdebug: /overrides** has no core_freq property 004823.594: Unknown dtparam 'core_freq' - ignored 004832.446: gpioman: gpioman_get_pin_num: pin WL_ON not defined 004832.463: dtdebug: delete_node(/hat) 004840.456: brfs: File read: 65 bytes 005430.235: brfs: File read: /mfs/sd/zImage 005430.259: Loading 'zImage' to 0x8000 size 0x64dd30 005430.290: Device tree loaded to 0x2eff8500 (size 0x7a35) 005432.607: gpioman: gpioman_get_pin_num: pin SDCARD_CONTROL_POWER not defined 008077.778: vchiq_core: vchiq_init_state: slot_zero = 0xf4180000, is_master = 1

vcdbg output normally: 002431.497: brfs: File read: /mfs/sd/config.txt 002432.165: brfs: File read: 398 bytes 002433.927: brfs: File read: /mfs/sd/dt-blob.bin 002440.526: brfs: File read: 16134 bytes 002441.077: brfs: File read: /mfs/sd/config.txt 003441.697: gpioman: gpioman_get_pin_num: pin DISPLAY_SDA not defined 003441.726: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not defined 004061.404: gpioman: gpioman_get_pin_num: pin FLASH_0_ENABLE not defined 004061.431: gpioman: gpioman_get_pin_num: pin FLASH_0_INDICATOR not defined 004061.479: gpioman: gpioman_get_pin_num: pin FLASH_0_ENABLE not defined 004061.507: gpioman: gpioman_get_pin_num: pin FLASH_0_INDICATOR not defined 004061.578: gpioman: gpioman_get_pin_num: pin BT_ON not defined 004061.598: gpioman: gpioman_get_pin_num: pin WL_ON not defined 004091.682: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not defined 004091.741: *** Restart logging 004091.767: brfs: File read: 398 bytes 004091.943: hdmi: HDMI:hdmi_get_state is deprecated, use hdmi_get_display_state instead 004091.965: HDMI0: hdmi_pixel_encoding: 162000000 004092.219: vec: vec_middleware_power_on: vec_base: 0x7e806000 rev-id 0x00002708 @ vec: 0x7e806100 @ 0x00000420 enc: 0x7e806060 @ 0x00000220 cgmsae: 0x7e80605c @ 0x00000000 004093.298: dtb_file 'bcm2710-rpi-cm3.dtb' 004093.315: Trying Device Tree file 'bcm2710-rpi-cm3.dtb' 004099.194: brfs: File read: /mfs/sd/bcm2710-rpi-cm3.dtb 004099.218: Loading 'bcm2710-rpi-cm3.dtb' to 0x100 size 0x72e6 004109.474: dtdebug: delete_node(/local_fixups) 004112.660: brfs: File read: 29414 bytes 004121.018: dtdebug: using platform 'bcm2835' 004121.035: dtdebug: overlay map not loaded 004122.739: dtdebug: /aliases:i2c_vc=i2c0 004128.303: dtdebug: /symbols:i2c_vc=i2c0 004132.217: dtdebug: /overrides:i2c_vc=i2c0 004140.031: dtdebug: /overrides:i2c_vc_baudrate=i2c0_baudrate 004141.770: dtdebug: /aliases:i2c=i2c1 004147.472: dtdebug: /symbols:i2c=i2c1 004151.377: dtdebug: /overrides:i2c=i2c1 004153.106: dtdebug: /aliases:i2c_arm=i2c1 004158.755: dtdebug: /symbols:i2c_arm=i2c1 004162.724: dtdebug: /overrides:i2c_arm=i2c1 004170.693: dtdebug: /overrides:i2c_baudrate=i2c1_baudrate 004178.740: dtdebug: /overrides:i2c_arm_baudrate=i2c1_baudrate 004190.841: dtparam: uart0_clkrate=48000000 004193.889: dtdebug: /overrides has no uart0_clkrate property 004193.905: Unknown dtparam 'uart0_clkrate' - ignored 004194.474: brfs: File read: /mfs/sd/config.txt 004194.663: brfs: File read: 398 bytes 004202.858: dtdebug: Opened overlay file 'overlays/miniuart-bt.dtbo' 004204.484: brfs: File read: /mfs/sd/overlays/miniuart-bt.dtbo 004211.863: dterror: can't find symbol 'uart0_pins' 004211.877: Failed to resolve overlay 'miniuart-bt' 004211.934: dtparam: spi=on 004214.832: dtdebug: found override spi 004214.870: dtdebug: override spi: string target 'status' 004219.424: brfs: File read: 1819 bytes 004224.277: dtdebug: Opened overlay file 'overlays/enc28j60.dtbo' 004225.974: brfs: File read: /mfs/sd/overlays/enc28j60.dtbo 004236.467: Loaded overlay 'enc28j60' 004245.482: dtdebug: merge_fragment(/soc/spi@7e204000,/fragment@0/overlay) 004245.511: dtdebug: +prop(#address-cells) 004246.177: dtdebug: +prop(#size-cells) 004246.828: dtdebug: +prop(status) 004250.290: dtdebug: merge_fragment(/soc/spi@7e204000/enc28j60@0,/fragment@0/overlay/enc28j60@0) 004250.315: dtdebug: +prop(compatible) 004250.939: dtdebug: +prop(reg) 004251.605: dtdebug: +prop(pinctrl-names) 004252.295: dtdebug: +prop(pinctrl-0) 004253.012: dtdebug: +prop(interrupt-parent) 004253.662: dtdebug: +prop(interrupts) 004254.356: dtdebug: +prop(spi-max-frequency) 004255.097: dtdebug: +prop(status) 004255.801: dtdebug: +prop(phandle) 004256.512: dtdebug: merge_fragment() end 004256.548: dtdebug: merge_fragment() end 004262.756: dtdebug: merge_fragment(/soc/spi@7e204000/spidev@0,/fragment@1/overlay) 004262.784: dtdebug: +prop(status) 004263.490: dtdebug: merge_fragment() end 004265.224: dtdebug: merge_fragment(/soc/gpio@7e200000,/fragment@2/overlay) 004269.487: dtdebug: merge_fragment(/soc/gpio@7e200000/eth1_pins,/fragment@2/overlay/eth1_pins) 004269.513: dtdebug: +prop(brcm,pins) 004270.394: dtdebug: +prop(brcm,function) 004271.279: dtdebug: +prop(brcm,pull) 004272.172: dtdebug: +prop(phandle) 004273.042: dtdebug: merge_fragment() end 004273.070: dtdebug: merge_fragment() end 004273.266: brfs: File read: 1403 bytes 004281.511: dtdebug: Failed to open overlay file 'overlays/pi3-disable-bt.dtbo' 004281.523: Failed to load overlay 'pi3-disable-bt' 004282.554: dtdebug: Opened overlay file 'overlays/dwc2.dtbo' 004282.959: brfs: File read: /mfs/sd/overlays/dwc2.dtbo 004290.090: Loaded overlay 'dwc2' 004290.106: dtparam: dr_mode=host 004290.195: dtdebug: found override dr_mode 004290.232: dtdebug: override dr_mode: string target 'dr_mode' 004299.128: dtdebug: merge_fragment(/soc/usb@7e980000,/fragment@0/overlay) 004299.156: dtdebug: +prop(compatible) 004299.692: dtdebug: +prop(dr_mode) 004300.622: dtdebug: +prop(g-np-tx-fifo-size) 004301.557: dtdebug: +prop(g-rx-fifo-size) 004302.502: dtdebug: +prop(g-tx-fifo-size) 004303.455: dtdebug: +prop(status) 004304.135: dtdebug: merge_fragment() end 004309.994: brfs: File read: 801 bytes 004310.386: brfs: File read: /mfs/sd/cmdline.txt 004310.422: Read command line from file 'cmdline.txt': 004310.436: 'root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200' 004994.949: dtparam: cam0-pwdn=3 004997.890: dtdebug: found override cam0-pwdn 004997.923: dtparam: cam0-led=2 005000.873: dtdebug: found override cam0-led 005000.905: dtparam: cam1-pwdn=3 005004.018: dtdebug: /overrides has no cam1-pwdn property 005004.030: Unknown dtparam 'cam1-pwdn' - ignored 005004.063: dtparam: cam1-led=30 005007.191: dtdebug: /overrides has no cam1-led property 005007.205: Unknown dtparam 'cam1-led' - ignored 005007.259: dtparam: arm_freq=1200000000 005010.232: dtdebug: found override arm_freq 005010.288: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 005018.491: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 005026.784: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 005035.100: dtdebug: override arm_freq: cell target clock-frequency @ offset 0 (size 4) 005043.499: dtparam: core_freq=400000000 005046.646: dtdebug: /overrides has no core_freq property 005046.660: Unknown dtparam 'core_freq' - ignored 005055.494: gpioman: gpioman_get_pin_num: pin WL_ON not defined 005055.511: dtdebug: delete_node(/hat) 005063.509: brfs: File read: 65 bytes 005653.029: brfs: File read: /mfs/sd/zImage 005653.052: Loading 'zImage' to 0x8000 size 0x64dd30 005653.083: Device tree loaded to 0x2eff8500 (size 0x7a35) 005657.075: gpioman: gpioman_get_pin_num: pin SDCARD_CONTROL_POWER not defined 008301.834: vchiq_core: vchiq_init_state: slot_zero = 0xf4180000, is_master = 1 014601.846: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3 014902.554: camsubs: Camera not found 014902.648: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3 015203.361: camsubs: Camera not found 015203.452: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3 015204.156: camsubs: Camera not found 015204.239: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3 015204.945: camsubs: Camera not found 015205.028: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3 015205.220: camsubs: Camera not found 015205.302: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3 015206.010: camsubs: Camera not found 015214.697: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3 015515.407: camsubs: Camera not found 015515.499: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3 015816.208: camsubs: Camera not found 015816.301: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3 015817.005: camsubs: Camera not found 015817.089: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3 015818.699: camsubs: Camera found OK 020511.287: gpioman: gpioman_get_pin_num: pin FLASH_0_ENABLE not defined 020511.306: gpioman: gpioman_get_pin_num: pin FLASH_0_INDICATOR not defined

pelwell commented 2 years ago

Those two logs are identical, which is almost impossible - did you paste the same one twice?

bhjelstrom commented 2 years ago

I fixed the previous post. Here is more output from a recent reproduction of the issue (vcdbg, dmesg, journalctl). Interestingly, the vcdbg output shows that the camera was found, but we still see "bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)"

config:

start_file=start_x.elf
fixup_file=fixup_x.dat
boot_delay=1
kernel=zImage
gpu_mem=128
hdmi_ignore_hotplug=1
hdmi_ignore_edid=0xa5000080
dtoverlay=miniuart-bt
disable_splash=1
dtparam=spi=on
dtoverlay=enc28j60
dtoverlay=pi3-disable-bt
enable_uart=1
dtoverlay=dwc2,dr_mode=host

The issue continues to occur (intermittently, roughly once per 20-30 boots) after increasing CMA size to 256MB from 64MB

VCDBG

$ sudo vcdbg log msg >> log.txt
002251.735: brfs: File read: /mfs/sd/config.txt
002252.405: brfs: File read: 398 bytes
002254.167: brfs: File read: /mfs/sd/dt-blob.bin
002260.765: brfs: File read: 16134 bytes
002261.326: brfs: File read: /mfs/sd/config.txt
003261.944: gpioman: gpioman_get_pin_num: pin DISPLAY_SDA not defined
003261.973: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not defined
003881.660: gpioman: gpioman_get_pin_num: pin FLASH_0_ENABLE not defined
003881.687: gpioman: gpioman_get_pin_num: pin FLASH_0_INDICATOR not defined
003881.735: gpioman: gpioman_get_pin_num: pin FLASH_0_ENABLE not defined
003881.763: gpioman: gpioman_get_pin_num: pin FLASH_0_INDICATOR not defined
003881.834: gpioman: gpioman_get_pin_num: pin BT_ON not defined
003881.853: gpioman: gpioman_get_pin_num: pin WL_ON not defined
003911.939: gpioman: gpioman_get_pin_num: pin LEDS_PWR_OK not defined
003911.998: *** Restart logging
003912.024: brfs: File read: 398 bytes
003912.212: hdmi: HDMI:hdmi_get_state is deprecated, use hdmi_get_display_state instead
003912.233: HDMI0: hdmi_pixel_encoding: 162000000
003912.488: vec: vec_middleware_power_on: vec_base: 0x7e806000 rev-id 0x00002708 @ vec: 0x7e806100 @ 0x00000420 enc: 0x7e806060 @ 0x00000220 cgmsae: 0x7e80605c @ 0x00000000
003913.566: dtb_file 'bcm2710-rpi-cm3.dtb'
003913.583: Trying Device Tree file 'bcm2710-rpi-cm3.dtb'
003919.465: brfs: File read: /mfs/sd/bcm2710-rpi-cm3.dtb
003919.490: Loading 'bcm2710-rpi-cm3.dtb' to 0x100 size 0x72e6
003929.754: dtdebug: delete_node(/__local_fixups__)
003932.943: brfs: File read: 29414 bytes
003941.299: dtdebug: using platform 'bcm2835'
003941.316: dtdebug: overlay map not loaded
003943.021: dtdebug: /aliases:i2c_vc=i2c0
003948.584: dtdebug: /__symbols__:i2c_vc=i2c0
003952.498: dtdebug: /__overrides__:i2c_vc=i2c0
003960.311: dtdebug: /__overrides__:i2c_vc_baudrate=i2c0_baudrate
003962.051: dtdebug: /aliases:i2c=i2c1
003967.752: dtdebug: /__symbols__:i2c=i2c1
003971.658: dtdebug: /__overrides__:i2c=i2c1
003973.387: dtdebug: /aliases:i2c_arm=i2c1
003979.037: dtdebug: /__symbols__:i2c_arm=i2c1
003983.006: dtdebug: /__overrides__:i2c_arm=i2c1
003990.976: dtdebug: /__overrides__:i2c_baudrate=i2c1_baudrate
003999.022: dtdebug: /__overrides__:i2c_arm_baudrate=i2c1_baudrate
004011.123: dtparam: uart0_clkrate=48000000
004014.173: dtdebug: /__overrides__ has no uart0_clkrate property
004014.188: Unknown dtparam 'uart0_clkrate' - ignored
004014.758: brfs: File read: /mfs/sd/config.txt
004014.948: brfs: File read: 398 bytes
004022.930: dtdebug: Opened overlay file 'overlays/miniuart-bt.dtbo'
004024.555: brfs: File read: /mfs/sd/overlays/miniuart-bt.dtbo
004031.919: dterror: can't find symbol 'uart0_pins'
004031.933: Failed to resolve overlay 'miniuart-bt'
004031.989: dtparam: spi=on
004034.889: dtdebug: found override spi
004034.928: dtdebug:   override spi: string target 'status'
004039.480: brfs: File read: 1819 bytes
004044.552: dtdebug: Opened overlay file 'overlays/enc28j60.dtbo'
004046.248: brfs: File read: /mfs/sd/overlays/enc28j60.dtbo
004056.727: Loaded overlay 'enc28j60'
004065.758: dtdebug: merge_fragment(/soc/spi@7e204000,/fragment@0/__overlay__)
004065.787: dtdebug:   +prop(#address-cells)
004066.442: dtdebug:   +prop(#size-cells)
004067.092: dtdebug:   +prop(status)
004070.545: dtdebug: merge_fragment(/soc/spi@7e204000/enc28j60@0,/fragment@0/__overlay__/enc28j60@0)
004070.570: dtdebug:   +prop(compatible)
004071.195: dtdebug:   +prop(reg)
004071.861: dtdebug:   +prop(pinctrl-names)
004072.551: dtdebug:   +prop(pinctrl-0)
004073.268: dtdebug:   +prop(interrupt-parent)
004073.918: dtdebug:   +prop(interrupts)
004074.613: dtdebug:   +prop(spi-max-frequency)
004075.355: dtdebug:   +prop(status)
004076.059: dtdebug:   +prop(phandle)
004076.768: dtdebug: merge_fragment() end
004076.803: dtdebug: merge_fragment() end
004083.012: dtdebug: merge_fragment(/soc/spi@7e204000/spidev@0,/fragment@1/__overlay__)
004083.040: dtdebug:   +prop(status)
004083.745: dtdebug: merge_fragment() end
004085.492: dtdebug: merge_fragment(/soc/gpio@7e200000,/fragment@2/__overlay__)
004089.741: dtdebug: merge_fragment(/soc/gpio@7e200000/eth1_pins,/fragment@2/__overlay__/eth1_pins)
004089.767: dtdebug:   +prop(brcm,pins)
004090.648: dtdebug:   +prop(brcm,function)
004091.532: dtdebug:   +prop(brcm,pull)
004092.425: dtdebug:   +prop(phandle)
004093.295: dtdebug: merge_fragment() end
004093.323: dtdebug: merge_fragment() end
004093.518: brfs: File read: 1403 bytes
004101.768: dtdebug: Failed to open overlay file 'overlays/pi3-disable-bt.dtbo'
004101.781: Failed to load overlay 'pi3-disable-bt'
004102.811: dtdebug: Opened overlay file 'overlays/dwc2.dtbo'
004103.216: brfs: File read: /mfs/sd/overlays/dwc2.dtbo
004110.346: Loaded overlay 'dwc2'
004110.363: dtparam: dr_mode=host
004110.452: dtdebug: found override dr_mode
004110.488: dtdebug:   override dr_mode: string target 'dr_mode'
004119.386: dtdebug: merge_fragment(/soc/usb@7e980000,/fragment@0/__overlay__)
004119.414: dtdebug:   +prop(compatible)
004119.949: dtdebug:   +prop(dr_mode)
004120.878: dtdebug:   +prop(g-np-tx-fifo-size)
004121.813: dtdebug:   +prop(g-rx-fifo-size)
004122.758: dtdebug:   +prop(g-tx-fifo-size)
004123.711: dtdebug:   +prop(status)
004124.403: dtdebug: merge_fragment() end
004130.251: brfs: File read: 801 bytes
004130.643: brfs: File read: /mfs/sd/cmdline.txt
004130.679: Read command line from file 'cmdline.txt':
004130.693: 'root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200'
004820.620: dtparam: cam0-pwdn=3
004823.559: dtdebug: found override cam0-pwdn
004823.592: dtparam: cam0-led=2
004826.556: dtdebug: found override cam0-led
004826.588: dtparam: cam1-pwdn=3
004829.718: dtdebug: /__overrides__ has no cam1-pwdn property
004829.731: Unknown dtparam 'cam1-pwdn' - ignored
004829.764: dtparam: cam1-led=30
004832.881: dtdebug: /__overrides__ has no cam1-led property
004832.895: Unknown dtparam 'cam1-led' - ignored
004832.949: dtparam: arm_freq=1200000000
004835.909: dtdebug: found override arm_freq
004835.965: dtdebug:   override arm_freq: cell target clock-frequency @ offset 0 (size 4)
004844.164: dtdebug:   override arm_freq: cell target clock-frequency @ offset 0 (size 4)
004852.454: dtdebug:   override arm_freq: cell target clock-frequency @ offset 0 (size 4)
004860.767: dtdebug:   override arm_freq: cell target clock-frequency @ offset 0 (size 4)
004869.182: dtparam: core_freq=400000000
004872.312: dtdebug: /__overrides__ has no core_freq property
004872.326: Unknown dtparam 'core_freq' - ignored
004881.178: gpioman: gpioman_get_pin_num: pin WL_ON not defined
004881.195: dtdebug: delete_node(/hat)
004889.187: brfs: File read: 65 bytes
005478.930: brfs: File read: /mfs/sd/zImage
005478.953: Loading 'zImage' to 0x8000 size 0x64dd30
005478.985: Device tree loaded to 0x2eff8500 (size 0x7a35)
005481.315: gpioman: gpioman_get_pin_num: pin SDCARD_CONTROL_POWER not defined
008118.927: vchiq_core: vchiq_init_state: slot_zero = 0xead80000, is_master = 1
014107.501: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3
014408.217: camsubs: Camera not found
014408.309: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3
014709.022: camsubs: Camera not found
014709.113: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3
014709.819: camsubs: Camera not found
014709.902: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3
014710.609: camsubs: Camera not found
014710.695: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3
014710.888: camsubs: Camera not found
014710.970: camsubs: Looking for camera 0: i2c_port = 0, led gpio = 2, power enable gpio = 3
014711.677: camsubs: Camera not found
014720.376: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3
015021.095: camsubs: Camera not found
015021.185: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3
015321.896: camsubs: Camera not found
015321.986: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3
015322.691: camsubs: Camera not found
015322.774: camsubs: Looking for camera 1: i2c_port = 0, led gpio = 30, power enable gpio = 3
015324.386: camsubs: Camera found OK

DMESG

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.32-v7 (brandon@brandon) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2022.02.1) 9.4.0, GNU ld (GNU Binutils) 2.32) #1 SMP Wed Apr 27 12:08:55 PDT 2022
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0
[    0.000000] random: fast init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x2ac00000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000] percpu: Embedded 16 pages/cpu s35660 r8192 d21684 u65536
[    0.000000] pcpu-alloc: s35660 r8192 d21684 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 194880
[    0.000000] Kernel command line: coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:CB:3F:95 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 695404K/786432K available (10240K kernel code, 1341K rwdata, 3096K rodata, 1024K init, 568K bss, 25492K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 33175 entries in 98 pages
[    0.000000] ftrace: allocated 98 pages with 3 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x520/0x710 with crng_init=1
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000024] Switching to timer-based delay loop, resolution 52ns
[    0.000338] Console: colour dummy device 80x30
[    0.001166] printk: console [tty1] enabled
[    0.001245] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001306] pid_max: default: 32768 minimum: 301
[    0.001493] LSM: Security Framework initializing
[    0.001694] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001747] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003259] cgroup: Disabling memory control group subsystem
[    0.003553] CPU: Testing write buffer coherency: ok
[    0.004117] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005360] Setting up static identity map for 0x100000 - 0x10003c
[    0.005573] rcu: Hierarchical SRCU implementation.
[    0.006524] smp: Bringing up secondary CPUs ...
[    0.007698] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.008974] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.010278] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.010427] smp: Brought up 1 node, 4 CPUs
[    0.010485] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.010521] CPU: All CPU(s) started in HYP mode.
[    0.010549] CPU: Virtualization extensions available.
[    0.011448] devtmpfs: initialized
[    0.029048] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.029365] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.029432] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.032651] pinctrl core: initialized pinctrl subsystem
[    0.034069] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.038500] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.044248] audit: initializing netlink subsys (disabled)
[    0.044557] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.045176] thermal_sys: Registered thermal governor 'step_wise'
[    0.046068] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.046136] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.046433] Serial: AMBA PL011 UART driver
[    0.054438] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.080118] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:21:51, variant start_x
[    0.090134] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
[    0.138681] Kprobes globally optimized
[    0.143691] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.147692] SCSI subsystem initialized
[    0.147982] usbcore: registered new interface driver usbfs
[    0.148070] usbcore: registered new interface driver hub
[    0.148163] usbcore: registered new device driver usb
[    0.148498] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.148954] pps_core: LinuxPPS API ver. 1 registered
[    0.148988] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.149060] PTP clock support registered
[    0.151630] clocksource: Switched to clocksource arch_sys_counter
[    0.222421] VFS: Disk quotas dquot_6.6.0
[    0.222574] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.222803] FS-Cache: Loaded
[    0.223111] CacheFiles: Loaded
[    0.234466] NET: Registered PF_INET protocol family
[    0.234766] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.236462] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.236541] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.236689] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.236907] TCP: Hash tables configured (established 8192 bind 8192)
[    0.237103] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.237186] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.237502] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.242694] RPC: Registered named UNIX socket transport module.
[    0.242733] RPC: Registered udp transport module.
[    0.242764] RPC: Registered tcp transport module.
[    0.242793] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.768641] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    1.772609] Initialise system trusted keyrings
[    1.772954] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.782993] zbud: loaded
[    1.785130] FS-Cache: Netfs 'nfs' registered for caching
[    1.786180] NFS: Registering the id_resolver key type
[    1.786261] Key type id_resolver registered
[    1.786292] Key type id_legacy registered
[    1.786451] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.786489] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.787803] Key type asymmetric registered
[    1.787838] Asymmetric key parser 'x509' registered
[    1.787953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.787997] io scheduler mq-deadline registered
[    1.788029] io scheduler kyber registered
[    1.794335] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.806131] Console: switching to colour frame buffer device 82x26
[    1.813401] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[    1.824218] bcm2835-rng 3f104000.rng: hwrng registered
[    1.827217] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.833608] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    1.851549] brd: module loaded
[    1.864405] loop: module loaded
[    1.867785] Loading iSCSI transport class v2.0-870.
[    1.872428] usbcore: registered new interface driver lan78xx
[    1.875162] usbcore: registered new interface driver smsc95xx
[    1.877713] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.880495] dwc_otg: FIQ enabled
[    1.880509] dwc_otg: NAK holdoff enabled
[    1.880521] dwc_otg: FIQ split-transaction FSM enabled
[    1.880538] Module dwc_common_port init
[    1.880770] usbcore: registered new interface driver usb-storage
[    1.883652] mousedev: PS/2 mouse device common for all mice
[    1.889320] sdhci: Secure Digital Host Controller Interface driver
[    1.891892] sdhci: Copyright(c) Pierre Ossman
[    1.894792] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.898775] ledtrig-cpu: registered to indicate activity on CPUs
[    1.901680] hid: raw HID events driver (C) Jiri Kosina
[    1.904385] usbcore: registered new interface driver usbhid
[    1.906939] usbhid: USB HID core driver
[    1.914426] Initializing XFRM netlink socket
[    1.916919] NET: Registered PF_PACKET protocol family
[    1.919454] Key type dns_resolver registered
[    1.922309] Registering SWP/SWPB emulation handler
[    1.925252] registered taskstats version 1
[    1.927417] Loading compiled-in X.509 certificates
[    1.930436] Key type ._fscrypt registered
[    1.932674] Key type .fscrypt registered
[    1.934827] Key type fscrypt-provisioning registered
[    1.948670] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    1.951134] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    2.858811] printk: console [ttyAMA0] enabled
[    2.868360] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.877572] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.889019] sdhost: log_buf @ (ptrval) (ead01000)
[    2.944814] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.975518] of_cfs_init
[    2.980562] of_cfs_init: OK
[    2.986876] uart-pl011 3f201000.serial: no DMA platform data
[    2.995225] Waiting for root device /dev/mmcblk0p2...
[    3.050910] mmc0: new high speed MMC card at address 0001
[    3.059710] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB 
[    3.069602]  mmcblk0: p1 p2
[    3.075364] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
[    3.082559] mmcblk0boot0: mmc0:0001 BJTD4R 4.00 MiB 
[    3.092213] mmcblk0boot1: mmc0:0001 BJTD4R 4.00 MiB 
[    3.101524] mmcblk0rpmb: mmc0:0001 BJTD4R 4.00 MiB, chardev (244:0)
[    3.132142] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    3.141964] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    3.174614] EXT4-fs (mmcblk0p2): recovery complete
[    3.183132] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.197524] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.207522] devtmpfs: mounted
[    3.221772] Freeing unused kernel image (initmem) memory: 1024K
[    3.230545] Run /sbin/init as init process
[    3.236952]   with arguments:
[    3.236964]     /sbin/init
[    3.236977]   with environment:
[    3.236987]     HOME=/
[    3.236999]     TERM=linux
[    3.572475] systemd[1]: System time before build time, advancing clock.
[    3.703902] NET: Registered PF_INET6 protocol family
[    3.713072] Segment Routing with IPv6
[    3.719202] In-situ OAM (IOAM) with IPv6
[    3.777745] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK -SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
[    3.823216] systemd[1]: Detected architecture arm.
[    3.862788] systemd[1]: Hostname set to <scll>.
[    4.536128] systemd[1]: Queued start job for default target Multi-User System.
[    4.548124] random: systemd: uninitialized urandom read (16 bytes read)
[    4.560818] systemd[1]: Created slice Slice /system/modprobe.
[    4.601989] random: systemd: uninitialized urandom read (16 bytes read)
[    4.613476] systemd[1]: Created slice Slice /system/serial-getty.
[    4.651916] random: systemd: uninitialized urandom read (16 bytes read)
[    4.662666] systemd[1]: Created slice User and Session Slice.
[    4.702378] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.752195] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.802786] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.852344] systemd[1]: Reached target Network is Online.
[    4.891930] systemd[1]: Reached target Path Units.
[    4.931983] systemd[1]: Reached target Remote File Systems.
[    4.971897] systemd[1]: Reached target Slice Units.
[    5.012001] systemd[1]: Reached target Swaps.
[    5.053370] systemd[1]: Listening on Journal Audit Socket.
[    5.092881] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.132984] systemd[1]: Listening on Journal Socket.
[    5.176779] systemd[1]: Listening on udev Control Socket.
[    5.212839] systemd[1]: Listening on udev Kernel Socket.
[    5.252877] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    5.274959] systemd[1]: Mounting POSIX Message Queue File System...
[    5.316605] systemd[1]: Mounting Kernel Debug File System...
[    5.356546] systemd[1]: Mounting Kernel Trace File System...
[    5.397504] systemd[1]: Mounting Temporary Directory /tmp...
[    5.437759] systemd[1]: Starting Create List of Static Device Nodes...
[    5.487555] systemd[1]: Starting Load Kernel Module configfs...
[    5.527276] systemd[1]: Starting Load Kernel Module drm...
[    5.567448] systemd[1]: Starting Load Kernel Module fuse...
[    5.603132] fuse: init (API version 7.34)
[    5.608118] systemd[1]: Starting File System Check on Root Device...
[    5.663210] systemd[1]: Starting Journal Service...
[    5.675361] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[    5.694172] systemd[1]: Starting Generate network units from Kernel command line...
[    5.723576] systemd[1]: Starting Apply Kernel Variables...
[    5.787105] systemd[1]: Starting Coldplug All udev Devices...
[    5.843560] systemd[1]: Started Journal Service.
[    6.380978] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[    6.553169] systemd-journald[111]: Received client request to flush runtime journal.
[    6.847650] audit: type=1334 audit(1646984016.259:2): prog-id=6 op=LOAD
[    6.857060] audit: type=1334 audit(1646984016.259:3): prog-id=7 op=LOAD
[    6.866291] audit: type=1334 audit(1646984016.259:4): prog-id=8 op=LOAD
[    7.351423] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    7.380484] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    7.397600] [vc_sm_connected_init]: start
[    7.407869] [vc_sm_connected_init]: installed successfully
[    7.425122] mc: Linux media interface: v0.10
[    7.511495] videodev: Linux video capture interface: v2.00
[    7.634175] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.634684] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.644876] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.731870] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    7.749758] audit: type=1334 audit(1646984017.169:5): prog-id=9 op=LOAD
[    7.752743] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    7.763777] audit: type=1334 audit(1646984017.169:6): prog-id=10 op=LOAD
[    7.788649] audit: type=1334 audit(1646984017.169:7): prog-id=11 op=LOAD
[    7.857698] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    7.872073] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator
[    7.888675] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator
[    7.898477] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    7.910590] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    7.931932] : Unregister from media controller
[    7.938172] (efault): Unregistering node (null)[0] device node /dev/video0
[    7.946743] (efault): Unregistering node (null)[0] device node /dev/video0
[    7.946759] (efault): Unregistering node (null)[0] device node /dev/video0
[    7.946766] (efault): Unregistering node (null)[0] device node /dev/video0
[    7.965413] dwc2 3f980000.usb: DWC OTG Controller
[    7.988622] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
[    7.997595] dwc2 3f980000.usb: irq 66, io mem 0x3f980000
[    8.004986] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    8.016735] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.026231] usb usb1: Product: DWC OTG Controller
[    8.032267] usb usb1: Manufacturer: Linux 5.15.32-v7 dwc2_hsotg
[    8.039492] usb usb1: SerialNumber: 3f980000.usb
[    8.049397] hub 1-0:1.0: USB hub found
[    8.054967] hub 1-0:1.0: 1 port detected
[    8.073104] enc28j60 spi0.0: Ethernet driver 1.02 loaded
[    8.089448] 8021q: 802.1Q VLAN Support v1.8
[    8.218234] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.256581] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.264937] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.283762] cfg80211: failed to load regulatory.db
[    8.432624] enc28j60 spi0.0 eth0: link down
[    8.438249] enc28j60 spi0.0 eth0: multicast mode
[    8.444577] enc28j60 spi0.0 eth0: multicast mode
[    9.120592] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    9.130912] bcm2835-v4l2-0: mmal_init: vchiq mmal init failed -19
[    9.138348] bcm2835-v4l2-0: bcm2835_mmal_probe: mmal init failed: -19
[   10.294683] enc28j60 spi0.0 eth0: link up - Half duplex
[   10.301295] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   10.311092] enc28j60 spi0.0 eth0: multicast mode
[   10.671652] random: crng init done
[   10.676360] random: 7 urandom warning(s) missed due to ratelimiting
[   16.893566] enc28j60 spi0.0 eth0: multicast mode
[   33.111681] cam-dummy-reg: disabling

JOURNALCTL


Mar 11 07:33:35 scll kernel: Booting Linux on physical CPU 0x0
Mar 11 07:33:35 scll kernel: Linux version 5.15.32-v7 (brandon@brandon) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2022.02.1) 9.4.0, GNU ld (GNU Binutils) 2.32) #1 SMP Wed Apr 27 12:08:55 PDT 2022
Mar 11 07:33:35 scll kernel: CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
Mar 11 07:33:35 scll kernel: CPU: div instructions available: patching division code
Mar 11 07:33:35 scll kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Mar 11 07:33:35 scll kernel: OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0
Mar 11 07:33:35 scll kernel: random: fast init done
Mar 11 07:33:35 scll kernel: Memory policy: Data cache writealloc
Mar 11 07:33:35 scll kernel: Reserved memory: created CMA memory pool at 0x2ac00000, size 64 MiB
Mar 11 07:33:35 scll kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Mar 11 07:33:35 scll kernel: Zone ranges:
Mar 11 07:33:35 scll kernel:   DMA      [mem 0x0000000000000000-0x000000002fffffff]
Mar 11 07:33:35 scll kernel:   Normal   empty
Mar 11 07:33:35 scll kernel: Movable zone start for each node
Mar 11 07:33:35 scll kernel: Early memory node ranges
Mar 11 07:33:35 scll kernel:   node   0: [mem 0x0000000000000000-0x000000002fffffff]
Mar 11 07:33:35 scll kernel: Initmem setup node 0 [mem 0x0000000000000000-0x000000002fffffff]
Mar 11 07:33:35 scll kernel: percpu: Embedded 16 pages/cpu s35660 r8192 d21684 u65536
Mar 11 07:33:35 scll kernel: pcpu-alloc: s35660 r8192 d21684 u65536 alloc=16*4096
Mar 11 07:33:35 scll kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Mar 11 07:33:35 scll kernel: Built 1 zonelists, mobility grouping on.  Total pages: 194880
Mar 11 07:33:35 scll kernel: Kernel command line: coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:CB:3F:95 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200
Mar 11 07:33:35 scll kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
Mar 11 07:33:35 scll kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
Mar 11 07:33:35 scll kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Mar 11 07:33:35 scll kernel: Memory: 695404K/786432K available (10240K kernel code, 1341K rwdata, 3096K rodata, 1024K init, 568K bss, 25492K reserved, 65536K cma-reserved)
Mar 11 07:33:35 scll kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Mar 11 07:33:35 scll kernel: ftrace: allocating 33175 entries in 98 pages
Mar 11 07:33:35 scll kernel: ftrace: allocated 98 pages with 3 groups
Mar 11 07:33:35 scll kernel: trace event string verifier disabled
Mar 11 07:33:35 scll kernel: rcu: Hierarchical RCU implementation.
Mar 11 07:33:35 scll kernel:         Rude variant of Tasks RCU enabled.
Mar 11 07:33:35 scll kernel:         Tracing variant of Tasks RCU enabled.
Mar 11 07:33:35 scll kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Mar 11 07:33:35 scll kernel: NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Mar 11 07:33:35 scll kernel: random: get_random_bytes called from start_kernel+0x520/0x710 with crng_init=1
Mar 11 07:33:35 scll kernel: arch_timer: cp15 timer(s) running at 19.20MHz (phys).
Mar 11 07:33:35 scll kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Mar 11 07:33:35 scll kernel: sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Mar 11 07:33:35 scll kernel: Switching to timer-based delay loop, resolution 52ns
Mar 11 07:33:35 scll kernel: Console: colour dummy device 80x30
Mar 11 07:33:35 scll kernel: printk: console [tty1] enabled
Mar 11 07:33:35 scll kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Mar 11 07:33:35 scll kernel: pid_max: default: 32768 minimum: 301
Mar 11 07:33:35 scll kernel: LSM: Security Framework initializing
Mar 11 07:33:35 scll kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Mar 11 07:33:35 scll kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Mar 11 07:33:35 scll kernel: cgroup: Disabling memory control group subsystem
Mar 11 07:33:35 scll kernel: CPU: Testing write buffer coherency: ok
Mar 11 07:33:35 scll kernel: CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Mar 11 07:33:35 scll kernel: Setting up static identity map for 0x100000 - 0x10003c
Mar 11 07:33:35 scll kernel: rcu: Hierarchical SRCU implementation.
Mar 11 07:33:35 scll kernel: smp: Bringing up secondary CPUs ...
Mar 11 07:33:35 scll kernel: CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Mar 11 07:33:35 scll kernel: CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Mar 11 07:33:35 scll kernel: CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Mar 11 07:33:35 scll kernel: smp: Brought up 1 node, 4 CPUs
Mar 11 07:33:35 scll kernel: SMP: Total of 4 processors activated (153.60 BogoMIPS).
Mar 11 07:33:35 scll kernel: CPU: All CPU(s) started in HYP mode.
Mar 11 07:33:35 scll kernel: CPU: Virtualization extensions available.
Mar 11 07:33:35 scll kernel: devtmpfs: initialized
Mar 11 07:33:35 scll kernel: VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
Mar 11 07:33:35 scll kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Mar 11 07:33:35 scll kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Mar 11 07:33:35 scll kernel: pinctrl core: initialized pinctrl subsystem
Mar 11 07:33:35 scll kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Mar 11 07:33:35 scll kernel: DMA: preallocated 1024 KiB pool for atomic coherent allocations
Mar 11 07:33:35 scll kernel: audit: initializing netlink subsys (disabled)
Mar 11 07:33:35 scll kernel: audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
Mar 11 07:33:35 scll kernel: thermal_sys: Registered thermal governor 'step_wise'
Mar 11 07:33:35 scll kernel: hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Mar 11 07:33:35 scll kernel: hw-breakpoint: maximum watchpoint size is 8 bytes.
Mar 11 07:33:35 scll kernel: Serial: AMBA PL011 UART driver
Mar 11 07:33:35 scll kernel: bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Mar 11 07:33:35 scll kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:21:51, variant start_x
Mar 11 07:33:35 scll kernel: raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
Mar 11 07:33:35 scll kernel: Kprobes globally optimized
Mar 11 07:33:35 scll kernel: bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
Mar 11 07:33:35 scll kernel: SCSI subsystem initialized
Mar 11 07:33:35 scll kernel: usbcore: registered new interface driver usbfs
Mar 11 07:33:35 scll kernel: usbcore: registered new interface driver hub
Mar 11 07:33:35 scll kernel: usbcore: registered new device driver usb
Mar 11 07:33:35 scll kernel: usb_phy_generic phy: supply vcc not found, using dummy regulator
Mar 11 07:33:35 scll kernel: pps_core: LinuxPPS API ver. 1 registered
Mar 11 07:33:35 scll kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Mar 11 07:33:35 scll kernel: PTP clock support registered
Mar 11 07:33:35 scll kernel: clocksource: Switched to clocksource arch_sys_counter
Mar 11 07:33:35 scll kernel: VFS: Disk quotas dquot_6.6.0
Mar 11 07:33:35 scll kernel: VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Mar 11 07:33:35 scll kernel: FS-Cache: Loaded
Mar 11 07:33:35 scll kernel: CacheFiles: Loaded
Mar 11 07:33:35 scll kernel: NET: Registered PF_INET protocol family
Mar 11 07:33:35 scll kernel: IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
Mar 11 07:33:35 scll kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
Mar 11 07:33:35 scll kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
Mar 11 07:33:35 scll kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
Mar 11 07:33:35 scll kernel: TCP: Hash tables configured (established 8192 bind 8192)
Mar 11 07:33:35 scll kernel: UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
Mar 11 07:33:35 scll kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
Mar 11 07:33:35 scll kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Mar 11 07:33:35 scll kernel: RPC: Registered named UNIX socket transport module.
Mar 11 07:33:35 scll kernel: RPC: Registered udp transport module.
Mar 11 07:33:35 scll kernel: RPC: Registered tcp transport module.
Mar 11 07:33:35 scll kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Mar 11 07:33:35 scll kernel: hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
Mar 11 07:33:35 scll kernel: Initialise system trusted keyrings
Mar 11 07:33:35 scll kernel: workingset: timestamp_bits=14 max_order=18 bucket_order=4
Mar 11 07:33:35 scll kernel: zbud: loaded
Mar 11 07:33:35 scll kernel: FS-Cache: Netfs 'nfs' registered for caching
Mar 11 07:33:35 scll kernel: NFS: Registering the id_resolver key type
Mar 11 07:33:35 scll kernel: Key type id_resolver registered
Mar 11 07:33:35 scll kernel: Key type id_legacy registered
Mar 11 07:33:35 scll kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Mar 11 07:33:35 scll kernel: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
Mar 11 07:33:35 scll kernel: Key type asymmetric registered
Mar 11 07:33:35 scll kernel: Asymmetric key parser 'x509' registered
Mar 11 07:33:35 scll kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Mar 11 07:33:35 scll kernel: io scheduler mq-deadline registered
Mar 11 07:33:35 scll kernel: io scheduler kyber registered
Mar 11 07:33:35 scll kernel: bcm2708_fb soc:fb: FB found 1 display(s)
Mar 11 07:33:35 scll kernel: Console: switching to colour frame buffer device 82x26
Mar 11 07:33:35 scll kernel: bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
Mar 11 07:33:35 scll kernel: bcm2835-rng 3f104000.rng: hwrng registered
Mar 11 07:33:35 scll kernel: vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Mar 11 07:33:35 scll kernel: gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Mar 11 07:33:35 scll kernel: brd: module loaded
Mar 11 07:33:35 scll kernel: loop: module loaded
Mar 11 07:33:35 scll kernel: Loading iSCSI transport class v2.0-870.
Mar 11 07:33:35 scll kernel: usbcore: registered new interface driver lan78xx
Mar 11 07:33:35 scll kernel: usbcore: registered new interface driver smsc95xx
Mar 11 07:33:35 scll kernel: dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Mar 11 07:33:35 scll kernel: dwc_otg: FIQ enabled
Mar 11 07:33:35 scll kernel: dwc_otg: NAK holdoff enabled
Mar 11 07:33:35 scll kernel: dwc_otg: FIQ split-transaction FSM enabled
Mar 11 07:33:35 scll kernel: Module dwc_common_port init
Mar 11 07:33:35 scll kernel: usbcore: registered new interface driver usb-storage
Mar 11 07:33:35 scll kernel: mousedev: PS/2 mouse device common for all mice
Mar 11 07:33:35 scll kernel: sdhci: Secure Digital Host Controller Interface driver
Mar 11 07:33:35 scll kernel: sdhci: Copyright(c) Pierre Ossman
Mar 11 07:33:35 scll kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Mar 11 07:33:35 scll kernel: ledtrig-cpu: registered to indicate activity on CPUs
Mar 11 07:33:35 scll kernel: hid: raw HID events driver (C) Jiri Kosina
Mar 11 07:33:35 scll kernel: usbcore: registered new interface driver usbhid
Mar 11 07:33:35 scll kernel: usbhid: USB HID core driver
Mar 11 07:33:35 scll kernel: Initializing XFRM netlink socket
Mar 11 07:33:35 scll kernel: NET: Registered PF_PACKET protocol family
Mar 11 07:33:35 scll kernel: Key type dns_resolver registered
Mar 11 07:33:35 scll kernel: Registering SWP/SWPB emulation handler
Mar 11 07:33:35 scll kernel: registered taskstats version 1
Mar 11 07:33:35 scll kernel: Loading compiled-in X.509 certificates
Mar 11 07:33:35 scll kernel: Key type ._fscrypt registered
Mar 11 07:33:35 scll kernel: Key type .fscrypt registered
Mar 11 07:33:35 scll kernel: Key type fscrypt-provisioning registered
Mar 11 07:33:35 scll kernel: uart-pl011 3f201000.serial: cts_event_workaround enabled
Mar 11 07:33:35 scll kernel: 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
Mar 11 07:33:35 scll kernel: printk: console [ttyAMA0] enabled
Mar 11 07:33:35 scll kernel: bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Mar 11 07:33:35 scll kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
Mar 11 07:33:35 scll kernel: sdhost: log_buf @ (ptrval) (ead01000)
Mar 11 07:33:35 scll kernel: mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Mar 11 07:33:35 scll kernel: of_cfs_init
Mar 11 07:33:35 scll kernel: of_cfs_init: OK
Mar 11 07:33:35 scll kernel: uart-pl011 3f201000.serial: no DMA platform data
Mar 11 07:33:35 scll kernel: Waiting for root device /dev/mmcblk0p2...
Mar 11 07:33:35 scll kernel: mmc0: new high speed MMC card at address 0001
Mar 11 07:33:35 scll kernel: mmcblk0: mmc0:0001 BJTD4R 29.1 GiB 
Mar 11 07:33:35 scll kernel:  mmcblk0: p1 p2
Mar 11 07:33:35 scll kernel: mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
Mar 11 07:33:35 scll kernel: mmcblk0boot0: mmc0:0001 BJTD4R 4.00 MiB 
Mar 11 07:33:35 scll kernel: mmcblk0boot1: mmc0:0001 BJTD4R 4.00 MiB 
Mar 11 07:33:35 scll kernel: mmcblk0rpmb: mmc0:0001 BJTD4R 4.00 MiB, chardev (244:0)
Mar 11 07:33:35 scll kernel: EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
Mar 11 07:33:35 scll kernel: EXT4-fs (mmcblk0p2): write access will be enabled during recovery
Mar 11 07:33:35 scll kernel: EXT4-fs (mmcblk0p2): recovery complete
Mar 11 07:33:35 scll kernel: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Mar 11 07:33:35 scll kernel: VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Mar 11 07:33:35 scll kernel: devtmpfs: mounted
Mar 11 07:33:35 scll kernel: Freeing unused kernel image (initmem) memory: 1024K
Mar 11 07:33:35 scll kernel: Run /sbin/init as init process
Mar 11 07:33:35 scll kernel:   with arguments:
Mar 11 07:33:35 scll kernel:     /sbin/init
Mar 11 07:33:35 scll kernel:   with environment:
Mar 11 07:33:35 scll kernel:     HOME=/
Mar 11 07:33:35 scll kernel:     TERM=linux
Mar 11 07:33:35 scll systemd[1]: System time before build time, advancing clock.
Mar 11 07:33:35 scll kernel: NET: Registered PF_INET6 protocol family
Mar 11 07:33:35 scll kernel: Segment Routing with IPv6
Mar 11 07:33:35 scll kernel: In-situ OAM (IOAM) with IPv6
Mar 11 07:33:35 scll systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK -SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
Mar 11 07:33:35 scll systemd[1]: Detected architecture arm.
Mar 11 07:33:35 scll systemd[1]: Hostname set to <scll>.
Mar 11 07:33:35 scll systemd[1]: Queued start job for default target Multi-User System.
Mar 11 07:33:35 scll kernel: random: systemd: uninitialized urandom read (16 bytes read)
Mar 11 07:33:35 scll systemd[1]: Created slice Slice /system/modprobe.
Mar 11 07:33:35 scll kernel: random: systemd: uninitialized urandom read (16 bytes read)
Mar 11 07:33:35 scll systemd[1]: Created slice Slice /system/serial-getty.
Mar 11 07:33:35 scll kernel: random: systemd: uninitialized urandom read (16 bytes read)
Mar 11 07:33:35 scll systemd[1]: Created slice User and Session Slice.
Mar 11 07:33:35 scll systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Mar 11 07:33:35 scll systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Mar 11 07:33:35 scll systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Mar 11 07:33:35 scll systemd[1]: Reached target Network is Online.
Mar 11 07:33:35 scll systemd[1]: Reached target Path Units.
Mar 11 07:33:35 scll systemd[1]: Reached target Remote File Systems.
Mar 11 07:33:35 scll systemd[1]: Reached target Slice Units.
Mar 11 07:33:35 scll systemd[1]: Reached target Swaps.
Mar 11 07:33:35 scll systemd[1]: Listening on Journal Audit Socket.
Mar 11 07:33:35 scll systemd[1]: Listening on Journal Socket (/dev/log).
Mar 11 07:33:35 scll systemd[1]: Listening on Journal Socket.
Mar 11 07:33:35 scll systemd[1]: Listening on udev Control Socket.
Mar 11 07:33:35 scll systemd[1]: Listening on udev Kernel Socket.
Mar 11 07:33:35 scll systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
Mar 11 07:33:35 scll systemd[1]: Mounting POSIX Message Queue File System...
Mar 11 07:33:35 scll systemd[1]: Mounting Kernel Debug File System...
Mar 11 07:33:35 scll systemd[1]: Mounting Kernel Trace File System...
Mar 11 07:33:35 scll systemd[1]: Mounting Temporary Directory /tmp...
Mar 11 07:33:35 scll systemd[1]: Starting Create List of Static Device Nodes...
Mar 11 07:33:35 scll systemd[1]: Starting Load Kernel Module configfs...
Mar 11 07:33:35 scll systemd[1]: Starting Load Kernel Module drm...
Mar 11 07:33:35 scll systemd[1]: Starting Load Kernel Module fuse...
Mar 11 07:33:35 scll kernel: fuse: init (API version 7.34)
Mar 11 07:33:35 scll systemd[1]: Starting File System Check on Root Device...
Mar 11 07:33:35 scll systemd[1]: Starting Journal Service...
Mar 11 07:33:35 scll systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
Mar 11 07:33:35 scll systemd[1]: Starting Generate network units from Kernel command line...
Mar 11 07:33:35 scll systemd[1]: Starting Apply Kernel Variables...
Mar 11 07:33:35 scll systemd-journald[111]: Journal started
Mar 11 07:33:35 scll systemd-journald[111]: Runtime Journal (/run/log/journal/213103cb8ac54add8988c607fe23507d) is 1.2M, max 10.0M, 8.7M free.
Mar 11 07:33:35 scll systemd-fsck[109]: fsck failed with exit status 8.
Mar 11 07:33:35 scll systemd-fsck[109]: Ignoring error.
Mar 11 07:33:35 scll systemd-fsck[110]: fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/mmcblk0p2
Mar 11 07:33:35 scll systemd[1]: Starting Coldplug All udev Devices...
Mar 11 07:33:35 scll systemd[1]: Started Journal Service.
Mar 11 07:33:35 scll systemd[1]: Mounted POSIX Message Queue File System.
Mar 11 07:33:35 scll systemd[1]: Mounted Kernel Debug File System.
Mar 11 07:33:35 scll systemd[1]: Mounted Kernel Trace File System.
Mar 11 07:33:35 scll systemd[1]: Mounted Temporary Directory /tmp.
Mar 11 07:33:35 scll systemd[1]: Finished Create List of Static Device Nodes.
Mar 11 07:33:35 scll systemd[1]: modprobe@configfs.service: Deactivated successfully.
Mar 11 07:33:35 scll systemd[1]: Finished Load Kernel Module configfs.
Mar 11 07:33:35 scll systemd[1]: modprobe@drm.service: Deactivated successfully.
Mar 11 07:33:35 scll systemd[1]: Finished Load Kernel Module drm.
Mar 11 07:33:35 scll systemd[1]: modprobe@fuse.service: Deactivated successfully.
Mar 11 07:33:35 scll systemd[1]: Finished Load Kernel Module fuse.
Mar 11 07:33:35 scll systemd[1]: Finished File System Check on Root Device.
Mar 11 07:33:35 scll systemd[1]: Finished Generate network units from Kernel command line.
Mar 11 07:33:35 scll systemd[1]: Finished Apply Kernel Variables.
Mar 11 07:33:35 scll systemd[1]: Reached target Preparation for Network.
Mar 11 07:33:35 scll systemd[1]: Mounting FUSE Control File System...
Mar 11 07:33:35 scll systemd[1]: Mounting Kernel Configuration File System...
Mar 11 07:33:35 scll systemd[1]: Starting Remount Root and Kernel File Systems...
Mar 11 07:33:35 scll kernel: EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
Mar 11 07:33:35 scll systemd[1]: Mounted FUSE Control File System.
Mar 11 07:33:35 scll systemd[1]: Mounted Kernel Configuration File System.
Mar 11 07:33:35 scll systemd[1]: Finished Remount Root and Kernel File Systems.
Mar 11 07:33:35 scll systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Mar 11 07:33:35 scll systemd[1]: Starting Flush Journal to Persistent Storage...
Mar 11 07:33:35 scll systemd-journald[111]: Runtime Journal (/run/log/journal/213103cb8ac54add8988c607fe23507d) is 1.2M, max 10.0M, 8.7M free.
Mar 11 07:33:35 scll systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Mar 11 07:33:35 scll systemd[1]: Starting Create Static Device Nodes in /dev...
Mar 11 07:33:35 scll systemd-journald[111]: Received client request to flush runtime journal.
Mar 11 07:33:36 scll systemd[1]: Finished Coldplug All udev Devices.
Mar 11 07:33:36 scll systemd[1]: Finished Flush Journal to Persistent Storage.
Mar 11 07:33:36 scll systemd[1]: Finished Create Static Device Nodes in /dev.
Mar 11 07:33:36 scll systemd[1]: Reached target Preparation for Local File Systems.
Mar 11 07:33:36 scll systemd[1]: Reached target Local File Systems.
Mar 11 07:33:36 scll systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Mar 11 07:33:36 scll systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Mar 11 07:33:36 scll systemd[1]: Starting Create Volatile Files and Directories...
Mar 11 07:33:36 scll audit: BPF prog-id=6 op=LOAD
Mar 11 07:33:36 scll systemd[1]: Starting Rule-based Manager for Device Events and Files...
Mar 11 07:33:36 scll audit: BPF prog-id=7 op=LOAD
Mar 11 07:33:36 scll kernel: audit: type=1334 audit(1646984016.259:2): prog-id=6 op=LOAD
Mar 11 07:33:36 scll kernel: audit: type=1334 audit(1646984016.259:3): prog-id=7 op=LOAD
Mar 11 07:33:36 scll kernel: audit: type=1334 audit(1646984016.259:4): prog-id=8 op=LOAD
Mar 11 07:33:36 scll audit: BPF prog-id=8 op=LOAD
Mar 11 07:33:36 scll systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
Mar 11 07:33:36 scll systemd[1]: Finished Create Volatile Files and Directories.
Mar 11 07:33:36 scll systemd[1]: Started Rule-based Manager for Device Events and Files.
Mar 11 07:33:36 scll systemd[1]: Reached target System Initialization.
Mar 11 07:33:36 scll systemd[1]: Started Daily Cleanup of Temporary Directories.
Mar 11 07:33:36 scll systemd[1]: Reached target Timer Units.
Mar 11 07:33:36 scll systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Mar 11 07:33:36 scll systemd[1]: Listening on D-Bus System Message Bus Socket.
Mar 11 07:33:36 scll systemd[1]: Reached target Socket Units.
Mar 11 07:33:36 scll systemd[1]: Reached target Basic System.
Mar 11 07:33:36 scll systemd[1]: Starting Apache HTTP Server...
Mar 11 07:33:36 scll systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Mar 11 07:33:36 scll kernel: vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Mar 11 07:33:36 scll systemd[1]: Started Avahi DNS Configuration Daemon.
Mar 11 07:33:36 scll systemd[1]: Started D-Bus System Message Bus.
Mar 11 07:33:36 scll kernel: bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Mar 11 07:33:36 scll kernel: [vc_sm_connected_init]: start
Mar 11 07:33:36 scll kernel: [vc_sm_connected_init]: installed successfully
Mar 11 07:33:36 scll kernel: mc: Linux media interface: v0.10
Mar 11 07:33:36 scll systemd[1]: Starting DHCP client...
Mar 11 07:33:36 scll kernel: videodev: Linux video capture interface: v2.00
Mar 11 07:33:36 scll systemd[1]: Starting scll_cpupower...
Mar 11 07:33:37 scll systemd[1]: Started scll_networkresponder.
Mar 11 07:33:37 scll systemd[1]: Started scll_visionserver.
Mar 11 07:33:37 scll kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Mar 11 07:33:37 scll kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Mar 11 07:33:37 scll kernel: bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Mar 11 07:33:37 scll dhcpcd[147]: dhcpcd-9.4.1 starting
Mar 11 07:33:37 scll dhcpcd[147]: dhcpcd-9.4.1 starting
Mar 11 07:33:37 scll systemd[1]: Starting OpenSSH server daemon...
Mar 11 07:33:37 scll audit: BPF prog-id=9 op=LOAD
Mar 11 07:33:37 scll kernel: bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Mar 11 07:33:37 scll kernel: audit: type=1334 audit(1646984017.169:5): prog-id=9 op=LOAD
Mar 11 07:33:37 scll kernel: bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
Mar 11 07:33:37 scll kernel: audit: type=1334 audit(1646984017.169:6): prog-id=10 op=LOAD
Mar 11 07:33:37 scll audit: BPF prog-id=10 op=LOAD
Mar 11 07:33:37 scll systemd[1]: Starting User Login Management...
Mar 11 07:33:37 scll dhcpcd[147]: dev: loaded udev
Mar 11 07:33:37 scll dhcpcd[153]: dev: loaded udev
Mar 11 07:33:37 scll audit: BPF prog-id=11 op=LOAD
Mar 11 07:33:37 scll kernel: audit: type=1334 audit(1646984017.169:7): prog-id=11 op=LOAD
Mar 11 07:33:37 scll systemd[1]: Starting Permit User Sessions...
Mar 11 07:33:37 scll kernel: bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Mar 11 07:33:37 scll kernel: dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator
Mar 11 07:33:37 scll systemd[1]: Finished Permit User Sessions.
Mar 11 07:33:37 scll kernel: dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator
Mar 11 07:33:37 scll kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
Mar 11 07:33:37 scll cpupower[148]: Setting cpu: 0
Mar 11 07:33:37 scll cpupower[148]: Setting cpu: 1
Mar 11 07:33:37 scll cpupower[148]: Setting cpu: 2
Mar 11 07:33:37 scll cpupower[148]: Setting cpu: 3
Mar 11 07:33:37 scll kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
Mar 11 07:33:37 scll systemd[1]: scll_cpupower.service: Deactivated successfully.
Mar 11 07:33:37 scll systemd[1]: Finished scll_cpupower.
Mar 11 07:33:37 scll kernel: : Unregister from media controller
Mar 11 07:33:37 scll kernel: (efault): Unregistering node (null)[0] device node /dev/video0
Mar 11 07:33:37 scll kernel: (efault): Unregistering node (null)[0] device node /dev/video0
Mar 11 07:33:37 scll kernel: (efault): Unregistering node (null)[0] device node /dev/video0
Mar 11 07:33:37 scll kernel: (efault): Unregistering node (null)[0] device node /dev/video0
Mar 11 07:33:37 scll kernel: dwc2 3f980000.usb: DWC OTG Controller
Mar 11 07:33:37 scll kernel: dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
Mar 11 07:33:37 scll kernel: dwc2 3f980000.usb: irq 66, io mem 0x3f980000
Mar 11 07:33:37 scll systemd[1]: Found device /dev/ttyAMA0.
Mar 11 07:33:37 scll kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Mar 11 07:33:37 scll kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 11 07:33:37 scll kernel: usb usb1: Product: DWC OTG Controller
Mar 11 07:33:37 scll kernel: usb usb1: Manufacturer: Linux 5.15.32-v7 dwc2_hsotg
Mar 11 07:33:37 scll kernel: usb usb1: SerialNumber: 3f980000.usb
Mar 11 07:33:37 scll kernel: hub 1-0:1.0: USB hub found
Mar 11 07:33:37 scll kernel: hub 1-0:1.0: 1 port detected
Mar 11 07:33:37 scll kernel: enc28j60 spi0.0: Ethernet driver 1.02 loaded
Mar 11 07:33:37 scll systemd-udevd[128]: Using default interface naming scheme 'v250'.
Mar 11 07:33:37 scll kernel: 8021q: 802.1Q VLAN Support v1.8
Mar 11 07:33:37 scll systemd-logind[157]: New seat seat0.
Mar 11 07:33:37 scll dbus-daemon[142]: [system] Successfully activated service 'org.freedesktop.systemd1'
Mar 11 07:33:37 scll systemd[1]: Started User Login Management.
Mar 11 07:33:37 scll avahi-daemon[140]: Found user 'avahi' (UID 100) and group 'avahi' (GID 101).
Mar 11 07:33:37 scll avahi-daemon[140]: Successfully dropped root privileges.
Mar 11 07:33:37 scll avahi-daemon[140]: avahi-daemon 0.8 starting up.
Mar 11 07:33:37 scll avahi-daemon[140]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Mar 11 07:33:37 scll avahi-daemon[140]: Successfully called chroot().
Mar 11 07:33:37 scll avahi-daemon[140]: Successfully dropped remaining capabilities.
Mar 11 07:33:37 scll avahi-daemon[167]: chroot.c: open() failed: No such file or directory
Mar 11 07:33:37 scll avahi-daemon[140]: Failed to open /etc/resolv.conf: Invalid argument
Mar 11 07:33:37 scll avahi-daemon[140]: No service file found in /etc/avahi/services.
Mar 11 07:33:37 scll kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Mar 11 07:33:37 scll avahi-daemon[140]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Mar 11 07:33:37 scll avahi-daemon[140]: New relevant interface lo.IPv4 for mDNS.
Mar 11 07:33:37 scll avahi-daemon[140]: Network interface enumeration completed.
Mar 11 07:33:37 scll avahi-daemon[140]: Registering new address record for ::1 on lo.*.
Mar 11 07:33:37 scll avahi-daemon[140]: Registering new address record for 127.0.0.1 on lo.IPv4.
Mar 11 07:33:37 scll avahi-dnsconfd[141]: Successfully connected to Avahi daemon.
Mar 11 07:33:37 scll kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Mar 11 07:33:37 scll kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Mar 11 07:33:37 scll dhcpcd[153]: no valid interfaces found
Mar 11 07:33:37 scll dhcpcd[147]: forked to background, child pid 152
Mar 11 07:33:37 scll systemd[1]: Started DHCP client.
Mar 11 07:33:37 scll dhcpcd[153]: no interfaces have a carrier
Mar 11 07:33:37 scll kernel: cfg80211: failed to load regulatory.db
Mar 11 07:33:37 scll systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Mar 11 07:33:37 scll kernel: enc28j60 spi0.0 eth0: link down
Mar 11 07:33:37 scll kernel: enc28j60 spi0.0 eth0: multicast mode
Mar 11 07:33:37 scll kernel: enc28j60 spi0.0 eth0: multicast mode
Mar 11 07:33:37 scll dhcpcd[153]: eth0: waiting for carrier
Mar 11 07:33:37 scll dhcpcd[153]: eth0: carrier acquired
Mar 11 07:33:37 scll systemd[1]: Started Serial Getty on ttyAMA0.
Mar 11 07:33:37 scll systemd[1]: Reached target Login Prompts.
Mar 11 07:33:37 scll dhcpcd[153]: eth0: carrier lost
Mar 11 07:33:38 scll avahi-daemon[140]: Server startup complete. Host name is scll.local. Local service cookie is 4135720468.
Mar 11 07:33:38 scll kernel: bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
Mar 11 07:33:38 scll kernel: bcm2835-v4l2-0: mmal_init: vchiq mmal init failed -19
Mar 11 07:33:38 scll kernel: bcm2835-v4l2-0: bcm2835_mmal_probe: mmal init failed: -19
Mar 11 07:33:39 scll kernel: enc28j60 spi0.0 eth0: link up - Half duplex
Mar 11 07:33:39 scll kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Mar 11 07:33:39 scll dhcpcd[153]: eth0: carrier acquired
Mar 11 07:33:39 scll kernel: enc28j60 spi0.0 eth0: multicast mode
Mar 11 07:33:40 scll kernel: random: crng init done
Mar 11 07:33:40 scll kernel: random: 7 urandom warning(s) missed due to ratelimiting
Mar 11 07:33:40 scll systemd[1]: Started OpenSSH server daemon.
Mar 11 07:33:40 scll sshd[207]: Server listening on 0.0.0.0 port 22.
Mar 11 07:33:40 scll sshd[207]: Server listening on :: port 22.
Mar 11 07:33:40 scll systemd[1]: Started Apache HTTP Server.
Mar 11 07:33:40 scll systemd[1]: Reached target Multi-User System.
Mar 11 07:33:40 scll systemd[1]: Startup finished in 3.502s (kernel) + 7.368s (userspace) = 10.870s.
Mar 11 07:33:40 scll dhcpcd[153]: eth0: rebinding lease of 192.168.1.45
Mar 11 07:33:40 scll dhcpcd[153]: eth0: probing address 192.168.1.45/24```
pelwell commented 2 years ago

The logging doesn't give any clues as to what is going wrong - the firmware log is showing that the underlying connection is established with the ARMs (equivalent to plugging in the network cable), but nothing else. Unfortunately the failure happens too early for you to be able to make the logging more verbose, but I've just pushed a patch to the rpi-5.15.y kernel source branch that adds module parameters to control them. Sometime in the next few days that will appear in a release that you will be able to install with sudo rpi-update. Once you've done that, adding vchiq.arm_log_level=6 to cmdline.txt will give you kernel log entries like this:

pi@raspberrypi:~$ dmesg | grep vchiq:
[    1.669306] vchiq: vchiq_init - done (slots (ptrval), phys 0x00000000dad80000)
[    1.669456] vchiq: vchiq: platform initialised - version 8 (min 3)
[    1.669675] vchiq: vchiq char dev initialised successfully - device 240.0
[    7.354633] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.362939] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   14.950393] vchiq: vchiq_open
[   14.951647] vchiq: close_delivered(handle=d00a)
[   14.951902] vchiq: vchiq_release: instance=c2e96000

Adding vchiq.core_msg_log_level=6 will show more details of the traffic - this is what you get running raspistill -o cam.jpg with no camera attached:

[  223.342590] vchiq: vchiq_open
[  223.343107] vchiq: Open Service GCMD SrcPort:9
[  223.343132] vchiq: Sent Msg OPEN(2) to ???? s:9 d:0 len:12
[  223.343200] vchiq: Rcvd Msg OPENACK(3) from GCMD s:0 d:9 len:2
[  223.343220] vchiq: Rcvd: 00000000: 01 00                                           ..
[  223.343307] vchiq: Open Service DISP SrcPort:10
[  223.343326] vchiq: Sent Msg OPEN(2) to ???? s:10 d:0 len:12
[  223.343376] vchiq: Rcvd Msg OPENACK(3) from DISP s:10 d:10 len:2
[  223.343395] vchiq: Rcvd: 00000000: 01 00                                           ..
[  223.343430] vchiq: Open Service UPDH SrcPort:11
[  223.343447] vchiq: Sent Msg OPEN(2) to ???? s:11 d:0 len:12
[  223.343491] vchiq: Rcvd Msg OPENACK(3) from UPDH s:18 d:11 len:2
[  223.343509] vchiq: Rcvd: 00000000: 01 00                                           ..
[  223.343718] vchiq: Open Service TVSV SrcPort:12
[  223.343736] vchiq: Sent Msg OPEN(2) to ???? s:12 d:0 len:12
[  223.343788] vchiq: Rcvd Msg OPENACK(3) from TVSV s:30 d:12 len:2
[  223.343806] vchiq: Rcvd: 00000000: 01 00                                           ..
[  223.343846] vchiq: Open Service TVNT SrcPort:13
[  223.343863] vchiq: Sent Msg OPEN(2) to ???? s:13 d:0 len:12
[  223.343904] vchiq: Rcvd Msg OPENACK(3) from TVNT s:38 d:13 len:2
[  223.343922] vchiq: Rcvd: 00000000: 01 00                                           ..
[  223.344119] vchiq: Sent: 00000000: 1a 00 00 00                                     ....
[  223.344132] vchiq: Sent Msg DATA(5) to TVSV s:12 d:30 len:4
[  223.344192] vchiq: Rcvd Msg DATA(5) from TVSV s:30 d:12 len:20
[  223.344214] vchiq: Rcvd: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[  223.344328] vchiq: Open Service CECS SrcPort:14
[  223.344346] vchiq: Sent: 00000000: 17 00 00 00                                     ....
[  223.344361] vchiq: Sent Msg DATA(5) to TVSV s:12 d:30 len:4
[  223.344378] vchiq: Sent Msg OPEN(2) to ???? s:14 d:0 len:12
[  223.344427] vchiq: Rcvd Msg OPENACK(3) from CECS s:46 d:14 len:2
[  223.344445] vchiq: Rcvd: 00000000: 01 00                                           ..
[  223.344464] vchiq: Rcvd Msg DATA(5) from TVSV s:30 d:12 len:52
[  223.344486] vchiq: Rcvd: 00000000: 01 00 12 00 01 00 12 00 00 00 00 00 00 00 00 00 ................
[  223.344523] vchiq: Open Service CECN SrcPort:15
[  223.344540] vchiq: Sent Msg OPEN(2) to ???? s:15 d:0 len:12
[  223.344651] vchiq: Rcvd Msg OPENACK(3) from CECN s:54 d:15 len:2
[  223.344670] vchiq: Rcvd: 00000000: 01 00                                           ..
[  223.345079] vchiq: Sent: 00000000: 73 65 74 5f 76 6c 6c 5f 64 69 72 20 2f 73 64 2f set_vll_dir /sd/
[  223.345096] vchiq: Sent Msg DATA(5) to GCMD s:9 d:0 len:21
[  223.345172] vchiq: Rcvd Msg DATA(5) from GCMD s:0 d:9 len:13
[  223.345195] vchiq: Rcvd: 00000000: 00 00 00 00 72 65 73 75 6c 74 3d 31 00          ....result=1.
[  223.345925] vchiq: Open Service mmal SrcPort:16
[  223.345946] vchiq: Sent Msg OPEN(2) to ???? s:16 d:0 len:12
[  223.346008] vchiq: Rcvd Msg OPENACK(3) from mmal s:89 d:16 len:2
[  223.346026] vchiq: Rcvd: 00000000: 10 00                                           ..
[  223.346261] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 d0 b1 f3 b6 mmal............
[  223.346275] vchiq: Sent Msg DATA(5) to mmal s:16 d:89 len:160
[  223.346476] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:16 len:44
[  223.346499] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 2c c1 f7 3d d0 b1 f3 b6 mmal....,..=....
[  223.346788] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 00 f4 fc b6 d0 b1 f3 b6 mmal............
[  223.346803] vchiq: Sent Msg DATA(5) to mmal s:16 d:89 len:36
[  223.346868] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:16 len:316
[  223.346892] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 2c c1 f7 3d d0 b1 f3 b6 mmal....,..=....
[  223.347026] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 38 e0 f5 b6 d0 b1 f3 b6 mmal....8.......
[  223.347039] vchiq: Sent Msg DATA(5) to mmal s:16 d:89 len:180
[  223.347141] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:16 len:176
[  223.347164] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 2c c1 f7 3d d0 b1 f3 b6 mmal....,..=....
[  223.347248] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 38 e0 f5 b6 d0 b1 f3 b6 mmal....8.......
[  223.347261] vchiq: Sent Msg DATA(5) to mmal s:16 d:89 len:184
[  223.347346] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:16 len:180
[  223.347368] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 2c c1 f7 3d d0 b1 f3 b6 mmal....,..=....
[  223.347765] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 a0 a0 fb b6 d0 b1 f3 b6 mmal............
[  223.347779] vchiq: Sent Msg DATA(5) to mmal s:16 d:89 len:28
[  223.347885] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:16 len:28
[  223.347907] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 2c c1 f7 3d d0 b1 f3 b6 mmal....,..=....
[  223.348068] vchiq: Sent Msg CLOSE(4) to mmal s:16 d:89 len:0
[  223.348119] vchiq: Rcvd Msg CLOSE(4) from mmal s:89 d:16 len:0
[  223.348169] vchiq: close_delivered(handle=2d010)
[  223.348260] vchiq: Open Service mmal SrcPort:16
[  223.348279] vchiq: Sent Msg OPEN(2) to ???? s:16 d:0 len:12
[  223.348332] vchiq: Rcvd Msg OPENACK(3) from mmal s:90 d:16 len:2
[  223.348350] vchiq: Rcvd: 00000000: 10 00                                           ..
[  223.348460] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 d0 b1 f3 b6 mmal............
[  223.348473] vchiq: Sent Msg DATA(5) to mmal s:16 d:90 len:160
[  223.348857] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:16 len:44
[  223.348879] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 14 89 1d 3e d0 b1 f3 b6 mmal.......>....
[  223.349070] vchiq: Sent Msg CLOSE(4) to mmal s:16 d:90 len:0
[  223.349120] vchiq: Rcvd Msg CLOSE(4) from mmal s:90 d:16 len:0
[  223.349165] vchiq: close_delivered(handle=2e010)
[  223.349400] vchiq: Sent: 00000000: 67 65 74 5f 6d 65 6d 20 67 70 75 00             get_mem gpu.
[  223.349413] vchiq: Sent Msg DATA(5) to GCMD s:9 d:0 len:12
[  223.349477] vchiq: Rcvd Msg DATA(5) from GCMD s:0 d:9 len:13
[  223.349499] vchiq: Rcvd: 00000000: 00 00 00 00 67 70 75 3d 31 32 38 4d 00          ....gpu=128M.
[  223.349627] vchiq: Sent: 00000000: 67 65 74 5f 63 61 6d 65 72 61 00                get_camera.
[  223.349640] vchiq: Sent Msg DATA(5) to GCMD s:9 d:0 len:11
[  223.349704] vchiq: Rcvd Msg DATA(5) from GCMD s:0 d:9 len:51
[  223.349727] vchiq: Rcvd: 00000000: 00 00 00 00 73 75 70 70 6f 72 74 65 64 3d 30 20 ....supported=0
[  223.350202] vchiq: AWAIT_COMPLETION interrupted
[  223.355829] vchiq: vchiq_release: instance=c3ee8000
[  223.355887] vchiq: Sent Msg CLOSE(4) to GCMD s:9 d:0 len:0
[  223.355937] vchiq: Sent Msg CLOSE(4) to DISP s:10 d:10 len:0
[  223.355954] vchiq: Rcvd Msg CLOSE(4) from GCMD s:0 d:9 len:0
[  223.355984] vchiq: Rcvd Msg CLOSE(4) from DISP s:10 d:10 len:0
[  223.356036] vchiq: Sent Msg CLOSE(4) to UPDH s:11 d:18 len:0
[  223.356080] vchiq: Sent Msg CLOSE(4) to TVSV s:12 d:30 len:0
[  223.356096] vchiq: Rcvd Msg CLOSE(4) from UPDH s:18 d:11 len:0
[  223.356120] vchiq: Rcvd Msg CLOSE(4) from TVSV s:30 d:12 len:0
[  223.356171] vchiq: Sent Msg CLOSE(4) to TVNT s:13 d:38 len:0
[  223.356215] vchiq: Sent Msg CLOSE(4) to CECS s:14 d:46 len:0
[  223.356230] vchiq: Rcvd Msg CLOSE(4) from TVNT s:38 d:13 len:0
[  223.356256] vchiq: Rcvd Msg CLOSE(4) from CECS s:46 d:14 len:0
[  223.356308] vchiq: Sent Msg CLOSE(4) to CECN s:15 d:54 len:0
[  223.356361] vchiq: Rcvd Msg CLOSE(4) from CECN s:54 d:15 len:0

That's not something you would want to leave enabled in normal use, but if you keep rebooting until you get a failure then capture the output of dmesg | grep vchiq: it should answer a lot of questions.

bhjelstrom commented 2 years ago

I appreciate this @pelwell. I patched my 5.15.32 with your change since 5.15.36 breaks my cm3+ ethernet.

This is what I see when it works:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.32-v7 
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0
[    0.000000] random: fast init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x34000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] percpu: Embedded 16 pages/cpu s35660 r8192 d21684 u65536
[    0.000000] pcpu-alloc: s35660 r8192 d21684 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 227360
[    0.000000] Kernel command line: coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:CB:3F:95 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200 vchiq.core_msg_log_level=6
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 825324K/917504K available (10240K kernel code, 1341K rwdata, 3096K rodata, 1024K init, 568K bss, 26644K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 33175 entries in 98 pages
[    0.000000] ftrace: allocated 98 pages with 3 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x520/0x710 with crng_init=1
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000025] Switching to timer-based delay loop, resolution 52ns
[    0.000342] Console: colour dummy device 80x30
[    0.001175] printk: console [tty1] enabled
[    0.001254] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001315] pid_max: default: 32768 minimum: 301
[    0.001502] LSM: Security Framework initializing
[    0.001711] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001764] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003288] cgroup: Disabling memory control group subsystem
[    0.003582] CPU: Testing write buffer coherency: ok
[    0.004157] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005398] Setting up static identity map for 0x100000 - 0x10003c
[    0.005609] rcu: Hierarchical SRCU implementation.
[    0.006554] smp: Bringing up secondary CPUs ...
[    0.007722] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.008991] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.010285] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.010434] smp: Brought up 1 node, 4 CPUs
[    0.010492] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.010528] CPU: All CPU(s) started in HYP mode.
[    0.010555] CPU: Virtualization extensions available.
[    0.011479] devtmpfs: initialized
[    0.029222] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.029542] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.029609] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.032827] pinctrl core: initialized pinctrl subsystem
[    0.034247] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.038793] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.044530] audit: initializing netlink subsys (disabled)
[    0.044842] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.045464] thermal_sys: Registered thermal governor 'step_wise'
[    0.046422] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.046491] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.046771] Serial: AMBA PL011 UART driver
[    0.054766] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.080122] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:21:51, variant start_x
[    0.090137] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
[    0.138970] Kprobes globally optimized
[    0.144012] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.148003] SCSI subsystem initialized
[    0.148292] usbcore: registered new interface driver usbfs
[    0.148381] usbcore: registered new interface driver hub
[    0.148473] usbcore: registered new device driver usb
[    0.148809] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.149357] pps_core: LinuxPPS API ver. 1 registered
[    0.149391] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.149451] PTP clock support registered
[    0.152011] clocksource: Switched to clocksource arch_sys_counter
[    0.222775] VFS: Disk quotas dquot_6.6.0
[    0.222926] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.223153] FS-Cache: Loaded
[    0.223465] CacheFiles: Loaded
[    0.234856] NET: Registered PF_INET protocol family
[    0.235156] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.236856] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.236936] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.237085] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.237303] TCP: Hash tables configured (established 8192 bind 8192)
[    0.237500] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.237583] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.237898] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.243054] RPC: Registered named UNIX socket transport module.
[    0.243094] RPC: Registered udp transport module.
[    0.243124] RPC: Registered tcp transport module.
[    0.243153] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.768653] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    1.772637] Initialise system trusted keyrings
[    1.772965] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.782991] zbud: loaded
[    1.785141] FS-Cache: Netfs 'nfs' registered for caching
[    1.786210] NFS: Registering the id_resolver key type
[    1.786294] Key type id_resolver registered
[    1.786325] Key type id_legacy registered
[    1.786478] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.786516] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.787835] Key type asymmetric registered
[    1.787870] Asymmetric key parser 'x509' registered
[    1.787985] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.788029] io scheduler mq-deadline registered
[    1.788060] io scheduler kyber registered
[    1.794962] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.806796] Console: switching to colour frame buffer device 82x26
[    1.814020] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[    1.824837] bcm2835-rng 3f104000.rng: hwrng registered
[    1.827846] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.834240] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    1.852227] brd: module loaded
[    1.865041] loop: module loaded
[    1.868425] Loading iSCSI transport class v2.0-870.
[    1.873101] usbcore: registered new interface driver lan78xx
[    1.875835] usbcore: registered new interface driver smsc95xx
[    1.878387] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.881166] dwc_otg: FIQ enabled
[    1.881179] dwc_otg: NAK holdoff enabled
[    1.881192] dwc_otg: FIQ split-transaction FSM enabled
[    1.881209] Module dwc_common_port init
[    1.881448] usbcore: registered new interface driver usb-storage
[    1.884327] mousedev: PS/2 mouse device common for all mice
[    1.889981] sdhci: Secure Digital Host Controller Interface driver
[    1.892569] sdhci: Copyright(c) Pierre Ossman
[    1.895474] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.899332] ledtrig-cpu: registered to indicate activity on CPUs
[    1.902243] hid: raw HID events driver (C) Jiri Kosina
[    1.904961] usbcore: registered new interface driver usbhid
[    1.907527] usbhid: USB HID core driver
[    1.915037] Initializing XFRM netlink socket
[    1.917540] NET: Registered PF_PACKET protocol family
[    1.920091] Key type dns_resolver registered
[    1.921238] vchiq: Rcvd Msg CONNECT(1) from ???? s:0 d:0 len:0
[    1.923080] Registering SWP/SWPB emulation handler
[    1.927634] registered taskstats version 1
[    1.929880] Loading compiled-in X.509 certificates
[    1.933030] Key type ._fscrypt registered
[    1.935278] Key type .fscrypt registered
[    1.937456] Key type fscrypt-provisioning registered
[    1.951641] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    1.954202] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    2.870294] printk: console [ttyAMA0] enabled
[    2.879816] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.889052] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.900602] sdhost: log_buf @ (ptrval) (f4101000)
[    2.956356] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.987107] of_cfs_init
[    2.992237] of_cfs_init: OK
[    2.998542] uart-pl011 3f201000.serial: no DMA platform data
[    3.006938] Waiting for root device /dev/mmcblk0p2...
[    3.062402] mmc0: new high speed MMC card at address 0001
[    3.071236] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB 
[    3.081444]  mmcblk0: p1 p2
[    3.087221] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
[    3.094397] mmcblk0boot0: mmc0:0001 BJTD4R 4.00 MiB 
[    3.104018] mmcblk0boot1: mmc0:0001 BJTD4R 4.00 MiB 
[    3.113411] mmcblk0rpmb: mmc0:0001 BJTD4R 4.00 MiB, chardev (244:0)
[    3.142495] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    3.152310] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    3.187253] EXT4-fs (mmcblk0p2): recovery complete
[    3.195678] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.210072] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.220054] devtmpfs: mounted
[    3.234297] Freeing unused kernel image (initmem) memory: 1024K
[    3.243091] Run /sbin/init as init process
[    3.249484]   with arguments:
[    3.249496]     /sbin/init
[    3.249508]   with environment:
[    3.249518]     HOME=/
[    3.249530]     TERM=linux
[    3.584312] systemd[1]: System time before build time, advancing clock.
[    3.715635] NET: Registered PF_INET6 protocol family
[    3.724848] Segment Routing with IPv6
[    3.730994] In-situ OAM (IOAM) with IPv6
[    3.790721] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK -SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
[    3.836207] systemd[1]: Detected architecture arm.
[    3.873168] systemd[1]: Hostname set to <scll>.
[    4.538528] systemd[1]: Queued start job for default target Multi-User System.
[    4.550658] random: systemd: uninitialized urandom read (16 bytes read)
[    4.563315] systemd[1]: Created slice Slice /system/modprobe.
[    4.602295] random: systemd: uninitialized urandom read (16 bytes read)
[    4.613852] systemd[1]: Created slice Slice /system/serial-getty.
[    4.652283] random: systemd: uninitialized urandom read (16 bytes read)
[    4.663043] systemd[1]: Created slice User and Session Slice.
[    4.702736] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.752565] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.803153] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.852697] systemd[1]: Reached target Network is Online.
[    4.892334] systemd[1]: Reached target Path Units.
[    4.932370] systemd[1]: Reached target Remote File Systems.
[    4.972302] systemd[1]: Reached target Slice Units.
[    5.012347] systemd[1]: Reached target Swaps.
[    5.053780] systemd[1]: Listening on Journal Audit Socket.
[    5.093265] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.133275] systemd[1]: Listening on Journal Socket.
[    5.177143] systemd[1]: Listening on udev Control Socket.
[    5.213191] systemd[1]: Listening on udev Kernel Socket.
[    5.253273] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    5.275345] systemd[1]: Mounting POSIX Message Queue File System...
[    5.317138] systemd[1]: Mounting Kernel Debug File System...
[    5.356892] systemd[1]: Mounting Kernel Trace File System...
[    5.397859] systemd[1]: Mounting Temporary Directory /tmp...
[    5.438177] systemd[1]: Starting Create List of Static Device Nodes...
[    5.487752] systemd[1]: Starting Load Kernel Module configfs...
[    5.527614] systemd[1]: Starting Load Kernel Module drm...
[    5.578365] systemd[1]: Starting Load Kernel Module fuse...
[    5.620037] fuse: init (API version 7.34)
[    5.620068] systemd[1]: Starting File System Check on Root Device...
[    5.693257] systemd[1]: Starting Journal Service...
[    5.705620] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[    5.724351] systemd[1]: Starting Generate network units from Kernel command line...
[    5.742210] systemd[1]: Starting Apply Kernel Variables...
[    5.766767] systemd[1]: Starting Coldplug All udev Devices...
[    5.816246] systemd[1]: Mounted POSIX Message Queue File System.
[    5.863298] systemd[1]: Started Journal Service.
[    6.371865] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[    6.523799] systemd-journald[110]: Received client request to flush runtime journal.
[    6.817900] audit: type=1334 audit(1646984016.219:2): prog-id=6 op=LOAD
[    6.827544] audit: type=1334 audit(1646984016.219:3): prog-id=7 op=LOAD
[    6.836917] audit: type=1334 audit(1646984016.219:4): prog-id=8 op=LOAD
[    7.221404] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    7.242581] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    7.246429] mc: Linux media interface: v0.10
[    7.251937] [vc_sm_connected_init]: start
[    7.265817] vchiq: Sent Msg CONNECT(1) to ???? s:0 d:0 len:0
[    7.302901] vchiq: Open Service SMEM SrcPort:0
[    7.304071] vchiq: Add Service KEEP SrcPort:1
[    7.311444] vchiq: Sent Msg OPEN(2) to ???? s:0 d:0 len:12
[    7.338022] vchiq: Rcvd Msg OPENACK(3) from SMEM s:31 d:0 len:2
[    7.339322] videodev: Linux video capture interface: v2.00
[    7.346539] vchiq: Rcvd: 00000000: 01 00                                           ..
[    7.373840] [vc_sm_connected_init]: installed successfully
[    7.374811] vchiq: Sent: 00000000: 09 00 00 00 01 00 00 00 02 00 00 00             ............
[    7.395595] vchiq: Sent Msg DATA(5) to SMEM s:0 d:31 len:12
[    7.403735] vchiq: Rcvd Msg DATA(5) from SMEM s:31 d:0 len:12
[    7.412162] vchiq: Rcvd: 00000000: 09 00 00 80 01 00 00 00 02 00 00 00             ............
[    7.482171] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.482175] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.482208] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.546516] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    7.556806] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    7.565813] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    7.573819] vchiq: Open Service mmal SrcPort:2
[    7.613943] vchiq: Sent Msg OPEN(2) to ???? s:2 d:0 len:12
[    7.613999] vchiq: Open Service mmal SrcPort:3
[    7.624135] vchiq: Rcvd Msg OPENACK(3) from mmal s:85 d:2 len:2
[    7.640636] vchiq: Open Service mmal SrcPort:4
[    7.643516] vchiq: Rcvd: 00000000: 10 00                                           ..
[    7.652158] vchiq: Sent Msg OPEN(2) to ???? s:4 d:0 len:12
[    7.673732] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 02 00 00 00 01 00 00 00 mmal............
[    7.673740] vchiq: Rcvd Msg OPENACK(3) from mmal s:87 d:4 len:2
[    7.673772] vchiq: Rcvd: 00000000: 10 00                                           ..
[    7.697778] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:160
[    7.736707] vchiq: Sent Msg OPEN(2) to ???? s:3 d:0 len:12
[    7.745440] vchiq: Rcvd Msg OPENACK(3) from mmal s:88 d:3 len:2
[    7.754084] vchiq: Rcvd: 00000000: 10 00                                           ..
[    7.764267] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 01 00 00 00 mmal............
[    7.780740] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:160
[    7.794900] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 4c b9 97 82 01 00 00 00 mmal....L.......
[    7.809232] vchiq: Sent Msg DATA(5) to mmal s:3 d:88 len:160
[    7.865702] enc28j60 spi0.0: Ethernet driver 1.02 loaded
[    7.875860] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator
[    7.876272] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator
[    7.877369] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:44
[    7.877421] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 a4 03 36 3f 01 00 00 00 mmal......6?....
[    7.877561] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[    7.877578] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.879595] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:44
[    7.946298] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 54 b8 35 3f 01 00 00 00 mmal....T.5?....
[    7.946325] vchiq: Rcvd Msg DATA(5) from mmal s:88 d:3 len:44
[    7.946346] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 04 6d 35 3f 01 00 00 00 mmal.....m5?....
[    7.952144] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[    7.952154] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:36
[    7.996359] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.996410] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 01 00 00 00 mmal......6?....
[    7.996426] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:316
[    7.996443] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[    7.996453] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 54 b8 35 3f 01 00 00 00 mmal....T.5?....
[    7.996452] vchiq: Sent Msg DATA(5) to mmal s:3 d:88 len:36
[    7.996545] vchiq: Rcvd Msg DATA(5) from mmal s:88 d:3 len:316
[    7.999345] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 02 00 00 00 mmal....mmal....
[    7.999361] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.999431] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 02 00 00 00 mmal....mmal....
[    7.999438] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:36
[    8.008101] 8021q: 802.1Q VLAN Support v1.8
[    8.016720] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 04 6d 35 3f 01 00 00 00 mmal.....m5?....
[    8.016747] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    8.016768] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 02 00 00 00 mmal......6?....
[    8.016785] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:316
[    8.016806] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 54 b8 35 3f 02 00 00 00 mmal....T.5?....
[    8.016828] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 02 00 00 00 mmal....@.......
[    8.016837] vchiq: Sent Msg DATA(5) to mmal s:3 d:88 len:40
[    8.024222] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 03 00 00 00 mmal....mmal....
[    8.051573] dwc2 3f980000.usb: DWC OTG Controller
[    8.055402] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    8.055436] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 03 00 00 00 mmal....mmal....
[    8.055540] audit: type=1334 audit(1646984017.429:5): prog-id=9 op=LOAD
[    8.055563] audit: type=1334 audit(1646984017.429:6): prog-id=10 op=LOAD
[    8.055583] audit: type=1334 audit(1646984017.429:7): prog-id=11 op=LOAD
[    8.064476] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
[    8.074777] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:36
[    8.082214] dwc2 3f980000.usb: irq 66, io mem 0x3f980000
[    8.260710] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    8.260729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.260738] usb usb1: Product: DWC OTG Controller
[    8.260746] usb usb1: Manufacturer: Linux 5.15.32-v7 dwc2_hsotg
[    8.260753] usb usb1: SerialNumber: 3f980000.usb
[    8.261684] hub 1-0:1.0: USB hub found
[    8.261832] hub 1-0:1.0: 1 port detected
[    8.351633] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.401564] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.409665] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.409683] cfg80211: failed to load regulatory.db
[    8.539540] enc28j60 spi0.0 eth0: link down
[    8.545132] enc28j60 spi0.0 eth0: multicast mode
[    8.545462] enc28j60 spi0.0 eth0: multicast mode
[    9.247539] vchiq: Rcvd Msg DATA(5) from mmal s:88 d:3 len:180
[    9.254727] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 04 6d 35 3f 02 00 00 00 mmal.....m5?....
[    9.266352] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    9.266599] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 00 00 00 00 02 00 00 00 mmal............
[    9.273510] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 03 00 00 00 mmal......6?....
[    9.285076] vchiq: Sent Msg DATA(5) to mmal s:3 d:88 len:28
[    9.296712] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:316
[    9.303641] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 04 00 00 00 mmal....mmal....
[    9.310807] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 54 b8 35 3f 03 00 00 00 mmal....T.5?....
[    9.322619] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    9.334413] vchiq: Rcvd Msg DATA(5) from mmal s:88 d:3 len:28
[    9.341370] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 04 00 00 00 mmal....mmal....
[    9.348451] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 04 6d 35 3f 02 00 00 00 mmal.....m5?....
[    9.348465] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    9.349063] vchiq: Open Service mmal SrcPort:5
[    9.360242] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:36
[    9.372198] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 04 00 00 00 mmal......6?....
[    9.379565] vchiq: Sent Msg OPEN(2) to ???? s:5 d:0 len:12
[    9.385490] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:316
[    9.385509] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 54 b8 35 3f 04 00 00 00 mmal....T.5?....
[    9.392917] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 05 00 00 00 mmal....@.......
[    9.404556] vchiq: Rcvd Msg OPENACK(3) from mmal s:89 d:5 len:2
[    9.411515] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    9.418792] vchiq: Rcvd: 00000000: 10 00                                           ..
[    9.467730] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 01 00 00 00 mmal............
[    9.479658] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:160
[    9.486780] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:56
[    9.486789] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 05 00 00 00 mmal....mmal....
[    9.493938] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 05 00 00 00 mmal......6?....
[    9.505708] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:36
[    9.517602] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:44
[    9.524637] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 05 00 00 00 mmal....@.......
[    9.531784] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 b4 21 35 3f 01 00 00 00 mmal.....!5?....
[    9.543670] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    9.555595] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:316
[    9.562681] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[    9.569845] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 54 b8 35 3f 05 00 00 00 mmal....T.5?....
[    9.581695] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[    9.593680] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:64
[    9.601268] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    9.607931] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 05 00 00 00 mmal......6?....
[    9.619905] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:40
[    9.631935] vchiq: Rcvd Msg PADDING(0) from ???? s:0 d:0 len:104
[    9.639025] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 00 00 00 00 05 00 00 00 mmal............
[    9.646487] vchiq: Rcvd: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[    9.658464] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:28
[    9.670515] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[    9.684893] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 01 00 00 00 mmal.....!5?....
[    9.696879] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:284
[    9.697145] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 02 00 00 00 mmal.....,......
[    9.704230] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 54 b8 35 3f 06 00 00 00 mmal....T.5?....
[    9.716232] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[    9.728228] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:28
[    9.728568] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.735336] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 fc 2f 17 80 06 00 00 00 mmal...../......
[    9.742593] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 a4 03 36 3f 05 00 00 00 mmal......6?....
[    9.753373] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:40
[    9.765402] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[    9.777686] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.784632] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 02 00 00 00 mmal.....!5?....
[    9.793827] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.800355] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:108
[    9.812714] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 03 00 00 00 mmal.....,......
[    9.819517] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 54 b8 35 3f 06 00 00 00 mmal....T.5?....
[    9.826877] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[    9.839586] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.851102] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[    9.852238] vchiq: Open Service mmal SrcPort:6
[    9.852256] vchiq: Sent Msg OPEN(2) to ???? s:6 d:0 len:12
[    9.889498] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 03 00 00 00 mmal.....!5?....
[    9.892049] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    9.901504] vchiq: Rcvd Msg OPENACK(3) from mmal s:90 d:6 len:2
[    9.913517] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:40
[    9.920960] vchiq: Rcvd: 00000000: 10 00                                           ..
[    9.928586] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 04 00 00 00 mmal.....,......
[    9.938755] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:80
[    9.938774] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 54 b8 35 3f 06 00 00 00 mmal....T.5?....
[    9.950735] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[    9.966528] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.969999] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[    9.977231] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 01 00 00 00 mmal............
[    9.987743] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 04 00 00 00 mmal.....!5?....
[    9.995031] vchiq: Sent Msg DATA(5) to mmal s:6 d:90 len:160
[   10.026227] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 0a 00 00 00 06 00 00 00 mmal............
[   10.026894] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:6 len:44
[   10.038253] vchiq: Sent Msg DATA(5) to mmal s:4 d:87 len:40
[   10.045516] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 64 d6 34 3f 01 00 00 00 mmal....d.4?....
[   10.064686] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 05 00 00 00 mmal.....,......
[   10.076811] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   10.076817] vchiq: Rcvd Msg DATA(5) from mmal s:87 d:4 len:40
[   10.083963] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[   10.091215] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 54 b8 35 3f 06 00 00 00 mmal....T.5?....
[   10.103267] vchiq: Sent Msg DATA(5) to mmal s:6 d:90 len:36
[   10.115317] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   10.123362] enc28j60 spi0.0 eth0: link up - Half duplex
[   10.129737] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 05 00 00 00 mmal.....!5?....
[   10.132269] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[   10.132296] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   10.132309] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   10.132323] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   10.132333] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   10.138218] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   10.138958] vchiq: Open Service mmal SrcPort:7
[   10.138975] vchiq: Sent Msg OPEN(2) to ???? s:7 d:0 len:12
[   10.148388] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:6 len:316
[   10.159573] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 08 6d 89 80 06 00 00 00 mmal.....m......
[   10.169540] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 64 d6 34 3f 01 00 00 00 mmal....d.4?....
[   10.180205] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:80
[   10.190887] vchiq: Rcvd Msg OPENACK(3) from mmal s:91 d:7 len:2
[   10.190900] vchiq: Rcvd: 00000000: 10 00                                           ..
[   10.201630] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 dc 5a 33 80 02 00 00 00 mmal.....Z3.....
[   10.202110] enc28j60 spi0.0 eth0: multicast mode
[   10.209554] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   10.209575] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 06 00 00 00 mmal.....!5?....
[   10.317521] vchiq: Sent Msg DATA(5) to mmal s:6 d:90 len:36
[   10.324575] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:6 len:316
[   10.324916] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 06 00 00 00 mmal....@.......
[   10.331791] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 64 d6 34 3f 02 00 00 00 mmal....d.4?....
[   10.343569] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:40
[   10.362493] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 c0 ce a5 80 01 00 00 00 mmal............
[   10.362520] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:96
[   10.374382] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:160
[   10.374751] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 dc 5a 33 80 03 00 00 00 mmal.....Z3.....
[   10.381586] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 b4 21 35 3f 06 00 00 00 mmal.....!5?....
[   10.388636] vchiq: Sent Msg DATA(5) to mmal s:6 d:90 len:36
[   10.400464] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:44
[   10.400483] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 14 8b 34 3f 01 00 00 00 mmal......4?....
[   10.420598] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 6d 6d 61 6c 06 00 00 00 mmal....mmal....
[   10.426646] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:6 len:316
[   10.438569] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:160
[   10.450537] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 64 d6 34 3f 03 00 00 00 mmal....d.4?....
[   10.458016] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[   10.465012] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:44
[   10.465030] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 b4 21 35 3f 06 00 00 00 mmal.....!5?....
[   10.476990] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:36
[   10.515267] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 04 00 00 00 mmal....@.......
[   10.515276] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:316
[   10.527323] vchiq: Sent Msg DATA(5) to mmal s:6 d:90 len:40
[   10.534671] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 14 8b 34 3f 01 00 00 00 mmal......4?....
[   10.541694] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 06 00 00 00 mmal....mmal....
[   10.553707] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:6 len:104
[   10.565768] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   10.565878] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 02 00 00 00 mmal.....,......
[   10.573127] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 64 d6 34 3f 04 00 00 00 mmal....d.4?....
[   10.573142] vchiq: Rcvd Msg PADDING(0) from ???? s:0 d:0 len:88
[   10.580172] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:36
[   10.592140] vchiq: Rcvd: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[   10.604220] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 04 00 00 00 mmal....@.......
[   10.611593] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   10.618632] vchiq: Sent Msg DATA(5) to mmal s:6 d:90 len:40
[   10.630612] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 06 00 00 00 mmal.....!5?....
[   10.668978] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:316
[   10.669026] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 07 00 00 00 mmal....mmal....
[   10.676333] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 14 8b 34 3f 02 00 00 00 mmal......4?....
[   10.688333] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   10.700349] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:6 len:44
[   10.707494] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 03 00 00 00 mmal.....,......
[   10.714713] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 64 d6 34 3f 04 00 00 00 mmal....d.4?....
[   10.726709] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:36
[   10.738724] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   10.745863] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 13 00 00 60 04 00 00 00 mmal.......`....
[   10.753161] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 07 00 00 00 mmal.....!5?....
[   10.765142] vchiq: Sent Msg DATA(5) to mmal s:6 d:90 len:28
[   10.777135] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:316
[   10.784279] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 08 00 00 00 mmal............
[   10.791560] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 14 8b 34 3f 03 00 00 00 mmal......4?....
[   10.803551] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:160
[   10.815597] vchiq: Rcvd Msg DATA(5) from mmal s:90 d:6 len:28
[   10.822784] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 04 00 00 00 mmal.....,......
[   10.829953] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 64 d6 34 3f 04 00 00 00 mmal....d.4?....
[   10.841922] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:36
[   10.853949] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:44
[   10.861319] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[   10.868225] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 b4 21 35 3f 08 00 00 00 mmal.....!5?....
[   10.868240] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:316
[   10.876625] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 08 00 00 00 mmal....mmal....
[   10.888604] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 14 8b 34 3f 04 00 00 00 mmal......4?....
[   10.895933] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   10.927121] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 c0 2c 01 00 05 00 00 00 mmal.....,......
[   10.927131] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   10.939185] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:36
[   10.946526] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 08 00 00 00 mmal.....!5?....
[   10.953604] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[   10.965615] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:316
[   10.965777] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 09 00 00 00 mmal....mmal....
[   10.965785] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   10.973118] vchiq: Open Service mmal SrcPort:8
[   10.980008] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 14 8b 34 3f 05 00 00 00 mmal......4?....
[   10.992004] vchiq: Sent Msg OPEN(2) to ???? s:8 d:0 len:12
[   10.999054] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   11.007834] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[   11.016936] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 09 00 00 00 mmal.....!5?....
[   11.016948] vchiq: Rcvd Msg OPENACK(3) from mmal s:92 d:8 len:2
[   11.023915] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:40
[   11.031195] vchiq: Rcvd: 00000000: 10 00                                           ..
[   11.043217] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 0a 00 00 00 mmal....mmal....
[   11.054998] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:284
[   11.055017] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 14 8b 34 3f 06 00 00 00 mmal......4?....
[   11.062395] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   11.092040] random: crng init done
[   11.099236] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 02 00 00 00 01 00 00 00 mmal............
[   11.111062] random: 7 urandom warning(s) missed due to ratelimiting
[   11.142541] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:160
[   11.149687] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   11.156986] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0a 00 00 00 mmal.....!5?....
[   11.168888] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:44
[   11.176072] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 c4 3f 34 3f 01 00 00 00 mmal.....?4?....
[   11.188225] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 0b 00 00 00 mmal............
[   11.189278] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[   11.200252] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:160
[   11.218572] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[   11.227683] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:44
[   11.230688] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:36
[   11.237932] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 b4 21 35 3f 0b 00 00 00 mmal.....!5?....
[   11.245015] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 b4 06 00 00 00 mmal....@.......
[   11.258393] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:316
[   11.258413] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 c4 3f 34 3f 01 00 00 00 mmal.....?4?....
[   11.292793] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:40
[   11.300064] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 0b 00 00 00 mmal....mmal....
[   11.300171] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:108
[   11.312234] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   11.319625] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 14 8b 34 3f 06 00 00 00 mmal......4?....
[   11.326729] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 02 00 00 00 mmal....mmal....
[   11.338759] vchiq: Rcvd Msg PADDING(0) from ???? s:0 d:0 len:112
[   11.350817] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:36
[   11.351416] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[   11.358430] vchiq: Rcvd: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[   11.365536] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 fc 2f 17 80 06 00 00 00 mmal...../......
[   11.376411] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   11.376436] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0b 00 00 00 mmal.....!5?....
[   11.388561] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:40
[   11.400764] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:316
[   11.408184] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 0c 00 00 00 mmal....mmal....
[   11.420213] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 c4 3f 34 3f 02 00 00 00 mmal.....?4?....
[   11.420232] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:80
[   11.420251] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 14 8b 34 3f 06 00 00 00 mmal......4?....
[   11.432220] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[   11.434808] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   11.496690] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6c 38 6a 82 03 00 00 00 mmal....l8j.....
[   11.496709] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   11.508909] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:36
[   11.516331] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0c 00 00 00 mmal.....!5?....
[   11.523431] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 ff ff ff ff 06 00 00 00 mmal............
[   11.535497] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:316
[   11.535535] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 c4 3f 34 3f 03 00 00 00 mmal.....?4?....
[   11.547659] vchiq: Sent Msg DATA(5) to mmal s:7 d:91 len:40
[   11.574475] vchiq: Rcvd Msg DATA(5) from mmal s:91 d:7 len:40
[   11.574593] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 0d 00 00 00 mmal....mmal....
[   11.581774] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 14 8b 34 3f 06 00 00 00 mmal......4?....
[   11.582098] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[   11.593868] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   11.605952] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   11.616735] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6c 38 6a 82 04 00 00 00 mmal....l8j.....
[   11.616747] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   11.616771] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0d 00 00 00 mmal.....!5?....
[   11.623789] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   11.623800] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   11.634313] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:36
[   11.648121] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   11.653957] vchiq: Sent: 00000000: 6d 6d 61 6c 09 00 00 00 63 6f 64 65 0e 00 00 00 mmal....code....
[   11.653962] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:316
[   11.653966] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:304
[   11.653985] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 c4 3f 34 3f 04 00 00 00 mmal.....?4?....
[   11.667253] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[   11.676901] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   11.678026] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6c 38 6a 82 05 00 00 00 mmal....l8j.....
[   11.678036] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:36
[   11.781005] vchiq: Rcvd: 00000000: 6d 6d 61 6c 09 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   11.781031] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:316
[   11.781098] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 63 6f 64 65 0e 00 00 00 mmal....code....
[   11.781108] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   11.821082] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 c4 3f 34 3f 05 00 00 00 mmal.....?4?....
[   11.833142] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   11.833420] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 06 00 00 00 mmal....@.......
[   11.840482] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   11.852473] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:40
[   11.871629] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   11.883796] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:284
[   11.883796] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   11.883828] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 c4 3f 34 3f 06 00 00 00 mmal.....?4?....
[   11.912981] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   11.913054] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 06 00 00 00 mmal....@.......
[   11.920261] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   11.932293] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:40
[   11.952398] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:108
[   11.954524] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   11.959911] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 c4 3f 34 3f 06 00 00 00 mmal.....?4?....
[   11.984114] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   11.991198] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 18 be 5a 82 06 00 00 00 mmal......Z.....
[   11.991255] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.003254] vchiq: Sent Msg DATA(5) to mmal s:8 d:92 len:28
[   12.017549] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.029544] vchiq: Rcvd Msg DATA(5) from mmal s:92 d:8 len:28
[   12.029596] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   12.036827] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 c4 3f 34 3f 06 00 00 00 mmal.....?4?....
[   12.048835] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   12.061169] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[   12.076427] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.083719] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.095899] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[   12.102908] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 e4 b8 97 82 0e 00 00 00 mmal............
[   12.103202] vchiq: Open Service mmal SrcPort:9
[   12.114984] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:48
[   12.115063] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.120962] vchiq: Sent Msg OPEN(2) to ???? s:9 d:0 len:12
[   12.128033] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.154051] vchiq: Rcvd Msg OPENACK(3) from mmal s:93 d:9 len:2
[   12.154093] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 e4 b8 97 82 0e 00 00 00 mmal............
[   12.161429] vchiq: Rcvd: 00000000: 10 00                                           ..
[   12.173365] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:48
[   12.190920] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 00 00 00 00 01 00 00 00 mmal............
[   12.190985] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.202714] vchiq: Sent Msg DATA(5) to mmal s:9 d:93 len:160
[   12.209827] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.228543] vchiq: Rcvd Msg DATA(5) from mmal s:93 d:9 len:44
[   12.228584] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 e4 b8 97 82 0e 00 00 00 mmal............
[   12.235667] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 74 f4 33 3f 01 00 00 00 mmal....t.3?....
[   12.247386] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:48
[   12.266245] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[   12.266302] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.278174] vchiq: Sent Msg DATA(5) to mmal s:9 d:93 len:36
[   12.285390] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.285570] systemd-journald[110]: Data hash table of /run/log/journal/14ee067773e2446db6e14d6d129f7197/system.journal has a fill level at 75.0 (1707 of 2275 items, 1310720 file size, 767 bytes per hash table item), suggesting rotation.
[   12.285589] systemd-journald[110]: /run/log/journal/14ee067773e2446db6e14d6d129f7197/system.journal: Journal header limits reached or header out-of-date, rotating.
[   12.349153] vchiq: Rcvd Msg PADDING(0) from ???? s:0 d:0 len:232
[   12.349209] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 e4 b8 97 82 0e 00 00 00 mmal............
[   12.356797] vchiq: Rcvd: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[   12.356808] vchiq: Rcvd Msg DATA(5) from mmal s:93 d:9 len:316
[   12.369028] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:48
[   12.381287] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 74 f4 33 3f 01 00 00 00 mmal....t.3?....
[   12.408044] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 02 00 00 00 mmal....mmal....
[   12.408100] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.420262] vchiq: Sent Msg DATA(5) to mmal s:9 d:93 len:36
[   12.427634] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.446987] vchiq: Rcvd Msg DATA(5) from mmal s:93 d:9 len:316
[   12.447023] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 e4 b8 97 82 0e 00 00 00 mmal............
[   12.454402] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 74 f4 33 3f 02 00 00 00 mmal....t.3?....
[   12.466511] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   12.485703] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 03 00 00 00 mmal....mmal....
[   12.485743] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.497783] vchiq: Sent Msg DATA(5) to mmal s:9 d:93 len:36
[   12.505049] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.524071] vchiq: Rcvd Msg DATA(5) from mmal s:93 d:9 len:316
[   12.524106] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 e4 b8 97 82 0e 00 00 00 mmal............
[   12.531427] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 74 f4 33 3f 03 00 00 00 mmal....t.3?....
[   12.543419] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   12.562560] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 04 00 00 00 mmal....@.......
[   12.562610] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.574643] vchiq: Sent Msg DATA(5) to mmal s:9 d:93 len:40
[   12.581925] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.600981] vchiq: Rcvd Msg DATA(5) from mmal s:93 d:9 len:60
[   12.601015] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   12.608218] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 74 f4 33 3f 04 00 00 00 mmal....t.3?....
[   12.620193] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   12.639319] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 04 00 00 00 mmal....@.......
[   12.639363] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.651406] vchiq: Sent Msg DATA(5) to mmal s:9 d:93 len:40
[   12.658688] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.677741] vchiq: Rcvd Msg DATA(5) from mmal s:93 d:9 len:60
[   12.677775] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 a0 64 18 b4 0e 00 00 00 mmal.....d......
[   12.684987] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 74 f4 33 3f 04 00 00 00 mmal....t.3?....
[   12.696952] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   12.716068] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 00 00 00 00 04 00 00 00 mmal............
[   12.716116] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.728135] vchiq: Sent Msg DATA(5) to mmal s:9 d:93 len:28
[   12.735423] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.754467] vchiq: Rcvd Msg DATA(5) from mmal s:93 d:9 len:28
[   12.754499] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 a0 64 18 b4 0e 00 00 00 mmal.....d......
[   12.761690] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 74 f4 33 3f 04 00 00 00 mmal....t.3?....
[   12.773667] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   12.792861] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.792960] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[   12.800128] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.808530] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[   12.820591] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   12.828245] vchiq: Open Service mmal SrcPort:10
[   12.839804] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   12.839884] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.845825] vchiq: Sent Msg OPEN(2) to ???? s:10 d:0 len:12
[   12.852866] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.878883] vchiq: Rcvd Msg OPENACK(3) from mmal s:94 d:10 len:2
[   12.878922] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   12.886337] vchiq: Rcvd: 00000000: 10 00                                           ..
[   12.908799] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   12.915762] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 c4 38 6a 82 01 00 00 00 mmal.....8j.....
[   12.915801] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   12.927528] vchiq: Sent Msg DATA(5) to mmal s:10 d:94 len:160
[   12.934673] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   12.953474] vchiq: Rcvd Msg DATA(5) from mmal s:94 d:10 len:44
[   12.953509] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   12.960664] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 d4 bb 72 3f 01 00 00 00 mmal......r?....
[   12.972371] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   12.991246] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[   12.991302] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.003191] vchiq: Sent Msg DATA(5) to mmal s:10 d:94 len:36
[   13.010407] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.030783] vchiq: Rcvd Msg DATA(5) from mmal s:94 d:10 len:316
[   13.030829] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 a0 64 18 b4 0e 00 00 00 mmal.....d......
[   13.038212] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 d4 bb 72 3f 01 00 00 00 mmal......r?....
[   13.050196] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.069329] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 02 00 00 00 mmal....mmal....
[   13.069380] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.081420] vchiq: Sent Msg DATA(5) to mmal s:10 d:94 len:36
[   13.088708] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.107855] vchiq: Rcvd Msg DATA(5) from mmal s:94 d:10 len:316
[   13.107888] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 a0 64 18 b4 0e 00 00 00 mmal.....d......
[   13.115276] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 d4 bb 72 3f 02 00 00 00 mmal......r?....
[   13.127247] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.146382] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.146420] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 03 00 00 00 mmal....mmal....
[   13.153651] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.165647] vchiq: Sent Msg DATA(5) to mmal s:10 d:94 len:36
[   13.184871] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.184905] vchiq: Rcvd Msg DATA(5) from mmal s:94 d:10 len:316
[   13.196880] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.204317] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 d4 bb 72 3f 03 00 00 00 mmal......r?....
[   13.223330] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.223368] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 04 00 00 00 mmal....@.......
[   13.230595] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.242599] vchiq: Sent Msg DATA(5) to mmal s:10 d:94 len:40
[   13.261825] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.261894] vchiq: Rcvd Msg DATA(5) from mmal s:94 d:10 len:84
[   13.273848] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.281218] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 d4 bb 72 3f 04 00 00 00 mmal......r?....
[   13.300293] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.300338] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 40 00 00 00 04 00 00 00 mmal....@.......
[   13.307544] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.319528] vchiq: Sent Msg DATA(5) to mmal s:10 d:94 len:40
[   13.338764] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.338809] vchiq: Rcvd Msg DATA(5) from mmal s:94 d:10 len:60
[   13.350852] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.358228] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 d4 bb 72 3f 04 00 00 00 mmal......r?....
[   13.377294] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.377335] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 00 00 00 00 04 00 00 00 mmal............
[   13.384537] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.396515] vchiq: Sent Msg DATA(5) to mmal s:10 d:94 len:28
[   13.415747] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 40 00 00 00 0e 00 00 00 mmal....@.......
[   13.415889] vchiq: Rcvd Msg DATA(5) from mmal s:94 d:10 len:28
[   13.427835] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.435212] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 d4 bb 72 3f 04 00 00 00 mmal......r?....
[   13.454281] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.454563] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[   13.461517] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.470304] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[   13.481958] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 b8 6b 18 b4 0e 00 00 00 mmal.....k......
[   13.502138] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.509462] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.516961] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.529118] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 b8 6b 18 b4 0e 00 00 00 mmal.....k......
[   13.541186] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.548403] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.555672] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.567666] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.579906] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.589756] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.597106] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.609117] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.621114] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.628224] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.635431] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.647413] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.659430] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.666551] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.673757] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.685729] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 12 00 01 00 0e 00 00 00 mmal............
[   13.697744] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.704860] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.712065] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.724046] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 12 00 01 00 0e 00 00 00 mmal............
[   13.736068] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.743189] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.750387] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.762370] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 c4 b8 97 82 0e 00 00 00 mmal............
[   13.774396] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.781505] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.788716] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.800698] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 c4 b8 97 82 0e 00 00 00 mmal............
[   13.812722] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:56
[   13.819830] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.827034] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.839015] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.851049] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:68
[   13.858176] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.865384] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.877357] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 9c b8 97 82 0e 00 00 00 mmal............
[   13.889379] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:52
[   13.896495] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.903704] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.915697] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   13.927759] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:52
[   13.934908] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.942120] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.954114] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   13.966155] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   13.973276] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   13.980476] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   13.992458] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   14.004480] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.011580] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.018784] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.030753] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   14.042772] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.049874] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.057076] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.069042] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.081065] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.088180] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.095377] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.107342] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.119361] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.126471] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.133671] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.145635] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.157649] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.164761] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.171954] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.183933] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.195954] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.203068] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.210262] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.222246] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.234271] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.241374] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.248579] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.260547] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.272583] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.279687] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.286895] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.298872] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 40 00 00 00 0e 00 00 00 mmal....@.......
[   14.310892] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.318016] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.325222] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.337197] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 28 6f 18 b4 0e 00 00 00 mmal....(o......
[   14.349213] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.356335] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.363538] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.375510] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.387529] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.394641] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.401835] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.413812] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.425839] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.432957] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.440155] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.452138] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   14.464161] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.471275] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.478481] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.490460] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   14.502490] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:48
[   14.509603] vchiq: Rcvd Msg PADDING(0) from ???? s:0 d:0 len:16
[   14.516997] vchiq: Rcvd: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[   14.528957] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.536218] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.548225] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 6d 6d 61 6c 0e 00 00 00 mmal....mmal....
[   14.560221] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:48
[   14.567382] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.574640] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.586632] bcm2835-v4l2-0: scene mode selected 0, was 0
[   14.586657] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.598648] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.605800] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.613057] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.625063] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.637060] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.644206] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.651445] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.663450] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.675478] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.682603] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.689800] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.701779] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.713800] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.720908] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.728112] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.740284] bcm2835-v4l2-0: V4L2 device registered as video0 - stills mode > 1280x720
[   14.751232] vchiq: Sent: 00000000: 6d 6d 61 6c 0e 00 00 00 7c b9 97 82 0e 00 00 00 mmal....|.......
[   14.763296] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   14.770446] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   14.777726] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0e 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.789801] vchiq: Sent: 00000000: 6d 6d 61 6c 09 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.801874] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:304
[   14.809177] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   14.816546] vchiq: Rcvd: 00000000: 6d 6d 61 6c 09 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.828706] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.840738] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   14.847860] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   14.855240] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.867324] vchiq: Sent: 00000000: 6d 6d 61 6c 03 00 00 00 3c 5b 2c 84 0e 00 00 00 mmal....<[,.....
[   14.879348] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:40
[   14.886456] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:40
[   14.893659] vchiq: Rcvd: 00000000: 6d 6d 61 6c 03 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.905652] vchiq: Sent: 00000000: 6d 6d 61 6c 09 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.917715] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:304
[   14.924979] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   14.932299] vchiq: Rcvd: 00000000: 6d 6d 61 6c 09 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.944289] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.956323] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   14.963427] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   14.970718] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   14.982744] vchiq: Sent: 00000000: 6d 6d 61 6c 0a 00 00 00 00 00 00 00 0e 00 00 00 mmal............
[   14.994770] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:44
[   15.001869] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   15.009087] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0a 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   15.021080] vchiq: Sent: 00000000: 6d 6d 61 6c 09 00 00 00 40 00 00 00 0e 00 00 00 mmal....@.......
[   15.033119] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:304
[   15.040341] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   15.047654] vchiq: Rcvd: 00000000: 6d 6d 61 6c 09 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   15.059644] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 40 00 00 00 0e 00 00 00 mmal....@.......
[   15.071679] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:36
[   15.078786] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:316
[   15.086086] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   15.098070] vchiq: Sent: 00000000: 6d 6d 61 6c 06 00 00 00 30 00 00 00 0e 00 00 00 mmal....0.......
[   15.110096] vchiq: Sent Msg DATA(5) to mmal s:5 d:89 len:28
[   15.121233] vchiq: Rcvd Msg DATA(5) from mmal s:89 d:5 len:28
[   15.128439] vchiq: Rcvd: 00000000: 6d 6d 61 6c 06 00 00 00 b4 21 35 3f 0e 00 00 00 mmal.....!5?....
[   15.140400] bcm2835-v4l2-0: Broadcom 2835 MMAL video capture ver 0.0.2 loaded.
[   15.312242] enc28j60 spi0.0 eth0: multicast mode
[   33.112022] cam-dummy-reg: disabling

When it fails

[[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.32-v7 (brandon@brandon) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2022.02.1-dirty) 9.4.0, GNU ld (GNU Binutils) 2.32) #1 SMP Fri Apr 29 03:31:42 PDT 2022
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Plus Rev 1.0
[    0.000000] random: fast init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x34000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] percpu: Embedded 16 pages/cpu s35660 r8192 d21684 u65536
[    0.000000] pcpu-alloc: s35660 r8192 d21684 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 227360
[    0.000000] Kernel command line: coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:CB:3F:95 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200 vchiq.core_msg_log_level=6
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 825324K/917504K available (10240K kernel code, 1341K rwdata, 3096K rodata, 1024K init, 568K bss, 26644K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 33175 entries in 98 pages
[    0.000000] ftrace: allocated 98 pages with 3 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x520/0x710 with crng_init=1
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000024] Switching to timer-based delay loop, resolution 52ns
[    0.000340] Console: colour dummy device 80x30
[    0.001173] printk: console [tty1] enabled
[    0.001253] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.001314] pid_max: default: 32768 minimum: 301
[    0.001501] LSM: Security Framework initializing
[    0.001711] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001765] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003293] cgroup: Disabling memory control group subsystem
[    0.003588] CPU: Testing write buffer coherency: ok
[    0.004162] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005406] Setting up static identity map for 0x100000 - 0x10003c
[    0.005618] rcu: Hierarchical SRCU implementation.
[    0.006567] smp: Bringing up secondary CPUs ...
[    0.007737] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.009009] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.010337] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.010487] smp: Brought up 1 node, 4 CPUs
[    0.010546] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.010582] CPU: All CPU(s) started in HYP mode.
[    0.010610] CPU: Virtualization extensions available.
[    0.011540] devtmpfs: initialized
[    0.029280] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.029599] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.029666] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.032898] pinctrl core: initialized pinctrl subsystem
[    0.034319] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.038906] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.044651] audit: initializing netlink subsys (disabled)
[    0.044960] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.045582] thermal_sys: Registered thermal governor 'step_wise'
[    0.046539] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.046607] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.046888] Serial: AMBA PL011 UART driver
[    0.054885] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.080123] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:21:51, variant start_x
[    0.090139] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
[    0.138949] Kprobes globally optimized
[    0.144005] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.148003] SCSI subsystem initialized
[    0.148291] usbcore: registered new interface driver usbfs
[    0.148379] usbcore: registered new interface driver hub
[    0.148473] usbcore: registered new device driver usb
[    0.148809] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.149358] pps_core: LinuxPPS API ver. 1 registered
[    0.149392] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.149452] PTP clock support registered
[    0.151990] clocksource: Switched to clocksource arch_sys_counter
[    0.222763] VFS: Disk quotas dquot_6.6.0
[    0.222914] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.223151] FS-Cache: Loaded
[    0.223406] CacheFiles: Loaded
[    0.233363] NET: Registered PF_INET protocol family
[    0.233662] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.235362] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.235445] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.235594] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.235811] TCP: Hash tables configured (established 8192 bind 8192)
[    0.236008] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.236091] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.236408] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.237547] RPC: Registered named UNIX socket transport module.
[    0.237586] RPC: Registered udp transport module.
[    0.237616] RPC: Registered tcp transport module.
[    0.237645] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.769082] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    1.773052] Initialise system trusted keyrings
[    1.773374] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.783388] zbud: loaded
[    1.785542] FS-Cache: Netfs 'nfs' registered for caching
[    1.786583] NFS: Registering the id_resolver key type
[    1.786657] Key type id_resolver registered
[    1.786688] Key type id_legacy registered
[    1.786842] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.786880] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.788198] Key type asymmetric registered
[    1.788233] Asymmetric key parser 'x509' registered
[    1.788348] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.788392] io scheduler mq-deadline registered
[    1.788423] io scheduler kyber registered
[    1.794756] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.806534] Console: switching to colour frame buffer device 82x26
[    1.813804] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[    1.824566] bcm2835-rng 3f104000.rng: hwrng registered
[    1.827575] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.833915] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    1.851649] brd: module loaded
[    1.864351] loop: module loaded
[    1.867706] Loading iSCSI transport class v2.0-870.
[    1.872404] usbcore: registered new interface driver lan78xx
[    1.875140] usbcore: registered new interface driver smsc95xx
[    1.877694] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.880476] dwc_otg: FIQ enabled
[    1.880490] dwc_otg: NAK holdoff enabled
[    1.880502] dwc_otg: FIQ split-transaction FSM enabled
[    1.880519] Module dwc_common_port init
[    1.880755] usbcore: registered new interface driver usb-storage
[    1.883607] mousedev: PS/2 mouse device common for all mice
[    1.889247] sdhci: Secure Digital Host Controller Interface driver
[    1.891796] sdhci: Copyright(c) Pierre Ossman
[    1.894728] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.898567] ledtrig-cpu: registered to indicate activity on CPUs
[    1.901443] hid: raw HID events driver (C) Jiri Kosina
[    1.904202] usbcore: registered new interface driver usbhid
[    1.906763] usbhid: USB HID core driver
[    1.914261] Initializing XFRM netlink socket
[    1.916764] NET: Registered PF_PACKET protocol family
[    1.919335] Key type dns_resolver registered
[    1.920532] vchiq: Rcvd Msg CONNECT(1) from ???? s:0 d:0 len:0
[    1.922289] Registering SWP/SWPB emulation handler
[    1.926844] registered taskstats version 1
[    1.929089] Loading compiled-in X.509 certificates
[    1.932237] Key type ._fscrypt registered
[    1.934484] Key type .fscrypt registered
[    1.936660] Key type fscrypt-provisioning registered
[    1.950703] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    1.953237] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    2.869244] printk: console [ttyAMA0] enabled
[    2.878832] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.888071] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.899629] sdhost: log_buf @ (ptrval) (f4101000)
[    2.955405] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.986164] of_cfs_init
[    2.991189] of_cfs_init: OK
[    2.997560] uart-pl011 3f201000.serial: no DMA platform data
[    3.005965] Waiting for root device /dev/mmcblk0p2...
[    3.061577] mmc0: new high speed MMC card at address 0001
[    3.070361] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB 
[    3.080349]  mmcblk0: p1 p2
[    3.086131] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
[    3.093325] mmcblk0boot0: mmc0:0001 BJTD4R 4.00 MiB 
[    3.103009] mmcblk0boot1: mmc0:0001 BJTD4R 4.00 MiB 
[    3.112380] mmcblk0rpmb: mmc0:0001 BJTD4R 4.00 MiB, chardev (244:0)
[    3.142138] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    3.151922] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    3.185711] EXT4-fs (mmcblk0p2): recovery complete
[    3.194223] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.208620] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.218614] devtmpfs: mounted
[    3.232792] Freeing unused kernel image (initmem) memory: 1024K
[    3.241572] Run /sbin/init as init process
[    3.247982]   with arguments:
[    3.247994]     /sbin/init
[    3.248006]   with environment:
[    3.248017]     HOME=/
[    3.248028]     TERM=linux
[    3.583520] systemd[1]: System time before build time, advancing clock.
[    3.714794] NET: Registered PF_INET6 protocol family
[    3.723940] Segment Routing with IPv6
[    3.730092] In-situ OAM (IOAM) with IPv6
[    3.789806] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK -SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
[    3.835237] systemd[1]: Detected architecture arm.
[    3.873109] systemd[1]: Hostname set to <limelight>.
[    4.546208] systemd[1]: Queued start job for default target Multi-User System.
[    4.558273] random: systemd: uninitialized urandom read (16 bytes read)
[    4.570836] systemd[1]: Created slice Slice /system/modprobe.
[    4.612355] random: systemd: uninitialized urandom read (16 bytes read)
[    4.623887] systemd[1]: Created slice Slice /system/serial-getty.
[    4.662313] random: systemd: uninitialized urandom read (16 bytes read)
[    4.673136] systemd[1]: Created slice User and Session Slice.
[    4.712800] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.762565] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.813160] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.862651] systemd[1]: Reached target Network is Online.
[    4.902355] systemd[1]: Reached target Path Units.
[    4.942402] systemd[1]: Reached target Remote File Systems.
[    4.982235] systemd[1]: Reached target Slice Units.
[    5.022309] systemd[1]: Reached target Swaps.
[    5.063822] systemd[1]: Listening on Journal Audit Socket.
[    5.103324] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.143233] systemd[1]: Listening on Journal Socket.
[    5.187147] systemd[1]: Listening on udev Control Socket.
[    5.223223] systemd[1]: Listening on udev Kernel Socket.
[    5.263265] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    5.285359] systemd[1]: Mounting POSIX Message Queue File System...
[    5.327090] systemd[1]: Mounting Kernel Debug File System...
[    5.366913] systemd[1]: Mounting Kernel Trace File System...
[    5.407829] systemd[1]: Mounting Temporary Directory /tmp...
[    5.448151] systemd[1]: Starting Create List of Static Device Nodes...
[    5.497932] systemd[1]: Starting Load Kernel Module configfs...
[    5.537637] systemd[1]: Starting Load Kernel Module drm...
[    5.578001] systemd[1]: Starting Load Kernel Module fuse...
[    5.613648] fuse: init (API version 7.34)
[    5.618548] systemd[1]: Starting File System Check on Root Device...
[    5.673575] systemd[1]: Starting Journal Service...
[    5.685686] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[    5.704430] systemd[1]: Starting Generate network units from Kernel command line...
[    5.735257] systemd[1]: Starting Apply Kernel Variables...
[    5.797326] systemd[1]: Starting Coldplug All udev Devices...
[    5.847314] systemd[1]: Started Journal Service.
[    6.398901] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[    6.564873] systemd-journald[110]: Received client request to flush runtime journal.
[    6.858079] audit: type=1334 audit(1646984016.259:2): prog-id=6 op=LOAD
[    6.867472] audit: type=1334 audit(1646984016.259:3): prog-id=7 op=LOAD
[    6.876725] audit: type=1334 audit(1646984016.259:4): prog-id=8 op=LOAD
[    7.264573] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    7.290696] mc: Linux media interface: v0.10
[    7.295915] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    7.319022] [vc_sm_connected_init]: start
[    7.368011] vchiq: Sent Msg CONNECT(1) to ???? s:0 d:0 len:0
[    7.373972] videodev: Linux video capture interface: v2.00
[    7.379497] vchiq: Open Service SMEM SrcPort:0
[    7.392083] vchiq: Add Service KEEP SrcPort:1
[    7.454004] vchiq: Sent Msg OPEN(2) to ???? s:0 d:0 len:12
[    7.463206] vchiq: Rcvd Msg OPENACK(3) from SMEM s:31 d:0 len:2
[    7.471787] vchiq: Rcvd: 00000000: 01 00                                           ..
[    7.487307] [vc_sm_connected_init]: installed successfully
[    7.491669] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    7.493980] vchiq: Sent: 00000000: 09 00 00 00 01 00 00 00 02 00 00 00             ............
[    7.494004] vchiq: Sent Msg DATA(5) to SMEM s:0 d:31 len:12
[    7.495486] vchiq: Rcvd Msg DATA(5) from SMEM s:31 d:0 len:12
[    7.552682] vchiq: Rcvd: 00000000: 09 00 00 80 01 00 00 00 02 00 00 00             ............
[    7.575426] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.576596] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.576601] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.653503] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    7.689049] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    7.691407] vchiq: Open Service mmal SrcPort:2
[    7.713824] vchiq: Sent Msg OPEN(2) to ???? s:2 d:0 len:12
[    7.722514] vchiq: Open Service mmal SrcPort:3
[    7.723613] vchiq: Rcvd Msg OPENACK(3) from mmal s:85 d:2 len:2
[    7.746887] vchiq: Rcvd: 00000000: 10 00                                           ..
[    7.749029] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 cc b9 09 83 01 00 00 00 mmal............
[    7.775934] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:160
[    7.786175] vchiq: Sent Msg OPEN(2) to ???? s:3 d:0 len:12
[    7.812913] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    7.855107] vchiq: Open Service mmal SrcPort:4
[    7.864406] vchiq: Sent Msg OPEN(2) to ???? s:4 d:0 len:12
[    7.903488] vchiq: Rcvd Msg CLOSE(4) from mmal s:0 d:3 len:0
[    7.912746] vchiq: Rcvd Msg CLOSE(4) from mmal s:0 d:4 len:0
[    7.912787] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:44
[    7.912827] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 a4 03 36 3f 01 00 00 00 mmal......6?....
[    7.912909] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    7.913231] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[    7.913248] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.913408] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.913446] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 01 00 00 00 mmal......6?....
[    7.913679] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 02 00 00 00 mmal....mmal....
[    7.913694] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.915526] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.915559] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 02 00 00 00 mmal......6?....
[    7.915612] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator
[    7.915822] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 03 00 00 00 mmal....mmal....
[    7.915831] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.915885] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.915905] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 03 00 00 00 mmal......6?....
[    7.915950] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 04 00 00 00 mmal....mmal....
[    7.915957] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.916002] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.916026] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 04 00 00 00 mmal......6?....
[    7.916090] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 05 00 00 00 mmal....mmal....
[    7.916099] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.916153] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.916174] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 05 00 00 00 mmal......6?....
[    7.917845] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    7.917865] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    7.918035] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator
[    7.918127] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:284
[    7.918155] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    7.919966] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    7.930279] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    7.958670] audit: type=1334 audit(1646984017.359:5): prog-id=9 op=LOAD
[    7.960786] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    7.967540] audit: type=1334 audit(1646984017.359:6): prog-id=10 op=LOAD
[    7.974782] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    7.986558] audit: type=1334 audit(1646984017.359:7): prog-id=11 op=LOAD
[    7.998383] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:108
[    8.181282] enc28j60 spi0.0: Ethernet driver 1.02 loaded
[    8.187243] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.293959] dwc2 3f980000.usb: DWC OTG Controller
[    8.302310] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    8.304026] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
[    8.313523] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    8.322820] dwc2 3f980000.usb: irq 66, io mem 0x3f980000
[    8.334755] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    8.349028] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:80
[    8.349063] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.361612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    8.369555] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    8.380063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.393954] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 00 ef 7d b3 06 00 00 00 mmal......}.....
[    8.399974] usb usb1: Product: DWC OTG Controller
[    8.412131] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    8.418375] usb usb1: Manufacturer: Linux 5.15.32-v7 dwc2_hsotg
[    8.425567] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:40
[    8.432985] usb usb1: SerialNumber: 3f980000.usb
[    8.435625] hub 1-0:1.0: USB hub found
[    8.440383] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.447767] hub 1-0:1.0: 1 port detected
[    8.452438] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    8.487002] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    8.498712] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    8.509440] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    8.520518] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    8.532072] vchiq: Open Service mmal SrcPort:3
[    8.538077] vchiq: Sent Msg OPEN(2) to ???? s:3 d:0 len:12
[    8.545131] vchiq: Rcvd Msg CLOSE(4) from mmal s:0 d:3 len:0
[    8.553637] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    8.564660] bcm2835-isp bcm2835-isp: Unregister from media controller
[    8.574365] bcm2835-isp bcm2835-isp: Unregistering node output[0] device node /dev/video13
[    8.587434] bcm2835-isp bcm2835-isp: Unregistering node capture[0] device node /dev/video14
[    8.601748] bcm2835-isp bcm2835-isp: Unregistering node capture[1] device node /dev/video15
[    8.613904] bcm2835-isp bcm2835-isp: Unregistering node stats[2] device node /dev/video16
[    8.614128] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 2d 00 00 00 06 00 00 00 mmal....-.......
[    8.614139] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:28
[    8.614369] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:28
[    8.652413] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.664595] vchiq: Sent Msg CLOSE(4) to mmal s:2 d:85 len:0
[    8.665229] vchiq: Rcvd Msg CLOSE(4) from mmal s:85 d:2 len:0
[    8.682791] : Unregister from media controller
[    8.682826] (efault): Unregistering node (null)[0] device node /dev/video0
[    8.682860] (efault): Unregistering node (null)[0] device node /dev/video0
[    8.682891] (efault): Unregistering node (null)[0] device node /dev/video0
[    8.682921] (efault): Unregistering node (null)[0] device node /dev/video0
[    8.689224] 8021q: 802.1Q VLAN Support v1.8
[    8.860308] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.895841] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.903952] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.928473] cfg80211: failed to load regulatory.db
[    9.065043] enc28j60 spi0.0 eth0: link down
[    9.070525] enc28j60 spi0.0 eth0: multicast mode
[    9.076976] enc28j60 spi0.0 eth0: multicast mode
[   10.397279] enc28j60 spi0.0 eth0: link up - Half duplex
[   10.403907] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   10.411731] enc28j60 spi0.0 eth0: multicast mode
[   11.112039] random: crng init done
[   11.116571] random: 7 urandom warning(s) missed due to ratelimiting
[   16.750674] enc28j60 spi0.0 eth0: multicast mode
bhjelstrom commented 2 years ago

Failure case filtered (| grep vchiq):

[    1.920532] vchiq: Rcvd Msg CONNECT(1) from ???? s:0 d:0 len:0
[    7.368011] vchiq: Sent Msg CONNECT(1) to ???? s:0 d:0 len:0
[    7.379497] vchiq: Open Service SMEM SrcPort:0
[    7.392083] vchiq: Add Service KEEP SrcPort:1
[    7.454004] vchiq: Sent Msg OPEN(2) to ???? s:0 d:0 len:12
[    7.463206] vchiq: Rcvd Msg OPENACK(3) from SMEM s:31 d:0 len:2
[    7.471787] vchiq: Rcvd: 00000000: 01 00                                           ..
[    7.493980] vchiq: Sent: 00000000: 09 00 00 00 01 00 00 00 02 00 00 00             ............
[    7.494004] vchiq: Sent Msg DATA(5) to SMEM s:0 d:31 len:12
[    7.495486] vchiq: Rcvd Msg DATA(5) from SMEM s:31 d:0 len:12
[    7.552682] vchiq: Rcvd: 00000000: 09 00 00 80 01 00 00 00 02 00 00 00             ............
[    7.575426] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.576596] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.576601] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    7.691407] vchiq: Open Service mmal SrcPort:2
[    7.713824] vchiq: Sent Msg OPEN(2) to ???? s:2 d:0 len:12
[    7.722514] vchiq: Open Service mmal SrcPort:3
[    7.723613] vchiq: Rcvd Msg OPENACK(3) from mmal s:85 d:2 len:2
[    7.746887] vchiq: Rcvd: 00000000: 10 00                                           ..
[    7.749029] vchiq: Sent: 00000000: 6d 6d 61 6c 04 00 00 00 cc b9 09 83 01 00 00 00 mmal............
[    7.775934] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:160
[    7.786175] vchiq: Sent Msg OPEN(2) to ???? s:3 d:0 len:12
[    7.855107] vchiq: Open Service mmal SrcPort:4
[    7.864406] vchiq: Sent Msg OPEN(2) to ???? s:4 d:0 len:12
[    7.903488] vchiq: Rcvd Msg CLOSE(4) from mmal s:0 d:3 len:0
[    7.912746] vchiq: Rcvd Msg CLOSE(4) from mmal s:0 d:4 len:0
[    7.912787] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:44
[    7.912827] vchiq: Rcvd: 00000000: 6d 6d 61 6c 04 00 00 00 a4 03 36 3f 01 00 00 00 mmal......6?....
[    7.912909] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    7.913231] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 01 00 00 00 mmal....mmal....
[    7.913248] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.913408] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.913446] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 01 00 00 00 mmal......6?....
[    7.913679] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 02 00 00 00 mmal....mmal....
[    7.913694] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.915526] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.915559] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 02 00 00 00 mmal......6?....
[    7.915822] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 03 00 00 00 mmal....mmal....
[    7.915831] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.915885] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.915905] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 03 00 00 00 mmal......6?....
[    7.915950] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 04 00 00 00 mmal....mmal....
[    7.915957] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.916002] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.916026] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 04 00 00 00 mmal......6?....
[    7.916090] vchiq: Sent: 00000000: 6d 6d 61 6c 08 00 00 00 6d 6d 61 6c 05 00 00 00 mmal....mmal....
[    7.916099] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:36
[    7.916153] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:316
[    7.916174] vchiq: Rcvd: 00000000: 6d 6d 61 6c 08 00 00 00 a4 03 36 3f 05 00 00 00 mmal......6?....
[    7.917845] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    7.917865] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    7.918127] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:284
[    7.918155] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    7.919966] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    7.960786] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    7.974782] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    7.998383] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:108
[    8.187243] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.313523] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 50 be 10 80 06 00 00 00 mmal....P.......
[    8.334755] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    8.349028] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:80
[    8.349063] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.393954] vchiq: Sent: 00000000: 6d 6d 61 6c 0f 00 00 00 00 ef 7d b3 06 00 00 00 mmal......}.....
[    8.412131] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:40
[    8.425567] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:40
[    8.440383] vchiq: Rcvd: 00000000: 6d 6d 61 6c 0f 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.532072] vchiq: Open Service mmal SrcPort:3
[    8.538077] vchiq: Sent Msg OPEN(2) to ???? s:3 d:0 len:12
[    8.545131] vchiq: Rcvd Msg CLOSE(4) from mmal s:0 d:3 len:0
[    8.553637] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    8.614128] vchiq: Sent: 00000000: 6d 6d 61 6c 05 00 00 00 2d 00 00 00 06 00 00 00 mmal....-.......
[    8.614139] vchiq: Sent Msg DATA(5) to mmal s:2 d:85 len:28
[    8.614369] vchiq: Rcvd Msg DATA(5) from mmal s:85 d:2 len:28
[    8.652413] vchiq: Rcvd: 00000000: 6d 6d 61 6c 05 00 00 00 a4 03 36 3f 06 00 00 00 mmal......6?....
[    8.664595] vchiq: Sent Msg CLOSE(4) to mmal s:2 d:85 len:0
[    8.665229] vchiq: Rcvd Msg CLOSE(4) from mmal s:85 d:2 len:0
pelwell commented 2 years ago

I'm just going through it now - the first connection works, but in the failure case the second and third are clearly refused by the firmware. That's given me something concrete to look at.

pelwell commented 2 years ago

Annoyingly it's not wanting to fail at the moment, but I've left it sitting in a reboot loop looking for the error message.

I should probably mention that the legacy camera stack is no longer being worked on or maintained (hence the "legacy"), so unless something obvious appears this may not get fixed.

bhjelstrom commented 2 years ago

Your experience made me think that this had something to do with our camera application. I delayed our camera application for one minute and confirmed that it is not causing the issue. I would love to transition to libcamera, but I'm experiencing some difficulties: https://forums.raspberrypi.com/viewtopic.php?t=333753#p1998390

bhjelstrom commented 2 years ago

Another data point - this occurs on 5.10.20 as well.

pelwell commented 2 years ago

The "reboot if no error" loop has run for almost 6000 iterations without a MMAL/VCHIQ failure.. The whole thing feels like a race condition, but without a means to reproduce it making progress is impossible.

Is there a shorter start-up delay that still avoids the problem and is acceptable as a workaround?