[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

No /dev/video0 on Pi 4 with CSI camera



Hello!

I'm experimenting with a Raspberry Pi 4 Model B and can't seem to get
V4L to expose a /dev/video0 device when using the standard CSI camera
module. Raspbian on the same device seems to expose one correctly. I'm
using the 20200707_raspi_4 image. The installation is almost untouched
aside from installing aptitude and updating to whatever are the latest
published packages accessible from the default install.

My understanding is that I need to load the bcm2835-v4l2 module, and I
have done so, but there's nothing on dmesg to indicate that it worked.

I've attached the dmesg for the device when booting Debian, the output
of lsmod on Raspbian, and the output of lsmod on Debian. Any advice
would be appreciated!

-- 
Mark Raynsford | https://www.io7m.com

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[    0.000000] Linux version 5.7.0-1-arm64 (debian-kernel@lists.debian.org) (gcc version 9.3.0 (Debian 9.3.0-14), GNU ld (GNU Binutils for Debian) 2.34) #1 SMP Debian 5.7.6-1 (2020-06-24)
[    0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000fbffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xfb81d0c0-0xfb81efff]
[    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 totalpages: 1012736
[    0.000000]   DMA zone: 3792 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 242688 pages, LIFO batch:63
[    0.000000]   DMA32 zone: 12032 pages used for memmap
[    0.000000]   DMA32 zone: 770048 pages, LIFO batch:63
[    0.000000] percpu: Embedded 32 pages/cpu s93720 r8192 d29160 u131072
[    0.000000] pcpu-alloc: s93720 r8192 d29160 u131072 alloc=32*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: EL2 vector hardening
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[    0.000000] CPU features: detected: ARM erratum 1319367
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 996912
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: video=HDMI-A-1:1680x1050M@60,margin_left=0,margin_right=0,margin_top=0,margin_bottom=0 dma.dmachans=0x71f5 bcm2709.boardrev=0xc03112 bcm2709.serial=0xcef243df bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=42 bcm2709.disk_led_active_low=0 smsc95xx.macaddr=DC:A6:32:9E:27:AC vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty0 console=ttyS1,115200 root=LABEL=RASPIROOT rw elevator=deadline fsck.repair=yes net.ifnames=0 rootwait
[    0.000000] Kernel parameter elevator= does not have any effect anymore.
               Please use sysfs to set IO scheduler for individual devices.
[    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: mapped [mem 0x33400000-0x37400000] (64MB)
[    0.000000] Memory: 1838640K/4050944K available (10620K kernel code, 1848K rwdata, 3804K rodata, 5248K init, 561K bss, 195840K reserved, 65536K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x48/0x5d0 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 36811 entries in 144 pages
[    0.000000] ftrace: allocated 144 pages with 2 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    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] GIC: Using split EOI/Deactivate mode
[    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.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000176] Console: colour dummy device 80x25
[    0.000583] printk: console [tty0] enabled
[    0.000726] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[    0.000749] pid_max: default: 32768 minimum: 301
[    0.000919] LSM: Security Framework initializing
[    0.000961] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.001067] AppArmor: AppArmor initialized
[    0.001086] TOMOYO Linux initialized
[    0.001234] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.001310] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.003488] rcu: Hierarchical SRCU implementation.
[    0.005956] EFI services will not be available.
[    0.006564] smp: Bringing up secondary CPUs ...
[    0.007218] Detected PIPT I-cache on CPU1
[    0.007287] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[    0.008086] Detected PIPT I-cache on CPU2
[    0.008124] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[    0.008803] Detected PIPT I-cache on CPU3
[    0.008844] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[    0.008949] smp: Brought up 1 node, 4 CPUs
[    0.009010] SMP: Total of 4 processors activated.
[    0.009025] CPU features: detected: 32-bit EL0 Support
[    0.009039] CPU features: detected: CRC32 instructions
[    0.033921] CPU: All CPU(s) started at EL2
[    0.034034] alternatives: patching kernel code
[    0.117824] node 0 initialised, 487732 pages in 84ms
[    0.119376] devtmpfs: initialized
[    0.125444] Registered cp15_barrier emulation handler
[    0.125481] Registered setend emulation handler
[    0.125498] KASLR enabled
[    0.125934] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.125969] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.128090] pinctrl core: initialized pinctrl subsystem
[    0.129085] thermal_sys: Registered thermal governor 'fair_share'
[    0.129089] thermal_sys: Registered thermal governor 'step_wise'
[    0.129349] DMI not present or invalid.
[    0.130030] NET: Registered protocol family 16
[    0.131657] DMA: preallocated 256 KiB pool for atomic allocations
[    0.131691] audit: initializing netlink subsys (disabled)
[    0.131946] audit: type=2000 audit(0.128:1): state=initialized audit_enabled=0 res=1
[    0.133158] cpuidle: using governor ladder
[    0.133195] cpuidle: using governor menu
[    0.133470] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.133590] ASID allocator initialised with 32768 entries
[    0.133942] Serial: AMBA PL011 UART driver
[    0.149624] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.149651] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.149665] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.149680] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.799974] ACPI: Interpreter disabled.
[    0.800237] iommu: Default domain type: Translated 
[    0.800504] vgaarb: loaded
[    0.800841] EDAC MC: Ver: 3.0.0
[    0.802196] NetLabel: Initializing
[    0.802215] NetLabel:  domain hash size = 128
[    0.802225] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.802303] NetLabel:  unlabeled traffic allowed by default
[    0.802805] clocksource: Switched to clocksource arch_sys_counter
[    0.866185] VFS: Disk quotas dquot_6.6.0
[    0.866284] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.867103] AppArmor: AppArmor Filesystem Enabled
[    0.867977] simple-framebuffer 3e536000.framebuffer: framebuffer at 0x3e536000, 0x6c4800 bytes, mapped to 0x(____ptrval____)
[    0.868003] simple-framebuffer 3e536000.framebuffer: format=a8r8g8b8, mode=1680x1050x32, linelength=6720
[    0.886505] Console: switching to colour frame buffer device 210x65
[    0.904489] simple-framebuffer 3e536000.framebuffer: fb0: simplefb registered!
[    0.904686] pnp: PnP ACPI: disabled
[    0.913300] NET: Registered protocol family 2
[    0.914061] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.914247] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.914596] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.915221] TCP: Hash tables configured (established 32768 bind 32768)
[    0.915580] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.915756] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.916155] NET: Registered protocol family 1
[    0.916264] NET: Registered protocol family 44
[    0.916354] PCI: CLS 0 bytes, default 64
[    0.916662] Trying to unpack rootfs image as initramfs...
[    2.949678] Freeing initrd memory: 27460K
[    2.951203] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    2.951524] kvm [1]: IPA Size Limit: 44bits
[    2.952343] kvm [1]: vgic interrupt IRQ1
[    2.952592] kvm [1]: Hyp mode initialized successfully
[    2.954567] Initialise system trusted keyrings
[    2.954702] Key type blacklist registered
[    2.955087] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[    2.961888] zbud: loaded
[    2.962723] integrity: Platform Keyring initialized
[    2.962863] Key type asymmetric registered
[    2.962942] Asymmetric key parser 'x509' registered
[    2.963067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.963457] io scheduler mq-deadline registered
[    2.969073] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.969784] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    2.969916] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    2.970090] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
[    2.970250] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000
[    3.020884] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    3.021211] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    3.021327] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.021431] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[    3.021631] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    3.021827] pci 0000:00:00.0: PME# supported from D0 D3hot
[    3.024145] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    3.024445] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    3.029394] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    3.034417] pci 0000:01:00.0: PME# supported from D0 D3cold
[    3.052797] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    3.057653] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff]
[    3.062489] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    3.067379] pci 0000:00:00.0: PCI bridge to [bus 01]
[    3.072296] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    3.077473] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    3.082604] pcieport 0000:00:00.0: PME: Signaling with IRQ 40
[    3.087912] pcieport 0000:00:00.0: AER: enabled with IRQ 40
[    3.093035] pci 0000:01:00.0: enabling device (0000 -> 0002)
[    3.106492] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.113555] printk: console [ttyS1] disabled
[    3.118688] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 18, base_baud = 24999999) is a 16550
[    4.156567] printk: console [ttyS1] enabled
[    4.166872] Serial: AMBA driver
[    4.175448] msm_serial: driver initialized
[    4.185548] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    4.197646] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    4.210884] mousedev: PS/2 mouse device common for all mice
[    4.223609] ledtrig-cpu: registered to indicate activity on CPUs
[    4.235447] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    4.247822] NET: Registered protocol family 10
[    4.297295] Segment Routing with IPv6
[    4.306140] mip6: Mobile IPv6
[    4.314057] NET: Registered protocol family 17
[    4.323624] mpls_gso: MPLS GSO support
[    4.332946] registered taskstats version 1
[    4.341950] Loading compiled-in X.509 certificates
[    4.500149] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    4.513947] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    4.525430] zswap: loaded using pool lzo/zbud
[    4.535246] Key type ._fscrypt registered
[    4.544059] Key type .fscrypt registered
[    4.552698] Key type fscrypt-provisioning registered
[    4.562678] AppArmor: AppArmor sha1 policy hashing enabled
[    4.578036] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 16, base_baud = 0) is a PL011 rev2
[    4.592229] serial serial0: tty port ttyAMA0 registered
[    4.604297] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-02-12 12:36
[    4.618291] raspberrypi-clk raspberrypi-clk: CPU frequency range: min 600000000, max 1500000000
[    4.650265] Freeing unused kernel memory: 5248K
[    4.716211] Checked W+X mappings: passed, no W+X pages found
[    4.726951] Run /init as init process
[    4.735573]   with arguments:
[    4.735578]     /init
[    4.735583]   with environment:
[    4.735587]     HOME=/
[    4.735591]     TERM=linux
[    5.070192] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    5.137154] libphy: Fixed MDIO Bus: probed
[    5.150549] sdhci: Secure Digital Host Controller Interface driver
[    5.161990] sdhci: Copyright(c) Pierre Ossman
[    5.163192] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    5.183780] sdhci-pltfm: SDHCI platform and OF driver helper
[    5.200539] usbcore: registered new interface driver usbfs
[    5.200758] sdhci-iproc fe300000.sdhci: allocated mmc-pwrseq
[    5.211351] usbcore: registered new interface driver hub
[    5.234158] usbcore: registered new device driver usb
[    5.260019] mmc0: SDHCI controller on fe300000.sdhci [fe300000.sdhci] using PIO
[    5.282855] libphy: bcmgenet MII bus: probed
[    5.304540] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.315060] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    5.321057] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator
[    5.328614] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890
[    5.329725] mmc1: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    5.340204] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator
[    5.355619] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    5.373476] mmc1: new high speed SDHC card at address 59b4
[    5.379551] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.379559] usb usb1: Product: xHCI Host Controller
[    5.379568] usb usb1: Manufacturer: Linux 5.7.0-1-arm64 xhci-hcd
[    5.393325] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    5.399439] mmcblk1: mmc1:59b4 SD    7.50 GiB 
[    5.402611]  mmcblk1: p1 p2
[    5.403990] usb usb1: SerialNumber: 0000:01:00.0
[    5.404960] hub 1-0:1.0: USB hub found
[    5.468902] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
[    5.477334] hub 1-0:1.0: 1 port detected
[    5.508574] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.510109] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[    5.511255] random: fast init done
[    5.519192] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    5.531684] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    5.538666] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    5.553076] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    5.562606] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
[    5.577001] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[    5.584725] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.584732] usb usb2: Product: xHCI Host Controller
[    5.600215] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    5.609381] usb usb2: Manufacturer: Linux 5.7.0-1-arm64 xhci-hcd
[    5.609392] usb usb2: SerialNumber: 0000:01:00.0
[    5.665278] hub 2-0:1.0: USB hub found
[    5.674399] hub 2-0:1.0: 4 ports detected
[    5.683514] mmc0: new high speed SDIO card at address 0001
[    5.894847] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    6.057465] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[    6.071176] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.083786] usb 1-1: Product: USB2.0 Hub
[    6.093828] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    6.095664] hub 1-1:1.0: USB hub found
[    6.116943] hub 1-1:1.0: 4 ports detected
[    6.353519] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    6.426853] usb 1-1.3: new low-speed USB device number 3 using xhci_hcd
[    6.547343] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.02
[    6.561479] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.574429] usb 1-1.3: Product: USB Keyboard
[    6.584298] usb 1-1.3: Manufacturer: Logitech
[    6.682851] usb 1-1.4: new low-speed USB device number 4 using xhci_hcd
[    6.802882] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    6.816862] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.829722] usb 1-1.4: Product: USB Optical Mouse
[    6.839880] usb 1-1.4: Manufacturer: Logitech
[    7.082905] systemd[1]: System time before build time, advancing clock.
[    7.191007] systemd[1]: Inserted module 'autofs4'
[    7.272340] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    7.305872] systemd[1]: Detected architecture arm64.
[    7.359645] systemd[1]: Set hostname to <poppy>.
[    7.889735] random: systemd: uninitialized urandom read (16 bytes read)
[    7.906197] random: systemd: uninitialized urandom read (16 bytes read)
[    7.918630] systemd[1]: Reached target Swap.
[    7.943025] random: systemd: uninitialized urandom read (16 bytes read)
[    7.955444] systemd[1]: Reached target Remote File Systems.
[    7.983857] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.019589] systemd[1]: Listening on fsck to fsckd communication Socket.
[    8.051383] systemd[1]: Listening on udev Kernel Socket.
[    8.081354] systemd[1]: Created slice User and Session Slice.
[    8.109352] systemd[1]: Created slice system-getty.slice.
[    8.509603] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[    8.621943] mc: Linux media interface: v0.10
[    8.707408] videodev: Linux video capture interface: v2.00
[    8.790812] vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    8.833390] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    8.892335] systemd-journald[192]: Received request to flush runtime journal from PID 1
[    9.384900] iproc-rng200 fe104000.rng: hwrng registered
[    9.452174] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    9.740072] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[    9.802594] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[    9.814033] bcmgenet fd580000.ethernet eth0: Link is Down
[    9.889628] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.908232] hid: raw HID events driver (C) Jiri Kosina
[    9.920604] bcm2835_audio bcm2835_audio: card created with 8 channels
[   10.067084] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.078207] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   10.090679] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   10.094448] Bluetooth: Core ver 2.22
[   10.099425] usbcore: registered new interface driver usbhid
[   10.099430] usbhid: USB HID core driver
[   10.103852] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.109723] NET: Registered protocol family 31
[   10.119409] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[   10.120311] input: Logitech USB Keyboard 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:C31C.0001/input/input0
[   10.124474] Bluetooth: HCI device and connection manager initialized
[   10.124496] Bluetooth: HCI socket layer initialized
[   10.133724] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   10.133735] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   10.150825] cfg80211: failed to load regulatory.db
[   10.150978] Bluetooth: L2CAP socket layer initialized
[   10.179390] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:01:00.0-1.3/input0
[   10.188479] Bluetooth: SCO socket layer initialized
[   10.202747] input: Logitech 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.3/1-1.3:1.1/0003:046D:C31C.0002/input/input1
[   10.221132] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   10.283406] usbcore: registered new interface driver brcmfmac
[   10.287007] input: Logitech 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.3/1-1.3:1.1/0003:046D:C31C.0002/input/input2
[   10.314286] hid-generic 0003:046D:C31C.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:01:00.0-1.3/input1
[   10.320636] brcmfmac mmc0:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.bin
[   10.331572] input: Logitech USB Optical 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.0/0003:046D:C077.0003/input/input3
[   10.344405] brcmfmac mmc0:0001:1: firmware: direct-loading firmware brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
[   10.363760] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:01:00.0-1.4/input0
[   10.439678] Bluetooth: HCI UART driver ver 2.3
[   10.447760] Bluetooth: HCI UART protocol H4 registered
[   10.456770] Bluetooth: HCI UART protocol LL registered
[   10.465390] Bluetooth: HCI UART protocol ATH3K registered
[   10.474357] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   10.484212] Bluetooth: HCI UART protocol Intel registered
[   10.491574] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   10.493152] Bluetooth: HCI UART protocol Broadcom registered
[   10.505689] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43455-sdio.clm_blob (-2)
[   10.514148] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[   10.514203] Bluetooth: HCI UART protocol QCA registered
[   10.514205] Bluetooth: HCI UART protocol AG6XX registered
[   10.514231] Bluetooth: HCI UART protocol Marvell registered
[   10.526906] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   10.537942] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[   10.550201] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar  1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
[   10.683024] uart-pl011 fe201000.serial: no DMA platform data
[   10.931437] Bluetooth: hci0: BCM: chip id 107
[   10.939922] Bluetooth: hci0: BCM: features 0x2f
[   10.950060] Bluetooth: hci0: BCM4345C0
[   10.957725] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[   10.967764] bluetooth hci0: firmware: failed to load brcm/BCM4345C0.hcd (-2)
[   10.978853] bluetooth hci0: Direct firmware load for brcm/BCM4345C0.hcd failed with error -2
[   10.991626] Bluetooth: hci0: BCM: Patch brcm/BCM4345C0.hcd not found
[   12.091456] audit: type=1400 audit(1594547113.492:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=300 comm="apparmor_parser"
[   12.115063] audit: type=1400 audit(1594547113.492:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=300 comm="apparmor_parser"
[   12.188298] random: crng init done
[   12.200134] random: 7 urandom warning(s) missed due to ratelimiting
[   13.919011] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   13.927529] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
v4l2_mem2mem           36864  0
drm                   544768  0
nls_ascii              16384  1
nls_cp437              20480  1
vfat                   28672  1
fat                    90112  1 vfat
hci_uart              143360  0
joydev                 32768  0
evdev                  36864  2
btqca                  20480  1 hci_uart
btrtl                  24576  1 hci_uart
btbcm                  24576  1 hci_uart
btsdio                 20480  0
btintel                28672  1 hci_uart
brcmfmac              319488  0
brcmutil               16384  1 brcmfmac
hid_generic            16384  0
bluetooth             634880  7 btrtl,btqca,btsdio,btintel,hci_uart,btbcm
usbhid                 65536  0
cfg80211              753664  1 brcmfmac
snd_bcm2835            32768  0
hid                   139264  2 usbhid,hid_generic
jitterentropy_rng      20480  0
snd_pcm               126976  1 snd_bcm2835
drbg                   32768  1
snd_timer              45056  1 snd_pcm
ansi_cprng             20480  0
snd                   106496  3 snd_bcm2835,snd_timer,snd_pcm
ecdh_generic           16384  1 bluetooth
ecc                    28672  1 ecdh_generic
rfkill                 36864  3 bluetooth,cfg80211
soundcore              20480  1 snd
cpufreq_dt             20480  0
raspberrypi_cpufreq    16384  0
bcm2711_thermal        16384  0
pwm_bcm2835            16384  0
bcm2835_wdt            20480  0
iproc_rng200           16384  0
rng_core               24576  1 iproc_rng200
leds_gpio              16384  0
bcm2835_v4l2           69632  0
vchiq                 352256  2 snd_bcm2835,bcm2835_v4l2
videobuf2_vmalloc      20480  1 bcm2835_v4l2
videobuf2_memops       20480  1 videobuf2_vmalloc
videobuf2_v4l2         28672  2 bcm2835_v4l2,v4l2_mem2mem
videobuf2_common       53248  3 videobuf2_v4l2,bcm2835_v4l2,v4l2_mem2mem
videodev              278528  4 videobuf2_v4l2,bcm2835_v4l2,videobuf2_common,v4l2_mem2mem
mc                     57344  4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
ip_tables              32768  0
x_tables               45056  1 ip_tables
autofs4                53248  2
ext4                  737280  1
crc16                  16384  2 bluetooth,ext4
mbcache                24576  1 ext4
jbd2                  135168  1 ext4
crc32c_generic         16384  2
broadcom               24576  1
bcm_phy_lib            16384  1 broadcom
xhci_pci               24576  0
xhci_hcd              266240  1 xhci_pci
dwc2                  249856  0
mdio_bcm_unimac        20480  0
udc_core               49152  1 dwc2
sdhci_iproc            20480  0
usbcore               299008  5 xhci_hcd,usbhid,dwc2,brcmfmac,xhci_pci
sdhci_pltfm            16384  1 sdhci_iproc
genet                  65536  0
of_mdio                24576  3 mdio_bcm_unimac,genet
sdhci                  69632  2 sdhci_pltfm,sdhci_iproc
fixed_phy              16384  2 genet,of_mdio
i2c_bcm2835            20480  0
libphy                 98304  6 mdio_bcm_unimac,genet,of_mdio,broadcom,fixed_phy,bcm_phy_lib
usb_common             16384  4 xhci_hcd,dwc2,usbcore,udc_core
gpio_regulator         16384  1
phy_generic            20480  1
8021q                  32768  0
bcm2835_codec          36864  0
bcm2835_mmal_vchiq     32768  2 bcm2835_codec,bcm2835_v4l2
bcm2835_v4l2           45056  0
bluetooth             389120  29 hci_uart,bnep,btbcm,rfcomm
bnep                   20480  2
brcmfmac              311296  0
brcmutil               16384  1 brcmfmac
btbcm                  16384  1 hci_uart
cfg80211              614400  1 brcmfmac
drm                   442368  8 v3d,vc4,gpu_sched,drm_kms_helper
drm_kms_helper        184320  2 vc4
drm_panel_orientation_quirks    16384  1 drm
ecdh_generic           28672  1 bluetooth
evdev                  24576  10
fb_sys_fops            16384  1 drm_kms_helper
fixed                  16384  0
fuse                  110592  3
garp                   16384  1 8021q
gpu_sched              28672  1 v3d
hci_uart               40960  1
hwmon                  16384  1 raspberrypi_hwmon
i2c_dev                20480  0
ip_tables              24576  0
ipv6                  450560  26
joydev                 20480  0
llc                    16384  2 garp,stp
media                  36864  3 bcm2835_codec,videodev,v4l2_mem2mem
raspberrypi_hwmon      16384  0
rfcomm                 49152  4
rfkill                 28672  6 bluetooth,cfg80211
rpivid_mem             16384  0
serdev                 20480  1 hci_uart
sha256_generic         20480  0
snd                    73728  9 snd_compress,snd_timer,snd_bcm2835,snd_soc_core,snd_pcm
snd_bcm2835            24576  2
snd_compress           20480  1 snd_soc_core
snd_pcm               102400  4 vc4,snd_pcm_dmaengine,snd_bcm2835,snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_soc_core          192512  1 vc4
snd_timer              32768  1 snd_pcm
stp                    16384  1 garp
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
uio                    20480  1 uio_pdrv_genirq
uio_pdrv_genirq        16384  0
v3d                    61440  2
v4l2_common            16384  1 bcm2835_v4l2
v4l2_mem2mem           24576  1 bcm2835_codec
vc4                   176128  2
vc_sm_cma              36864  1 bcm2835_mmal_vchiq
videobuf2_common       45056  4 bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
videobuf2_dma_contig    20480  1 bcm2835_codec
videobuf2_memops       16384  2 videobuf2_dma_contig,videobuf2_vmalloc
videobuf2_v4l2         24576  3 bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem
videobuf2_vmalloc      16384  1 bcm2835_v4l2
videodev              200704  6 bcm2835_codec,v4l2_common,videobuf2_common,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
x_tables               32768  1 ip_tables

Attachment: pgpqGoDT_ISp9.pgp
Description: OpenPGP digital signature


Reply to: