raspberrypi / rpicam-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Raspberry Pi 4 not working with Pi Camera Module 3

HasanKhan-1 opened this issue · comments

I have been struggling with interfacing my Raspberry Pi 4 Model B (2019) with my Raspberry Pi Camera Module 3. I initially tried running the software and I am getting this reoccurring issue of:

Made X/EGL preview window
[0:08:37.968677583] [2192] INFO Camera camera_manager.cpp:284 libcamera v0.1.0+99-4a23664b
ERROR: *** no cameras available ***

when trying to run libcamera-hello. It also says that there are no cameras detected at all. I properly inserted the camera in the slot, and have made sure that power is working on it as I have an older camera that shows it is getting power. I tried following tutorials online and they follow steps that that no longer exist on my Raspberry PI OS. Here is the version of Raspberry Pi that I am using:

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"

I referred to documentation such as:
https://support.thepihut.com/hc/en-us/a ... -t-working

For getting my issue fixed, but it is not working. Additionally, I did a sudo apt update and upgrade, and have tried re-flashing my SD card and rebooting multiple times. Does anyone have an idea of how I could fix this?

Can you run the following command:

camera-bug-report

an post the file generated by the tool to this issue please?


libcamera-apps Bug Report

Date: 09-11-2023 (18:15:49)
Command: /usr/bin/camera-bug-report


Hardware information

** hostname **
raspberrypi

** cat /proc/cpuinfo **
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 1
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 2
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

Revision : c03115
Serial : 100000003803f24f
Model : Raspberry Pi 4 Model B Rev 1.5


Configuration

** cat /boot/cmdline.txt **
console=serial0,115200 console=tty1 root=PARTUUID=e87f7e2b-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=CA
** 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=1

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]


Logs

