64MP QuadCamera - No cameras available!

@will842

It looks like the camera is not connected properly, can you show me the connection diagram?

You can also try another flexible cable

@Edward

I have run into the same no cameras available issue, I’m not sure what’s going on, please do help me

  1. Where did you get the camera module
    I ordered it from amazon

  2. Model Number of the product
    B0399

  3. Hardware / platform:
    Fresh install of 32 bit bullseye of latest update released 2023, did not chose to update after fresh install

  4. Instructions I have followed :
    How to use arducam_64mp & arducam_64mp FAQ

  5. Problems I am having :

raspberrypi@raspberrypi:~ $ libcamera-still --list-cameras
No cameras available!

6 ) Demesg posted below

  1. Troubleshooting attempts :
    I have clean installed and followed the FAQ and then this thread

  2. What help do I need :
    To get the camera recognized and working

Other details :

cpuinfo

processor	: 0
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 126.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 1
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 126.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 2
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 126.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 3
model name	: ARMv7 Processor rev 3 (v7l)
BogoMIPS	: 126.00
Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

Hardware	: BCM2711
Revision	: b03115
Serial		: 1000000083fc83d2
Model		: Raspberry Pi 4 Model B Rev 1.5

meminfo

MemTotal:        1916908 kB
MemFree:          754976 kB
MemAvailable:     909316 kB
Buffers:            8492 kB
Cached:           437476 kB
SwapCached:            0 kB
Active:           169352 kB
Inactive:         691044 kB
Active(anon):       2376 kB
Inactive(anon):   640568 kB
Active(file):     166976 kB
Inactive(file):    50476 kB
Unevictable:      177620 kB
Mlocked:              16 kB
HighTotal:       1232896 kB
HighFree:         184112 kB
LowTotal:         684012 kB
LowFree:          570864 kB
SwapTotal:        102396 kB
SwapFree:         101372 kB
Dirty:                72 kB
Writeback:             0 kB
AnonPages:        591936 kB
Mapped:           215224 kB
Shmem:            228516 kB
KReclaimable:      20104 kB
Slab:              45588 kB
SReclaimable:      20104 kB
SUnreclaim:        25484 kB
KernelStack:        3016 kB
PageTables:        16348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     1060848 kB
Committed_AS:    3442580 kB
VmallocTotal:     245760 kB
VmallocUsed:        6256 kB
VmallocChunk:          0 kB
Percpu:              448 kB
CmaTotal:         524288 kB
CmaFree:          474972 kB

OS

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"

ls /dev/video

raspberrypi@raspberrypi:~ $ ls /dev/video*
/dev/video10  /dev/video13  /dev/video16  /dev/video20  /dev/video23
/dev/video11  /dev/video14  /dev/video18  /dev/video21  /dev/video31
/dev/video12  /dev/video15  /dev/video19  /dev/video22

dpkg -l | grep libcamera

raspberrypi@raspberrypi:~ $ dpkg -l | grep libcamera
ii  libcamera-apps                       0~git20230309+4def288-1          armhf        libcamera-apps
ii  libcamera-dev:armhf                  0~git20230321+74d023d8-1         armhf        complex camera support library (development files)
ii  libcamera-tools                      0~git20230124+9b860a66-1         armhf        complex camera support library (tools)
ii  libcamera0:armhf                     0~git20230321+74d023d8-1         armhf        complex camera support library
ii  python3-libcamera                    0~git20230302+923f5d70-1         armhf        complex camera support library (Python 3 bindings)

cat /boot/config.txt

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

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

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

# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18

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

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

# Automatically load overlays for detected cameras
camera_auto_detect=1

# Automatically load overlays for detected DSI displays
display_auto_detect=1

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

# Disable compensation for displays with overscan
disable_overscan=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]

[pi4]
# Run as fast as firmware / board allows
arm_boost=1
dtoverlay=vc4-kms-v3d,cma-512
dtoverlay=arducam_64mp

libcamera-still -t 1000 -n

raspberrypi@raspberrypi:~ $ libcamera-still -t 1000 -n
[0:30:04.264838067] [1880]  INFO Camera camera_manager.cpp:299 libcamera v0.0.0+4225-74d023d8
ERROR: *** no cameras available ***

I will post dmesg on the next post as I have hit the word limit.

Thanks !

