Camera Connection help OV5647 w/ Raspberry pi 3 (Bookworm OS)

I am trying to get my OV5647 5MP B003504 to connect to my Raspberry pi 3 Model B V1.2 (Bookwork 0S 32-bit) currently I have been unsuccessful and can’t seem to get it to work, I believe I have posted all the required information below and would appreciate some help on this. Also thank you in advance to anybody who can help me. Also please do not post here is you do not plan on being helpful.

johhny-5@raspbpi:~ $ libcamera-hello
[0:02:00.234417434] [1664]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0+118-563cd78e
Preview window unavailable
ERROR: *** no cameras available ***

 vcgencmd get_camera
supported=0 detected=0, libcamera interfaces=0

uname -a
Linux raspbpi 6.1.70-v7+ #1714 SMP Thu Jan  4 14:48:23 GMT 2024 armv7l GNU/Linux

$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
NAME="Raspbian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
cat /proc/meminfo
MemTotal:         944080 kB
MemFree:          298776 kB
MemAvailable:     727596 kB
Buffers:           25696 kB
Cached:           442052 kB
SwapCached:            0 kB
Active:           367268 kB
Inactive:         210460 kB
Active(anon):     113068 kB
Inactive(anon):        0 kB
Active(file):     254200 kB
Inactive(file):   210460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:        102396 kB
SwapFree:         102396 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:                20 kB
Writeback:             0 kB
AnonPages:        109900 kB
Mapped:           140996 kB
Shmem:              3072 kB
KReclaimable:      18432 kB
Slab:              36636 kB
SReclaimable:      18432 kB
SUnreclaim:        18204 kB
KernelStack:        1864 kB
PageTables:         4500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      574436 kB
Committed_AS:    1038708 kB
VmallocTotal:    1114112 kB
VmallocUsed:        8588 kB
VmallocChunk:          0 kB
Percpu:              464 kB
CmaTotal:         262144 kB
CmaFree:          199624 kB

cat /boot/config.txt
# For more options and information see
# http://rptl.io/configtxt
# Some settings may impact device functionality. See link above for details

# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

# Additional overlays and parameters are documented
# /boot/firmware/overlays/README

# Automatically load overlays for detected cameras
camera_auto_detect=0

# Automatically load overlays for detected DSI displays
display_auto_detect=1

# Automatically load initramfs files, if found
auto_initramfs=1

# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2

# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1

# Disable compensation for displays with overscan
disable_overscan=1

# Run as fast as firmware / board allows
arm_boost=1