** dmesg **
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 6.1.61-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1696 SMP PREEMPT Thu Nov 2 16:44:46 GMT 2023
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000e000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff]
[ 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] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
[ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges
[ 0.000000] percpu: Embedded 29 pages/cpu s79208 r8192 d31384 u118784
[ 0.000000] pcpu-alloc: s79208 r8192 d31384 u118784 alloc=29*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=D8:3A:DD:4A:02:11 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=e87f7e2b-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=CA
[ 0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[ 0.000000] Memory: 3340012K/4050944K available (12224K kernel code, 2172K rwdata, 4120K rodata, 4352K init, 1082K bss, 186644K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 41373 entries in 162 pages
[ 0.000000] ftrace: allocated 162 pages with 3 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000342] Console: colour dummy device 80x25
[ 0.000411] printk: console [tty1] enabled
[ 0.000474] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000500] pid_max: default: 32768 minimum: 301
[ 0.000637] LSM: Security Framework initializing
[ 0.000864] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.000937] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.002276] cgroup: Disabling memory control group subsystem
[ 0.004431] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.004449] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004615] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.004628] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004789] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.004802] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.005216] rcu: Hierarchical SRCU implementation.
[ 0.005229] rcu: Max phase no-delay instances is 1000.
[ 0.007366] EFI services will not be available.
[ 0.007867] smp: Bringing up secondary CPUs ...
[ 0.008914] Detected PIPT I-cache on CPU1
[ 0.009082] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.010166] Detected PIPT I-cache on CPU2
[ 0.010287] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.011331] Detected PIPT I-cache on CPU3
[ 0.011456] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.011592] smp: Brought up 1 node, 4 CPUs
[ 0.011614] SMP: Total of 4 processors activated.
[ 0.011627] CPU features: detected: 32-bit EL0 Support
[ 0.011636] CPU features: detected: 32-bit EL1 Support
[ 0.011650] CPU features: detected: CRC32 instructions
[ 0.011791] CPU: All CPU(s) started at EL2
[ 0.011818] alternatives: applying system-wide alternatives
[ 0.013801] devtmpfs: initialized
[ 0.024634] Enabled cp15_barrier support
[ 0.024677] Enabled setend support
[ 0.024942] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.024978] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.040095] pinctrl core: initialized pinctrl subsystem
[ 0.040976] DMI not present or invalid.
[ 0.041670] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.044995] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.045296] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.046145] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.046234] audit: initializing netlink subsys (disabled)
[ 0.046487] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
[ 0.047094] thermal_sys: Registered thermal governor 'step_wise'
[ 0.047178] cpuidle: using governor menu
[ 0.047617] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.047805] ASID allocator initialised with 32768 entries
[ 0.048795] Serial: AMBA PL011 UART driver
[ 0.061766] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.081071] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16, variant start
[ 0.085080] raspberrypi-firmware soc:firmware: Firmware hash is 30f0c5e4d076da3ab4f341d88e7d505760b93ad7
[ 0.099583] KASLR enabled
[ 0.126243] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.131092] iommu: Default domain type: Translated
[ 0.131111] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.131549] SCSI subsystem initialized
[ 0.131793] usbcore: registered new interface driver usbfs
[ 0.131845] usbcore: registered new interface driver hub
[ 0.131909] usbcore: registered new device driver usb
[ 0.132274] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.132796] pps_core: LinuxPPS API ver. 1 registered
[ 0.132809] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.132835] PTP clock support registered
[ 0.133957] vgaarb: loaded
[ 0.134762] clocksource: Switched to clocksource arch_sys_counter
[ 0.135378] VFS: Disk quotas dquot_6.6.0
[ 0.135449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.135607] FS-Cache: Loaded
[ 0.136122] CacheFiles: Loaded
[ 0.145746] NET: Registered PF_INET protocol family
[ 0.146389] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.151465] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.151540] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.151569] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.151825] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.152999] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.153570] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.153810] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.153893] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.154226] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.155169] RPC: Registered named UNIX socket transport module.
[ 0.155188] RPC: Registered udp transport module.
[ 0.155198] RPC: Registered tcp transport module.
[ 0.155207] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.155231] PCI: CLS 0 bytes, default 64
[ 0.155816] Trying to unpack rootfs image as initramfs...
[ 0.169214] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.169724] kvm [1]: IPA Size Limit: 44 bits
[ 0.171285] kvm [1]: vgic interrupt IRQ9
[ 0.171515] kvm [1]: Hyp mode initialized successfully
[ 1.006518] Freeing initrd memory: 15716K
[ 1.294209] Initialise system trusted keyrings
[ 1.294786] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.301503] zbud: loaded
[ 1.304187] NFS: Registering the id_resolver key type
[ 1.304241] Key type id_resolver registered
[ 1.304252] Key type id_legacy registered
[ 1.304375] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.304391] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.305750] Key type asymmetric registered
[ 1.305768] Asymmetric key parser 'x509' registered
[ 1.305844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.306123] io scheduler mq-deadline registered
[ 1.306139] io scheduler kyber registered
[ 1.308653] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 27)
[ 1.318720] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.318795] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.318877] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.318957] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00ffffffff -> 0x0400000000
[ 1.319524] brcm-pcie fd500000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE
[ 1.319964] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.319985] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.320003] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.320077] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.320315] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.324286] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.324518] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
[ 1.324685] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
[ 1.324800] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
[ 1.432859] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.433022] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.433145] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.433610] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.442855] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.442904] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.442926] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.443004] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.443026] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.443417] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.443649] pcieport 0000:00:00.0: PME: Signaling with IRQ 31
[ 1.444141] pcieport 0000:00:00.0: AER: enabled with IRQ 31
[ 1.444731] brcm-pcie fd500000.pcie: clkreq control enabled
[ 1.445881] simple-framebuffer 3e402000.framebuffer: framebuffer at 0x3e402000, 0x7f8000 bytes
[ 1.445901] simple-framebuffer 3e402000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[ 1.446484] Console: switching to colour frame buffer device 240x67
[ 1.455293] simple-framebuffer 3e402000.framebuffer: fb0: simplefb registered!
[ 1.469532] iproc-rng200 fe104000.rng: hwrng registered
[ 1.470083] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.483271] brd: module loaded
[ 1.491048] loop: module loaded
[ 1.491981] Loading iSCSI transport class v2.0-870.
[ 1.497616] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.606898] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.607999] usbcore: registered new interface driver r8152
[ 1.608065] usbcore: registered new interface driver lan78xx
[ 1.608120] usbcore: registered new interface driver smsc95xx
[ 1.658993] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.659046] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.659664] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0b00040000000890
[ 1.660645] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.660667] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.660688] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.661081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 1.661101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.661117] usb usb1: Product: xHCI Host Controller
[ 1.661131] usb usb1: Manufacturer: Linux 6.1.61-v8+ xhci-hcd
[ 1.661144] usb usb1: SerialNumber: 0000:01:00.0
[ 1.661852] hub 1-0:1.0: USB hub found
[ 1.661917] hub 1-0:1.0: 1 port detected
[ 1.662807] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 1.662829] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.662844] usb usb2: Product: xHCI Host Controller
[ 1.662856] usb usb2: Manufacturer: Linux 6.1.61-v8+ xhci-hcd
[ 1.662868] usb usb2: SerialNumber: 0000:01:00.0
[ 1.663483] hub 2-0:1.0: USB hub found
[ 1.663544] hub 2-0:1.0: 4 ports detected
[ 1.665272] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.665590] dwc_otg: FIQ enabled
[ 1.665602] dwc_otg: NAK holdoff enabled
[ 1.665611] dwc_otg: FIQ split-transaction FSM enabled
[ 1.665626] Module dwc_common_port init
[ 1.666957] usbcore: registered new interface driver uas
[ 1.667063] usbcore: registered new interface driver usb-storage
[ 1.667927] mousedev: PS/2 mouse device common for all mice
[ 1.674642] sdhci: Secure Digital Host Controller Interface driver
[ 1.674663] sdhci: Copyright(c) Pierre Ossman
[ 1.675339] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.679158] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.679494] hid: raw HID events driver (C) Jiri Kosina
[ 1.679697] usbcore: registered new interface driver usbhid
[ 1.679711] usbhid: USB HID core driver
[ 1.689391] NET: Registered PF_PACKET protocol family
[ 1.689516] Key type dns_resolver registered
[ 1.690792] registered taskstats version 1
[ 1.690906] Loading compiled-in X.509 certificates
[ 1.691745] Key type .fscrypt registered
[ 1.691760] Key type fscrypt-provisioning registered
[ 1.705447] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.706258] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.706433] fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[ 1.706678] serial serial0: tty port ttyAMA1 registered
[ 1.716072] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.716511] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.717939] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.717959] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.748218] of_cfs_init
[ 1.748348] of_cfs_init: OK
[ 1.782540] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.793883] Freeing unused kernel memory: 4352K
[ 1.794024] Run /init as init process
[ 1.794035] with arguments:
[ 1.794044] /init
[ 1.794053] splash
[ 1.794062] with environment:
[ 1.794071] HOME=/
[ 1.794080] TERM=linux
[ 1.833598] mmc1: new high speed SDIO card at address 0001
[ 1.879140] mmc0: new ultra high speed DDR50 SDXC card at address 59b4
[ 1.880350] mmcblk0: mmc0:59b4 SD128 119 GiB
[ 1.883685] mmcblk0: p1 p2
[ 1.884257] mmcblk0: mmc0:59b4 SD128 119 GiB (quirks 0x00004000)
[ 1.914822] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 2.065428] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 2.065468] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.065484] usb 1-1: Product: USB2.0 Hub
[ 2.068091] hub 1-1:1.0: USB hub found
[ 2.068393] hub 1-1:1.0: 4 ports detected
[ 2.366813] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
[ 2.476998] usb 1-1.3: New USB device found, idVendor=248a, idProduct=8327, bcdDevice= 1.00
[ 2.477031] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.477048] usb 1-1.3: Product: Wireless Receiver
[ 2.477062] usb 1-1.3: Manufacturer: Telink
[ 2.493010] input: Telink Wireless Receiver Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:248A:8327.0001/input/input0
[ 2.493625] input: Telink Wireless Receiver Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:248A:8327.0001/input/input1
[ 2.551232] input: Telink Wireless Receiver System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:248A:8327.0001/input/input2
[ 2.551620] hid-generic 0003:248A:8327.0001: input,hidraw0: USB HID v1.11 Mouse [Telink Wireless Receiver] on usb-0000:01:00.0-1.3/input0
[ 2.559132] input: Telink Wireless Receiver as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:248A:8327.0002/input/input3
[ 2.620314] hid-generic 0003:248A:8327.0002: input,hidraw1: USB HID v1.11 Keyboard [Telink Wireless Receiver] on usb-0000:01:00.0-1.3/input1
[ 2.698842] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd
[ 2.812106] usb 1-1.4: New USB device found, idVendor=413c, idProduct=4503, bcdDevice= 2.28
[ 2.812151] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.812168] usb 1-1.4: Product: Dell Universal Receiver
[ 2.812185] usb 1-1.4: Manufacturer: Dell Computer Corp
[ 2.822974] input: Dell Computer Corp Dell Universal Receiver as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:413C:4503.0003/input/input4
[ 2.883936] hid-generic 0003:413C:4503.0003: input,hidraw2: USB HID v1.11 Keyboard [Dell Computer Corp Dell Universal Receiver] on usb-0000:01:00.0-1.4/input0
[ 2.892035] input: Dell Computer Corp Dell Universal Receiver Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:413C:4503.0004/input/input5
[ 2.892594] input: Dell Computer Corp Dell Universal Receiver Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:413C:4503.0004/input/input6
[ 2.951115] input: Dell Computer Corp Dell Universal Receiver System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:413C:4503.0004/input/input7
[ 2.951465] hid-generic 0003:413C:4503.0004: input,hidraw3: USB HID v1.11 Mouse [Dell Computer Corp Dell Universal Receiver] on usb-0000:01:00.0-1.4/input1
[ 2.955883] hid-generic 0003:413C:4503.0005: hiddev96,hidraw4: USB HID v1.11 Device [Dell Computer Corp Dell Universal Receiver] on usb-0000:01:00.0-1.4/input2
[ 3.586178] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 4.169008] systemd[1]: System time before build time, advancing clock.
[ 4.358220] NET: Registered PF_INET6 protocol family
[ 4.359999] Segment Routing with IPv6
[ 4.360045] In-situ OAM (IOAM) with IPv6
[ 4.439767] systemd[1]: systemd 252.12-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)
[ 4.439831] systemd[1]: Detected architecture arm64.
[ 4.445503] systemd[1]: Hostname set to .
[ 5.521860] systemd[1]: Queued start job for default target graphical.target.
[ 5.551587] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 5.553899] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 5.555873] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 5.557021] systemd[1]: Created slice user.slice - User and Session Slice.
[ 5.557705] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 5.559177] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 5.559718] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 5.560166] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 5.560526] systemd[1]: Reached target slices.target - Slice Units.
[ 5.560802] systemd[1]: Reached target swap.target - Swaps.
[ 5.561111] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 5.562316] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 5.562992] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 5.565074] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 5.566239] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 5.567523] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 5.573122] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 5.574206] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 5.575540] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.599378] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 5.605391] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 5.611552] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 5.612521] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 5.621504] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 5.628216] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 5.635776] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 5.643522] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 5.651498] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 5.659569] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 5.671226] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 5.678818] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 5.686836] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 5.688229] 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).
[ 5.706459] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 5.727097] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 5.742256] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 5.748715] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 5.772622] fuse: init (API version 7.37)
[ 5.775028] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 5.793550] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 5.797906] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 5.800119] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 5.803436] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 5.808516] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 5.812476] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 5.813691] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 5.816936] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 5.817768] i2c_dev: i2c /dev entries driver
[ 5.824894] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 5.828213] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 5.829348] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 5.832307] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 5.833457] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 5.836459] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 5.837599] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 5.840577] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 5.850594] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[ 5.876263] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 5.887107] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 5.887910] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 5.895295] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 5.911270] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 5.912751] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 5.947168] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 5.956297] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 5.958707] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 5.961797] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 5.962210] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 6.003762] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 6.011037] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 6.014117] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 6.111289] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[ 6.113242] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 6.122595] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 6.162371] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 6.163600] systemd[1]: Started systemd-journald.service - Journal Service.
[ 6.231859] systemd-journald[254]: Received client request to flush runtime journal.
[ 6.241136] systemd-journald[254]: File /var/log/journal/58ae176279f6408bba76f7eee0694e25/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 8.301232] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000
[ 8.303261] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem
[ 8.523590] mc: Linux media interface: v0.10
[ 8.664369] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 8.685377] videodev: Linux video capture interface: v2.00
[ 8.695263] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.718427] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 8.718471] [vc_sm_connected_init]: start
[ 8.727080] [vc_sm_connected_init]: installed successfully
[ 8.728385] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 8.743181] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.825182] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 8.903346] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.922610] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.924044] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.985067] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.010118] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 9.025279] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 9.050932] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 9.054174] rpivid feb10000.codec: Device registered as /dev/video19
[ 9.057965] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 9.058050] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 9.063957] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 9.082025] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 9.082092] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 9.099455] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 9.099530] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 9.108998] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 9.109063] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 9.109108] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 9.109127] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 9.109144] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 9.115058] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 9.115126] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 9.126184] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 9.129434] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 9.131170] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 9.132015] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 9.132062] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 9.132086] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 9.132104] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 9.132122] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 9.132752] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 9.162718] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 9.162946] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 9.205601] Bluetooth: Core ver 2.22
[ 9.205926] NET: Registered PF_BLUETOOTH protocol family
[ 9.205940] Bluetooth: HCI device and connection manager initialized
[ 9.208911] Bluetooth: HCI socket layer initialized
[ 9.208977] Bluetooth: L2CAP socket layer initialized
[ 9.209029] Bluetooth: SCO socket layer initialized
[ 9.256184] Bluetooth: HCI UART driver ver 2.3
[ 9.256245] Bluetooth: HCI UART protocol H4 registered
[ 9.257379] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 9.264638] Bluetooth: HCI UART protocol Broadcom registered
[ 9.270093] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 9.270464] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 9.297850] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 9.391542] uart-pl011 fe201000.serial: no DMA platform data
[ 9.640844] Bluetooth: hci0: BCM: chip id 107
[ 9.641344] Bluetooth: hci0: BCM: features 0x2f
[ 9.642611] Bluetooth: hci0: BCM4345C0
[ 9.642642] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 9.650611] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' Patch
[ 9.725322] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 9.813165] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.021078] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 10.023223] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 10.025380] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.197850] Console: switching to colour dummy device 80x25
[ 10.245686] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 10.271977] Registered IR keymap rc-cec
[ 10.272205] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 10.272435] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input8
[ 10.282493] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.347603] Registered IR keymap rc-cec
[ 10.347865] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 10.348075] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input9
[ 10.359356] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 10.359985] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 10.360383] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.360777] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.361142] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.361416] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.361791] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 10.389473] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 10.397230] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 10.400169] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 10.403366] usbcore: registered new interface driver brcmfmac
[ 10.449822] Bluetooth: hci0: BCM: features 0x2f
[ 10.451813] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 10.451852] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[ 10.569273] Console: switching to colour frame buffer device 240x67
[ 10.600092] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 10.658973] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 11.950680] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 11.963004] bcmgenet fd580000.ethernet eth0: Link is Down
[ 12.081383] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 12.264856] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.264876] Bluetooth: BNEP filters: protocol multicast
[ 12.264889] Bluetooth: BNEP socket layer initialized
[ 12.269944] Bluetooth: MGMT ver 1.22
[ 12.280168] NET: Registered PF_ALG protocol family
[ 14.519566] Bluetooth: RFCOMM TTY layer initialized
[ 14.519601] Bluetooth: RFCOMM socket layer initialized
[ 14.519622] Bluetooth: RFCOMM ver 1.11
[ 22.529705] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 28.061831] vc4-drm gpu: swiotlb buffer is full (sz: 1454080 bytes), total 32768 (slots), used 0 (slots)
[ 28.090906] vc4-drm gpu: swiotlb buffer is full (sz: 14155776 bytes), total 32768 (slots), used 0 (slots)
[ 28.121421] vc4-drm gpu: swiotlb buffer is full (sz: 14155776 bytes), total 32768 (slots), used 0 (slots)
[ 28.254902] vc4-drm gpu: swiotlb buffer is full (sz: 1454080 bytes), total 32768 (slots), used 2 (slots)
[ 28.540304] vc4-drm gpu: swiotlb buffer is full (sz: 14155776 bytes), total 32768 (slots), used 2 (slots)
[ 28.662068] vc4-drm gpu: swiotlb buffer is full (sz: 14155776 bytes), total 32768 (slots), used 2 (slots)
[ 29.802108] vc4-drm gpu: swiotlb buffer is full (sz: 4382720 bytes), total 32768 (slots), used 14 (slots)
[ 29.815933] vc4-drm gpu: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 154 (slots)
[ 29.829429] vc4-drm gpu: swiotlb buffer is full (sz: 524288 bytes), total 32768 (slots), used 626 (slots)
[ 29.847238] vc4-drm gpu: swiotlb buffer is full (sz: 4382720 bytes), total 32768 (slots), used 14 (slots)

