Raspberry pi "no camera" Arducam CamArray HAT OV9281

  1. Where did you get the camera module(s)?
  1. Model number of the product(s)?

UC-512 Rev D1 CamArray HAT

UC-788 Rev B Cameras

  1. What hardware/platform were you working on?

Raspberry Pi 4 8GB

$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
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"

Kernel: Linux 5.15.84-v7l+

  1. Instructions you have followed. (link/manual/etc.)

https://docs.arducam.com/Raspberry-Pi-Camera/Multi-Camera-CamArray/quick-start/

  1. Problems you were having?

No cameras available

$ libcamera-still -t 5000
Made X/EGL preview window
[0:16:15.252064799] [1279]  INFO Camera camera_manager.cpp:299 libcamera v0.0.3+40-9b860a66
ERROR: *** no cameras available ***
  1. The dmesg log from your hardware?
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.84-v7l+ ([email protected]) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1613 SMP Thu Jan 5 12:01:26 GMT 2023
[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
[    0.000000] random: crng init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x0000000030000000-0x00000001ffffffff]
[    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]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[    0.000000] percpu: Embedded 16 pages/cpu s35788 r8192 d21556 u65536
[    0.000000] pcpu-alloc: s35788 r8192 d21556 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2059584
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:36:13:D7 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=55b1693d-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[    0.000000] Unknown kernel command line parameters "splash", 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] software IO TLB: mapped [mem 0x0000000012400000-0x0000000016400000] (64MB)
[    0.000000] Memory: 7758764K/8245248K available (10240K kernel code, 1386K rwdata, 3308K rodata, 2048K init, 591K bss, 158804K reserved, 327680K cma-reserved, 7458816K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 35518 entries in 105 pages
[    0.000000] ftrace: allocated 105 pages with 4 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] GIC: Using split EOI/Deactivate mode
[    0.000000] irq_brcmstb_l2: registered L2 intc (/soc/[email protected], parent irq: 25)
[    0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000019] Switching to timer-based delay loop, resolution 18ns
[    0.000375] Console: colour dummy device 80x30
[    0.000438] printk: console [tty1] enabled
[    0.000501] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.000531] pid_max: default: 32768 minimum: 301
[    0.000672] LSM: Security Framework initializing
[    0.000870] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.000899] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002428] cgroup: Disabling memory control group subsystem
[    0.002667] CPU: Testing write buffer coherency: ok
[    0.002721] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[    0.003161] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004651] Setting up static identity map for 0x200000 - 0x20003c
[    0.004850] rcu: Hierarchical SRCU implementation.
[    0.005846] smp: Bringing up secondary CPUs ...
[    0.007000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.008312] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.009570] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.009730] smp: Brought up 1 node, 4 CPUs
[    0.009752] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.009771] CPU: All CPU(s) started in HYP mode.
[    0.009784] CPU: Virtualization extensions available.
[    0.010610] devtmpfs: initialized
[    0.026111] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.026318] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.026351] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.036075] pinctrl core: initialized pinctrl subsystem
[    0.037304] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.041756] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.042567] audit: initializing netlink subsys (disabled)
[    0.042834] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.043466] thermal_sys: Registered thermal governor 'step_wise'
[    0.044246] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.044266] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.044664] Serial: AMBA PL011 UART driver
[    0.059303] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.100060] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-01-05T10:46:54, variant start
[    0.110076] raspberrypi-firmware soc:firmware: Firmware hash is 8ba17717fbcedd4c3b6d4bce7e50c7af4155cba9
[    0.171032] Kprobes globally optimized
[    0.177030] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.182111] vgaarb: loaded
[    0.182575] SCSI subsystem initialized
[    0.182826] usbcore: registered new interface driver usbfs
[    0.182886] usbcore: registered new interface driver hub
[    0.182957] usbcore: registered new device driver usb
[    0.183367] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.183548] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[    0.183879] pps_core: LinuxPPS API ver. 1 registered
[    0.183894] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.183921] PTP clock support registered
[    0.185583] clocksource: Switched to clocksource arch_sys_counter
[    0.266299] VFS: Disk quotas dquot_6.6.0
[    0.266404] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.266588] FS-Cache: Loaded
[    0.266792] CacheFiles: Loaded
[    0.277242] NET: Registered PF_INET protocol family
[    0.277498] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.279092] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.279126] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.279153] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.279217] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.279288] TCP: Hash tables configured (established 8192 bind 8192)
[    0.279445] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.279483] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.279737] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.286518] RPC: Registered named UNIX socket transport module.
[    0.286535] RPC: Registered udp transport module.
[    0.286549] RPC: Registered tcp transport module.
[    0.286563] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.286585] PCI: CLS 0 bytes, default 64
[    1.339968] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    1.342585] Initialise system trusted keyrings
[    1.342881] workingset: timestamp_bits=14 max_order=21 bucket_order=7
[    1.351663] zbud: loaded
[    1.353551] FS-Cache: Netfs 'nfs' registered for caching
[    1.354479] NFS: Registering the id_resolver key type
[    1.354516] Key type id_resolver registered
[    1.354531] Key type id_legacy registered
[    1.354667] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.354683] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.355857] Key type asymmetric registered
[    1.355874] Asymmetric key parser 'x509' registered
[    1.356103] bounce: pool size: 64 pages
[    1.356165] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.356396] io scheduler mq-deadline registered
[    1.356413] io scheduler kyber registered
[    1.366110] brcm-pcie fd500000.pcie: host bridge /scb/[email protected] ranges:
[    1.366150] brcm-pcie fd500000.pcie:   No bus range found for /scb/[email protected], using [bus 00-ff]
[    1.366245] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[    1.366338] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000
[    1.427689] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    1.428077] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.428096] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.428118] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[    1.428209] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    1.428457] pci 0000:00:00.0: PME# supported from D0 D3hot
[    1.432217] PCI: bus0: Fast back to back transfers disabled
[    1.432554] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    1.432685] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    1.433117] pci 0000:01:00.0: PME# supported from D0 D3hot
[    1.436872] PCI: bus1: Fast back to back transfers disabled
[    1.436933] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    1.436960] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    1.437046] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.437072] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    1.437496] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    1.437728] pcieport 0000:00:00.0: PME: Signaling with IRQ 79
[    1.451461] iproc-rng200 fe104000.rng: hwrng registered
[    1.451848] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.453442] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    1.466393] brd: module loaded
[    1.476770] loop: module loaded
[    1.477549] Loading iSCSI transport class v2.0-870.
[    1.482812] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.575749] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.576961] usbcore: registered new interface driver r8152
[    1.577031] usbcore: registered new interface driver lan78xx
[    1.577093] usbcore: registered new interface driver smsc95xx
[    1.624929] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.624966] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.630555] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
[    1.631635] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.631662] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.631688] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    1.632075] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.632098] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.632117] usb usb1: Product: xHCI Host Controller
[    1.632134] usb usb1: Manufacturer: Linux 5.15.84-v7l+ xhci-hcd
[    1.632151] usb usb1: SerialNumber: 0000:01:00.0
[    1.632907] hub 1-0:1.0: USB hub found
[    1.632978] hub 1-0:1.0: 1 port detected
[    1.633976] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.633999] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.634017] usb usb2: Product: xHCI Host Controller
[    1.634034] usb usb2: Manufacturer: Linux 5.15.84-v7l+ xhci-hcd
[    1.634050] usb usb2: SerialNumber: 0000:01:00.0
[    1.634777] hub 2-0:1.0: USB hub found
[    1.634876] hub 2-0:1.0: 4 ports detected
[    1.636822] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.637186] dwc_otg: FIQ enabled
[    1.637200] dwc_otg: NAK holdoff enabled
[    1.637214] dwc_otg: FIQ split-transaction FSM enabled
[    1.637231] Module dwc_common_port init
[    1.637668] usbcore: registered new interface driver uas
[    1.637777] usbcore: registered new interface driver usb-storage
[    1.638005] mousedev: PS/2 mouse device common for all mice
[    1.643737] sdhci: Secure Digital Host Controller Interface driver
[    1.643753] sdhci: Copyright(c) Pierre Ossman
[    1.644488] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.648312] ledtrig-cpu: registered to indicate activity on CPUs
[    1.648644] hid: raw HID events driver (C) Jiri Kosina
[    1.648839] usbcore: registered new interface driver usbhid
[    1.648855] usbhid: USB HID core driver
[    1.655091] Initializing XFRM netlink socket
[    1.655133] NET: Registered PF_PACKET protocol family
[    1.655245] Key type dns_resolver registered
[    1.655977] Registering SWP/SWPB emulation handler
[    1.656804] registered taskstats version 1
[    1.656841] Loading compiled-in X.509 certificates
[    1.657685] Key type .fscrypt registered
[    1.657701] Key type fscrypt-provisioning registered
[    1.670147] uart-pl011 fe201000.serial: there is not valid maps for state default
[    1.670480] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.670616] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[    1.679965] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.680453] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.681739] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.681760] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    1.712142] of_cfs_init
[    1.712369] of_cfs_init: OK
[    1.746812] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[    1.747134] Waiting for root device PARTUUID=55b1693d-02...
[    1.845883] mmc0: new ultra high speed DDR50 SDHC card at address 0001
[    1.848741] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
[    1.853935]  mmcblk0: p1 p2
[    1.855056] mmc1: new high speed SDIO card at address 0001
[    1.855848] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
[    1.880122] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.880207] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.881119] devtmpfs: mounted
[    1.893110] Freeing unused kernel image (initmem) memory: 2048K
[    1.915697] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.916242] Run /sbin/init as init process
[    1.916258]   with arguments:
[    1.916271]     /sbin/init
[    1.916283]     splash
[    1.916296]   with environment:
[    1.916308]     HOME=/
[    1.916321]     TERM=linux
[    2.098324] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[    2.098366] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.098390] usb 1-1: Product: USB2.0 Hub
[    2.100733] hub 1-1:1.0: USB hub found
[    2.101078] hub 1-1:1.0: 4 ports detected
[    2.247352] systemd[1]: System time before build time, advancing clock.
[    2.452335] NET: Registered PF_INET6 protocol family
[    2.454094] Segment Routing with IPv6
[    2.454149] In-situ OAM (IOAM) with IPv6
[    2.531805] systemd[1]: systemd 247.3-7+rpi1+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    2.532734] systemd[1]: Detected architecture arm.
[    2.539147] systemd[1]: Set hostname to <barkpi2>.
[    3.271542] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    3.464389] systemd[1]: Queued start job for default target Graphical Interface.
[    3.469939] systemd[1]: Created slice system-getty.slice.
[    3.471245] systemd[1]: Created slice system-modprobe.slice.
[    3.472235] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.473087] systemd[1]: Created slice User and Session Slice.
[    3.473577] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.474655] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.475377] systemd[1]: Reached target Slices.
[    3.475635] systemd[1]: Reached target Swap.
[    3.479080] systemd[1]: Listening on Syslog Socket.
[    3.479854] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.480287] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.481651] systemd[1]: Listening on Journal Audit Socket.
[    3.482426] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.483454] systemd[1]: Listening on Journal Socket.
[    3.489203] systemd[1]: Listening on udev Control Socket.
[    3.490167] systemd[1]: Listening on udev Kernel Socket.
[    3.491110] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    3.496643] systemd[1]: Mounting POSIX Message Queue File System...
[    3.503217] systemd[1]: Mounting RPC Pipe File System...
[    3.510569] systemd[1]: Mounting Kernel Debug File System...
[    3.517803] systemd[1]: Mounting Kernel Trace File System...
[    3.519073] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    3.530388] systemd[1]: Starting Restore / save the current clock...
[    3.537864] systemd[1]: Starting Set the console keyboard layout...
[    3.546519] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.554699] systemd[1]: Starting Load Kernel Module configfs...
[    3.562804] systemd[1]: Starting Load Kernel Module drm...
[    3.570723] systemd[1]: Starting Load Kernel Module fuse...
[    3.575196] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.583140] systemd[1]: Starting File System Check on Root Device...
[    3.599532] systemd[1]: Starting Journal Service...
[    3.614164] systemd[1]: Starting Load Kernel Modules...
[    3.629024] systemd[1]: Starting Coldplug All udev Devices...
[    3.668334] systemd[1]: Mounted POSIX Message Queue File System.
[    3.669216] systemd[1]: Mounted RPC Pipe File System.
[    3.670004] systemd[1]: Mounted Kernel Debug File System.
[    3.670696] systemd[1]: Mounted Kernel Trace File System.
[    3.672613] systemd[1]: Finished Restore / save the current clock.
[    3.675216] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.677649] systemd[1]: [email protected]: Succeeded.
[    3.680035] systemd[1]: Finished Load Kernel Module configfs.
[    3.698159] systemd[1]: Mounting Kernel Configuration File System...
[    3.700988] fuse: init (API version 7.34)
[    3.705209] systemd[1]: Started File System Check Daemon to report status.
[    3.707037] i2c_dev: i2c /dev entries driver
[    3.727605] systemd[1]: [email protected]: Succeeded.
[    3.729259] systemd[1]: Finished Load Kernel Module fuse.
[    3.734689] systemd[1]: Finished Load Kernel Modules.
[    3.747734] systemd[1]: Mounting FUSE Control File System...
[    3.758269] systemd[1]: Starting Apply Kernel Variables...
[    3.780995] systemd[1]: Mounted Kernel Configuration File System.
[    3.803807] systemd[1]: Mounted FUSE Control File System.
[    3.841730] systemd[1]: [email protected]: Succeeded.
[    3.843148] systemd[1]: Finished Load Kernel Module drm.
[    3.858199] systemd[1]: Finished Apply Kernel Variables.
[    3.909834] systemd[1]: Finished File System Check on Root Device.
[    3.916940] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.002369] systemd[1]: Started Journal Service.
[    4.092685] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[    4.165683] systemd-journald[138]: Received client request to flush runtime journal.
[    4.175154] systemd-journald[138]: File /var/log/journal/29fd607f2ac845dc98d375ce9791cc59/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    5.475065] mc: Linux media interface: v0.10
[    5.554635] videodev: Linux video capture interface: v2.00
[    5.606157] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    5.608491] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    5.608523] [vc_sm_connected_init]: start
[    5.609327] [vc_sm_connected_init]: installed successfully
[    5.619228] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    5.648144] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    5.668157] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[    5.686250] rpivid feb10000.codec: Device registered as /dev/video19
[    5.694019] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    5.719639] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    5.729250] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    5.729792] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    5.730293] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    5.730745] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    5.730778] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    5.730803] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    5.730826] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    5.730848] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    5.739181] brcmstb-i2c fef04500.i2c:  @97500hz registered in polling mode
[    5.742620] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    5.743173] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    5.743615] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    5.743981] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    5.744013] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    5.744038] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    5.744060] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    5.744082] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    5.744306] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    5.782499] brcmstb-i2c fef09500.i2c:  @97500hz registered in polling mode
[    5.822961] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    5.833120] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    5.833172] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    5.889397] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    5.889575] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    5.921079] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    5.951713] i2c i2c-22: Added multiplexed i2c bus 0
[    5.955875] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    5.955932] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    5.972903] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    5.972964] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    5.986490] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    5.986620] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    5.997570] i2c 10-000c: Fixing up cyclic dependency with fe801000.csi
[    5.999082] bcm2835_audio bcm2835_audio: card created with 8 channels
[    6.003331] i2c i2c-22: Added multiplexed i2c bus 10
[    6.407827] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    6.683747] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.750230] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.770785] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    6.977984] brcmfmac: F1 signature read @0x18000000=0x15264345
[    6.998558] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    7.006059] usbcore: registered new interface driver brcmfmac
[    7.112866] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[    7.115371] Registered IR keymap rc-cec
[    7.115609] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[    7.115932] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
[    7.122175] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[    7.150356] Registered IR keymap rc-cec
[    7.150608] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[    7.150857] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input1
[    7.175793] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[    7.180137] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[    7.180741] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[    7.181201] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[    7.181711] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[    7.182136] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[    7.182641] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[    7.201914] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[    7.202291] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[    7.291388] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    7.297386] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[    7.906703] uart-pl011 fe201000.serial: no DMA platform data
[    8.266215] 8021q: 802.1Q VLAN Support v1.8
[    8.400724] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[    8.473886] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[    8.481914] bcmgenet fd580000.ethernet eth0: Link is Down
[    9.081670] arducam-pivariety 10-000c: pivariety_read: Reading register 0x103 failed
[    9.081706] arducam-pivariety 10-000c: probe failed
[   12.635758] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   12.635790] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   15.658057] Bluetooth: Core ver 2.22
[   15.658114] NET: Registered PF_BLUETOOTH protocol family
[   15.658120] Bluetooth: HCI device and connection manager initialized
[   15.658133] Bluetooth: HCI socket layer initialized
[   15.658140] Bluetooth: L2CAP socket layer initialized
[   15.658154] Bluetooth: SCO socket layer initialized
[   15.666858] Bluetooth: HCI UART driver ver 2.3
[   15.666871] Bluetooth: HCI UART protocol H4 registered
[   15.666927] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   15.667552] Bluetooth: HCI UART protocol Broadcom registered
[   15.886946] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.886962] Bluetooth: BNEP filters: protocol multicast
[   15.886976] Bluetooth: BNEP socket layer initialized
[   15.940221] NET: Registered PF_ALG protocol family
[   15.961211] cryptd: max_cpu_qlen set to 1000
[   16.065408] Bluetooth: RFCOMM TTY layer initialized
[   16.065427] Bluetooth: RFCOMM socket layer initialized
[   16.065444] Bluetooth: RFCOMM ver 1.11
[   17.755757] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[   31.835678] cam-dummy-reg: disabling
  1. Troubleshooting attempts you’ve made?

I’ve added dtoverlay=arducam-pivariety to /boot/config.txt.

  1. What help do you need?

I need help figuring out why I am getting “no cameras available” when using libcamera-still

@creare

Don’t worry, we have experience with this problem.

Please contact my email ([email protected])

I will reply you within 1-2 working days, if I don’t reply, maybe there is something wrong with the email, please let me know in time.