[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1

[all]
dtoverlay=w1-gpio
dtoverlay=ov5647
enable_uart=1

Side note: Even with removing “dtoverlay=w1-gpio” this still does not fix my issue.

I got my camera at my job but here is a link to the same camera.

I am using a Raspberrypi 3 Model B V1.2 w/ an OV5647 5MP 1080p model B003504.
Here are some photos of my connections.

Here is what I noticed when looking for my cameras and errors.

v4l2-ctl --list-devices
unicam (platform:3f801000.csi):
        /dev/media3

bcm2835-codec-decode (platform:bcm2835-codec):
        /dev/video10
        /dev/video11
        /dev/video12
        /dev/video18
        /dev/video31
        /dev/media2

bcm2835-isp (platform:bcm2835-isp):
        /dev/video13
        /dev/video14
        /dev/video15
        /dev/video16
        /dev/video20
        /dev/video21
        /dev/video22
        /dev/video23
        /dev/media0
        /dev/media1

Cannot open device /dev/video0, exiting.

 dmesg | grep ov5647
[   16.705475] ov5647: probe of 10-0036 failed with error -5

Please help me I have been stuck on this for days.

Here is some more stuff I could not fit into my first post

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.1.70-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1714 SMP Thu Jan  4 14:48:23 GMT 2024
[    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 3 Model B Rev 1.2
[    0.000000] random: crng init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x1e000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] percpu: Embedded 17 pages/cpu s37012 r8192 d24428 u69632
[    0.000000] pcpu-alloc: s37012 r8192 d24428 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  overlayroot=tmpfs console=ttyS0,115200 console=tty1 root=PARTUUID=7fb63720-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=US
[    0.000000] Unknown kernel command line parameters "splash overlayroot=tmpfs", will be passed to user space.
[    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: 665272K/970752K available (10240K kernel code, 1454K rwdata, 3140K rodata, 1024K init, 612K bss, 43336K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 34930 entries in 103 pages
[    0.000000] ftrace: allocated 103 pages with 5 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] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000018] Switching to timer-based delay loop, resolution 52ns
[    0.000376] Console: colour dummy device 80x30
[    0.000449] printk: console [tty1] enabled
[    0.000498] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000519] CPU: Testing write buffer coherency: ok
[    0.000567] pid_max: default: 32768 minimum: 301
[    0.000697] LSM: Security Framework initializing
[    0.000885] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.000907] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001941] cgroup: Disabling memory control group subsystem
[    0.002452] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.003234] cblist_init_generic: Setting adjustable number of callback queues.
[    0.003245] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.003347] cblist_init_generic: Setting adjustable number of callback queues.
[    0.003357] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.003475] Setting up static identity map for 0x100000 - 0x10003c
[    0.003599] rcu: Hierarchical SRCU implementation.
[    0.003608] rcu:     Max phase no-delay instances is 1000.
[    0.004253] smp: Bringing up secondary CPUs ...
[    0.005087] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.005955] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.006746] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.006839] smp: Brought up 1 node, 4 CPUs
[    0.006861] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.006874] CPU: All CPU(s) started in HYP mode.
[    0.006880] CPU: Virtualization extensions available.
[    0.007562] devtmpfs: initialized
[    0.023096] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.023289] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.023315] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.033272] pinctrl core: initialized pinctrl subsystem
[    0.034370] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.037378] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.042199] audit: initializing netlink subsys (disabled)
[    0.042415] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.042995] thermal_sys: Registered thermal governor 'step_wise'
[    0.044131] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.044148] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.044400] Serial: AMBA PL011 UART driver
[    0.051208] platform 3f101000.cprman: Fixed dependency cycle(s) with /soc/dsi@7e700000
[    0.051645] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.053828] platform 3f700000.dsi: Fixed dependency cycle(s) with /soc/dsi@7e700000/bridge@0/ports/port@0/endpoint
[    0.070060] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:42:39, variant start
[    0.080073] raspberrypi-firmware soc:firmware: Firmware hash is 30f0c5e4d076da3ab4f341d88e7d505760b93ad7
[    0.121536] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.126957] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.128535] SCSI subsystem initialized
[    0.128762] usbcore: registered new interface driver usbfs
[    0.128816] usbcore: registered new interface driver hub
[    0.128864] usbcore: registered new device driver usb
[    0.129069] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.129449] pps_core: LinuxPPS API ver. 1 registered
[    0.129458] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.129483] PTP clock support registered
[    0.131692] clocksource: Switched to clocksource arch_sys_counter
[    0.132197] VFS: Disk quotas dquot_6.6.0
[    0.132267] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.132403] FS-Cache: Loaded
[    0.132647] CacheFiles: Loaded
[    0.146799] NET: Registered PF_INET protocol family
[    0.147097] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.149606] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.149642] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.149814] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.149931] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.150261] TCP: Hash tables configured (established 8192 bind 8192)
[    0.150389] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.150445] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.150676] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.151158] RPC: Registered named UNIX socket transport module.
[    0.151169] RPC: Registered udp transport module.
[    0.151176] RPC: Registered tcp transport module.
[    0.151184] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.151548] Trying to unpack rootfs image as initramfs...
[    0.162845] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    2.009892] Freeing initrd memory: 15640K
[    2.226621] Initialise system trusted keyrings
[    2.227017] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    2.235816] zbud: loaded
[    2.238128] NFS: Registering the id_resolver key type
[    2.238171] Key type id_resolver registered
[    2.238180] Key type id_legacy registered
[    2.238299] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.238311] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.239592] Key type asymmetric registered
[    2.239605] Asymmetric key parser 'x509' registered
[    2.239770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.239782] io scheduler mq-deadline registered
[    2.239792] io scheduler kyber registered
[    2.245253] simple-framebuffer 3ea81000.framebuffer: framebuffer at 0x3ea81000, 0x177000 bytes
[    2.245282] simple-framebuffer 3ea81000.framebuffer: format=a8r8g8b8, mode=800x480x32, linelength=3200
[    2.245728] Console: switching to colour frame buffer device 100x30
[    2.250434] simple-framebuffer 3ea81000.framebuffer: fb0: simplefb registered!
[    2.253399] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    2.255127] bcm2835-rng 3f104000.rng: hwrng registered
[    2.255500] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    2.266561] brd: module loaded
[    2.273414] loop: module loaded
[    2.274031] Loading iSCSI transport class v2.0-870.
[    2.275369] usbcore: registered new interface driver lan78xx
[    2.275432] usbcore: registered new interface driver smsc95xx
[    2.275449] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    3.003468] Core Release: 2.80a
[    3.003484] Setting default values for core params
[    3.003508] Finished setting default values for core params
[    3.203745] Using Buffer DMA mode
[    3.203754] Periodic Transfer Interrupt Enhancement - disabled
[    3.203762] Multiprocessor Interrupt Enhancement - disabled
[    3.203770] OTG VER PARAM: 0, OTG VER FLAG: 0
[    3.203783] Dedicated Tx FIFOs mode