** sudo vcdbg log msg **
003957.919: arasan: arasan_emmc_open
003958.088: arasan: arasan_emmc_set_clock C0: 0x00800000 C1: 0x000e0047 emmc: 200000000 actual: 390625 div: 0x00000100 target: 400000 min: 400000 max: 400000 delay: 5
004062.850: arasan: arasan_emmc_set_clock C0: 0x00800000 C1: 0x000e0047 emmc: 200000000 actual: 390625 div: 0x00000100 target: 400000 min: 400000 max: 400000 delay: 5
004062.937: arasan: arasan_emmc_set_clock C0: 0x00800f00 C1: 0x000e0047 emmc: 200000000 actual: 390625 div: 0x00000100 target: 400000 min: 390000 max: 400000 delay: 5
004082.197: arasan: arasan_emmc_set_clock C0: 0x00800f06 C1: 0x000e0207 emmc: 200000000 actual: 50000000 div: 0x00000002 target: 50000000 min: 0 max: 50000000 delay: 1
004089.201: brfs: File read: /mfs/sd/config.txt
004089.870: brfs: File read: 1178 bytes
004171.595: HDMI1:EDID error reading EDID block 0 attempt 0
004172.612: HDMI1:EDID giving up on reading EDID block 0
004178.354: brfs: File read: /mfs/sd/config.txt
004948.706: gpioman: gpioman_get_pin_num: pin DISPLAY_DSI_PORT not defined
004951.221: *** Restart logging
004951.242: brfs: File read: 1178 bytes
005018.345: hdmi: HDMI1:EDID error reading EDID block 0 attempt 0
005019.362: hdmi: HDMI1:EDID giving up on reading EDID block 0
005024.404: hdmi: HDMI1:EDID error reading EDID block 0 attempt 0
005025.418: hdmi: HDMI1:EDID giving up on reading EDID block 0
005025.437: hdmi: HDMI:hdmi_get_state is deprecated, use hdmi_get_display_state instead
005025.453: HDMI0: hdmi_pixel_encoding: 300000000
005025.465: HDMI1: hdmi_pixel_encoding: 300000000
007983.525: brfs: File read: /mfs/sd/initramfs8
007983.556: Loaded 'initramfs8' to 0x0 size 0xf59a58
008000.358: initramfs loaded to 0x2e0a6000 (size 0xf59a58)
008004.863: dtb_file 'bcm2711-rpi-4-b.dtb'
008004.907: brfs: File read: 16095832 bytes
008017.498: brfs: File read: /mfs/sd/bcm2711-rpi-4-b.dtb
008017.531: Loaded 'bcm2711-rpi-4-b.dtb' to 0x100 size 0xd5b3
008050.987: brfs: File read: 54707 bytes
008069.893: brfs: File read: /mfs/sd/overlays/overlay_map.dtb
008133.438: brfs: File read: 4839 bytes
008137.155: brfs: File read: /mfs/sd/config.txt
008137.315: dtparam: i2c_arm=on
008159.078: dtparam: audio=on
008171.668: brfs: File read: 1178 bytes
008198.435: brfs: File read: /mfs/sd/overlays/vc4-kms-v3d-pi4.dtbo
008355.700: Loaded overlay 'vc4-kms-v3d'
008759.990: brfs: File read: 3913 bytes
008762.966: brfs: File read: /mfs/sd/cmdline.txt
008763.061: Read command line from file 'cmdline.txt':
008763.091: 'console=serial0,115200 console=tty1 root=PARTUUID=e87f7e2b-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=CA'
009099.991: brfs: File read: 176 bytes
010819.964: brfs: File read: /mfs/sd/kernel8.img
010820.004: Loaded 'kernel8.img' to 0x80000 size 0x85c6e2
013830.417: Kernel relocated to 0x200000
013830.444: Device tree loaded to 0x2e098400 (size 0xdb7d)
013838.178: gpioman: gpioman_get_pin_num: pin SDCARD_CONTROL_POWER not defined
016108.544: vchiq_core: vchiq_init_state: slot_zero = 0xce400000, is_master = 1
016122.642: TV service:host side not connected, dropping notification 0x00000002, 0x00000001, 0x00000010