dmesg

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.84-v7l+ (dom@buildbot) (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.5
[    0.000000] random: crng init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, 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-0x000000002fffffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x0000000030000000-0x000000007fffffff]
[    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-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[    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: 503104
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=E4:5F:01:BE:FC:F5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=a3ae6617-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 0x0000000009a00000-0x000000000da00000] (64MB)
[    0.000000] Memory: 1390572K/2019328K available (10240K kernel code, 1386K rwdata, 3308K rodata, 2048K init, 591K bss, 104468K reserved, 524288K cma-reserved, 1232896K 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/interrupt-controller@7ef00100, 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.000018] Switching to timer-based delay loop, resolution 18ns
[    0.000395] Console: colour dummy device 80x30
[    0.000460] printk: console [tty1] enabled
[    0.000527] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.000557] pid_max: default: 32768 minimum: 301
[    0.000702] LSM: Security Framework initializing
[    0.000911] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.000942] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002538] cgroup: Disabling memory control group subsystem
[    0.002790] CPU: Testing write buffer coherency: ok
[    0.002849] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[    0.003318] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004841] Setting up static identity map for 0x200000 - 0x20003c
[    0.005041] rcu: Hierarchical SRCU implementation.
[    0.006058] smp: Bringing up secondary CPUs ...
[    0.007270] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.008624] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.009938] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.010100] smp: Brought up 1 node, 4 CPUs
[    0.010123] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.010143] CPU: All CPU(s) started in HYP mode.
[    0.010156] CPU: Virtualization extensions available.
[    0.010964] devtmpfs: initialized
[    0.026904] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.027131] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.027167] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.044071] pinctrl core: initialized pinctrl subsystem
[    0.045388] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.050104] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.050943] audit: initializing netlink subsys (disabled)
[    0.051208] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
[    0.051878] thermal_sys: Registered thermal governor 'step_wise'
[    0.052711] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.052731] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.053165] Serial: AMBA PL011 UART driver
[    0.068711] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.110104] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-01-05T10:46:54, variant start
[    0.120119] raspberrypi-firmware soc:firmware: Firmware hash is 8ba17717fbcedd4c3b6d4bce7e50c7af4155cba9
[    0.181427] Kprobes globally optimized
[    0.187574] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.192310] vgaarb: loaded
[    0.192798] SCSI subsystem initialized
[    0.193048] usbcore: registered new interface driver usbfs
[    0.193122] usbcore: registered new interface driver hub
[    0.193196] usbcore: registered new device driver usb
[    0.193625] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.193813] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[    0.194151] pps_core: LinuxPPS API ver. 1 registered
[    0.194167] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.194195] PTP clock support registered
[    0.195958] clocksource: Switched to clocksource arch_sys_counter
[    0.276727] VFS: Disk quotas dquot_6.6.0
[    0.276840] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.277033] FS-Cache: Loaded
[    0.277249] CacheFiles: Loaded
[    0.278433] simple-framebuffer 3e402000.framebuffer: framebuffer at 0x3e402000, 0x7f8000 bytes
[    0.278458] simple-framebuffer 3e402000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[    0.278996] Console: switching to colour frame buffer device 240x67
[    0.289756] simple-framebuffer 3e402000.framebuffer: fb0: simplefb registered!
[    0.299569] NET: Registered PF_INET protocol family
[    0.299834] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.301480] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.301516] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.301541] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.301606] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.301680] TCP: Hash tables configured (established 8192 bind 8192)
[    0.301850] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.301889] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.302157] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.306888] RPC: Registered named UNIX socket transport module.
[    0.306905] RPC: Registered udp transport module.
[    0.306919] RPC: Registered tcp transport module.
[    0.306933] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.306956] PCI: CLS 0 bytes, default 64
[    1.327644] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    1.351164] Initialise system trusted keyrings
[    1.351478] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    1.360435] zbud: loaded
[    1.362466] FS-Cache: Netfs 'nfs' registered for caching
[    1.363363] NFS: Registering the id_resolver key type
[    1.363408] Key type id_resolver registered
[    1.363423] Key type id_legacy registered
[    1.363558] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.363575] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.364692] Key type asymmetric registered
[    1.364709] Asymmetric key parser 'x509' registered
[    1.364945] bounce: pool size: 64 pages
[    1.365009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.365239] io scheduler mq-deadline registered
[    1.365256] io scheduler kyber registered
[    1.374559] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    1.374602] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    1.374699] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[    1.374793] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[    1.458059] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    1.458462] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.458485] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.458507] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[    1.458602] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    1.458855] pci 0000:00:00.0: PME# supported from D0 D3hot
[    1.462682] PCI: bus0: Fast back to back transfers disabled
[    1.462707] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.463083] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    1.463213] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    1.463647] pci 0000:01:00.0: PME# supported from D0 D3hot
[    1.467452] PCI: bus1: Fast back to back transfers disabled
[    1.467473] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.467517] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    1.467543] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    1.467630] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.467656] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    1.468087] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    1.468328] pcieport 0000:00:00.0: PME: Signaling with IRQ 79
[    1.482846] iproc-rng200 fe104000.rng: hwrng registered
[    1.483238] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.484910] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    1.498193] brd: module loaded
[    1.508932] loop: module loaded
[    1.509830] Loading iSCSI transport class v2.0-870.
[    1.515272] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.616123] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.617378] usbcore: registered new interface driver r8152
[    1.617469] usbcore: registered new interface driver lan78xx
[    1.617533] usbcore: registered new interface driver smsc95xx
[    1.669406] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.669447] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.675054] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
[    1.676161] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.676188] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.676214] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    1.676606] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.676630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.676649] usb usb1: Product: xHCI Host Controller
[    1.676666] usb usb1: Manufacturer: Linux 5.15.84-v7l+ xhci-hcd
[    1.676682] usb usb1: SerialNumber: 0000:01:00.0
[    1.677453] hub 1-0:1.0: USB hub found
[    1.677526] hub 1-0:1.0: 1 port detected
[    1.678567] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.678590] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.678608] usb usb2: Product: xHCI Host Controller
[    1.678625] usb usb2: Manufacturer: Linux 5.15.84-v7l+ xhci-hcd
[    1.678642] usb usb2: SerialNumber: 0000:01:00.0
[    1.679370] hub 2-0:1.0: USB hub found
[    1.679468] hub 2-0:1.0: 4 ports detected
[    1.681455] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.681838] dwc_otg: FIQ enabled
[    1.681852] dwc_otg: NAK holdoff enabled
[    1.681865] dwc_otg: FIQ split-transaction FSM enabled
[    1.681882] Module dwc_common_port init
[    1.682380] usbcore: registered new interface driver uas
[    1.682488] usbcore: registered new interface driver usb-storage
[    1.682723] mousedev: PS/2 mouse device common for all mice
[    1.688790] sdhci: Secure Digital Host Controller Interface driver
[    1.688809] sdhci: Copyright(c) Pierre Ossman
[    1.689580] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.693519] ledtrig-cpu: registered to indicate activity on CPUs
[    1.693865] hid: raw HID events driver (C) Jiri Kosina
[    1.694060] usbcore: registered new interface driver usbhid
[    1.694076] usbhid: USB HID core driver
[    1.700751] Initializing XFRM netlink socket
[    1.700797] NET: Registered PF_PACKET protocol family
[    1.700916] Key type dns_resolver registered
[    1.701413] Registering SWP/SWPB emulation handler
[    1.702265] registered taskstats version 1
[    1.702297] Loading compiled-in X.509 certificates
[    1.703132] Key type .fscrypt registered
[    1.703149] Key type fscrypt-provisioning registered
[    1.715849] uart-pl011 fe201000.serial: there is not valid maps for state default
[    1.716215] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.716351] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[    1.725794] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.726373] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.727692] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.727714] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    1.756948] of_cfs_init
[    1.757209] of_cfs_init: OK
[    1.792706] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[    1.793122] Waiting for root device PARTUUID=a3ae6617-02...
[    1.844494] mmc1: new high speed SDIO card at address 0001
[    1.892638] mmc0: new ultra high speed DDR50 SDHC card at address 5048
[    1.893649] mmcblk0: mmc0:5048 SD32G 29.7 GiB 
[    1.897437]  mmcblk0: p1 p2
[    1.898014] mmcblk0: mmc0:5048 SD32G 29.7 GiB (quirks 0x00004000)
[    1.919975] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.920067] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.921004] devtmpfs: mounted
[    1.933139] Freeing unused kernel image (initmem) memory: 2048K
[    1.946298] Run /sbin/init as init process
[    1.946316]   with arguments:
[    1.946329]     /sbin/init
[    1.946342]     splash
[    1.946355]   with environment:
[    1.946367]     HOME=/
[    1.946380]     TERM=linux
[    1.966000] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.148770] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[    2.148805] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.148826] usb 1-1: Product: USB2.0 Hub
[    2.151657] hub 1-1:1.0: USB hub found
[    2.151944] hub 1-1:1.0: 4 ports detected
[    2.256620] systemd[1]: System time before build time, advancing clock.
[    2.460153] NET: Registered PF_INET6 protocol family
[    2.462004] Segment Routing with IPv6
[    2.462050] In-situ OAM (IOAM) with IPv6
[    2.485999] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[    2.542824] 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.543718] systemd[1]: Detected architecture arm.
[    2.549497] systemd[1]: Set hostname to <raspberrypi>.
[    2.626642] usb 1-1.1: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[    2.626683] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.626716] usb 1-1.1: Product: USB Keyboard
[    2.626734] usb 1-1.1: Manufacturer: SEM
[    2.639313] input: SEM USB Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:1A2C:2124.0001/input/input0
[    2.706993] hid-generic 0003:1A2C:2124.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:01:00.0-1.1/input0
[    2.714913] input: SEM USB Keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1A2C:2124.0002/input/input1
[    2.786937] input: SEM USB Keyboard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1A2C:2124.0002/input/input2
[    2.787325] hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:01:00.0-1.1/input1
[    2.896015] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    3.044549] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.07
[    3.044584] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.044605] usb 1-1.3: Product: USB Receiver
[    3.044622] usb 1-1.3: Manufacturer: Logitech
[    3.057054] input: Logitech USB 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.0/0003:046D:C52B.0003/input/input3
[    3.127108] hid-generic 0003:046D:C52B.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input0
[    3.135866] input: Logitech USB 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.1/0003:046D:C52B.0004/input/input4
[    3.136491] input: Logitech USB 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.1/0003:046D:C52B.0004/input/input5
[    3.206364] input: Logitech USB 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.1/0003:046D:C52B.0004/input/input6
[    3.206862] hid-generic 0003:046D:C52B.0004: input,hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input1
[    3.214301] hid-generic 0003:046D:C52B.0005: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2
[    3.264603] 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.454616] systemd[1]: Queued start job for default target Graphical Interface.
[    3.460470] systemd[1]: Created slice system-getty.slice.
[    3.461829] systemd[1]: Created slice system-modprobe.slice.
[    3.462847] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.463713] systemd[1]: Created slice User and Session Slice.
[    3.464236] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.465419] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.466619] systemd[1]: Reached target Slices.
[    3.466837] systemd[1]: Reached target Swap.
[    3.470474] systemd[1]: Listening on Syslog Socket.
[    3.471292] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.471711] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.472976] systemd[1]: Listening on Journal Audit Socket.
[    3.473792] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.474787] systemd[1]: Listening on Journal Socket.
[    3.479975] systemd[1]: Listening on udev Control Socket.
[    3.480891] systemd[1]: Listening on udev Kernel Socket.
[    3.481860] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    3.487493] systemd[1]: Mounting POSIX Message Queue File System...
[    3.493705] systemd[1]: Mounting RPC Pipe File System...
[    3.501042] systemd[1]: Mounting Kernel Debug File System...
[    3.508568] systemd[1]: Mounting Kernel Trace File System...
[    3.509321] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    3.520438] systemd[1]: Starting Restore / save the current clock...
[    3.527965] systemd[1]: Starting Set the console keyboard layout...
[    3.537469] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.546557] systemd[1]: Starting Load Kernel Module configfs...
[    3.555099] systemd[1]: Starting Load Kernel Module drm...
[    3.567198] systemd[1]: Starting Load Kernel Module fuse...
[    3.570922] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.578178] systemd[1]: Starting File System Check on Root Device...
[    3.606181] systemd[1]: Starting Journal Service...
[    3.637786] systemd[1]: Starting Load Kernel Modules...
[    3.651847] systemd[1]: Starting Coldplug All udev Devices...
[    3.671877] fuse: init (API version 7.34)
[    3.682235] systemd[1]: Mounted POSIX Message Queue File System.
[    3.683244] systemd[1]: Mounted RPC Pipe File System.
[    3.684159] systemd[1]: Mounted Kernel Debug File System.
[    3.685056] systemd[1]: Mounted Kernel Trace File System.
[    3.690365] systemd[1]: Finished Restore / save the current clock.
[    3.693608] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.695884] systemd[1]: [email protected]: Succeeded.
[    3.699417] systemd[1]: Finished Load Kernel Module configfs.
[    3.703166] systemd[1]: [email protected]: Succeeded.
[    3.704636] systemd[1]: Finished Load Kernel Module fuse.
[    3.713324] systemd[1]: Mounting FUSE Control File System...
[    3.720720] systemd[1]: Mounting Kernel Configuration File System...
[    3.739471] systemd[1]: Started File System Check Daemon to report status.
[    3.767210] i2c_dev: i2c /dev entries driver
[    3.771289] systemd[1]: Mounted FUSE Control File System.
[    3.772083] systemd[1]: Mounted Kernel Configuration File System.
[    3.774589] systemd[1]: Finished Load Kernel Modules.
[    3.791984] systemd[1]: Starting Apply Kernel Variables...
[    3.851937] systemd[1]: [email protected]: Succeeded.
[    3.854869] systemd[1]: Finished Load Kernel Module drm.
[    3.886886] systemd[1]: Finished Apply Kernel Variables.
[    3.891366] systemd[1]: Finished File System Check on Root Device.
[    3.907208] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.050150] systemd[1]: Started Journal Service.
[    4.110711] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[    4.185609] systemd-journald[142]: Received client request to flush runtime journal.
[    4.195585] systemd-journald[142]: File /var/log/journal/b0200ab30387418f9d911ba3d44c153b/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    5.428056] mc: Linux media interface: v0.10
[    5.630350] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    5.736609] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    5.738980] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    5.739016] [vc_sm_connected_init]: start
[    5.766455] bcm2835_audio bcm2835_audio: card created with 8 channels
[    5.826195] [vc_sm_connected_init]: installed successfully
[    5.965139] videodev: Linux video capture interface: v2.00
[    6.225706] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    6.253195] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    6.263007] brcmstb-i2c fef04500.i2c:  @97500hz registered in polling mode
[    6.264823] brcmstb-i2c fef09500.i2c:  @97500hz registered in polling mode
[    6.299768] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    6.302307] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[    6.337549] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    6.376446] rpivid feb10000.codec: Device registered as /dev/video19
[    6.380885] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    6.380946] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    6.420859] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    6.420919] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    6.443508] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    6.443566] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    6.455198] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    6.455265] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    6.463825] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    6.463891] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    6.475670] i2c i2c-22: Added multiplexed i2c bus 0
[    6.479571] i2c 10-001a: Fixing up cyclic dependency with fe801000.csi
[    6.479979] i2c i2c-22: Added multiplexed i2c bus 10
[    6.527091] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    6.626131] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    6.626946] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    6.627476] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    6.627829] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    6.627862] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    6.627887] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    6.627910] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    6.627932] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    6.698946] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.719658] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    6.722560] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    6.746083] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    6.746661] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    6.746695] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    6.746729] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    6.746753] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    6.746775] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    6.747233] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    6.758241] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.780583] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    7.122884] brcmfmac: F1 signature read @0x18000000=0x15264345
[    7.138165] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    7.197431] usbcore: registered new interface driver brcmfmac
[    7.459881] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    7.466271] 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.663286] uart-pl011 fe201000.serial: no DMA platform data
[    7.728204] checking generic (3e402000 7f8000) vs hw (0 ffffffffffffffff)
[    7.728238] fb0: switching to vc4 from simple
[    7.745514] Console: switching to colour dummy device 80x30
[    7.745890] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    7.790948] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[    7.811524] Registered IR keymap rc-cec
[    7.814571] 8021q: 802.1Q VLAN Support v1.8
[    7.834939] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[    7.835681] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input8
[    7.921311] logitech-djreceiver 0003:046D:C52B.0005: hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2
[    7.984071] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[    7.985570] bcmgenet fd580000.ethernet eth0: Link is Down
[    8.026521] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[    8.081818] input: Logitech Wireless Device PID:4055 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.2/0003:046D:C52B.0005/0003:046D:4055.0006/input/input10
[    8.082430] hid-generic 0003:046D:4055.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Device PID:4055] on usb-0000:01:00.0-1.3/input2:1
[    8.119318] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[    8.150545] Registered IR keymap rc-cec
[    8.150758] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[    8.151027] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input9
[    8.726618] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])