[    3.204305] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = 9e104000 dma = 0xde104000 len=9024
[    3.204340] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    3.204354] dwc_otg: Microframe scheduler enabled

[    3.204462] WARN::hcd_init_fiq:457: FIQ on core 1

[    3.204481] WARN::hcd_init_fiq:458: FIQ ASM at 807c5eb8 length 36

[    3.204502] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
[    3.204524] dwc_otg 3f980000.usb: DWC OTG Controller
[    3.204558] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    3.204595] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
[    3.204646] Init: Port Power? op_state=1
[    3.204654] Init: Power Port (0)
[    3.204847] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    3.204866] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.204880] usb usb1: Product: DWC OTG Controller
[    3.204892] usb usb1: Manufacturer: Linux 6.1.70-v7+ dwc_otg_hcd
[    3.204903] usb usb1: SerialNumber: 3f980000.usb
[    3.205470] hub 1-0:1.0: USB hub found
[    3.205514] hub 1-0:1.0: 1 port detected
[    3.206089] dwc_otg: FIQ enabled
[    3.206098] dwc_otg: NAK holdoff enabled
[    3.206105] dwc_otg: FIQ split-transaction FSM enabled
[    3.206118] Module dwc_common_port init
[    3.206389] usbcore: registered new interface driver usb-storage
[    3.206570] mousedev: PS/2 mouse device common for all mice
[    3.208850] sdhci: Secure Digital Host Controller Interface driver
[    3.208861] sdhci: Copyright(c) Pierre Ossman
[    3.209117] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.210868] ledtrig-cpu: registered to indicate activity on CPUs
[    3.211181] hid: raw HID events driver (C) Jiri Kosina
[    3.211306] usbcore: registered new interface driver usbhid
[    3.211316] usbhid: USB HID core driver
[    3.215026] Initializing XFRM netlink socket
[    3.215075] NET: Registered PF_PACKET protocol family
[    3.215169] Key type dns_resolver registered
[    3.216168] Registering SWP/SWPB emulation handler
[    3.216807] registered taskstats version 1
[    3.216857] Loading compiled-in X.509 certificates
[    3.217607] Key type .fscrypt registered
[    3.217619] Key type fscrypt-provisioning registered
[    3.228438] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    3.228572] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    3.228768] serial serial0: tty port ttyAMA1 registered
[    3.229884] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default
[    3.230271] printk: console [ttyS0] disabled
[    3.230356] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 50000000) is a 16550
[    3.230748] printk: console [ttyS0] enabled
[    3.231780] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    3.232040] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    3.233217] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    3.233235] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    3.260080] sdhost: log_buf @ fae526ad (de107000)
[    3.308523] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    3.310677] of_cfs_init
[    3.310834] of_cfs_init: OK
[    3.316525] Freeing unused kernel image (initmem) memory: 1024K
[    3.331798] Indeed it is in host mode hprt0 = 00021501
[    3.370528] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.374599] mmc0: new high speed SDXC card at address aaaa
[    3.375482] mmcblk0: mmc0:aaaa SD512 477 GiB
[    3.378847]  mmcblk0: p1 p2
[    3.379427] mmcblk0: mmc0:aaaa SD512 477 GiB (quirks 0x00004000)
[    3.399167] mmc1: new high speed SDIO card at address 0001
[    3.412225] Run /init as init process
[    3.412237]   with arguments:
[    3.412245]     /init
[    3.412253]     splash
[    3.412261]   with environment:
[    3.412268]     HOME=/
[    3.412276]     TERM=linux
[    3.412284]     overlayroot=tmpfs
[    3.541780] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.541938] Indeed it is in host mode hprt0 = 00001101
[    3.792129] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[    3.792167] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.792932] hub 1-1:1.0: USB hub found
[    3.793030] hub 1-1:1.0: 5 ports detected
[    4.111793] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    4.242053] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[    4.242090] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.244990] smsc95xx v2.0.0
[    4.373656] SMSC LAN8700 usb-001:003:01: attached PHY driver (mii_bus:phy_addr=usb-001:003:01, irq=199)
[    4.375347] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:5e:9a:b2
[    6.369807] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[    7.199657] systemd[1]: System time before build time, advancing clock.
[    7.440031] NET: Registered PF_INET6 protocol family
[    7.441518] Segment Routing with IPv6
[    7.441565] In-situ OAM (IOAM) with IPv6
[    7.547905] systemd[1]: systemd 252.17-1~deb12u1+rpi1 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.547960] systemd[1]: Detected architecture arm.
[    7.556605] systemd[1]: Hostname set to <raspbpi>.
[    9.003280] systemd[1]: Queued start job for default target graphical.target.
[    9.056382] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    9.059188] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    9.061804] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[    9.064408] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    9.065555] systemd[1]: Created slice user.slice - User and Session Slice.
[    9.066186] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    9.067624] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    9.068423] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    9.069071] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[    9.069649] systemd[1]: Reached target slices.target - Slice Units.
[    9.070063] systemd[1]: Reached target swap.target - Swaps.
[    9.070469] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    9.075172] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    9.076059] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    9.076539] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    9.078319] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    9.079246] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    9.080241] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    9.084264] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    9.085284] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    9.086662] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    9.091407] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    9.097691] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    9.103949] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    9.105609] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    9.115904] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[    9.127413] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    9.135135] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    9.143528] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
[    9.152078] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    9.160641] systemd[1]: Starting [email protected] - Load Kernel Module drm...
[    9.171555] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    9.182280] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
[    9.197078] systemd[1]: Starting [email protected] - Load Kernel Module loop...
[    9.200563] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    9.229963] systemd[1]: Starting systemd-journald.service - Journal Service...
[    9.254158] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    9.266816] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    9.292645] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    9.306854] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    9.313606] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    9.316019] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    9.319383] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[    9.326699] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: [email protected]
[    9.331127] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    9.336913] systemd[1]: [email protected]: Deactivated successfully.
[    9.338010] systemd[1]: Finished [email protected] - Load Kernel Module configfs.
[    9.340872] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    9.341855] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    9.344380] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    9.345774] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    9.348258] systemd[1]: [email protected]: Deactivated successfully.
[    9.349214] systemd[1]: Finished [email protected] - Load Kernel Module loop.
[    9.350714] fuse: init (API version 7.37)
[    9.355619] systemd[1]: [email protected]: Deactivated successfully.
[    9.356798] systemd[1]: Finished [email protected] - Load Kernel Module fuse.
[    9.410186] i2c_dev: i2c /dev entries driver
[    9.432436] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    9.438264] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    9.444308] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    9.450672] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    9.450767] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[    9.505290] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    9.507385] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    9.509110] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    9.511352] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    9.511985] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    9.532569] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    9.539367] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    9.569119] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    9.604765] systemd[1]: [email protected]: Deactivated successfully.
[    9.605611] systemd[1]: Finished [email protected] - Load Kernel Module drm.
[    9.641455] systemd[1]: Started systemd-journald.service - Journal Service.
[    9.762452] systemd-journald[243]: Received client request to flush runtime journal.
[    9.774627] systemd-journald[243]: File /var/log/journal/66371c5654184c2a84178607b83a240e/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   11.291272] Driver for 1-wire Dallas network protocol.
[   11.335025] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[   11.335867] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[   11.340519] gpio-4 (onewire@0): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[   11.355258] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[   11.361965] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[   11.366405] mc: Linux media interface: v0.10
[   11.366943] [vc_sm_connected_init]: start
[   11.367764] [vc_sm_connected_init]: installed successfully
[   11.689136] videodev: Linux video capture interface: v2.00
[   11.775305] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   11.789876] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[   11.841870] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[   11.842437] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[   11.842842] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[   11.844389] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[   11.844434] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   11.844458] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   11.844481] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   11.844500] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   11.848642] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   11.871989] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[   11.872431] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[   11.872757] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[   11.873004] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[   11.873034] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   11.873057] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   11.873074] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   11.873092] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   11.873253] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[   11.884983] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[   11.947492] bcm2835_audio bcm2835_audio: card created with 8 channels
[   12.132211] i2c i2c-11: Added multiplexed i2c bus 0
[   12.133472] i2c 10-0036: Fixed dependency cycle(s) with /soc/csi@7e801000/port/endpoint
[   12.133760] i2c i2c-11: Added multiplexed i2c bus 10
[   12.180524] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[   12.284044] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[   12.284228] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[   12.313658] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[   12.313722] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[   12.368799] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[   12.368866] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[   12.383141] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[   12.383200] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[   12.389287] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[   12.389343] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[   12.417280] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   12.426773] Bluetooth: Core ver 2.22
[   12.426900] NET: Registered PF_BLUETOOTH protocol family
[   12.426912] Bluetooth: HCI device and connection manager initialized
[   12.426940] Bluetooth: HCI socket layer initialized
[   12.426957] Bluetooth: L2CAP socket layer initialized
[   12.426985] Bluetooth: SCO socket layer initialized
[   12.568374] Bluetooth: HCI UART driver ver 2.3
[   12.568477] Bluetooth: HCI UART protocol H4 registered
[   12.568909] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   12.569936] Bluetooth: HCI UART protocol Broadcom registered
[   12.574079] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[   12.574842] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[   12.625839] cfg80211: Loaded X.509 cert '[email protected]: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   12.628437] cfg80211: Loaded X.509 cert '[email protected]: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   12.630964] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   12.692016] uart-pl011 3f201000.serial: no DMA platform data
[   12.724187] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.944285] Bluetooth: hci0: BCM: chip id 94
[   12.944837] Bluetooth: hci0: BCM: features 0x2e
[   12.948039] Bluetooth: hci0: BCM43430A1
[   12.948070] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0000
[   12.953421] Bluetooth: hci0: BCM43430A1 'brcm/BCM43430A1.raspberrypi,3-model-b.hcd' Patch
[   13.261072] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[   13.295707] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   13.296362] usbcore: registered new interface driver brcmfmac
[   13.432664] mipi-dsi 3f700000.dsi.0: Fixed dependency cycle(s) with /soc/dsi@7e700000/port/endpoint
[   13.432725] mipi-dsi 3f700000.dsi.0: Fixed dependency cycle(s) with /panel_disp@1/port/endpoint
[   13.539858] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Jul 19 2021 03:24:18 version 7.45.98 (TOB) (56df937 CY) FWID 01-8e14b897
[   13.837325] Bluetooth: hci0: BCM: features 0x2e
[   13.841389] Bluetooth: hci0: BCM43438A1 37.4MHz Raspberry Pi 3-0141
[   13.841424] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0508
[   14.336656] w1_master_driver w1_bus_master1: w1_search: max_slave_count 64 reached, will continue next search.
[   14.606674] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[   16.705475] ov5647: probe of 10-0036 failed with error -5
[   16.891525] Console: switching to colour dummy device 80x30
[   16.897941] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   16.930756] Registered IR keymap rc-cec
[   16.930962] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[   16.931134] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[   16.936324] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   16.943832] vc4-drm soc:gpu: bound 3f700000.dsi (ops vc4_dsi_ops [vc4])
[   16.944162] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   16.944401] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   16.944609] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   16.944826] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   16.945017] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   16.970283] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   16.974458] Console: switching to colour frame buffer device 100x30
[   16.974499] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
[   17.052354] edt_ft5x06 10-0038: supply iovcc not found, using dummy regulator
[   17.517215] input: 10-0038 generic ft5x06 (79) as /devices/platform/soc/3f205000.i2c/i2c-11/i2c-10/10-0038/input/input1