** sudo vcdbg log assert **
No messages available

** sudo vcdbg log ex **
No exceptions found


Memory

** cat /proc/meminfo **
MemTotal: 3884368 kB
MemFree: 2646444 kB
MemAvailable: 3109444 kB
Buffers: 29008 kB
Cached: 776152 kB
SwapCached: 0 kB
Active: 712504 kB
Inactive: 247324 kB
Active(anon): 303336 kB
Inactive(anon): 153364 kB
Active(file): 409168 kB
Inactive(file): 93960 kB
Unevictable: 138688 kB
Mlocked: 0 kB
SwapTotal: 102396 kB
SwapFree: 102396 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 1428 kB
Writeback: 0 kB
AnonPages: 293276 kB
Mapped: 338212 kB
Shmem: 302032 kB
KReclaimable: 33240 kB
Slab: 66116 kB
SReclaimable: 33240 kB
SUnreclaim: 32876 kB
KernelStack: 6240 kB
PageTables: 11888 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2044580 kB
Committed_AS: 2712140 kB
VmallocTotal: 259653632 kB
VmallocUsed: 13860 kB
VmallocChunk: 0 kB
Percpu: 704 kB
CmaTotal: 524288 kB
CmaFree: 492952 kB

** sudo cat /sys/kernel/debug/dma_buf/bufinfo **