continued

[    8.727184] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[    8.728586] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[    8.730424] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[    8.731347] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[    8.731969] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[    8.732452] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[    8.982763] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[    9.261784] Console: switching to colour frame buffer device 240x67
[    9.261888] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[   10.093208] arducam_64mp: loading out-of-tree module taints kernel.
[   10.106398] arducam_64mp 10-001a: failed to read chip id 4136, with error -5
[   10.114932] arducam_64mp: probe of 10-001a failed with error -5
[   10.213550] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   10.257976] input: Logitech Wireless 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.2/0003:046D:C52B.0005/0003:046D:4055.0006/input/input14
[   10.258275] logitech-hidpp-device 0003:046D:4055.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:01:00.0-1.3/input2:1
[   15.375134] Bluetooth: Core ver 2.22
[   15.375213] NET: Registered PF_BLUETOOTH protocol family
[   15.375220] Bluetooth: HCI device and connection manager initialized
[   15.375237] Bluetooth: HCI socket layer initialized
[   15.375248] Bluetooth: L2CAP socket layer initialized
[   15.375264] Bluetooth: SCO socket layer initialized
[   15.422127] Bluetooth: HCI UART driver ver 2.3
[   15.422142] Bluetooth: HCI UART protocol H4 registered
[   15.422205] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   15.422357] Bluetooth: HCI UART protocol Broadcom registered
[   15.625264] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.775728] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.775743] Bluetooth: BNEP filters: protocol multicast
[   15.775756] Bluetooth: BNEP socket layer initialized
[   15.796318] NET: Registered PF_ALG protocol family
[   15.832549] cryptd: max_cpu_qlen set to 1000
[   15.954818] Bluetooth: RFCOMM TTY layer initialized
[   15.954851] Bluetooth: RFCOMM socket layer initialized
[   15.954883] Bluetooth: RFCOMM ver 1.11
[   17.201567] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instead
[   25.276246] logitech-hidpp-device 0003:046D:4055.0006: HID++ 4.5 device connected.
[   31.836026] cam-dummy-reg: disabling
[  737.948310] ieee80211 phy0: brcmf_run_escan: error (-52)
[  737.948331] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-52)
[  917.951027] ieee80211 phy0: brcmf_run_escan: error (-52)
[  917.951040] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-52)
[ 1097.954295] ieee80211 phy0: brcmf_run_escan: error (-52)
[ 1097.954308] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-52)
[ 1739.199034] v3d fec00000.v3d: MMU error from client CLE (4) at 0xcb61000, pte invalid