Dma-buf Objects:
size flags mode count exp_name ino name
00016384 00000000 00080005 00000010 drm 00000013
write fence:drm_sched v3d_render seq 1386 signalled
Attached Devices:
fec00000.v3d
fec00000.v3d
Total 2 devices attached

07774208 00000002 00080007 00000007 drm 00000012
write fence:drm_sched v3d_tfu seq 1629 signalled
write fence:drm_sched v3d_render seq 933 signalled
Attached Devices:
Total 0 devices attached

07774208 00000002 00080007 00000007 drm 00000011
write fence:drm_sched v3d_tfu seq 1702 signalled
write fence:drm_sched v3d_render seq 957 signalled
Attached Devices:
Total 0 devices attached

07774208 00000002 00080007 00000007 drm 00000010
write fence:drm_sched v3d_tfu seq 1646 signalled
write fence:drm_sched v3d_render seq 952 signalled
Attached Devices:
Total 0 devices attached

00004096 00000002 00080007 00000009 drm 00000009
write fence:drm_sched v3d_tfu seq 1700 signalled
Attached Devices:
gpu
Total 1 devices attached

00016384 00000000 00080005 00000010 drm 00000005
write fence:drm_sched v3d_render seq 1385 signalled
Attached Devices:
fec00000.v3d
fec00000.v3d
Total 2 devices attached