pls change it to “dtoverlay=arducam-64mp”
then reboot and try it again.

Please show me the hardware connection diagram at the same time.

I’m getting the same errors in dmesg as before.

Here is the wiring



@vulturev1

Just to confirm your current status, can you provide this information again?

uname -a
dmesg | grep arducam

@Edward

raspberrypi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux

and

[   10.078172] arducam_64mp: loading out-of-tree module taints kernel.
[   10.088987] arducam_64mp 10-001a: failed to read chip id 4136, with error -5
[   10.089821] arducam_64mp: probe of 10-001a failed with error -5

@Edward

I also note this seems very similar to

In which you had responded. Did the problem for the user linked above get solved? What was the issue?

@vulturev1

In this case it is possible that the flex cable is the problem and the camera is not being recognized.

0x0c is the address of the motor, the motor loads correctly, but the camera doesn’t read the i2c address, which is weird.

I would like to please make another try:
Unplug the flex cable all over and reinstall it once.

Please send a clearer picture of the following, I want to see the circuit.
image

Where are you seeing the 0x0c motor address? But yeah I’ve tried removing the cable and putting it back from both the sockets to no avail.

I hope this image is clear enough

@vulturev1

I saw in another thread that you have more detailed information.

0x0c is mentioned in it

When I zoom in on the picture you gave, I can’t see the details.

I’m sorry that was a terrible image

I hope this one is better

@Edward

@Edward

Here is one with the PCB traces visible

@vulturev1

tx, very clearly

@vulturev1

I discussed it with my team just now, and it’s really weird.
Now there are three possibilities:

  1. The interface of the Raspberry Pi camera is broken (less likely), to rule this out is to find out whether another mipi camera can work (it does not matter, we can default to good)
  2. The camera module is broken (in this case, we can return or exchange the product for a try)
  3. The flexible cable is broken (if you have another flexible cable, you can try another one, if you don’t have one, forget it)

If you can’t get the test I’m appealing, you can try an exchange or return it

I’ll try these tests, I’ll head out now and get a cheapo camera and spare wire

@vulturev1

Thank you for your efforts.

Hi. I am getting the no cameras available issue. I am using arducam 64mp camera on Raspberry Pi 3 Model B.

Can someone help me figure this out. I tried following the solutions above but they are not working.

This was the cause of the problem for me. This script modifies /boot/config.txt and I’m on Bookworm, which specifically ignores this file and uses /boot/firmware/config.txt. Too lazy/not knowledgeable enough about shell scripting to make a PR but whoever maintains that can add a special condition for bookworm.