00016384 00000000 00080005 00000010 drm 00000004
write fence:drm_sched v3d_render seq 1265 signalled
Attached Devices:
fec00000.v3d
fec00000.v3d
Total 2 devices attached

08294400 00000000 00080005 00000010 drm 00000003
write fence:drm_sched v3d_render seq 1390 signalled
Attached Devices:
fec00000.v3d
fec00000.v3d
Total 2 devices attached

00016384 00000000 00080005 00000010 drm 00000002
write fence:drm_sched v3d_render seq 1113 signalled
Attached Devices:
fec00000.v3d
fec00000.v3d
Total 2 devices attached

08294400 00000000 00080005 00000010 drm 00000001
write fence:drm_sched v3d_render seq 1391 signalled
Attached Devices:
fec00000.v3d
fec00000.v3d
Total 2 devices attached

Total 10 objects, 39981056 bytes

** sudo cat /sys/kernel/debug/vcsm-cma/state **

VC-ServiceHandle 000000007dfe6029

Resources

Total resource count: 0


Media Devices

** media-ctl -d 0 -p **
Media controller API version 6.1.61

Media device information

driver rpivid
model rpivid
serial
bus info platform:rpivid
hw revision 0x0
driver version 6.1.61

Device topology

  • entity 1: rpivid-source (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video19
    pad0: Source
    -> "rpivid-proc":0 [ENABLED,IMMUTABLE]

  • entity 3: rpivid-proc (2 pads, 2 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "rpivid-source":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "rpivid-sink":0 [ENABLED,IMMUTABLE]

  • entity 6: rpivid-sink (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video19
    pad0: Sink
    <- "rpivid-proc":1 [ENABLED,IMMUTABLE]

** media-ctl -d 1 -p **
Media controller API version 6.1.61

Media device information

driver bcm2835-isp
model bcm2835-isp
serial
bus info platform:bcm2835-isp
hw revision 0x0
driver version 6.1.61

Device topology

  • entity 1: bcm2835_isp0 (4 pads, 4 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "bcm2835-isp0-output0":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "bcm2835-isp0-capture1":0 [ENABLED,IMMUTABLE]
    pad2: Source
    -> "bcm2835-isp0-capture2":0 [ENABLED,IMMUTABLE]
    pad3: Source
    -> "bcm2835-isp0-capture3":0 [ENABLED,IMMUTABLE]

  • entity 6: bcm2835-isp0-output0 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video13
    pad0: Source
    -> "bcm2835_isp0":0 [ENABLED,IMMUTABLE]

  • entity 12: bcm2835-isp0-capture1 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video14
    pad0: Sink
    <- "bcm2835_isp0":1 [ENABLED,IMMUTABLE]

  • entity 18: bcm2835-isp0-capture2 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video15
    pad0: Sink
    <- "bcm2835_isp0":2 [ENABLED,IMMUTABLE]

  • entity 24: bcm2835-isp0-capture3 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video16
    pad0: Sink
    <- "bcm2835_isp0":3 [ENABLED,IMMUTABLE]

** media-ctl -d 2 -p **
Media controller API version 6.1.61

Media device information

driver bcm2835-isp
model bcm2835-isp
serial
bus info platform:bcm2835-isp
hw revision 0x0
driver version 6.1.61

Device topology

  • entity 1: bcm2835_isp0 (4 pads, 4 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "bcm2835-isp0-output0":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "bcm2835-isp0-capture1":0 [ENABLED,IMMUTABLE]
    pad2: Source
    -> "bcm2835-isp0-capture2":0 [ENABLED,IMMUTABLE]
    pad3: Source
    -> "bcm2835-isp0-capture3":0 [ENABLED,IMMUTABLE]

  • entity 6: bcm2835-isp0-output0 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video20
    pad0: Source
    -> "bcm2835_isp0":0 [ENABLED,IMMUTABLE]

  • entity 12: bcm2835-isp0-capture1 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video21
    pad0: Sink
    <- "bcm2835_isp0":1 [ENABLED,IMMUTABLE]

  • entity 18: bcm2835-isp0-capture2 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video22
    pad0: Sink
    <- "bcm2835_isp0":2 [ENABLED,IMMUTABLE]

  • entity 24: bcm2835-isp0-capture3 (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video23
    pad0: Sink
    <- "bcm2835_isp0":3 [ENABLED,IMMUTABLE]

** media-ctl -d 3 -p **
Media controller API version 6.1.61

Media device information

driver bcm2835-codec
model bcm2835-codec
serial 0000
bus info platform:bcm2835-codec
hw revision 0x1
driver version 6.1.61

Device topology

  • entity 1: bcm2835-codec-decode-source (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video10
    pad0: Source
    -> "bcm2835-codec-decode-proc":0 [ENABLED,IMMUTABLE]

  • entity 3: bcm2835-codec-decode-proc (2 pads, 2 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "bcm2835-codec-decode-source":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "bcm2835-codec-decode-sink":0 [ENABLED,IMMUTABLE]

  • entity 6: bcm2835-codec-decode-sink (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video10
    pad0: Sink
    <- "bcm2835-codec-decode-proc":1 [ENABLED,IMMUTABLE]

  • entity 15: bcm2835-codec-encode-source (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video11
    pad0: Source
    -> "bcm2835-codec-encode-proc":0 [ENABLED,IMMUTABLE]

  • entity 17: bcm2835-codec-encode-proc (2 pads, 2 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "bcm2835-codec-encode-source":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "bcm2835-codec-encode-sink":0 [ENABLED,IMMUTABLE]

  • entity 20: bcm2835-codec-encode-sink (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video11
    pad0: Sink
    <- "bcm2835-codec-encode-proc":1 [ENABLED,IMMUTABLE]

  • entity 29: bcm2835-codec-isp-source (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video12
    pad0: Source
    -> "bcm2835-codec-isp-proc":0 [ENABLED,IMMUTABLE]

  • entity 31: bcm2835-codec-isp-proc (2 pads, 2 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "bcm2835-codec-isp-source":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "bcm2835-codec-isp-sink":0 [ENABLED,IMMUTABLE]

  • entity 34: bcm2835-codec-isp-sink (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video12
    pad0: Sink
    <- "bcm2835-codec-isp-proc":1 [ENABLED,IMMUTABLE]

  • entity 43: bcm2835-codec-image_fx-source (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video18
    pad0: Source
    -> "bcm2835-codec-image_fx-proc":0 [ENABLED,IMMUTABLE]

  • entity 45: bcm2835-codec-image_fx-proc (2 pads, 2 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "bcm2835-codec-image_fx-source":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "bcm2835-codec-image_fx-sink":0 [ENABLED,IMMUTABLE]

  • entity 48: bcm2835-codec-image_fx-sink (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video18
    pad0: Sink
    <- "bcm2835-codec-image_fx-proc":1 [ENABLED,IMMUTABLE]

  • entity 57: bcm2835-codec-encode_image-sour (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video31
    pad0: Source
    -> "bcm2835-codec-encode_image-proc":0 [ENABLED,IMMUTABLE]

  • entity 59: bcm2835-codec-encode_image-proc (2 pads, 2 links)
    type Node subtype Unknown flags 0
    pad0: Sink
    <- "bcm2835-codec-encode_image-sour":0 [ENABLED,IMMUTABLE]
    pad1: Source
    -> "bcm2835-codec-encode_image-sink":0 [ENABLED,IMMUTABLE]

  • entity 62: bcm2835-codec-encode_image-sink (1 pad, 1 link)
    type Node subtype V4L flags 0
    device node name /dev/video31
    pad0: Sink
    <- "bcm2835-codec-encode_image-proc":1 [ENABLED,IMMUTABLE]

** media-ctl -d 4 -p **
Failed to enumerate /dev/media4 (-2)


Cameras

** libcamera-hello --list-cameras **
No cameras available!


Versions

** uname -a **
Linux raspberrypi 6.1.61-v8+ #1696 SMP PREEMPT Thu Nov 2 16:44:46 GMT 2023 aarch64 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"

** vcgencmd version **
Oct 17 2023 15:39:16
Copyright (c) 2012 Broadcom
version 30f0c5e4d076da3ab4f341d88e7d505760b93ad7 (clean) (release) (start)

** libcamera-hello --version **
libcamera-apps build: f8b05c4 23-10-2023 (09:51:59)
libcamera build: v0.1.0+99-4a23664b

I re uploaded it as my camera connection seemed off.

The sensor is not being detected in the initial probe/boot process. Have you had this particular camera board working in the past? Can you remove and re-seat all cabling attached to the camera board and camera socket.

Yes, when I first booted up the system and connected the camera for the first time it worked intially. However, after restarting my Raspberry Pi it stopped working. Additionally, I have another camera and it indicates that it has power on the cable so I know that the cable is indeed working. I also repositioned my camera and changed the log file a bit after we had talked. What should I do from here? Could there be a hardware issue? Also, I will send a picture when I get back home. It'll probably be a bit later

Having a photo of your setup would be useful to check, but it sounds like this camera board may be faulty. If possibly I would suggest you try and arrange for a replacement from your supplier.

I got it from an official supplier. Do you think they could send me another one? I specifically got it from PiShop Canada.

I can't say for sure, but definitively get in touch with them and let them know the product may be faulty and request an exchange.

I'll close this issue down now, but if you have any further problems, please feel free to open a new issue.