Thank you both, I couldn't see anything in dmesg but unsure what I'm looking for?
See at the bottom if it helps.
This is all I see in CGPS, with the DigiPi sitting outside for a considerable length of time.
I tried it with a USB GPS dongle which worked fine after changing from /dev/ttyUSB1 > ACM0
I can't think what else to try, any thoughts?
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.1.74-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1725 SMP PREEMPT Mon Jan 22 13:35:32 GMT 2024
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000003bc00000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff]
[ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0, zone DMA: 1024 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 29 pages/cpu s79208 r8192 d31384 u118784
[ 0.000000] pcpu-alloc: s79208 r8192 d31384 u118784 alloc=29*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2063360
[ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 smsc95xx.macaddr=D8:3A:DD:E6:40:84
vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=tty1 root=PARTUUID=60bac01f-02 rootfstype=ext4 fsck.repair=yes rootwait
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 8056288K/8384512K available (12224K kernel code, 2172K rwdata, 4120K rodata, 4352K init, 1083K bss, 262688K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 41384 entries in 162 pages
[ 0.000000] ftrace: allocated 162 pages with 3 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000150] Console: colour dummy device 80x25
[ 0.000288] printk: console [tty1] enabled
[ 0.000304] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000311] pid_max: default: 32768 minimum: 301
[ 0.000340] LSM: Security Framework initializing
[ 0.000398] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.000423] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.000751] cgroup: Disabling memory control group subsystem
[ 0.001135] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.001145] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.001174] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.001179] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.001206] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.001210] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.001279] rcu: Hierarchical SRCU implementation.
[ 0.001283] rcu: Max phase no-delay instances is 1000.
[ 0.001884] EFI services will not be available.
[ 0.001986] smp: Bringing up secondary CPUs ...
[ 0.002188] Detected PIPT I-cache on CPU1
[ 0.002238] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.002456] Detected PIPT I-cache on CPU2
[ 0.002497] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.002702] Detected PIPT I-cache on CPU3
[ 0.002738] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.002765] smp: Brought up 1 node, 4 CPUs
[ 0.002783] SMP: Total of 4 processors activated.
[ 0.002788] CPU features: detected: 32-bit EL0 Support
[ 0.002791] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.002796] CPU features: detected: Common not Private translations
[ 0.002799] CPU features: detected: CRC32 instructions
[ 0.002803] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.002806] CPU features: detected: LSE atomic instructions
[ 0.002810] CPU features: detected: Privileged Access Never
[ 0.002813] CPU features: detected: RAS Extension Support
[ 0.002817] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.002854] CPU: All CPU(s) started at EL2
[ 0.002857] alternatives: applying system-wide alternatives
[ 0.004763] devtmpfs: initialized
[ 0.007722] Enabled cp15_barrier support
[ 0.007732] Enabled setend support
[ 0.007778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007787] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.008510] pinctrl core: initialized pinctrl subsystem
[ 0.008679] DMI not present or invalid.
[ 0.008846] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.009273] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.009334] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.009422] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.009448] audit: initializing netlink subsys (disabled)
[ 0.009492] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.009611] thermal_sys: Registered thermal governor 'step_wise'
[ 0.009624] cpuidle: using governor menu
[ 0.009721] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.009752] ASID allocator initialised with 32768 entries
[ 0.010046] Serial: AMBA PL011 UART driver
[ 0.010784] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.010932] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[ 0.016422] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-04-20T10:53:30, variant start_cd
[ 0.020422] raspberrypi-firmware soc:firmware: Firmware hash is d1744d2100000000000000000000000000000000
[ 0.026569] KASLR enabled
[ 0.034667] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.035259] iommu: Default domain type: Translated
[ 0.035264] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.035361] SCSI subsystem initialized
[ 0.035404] usbcore: registered new interface driver usbfs
[ 0.035415] usbcore: registered new interface driver hub
[ 0.035424] usbcore: registered new device driver usb
[ 0.035462] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.035533] pps_core: LinuxPPS API ver. 1 registered
[ 0.035537] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <
giom...@linux.it>
[ 0.035544] PTP clock support registered
[ 0.035760] vgaarb: loaded
[ 0.035903] clocksource: Switched to clocksource arch_sys_counter
[ 0.036027] VFS: Disk quotas dquot_6.6.0
[ 0.036043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.036066] FS-Cache: Loaded
[ 0.036091] CacheFiles: Loaded
[ 0.037330] NET: Registered PF_INET protocol family
[ 0.037519] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.039972] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.040018] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.040027] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.040312] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.042000] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.042146] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.042259] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.042362] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.042515] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.042697] RPC: Registered named UNIX socket transport module.
[ 0.042703] RPC: Registered udp transport module.
[ 0.042706] RPC: Registered tcp transport module.
[ 0.042708] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.042714] PCI: CLS 0 bytes, default 64
[ 0.042853] Trying to unpack rootfs image as initramfs...
[ 0.052307] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 0.052447] kvm [1]: IPA Size Limit: 40 bits
[ 0.052499] kvm [1]: vgic interrupt IRQ9
[ 0.052535] kvm [1]: VHE mode initialized successfully
[ 0.216611] Freeing initrd memory: 10996K
[ 0.333923] Initialise system trusted keyrings
[ 0.334079] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.335785] zbud: loaded
[ 0.336394] NFS: Registering the id_resolver key type
[ 0.336404] Key type id_resolver registered
[ 0.336407] Key type id_legacy registered
[ 0.336432] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.336436] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.336714] Key type asymmetric registered
[ 0.336719] Asymmetric key parser 'x509' registered
[ 0.336739] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.336796] io scheduler mq-deadline registered
[ 0.336801] io scheduler kyber registered
[ 0.337233] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 30)
[ 0.337295] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 31)
[ 0.337337] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 32)
[ 0.337381] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 33)
[ 0.338257] gpio-461 (RP1 RUN pin): hogged as output/high
[ 0.339607] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.
[ 0.339614] bcm2708_fb: probe of soc:fb failed with error -2
[ 0.373978] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.374267] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 35, base_baud = 6000000) is a 16550A
[ 0.374303] serial serial0: tty port ttyS0 registered
[ 0.374584] iproc-rng200 107d208000.rng: hwrng registered
[ 0.374640] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 0.374857] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 0.376823] brd: module loaded
[ 0.378227] loop: module loaded
[ 0.378356] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.378480] Loading iSCSI transport class v2.0-870.
[ 0.379324] usbcore: registered new device driver r8152-cfgselector
[ 0.379336] usbcore: registered new interface driver r8152
[ 0.379349] usbcore: registered new interface driver lan78xx
[ 0.379360] usbcore: registered new interface driver smsc95xx
[ 0.379439] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.379461] dwc_otg: FIQ enabled
[ 0.379463] dwc_otg: NAK holdoff enabled
[ 0.379464] dwc_otg: FIQ split-transaction FSM enabled
[ 0.379466] Module dwc_common_port init
[ 0.379610] usbcore: registered new interface driver uas
[ 0.379623] usbcore: registered new interface driver usb-storage
[ 0.379704] mousedev: PS/2 mouse device common for all mice
[ 0.388082] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 0.389607] rpi-rtc soc:rpi_rtc: setting system clock to 2024-10-31T16:30:50 UTC (1730392250)
[ 0.389925] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 0.389931] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.392358] sdhci: Secure Digital Host Controller Interface driver
[ 0.392363] sdhci: Copyright(c) Pierre Ossman
[ 0.392402] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.392568] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.392606] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.392620] hid: raw HID events driver (C) Jiri Kosina
[ 0.392645] usbcore: registered new interface driver usbhid
[ 0.392648] usbhid: USB HID core driver
[ 0.392774] NET: Registered PF_PACKET protocol family
[ 0.392798] Key type dns_resolver registered
[ 0.393051] registered taskstats version 1
[ 0.393068] Loading compiled-in X.509 certificates
[ 0.393228] Key type .fscrypt registered
[ 0.393233] Key type fscrypt-provisioning registered
[ 0.394653] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 0.394665] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 0.394679] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 0.394689] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 0.394701] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 0.394708] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 0.395887] brcm-pcie 1000120000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE
[ 0.395897] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 0.395945] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00
[ 0.395950] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.395956] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 0.395962] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 0.395977] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 0.396006] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.397000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.503907] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 0.503930] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000
[ 0.503947] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 0.503957] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 0.503966] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 0.504039] pci 0000:01:00.0: supports D1
[ 0.504042] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.515914] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.515926] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 0.515932] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 0.515940] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 0.515946] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 0.515954] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.515959] pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 0.515966] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 0.515977] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 0.516042] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 0.516082] pcieport 0000:00:00.0: PME: Signaling with IRQ 36
[ 0.516139] pcieport 0000:00:00.0: AER: enabled with IRQ 36
[ 0.516211] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 0.516218] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 0.516230] rp1 0000:01:00.0: enabling device (0000 -> 0002)
[ 0.516972] rp1 0000:01:00.0: chip_id 0x20001927
[ 0.540121] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 104 (d8:3a:dd:e6:40:84)
[ 0.540661] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 0.599975] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.599986] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 0.600438] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
[ 0.600453] xhci-hcd xhci-hcd.0: irq 129, io mem 0x1f00200000
[ 0.600523] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.600528] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 0.600533] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 0.600597] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.600604] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.600610] usb usb1: Product: xHCI Host Controller
[ 0.600614] usb usb1: Manufacturer: Linux 6.1.74-v8+ xhci-hcd
[ 0.600618] usb usb1: SerialNumber: xhci-hcd.0
[ 0.600753] hub 1-0:1.0: USB hub found
[ 0.600768] hub 1-0:1.0: 2 ports detected
[ 0.600905] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.600911] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.600916] usb usb2: Product: xHCI Host Controller
[ 0.600920] usb usb2: Manufacturer: Linux 6.1.74-v8+ xhci-hcd
[ 0.600923] usb usb2: SerialNumber: xhci-hcd.0
[ 0.601011] hub 2-0:1.0: USB hub found
[ 0.601024] hub 2-0:1.0: 1 port detected
[ 0.659967] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.659977] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 0.680586] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
[ 0.680601] xhci-hcd xhci-hcd.1: irq 134, io mem 0x1f00300000
[ 0.680669] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.680674] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 0.680680] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 0.680734] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.680740] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.680745] usb usb3: Product: xHCI Host Controller
[ 0.680749] usb usb3: Manufacturer: Linux 6.1.74-v8+ xhci-hcd
[ 0.680752] usb usb3: SerialNumber: xhci-hcd.1
[ 0.680847] hub 3-0:1.0: USB hub found
[ 0.680861] hub 3-0:1.0: 2 ports detected
[ 0.680986] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.680992] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.680997] usb usb4: Product: xHCI Host Controller
[ 0.681001] usb usb4: Manufacturer: Linux 6.1.74-v8+ xhci-hcd
[ 0.681004] usb usb4: SerialNumber: xhci-hcd.1
[ 0.681090] hub 4-0:1.0: USB hub found
[ 0.681103] hub 4-0:1.0: 1 port detected
[ 0.681772] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.682076] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 0.682081] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 0.682089] platform 1000800000.codec: Adding to iommu group 0
[ 0.682101] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 0.682106] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 0.682112] platform 1000880000.pisp_be: Adding to iommu group 0
[ 0.682144] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 0.682149] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 0.682155] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 0.682558] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.682862] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 0.683281] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.683583] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 0.683705] sdhci-brcmstb 1000fff000.mmc: there is not valid maps for state default
[ 0.684049] mmc1: CQHCI version 5.10
[ 0.684062] mmc0: CQHCI version 5.10
[ 0.684201] pl011-axi 1f00030000.serial: cts_event_workaround enabled
[ 0.684228] 1f00030000.serial: ttyAMA0 at MMIO 0x1f00030000 (irq = 123, base_baud = 0) is a PL011 AXI
[ 0.685319] of_cfs_init
[ 0.685355] of_cfs_init: OK
[ 0.719884] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 0.816083] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 0.816321] mmcblk0: mmc0:aaaa SS08G 7.40 GiB
[ 0.818557] mmcblk0: p1 p2
[ 0.818669] mmcblk0: mmc0:aaaa SS08G 7.40 GiB (quirks 0x00004000)
[ 0.855905] usb 1-2: new full-speed USB device number 2 using xhci-hcd
[ 0.874447] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 0.878038] Freeing unused kernel memory: 4352K
[ 0.878092] Run /init as init process
[ 0.878096] with arguments:
[ 0.878097] /init
[ 0.878098] with environment:
[ 0.878099] HOME=/
[ 0.878100] TERM=linux
[ 0.904979] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 0.935933] usb 3-2: new high-speed USB device number 2 using xhci-hcd
[ 1.020628] usb 1-2: New USB device found, idVendor=1546, idProduct=01a7, bcdDevice= 1.00
[ 1.020648] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.020654] usb 1-2: Product: u-blox 7 - GPS/GNSS Receiver
[ 1.085608] usb 3-2: New USB device found, idVendor=214b, idProduct=7250, bcdDevice= 1.00
[ 1.085625] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.085631] usb 3-2: Product: USB2.0 HUB
[ 1.128922] hub 3-2:1.0: USB hub found
[ 1.129234] hub 3-2:1.0: 4 ports detected
[ 1.406368] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 1.419911] usb 3-2.1: new full-speed USB device number 3 using xhci-hcd
[ 1.548254] usb 3-2.1: New USB device found, idVendor=0d8c, idProduct=013c, bcdDevice= 1.00
[ 1.548270] usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.548276] usb 3-2.1: Product: USB PnP Sound Device
[ 1.548280] usb 3-2.1: Manufacturer: C-Media Electronics Inc.
[ 1.612310] input: C-Media Electronics Inc. USB PnP Sound Device as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2.1/3-2.1:1.3/0003:0D8C:013C.0001/input/input0
[ 1.671980] hid-generic 0003:0D8C:013C.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc. USB PnP Sound Device] on usb-xhci-hcd.1-2.1/input3
[ 1.755906] usb 3-2.2: new full-speed USB device number 4 using xhci-hcd
[ 1.869767] usb 3-2.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[ 1.869777] usb 3-2.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 1.869782] usb 3-2.2: Product: USB Serial
[ 1.888440] NET: Registered PF_INET6 protocol family
[ 1.888846] Segment Routing with IPv6
[ 1.888856] In-situ OAM (IOAM) with IPv6
[ 1.932709] systemd[1]: systemd 252.30-1~deb12u2+rpi1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY
+P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 1.932733] systemd[1]: Detected architecture arm64.
[ 1.941513] systemd[1]: Hostname set to <digipi>.
[ 2.011936] usb 3-2.3: new full-speed USB device number 5 using xhci-hcd
[ 2.117780] usb 3-2.3: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[ 2.117798] usb 3-2.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.117803] usb 3-2.3: Product: USB Serial
[ 2.405724] systemd[1]: Queued start job for default target multi-user.target.
[ 2.432767] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 2.433352] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 2.433844] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 2.434113] systemd[1]: Created slice user.slice - User and Session Slice.
[ 2.434267] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 2.434392] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 2.434681] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 2.434781] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-60bac01f\x2d01.device - /dev/disk/by-partuuid/60bac01f-01...
[ 2.434869] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 2.434963] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 2.435093] systemd[1]: Reached target paths.target - Path Units.
[ 2.435229] systemd[1]: Reached target slices.target - Slice Units.
[ 2.435313] systemd[1]: Reached target swap.target - Swaps.
[ 2.435384] systemd[1]: Reached target time-set.target - System Time Set.
[ 2.435565] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 2.435823] systemd[1]: Listening on syslog.socket - Syslog Socket.
[ 2.441135] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 2.441297] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 2.441649] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 2.441861] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 2.442084] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 2.444032] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 2.444232] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 2.444487] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 2.445394] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 2.446486] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 2.447521] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 2.447832] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 2.450065] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 2.452511] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 2.453931] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 2.455368] systemd[1]: Starting modp...@configfs.service - Load Kernel Module configfs...
[ 2.456868] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 2.458468] systemd[1]: Starting modp...@drm.service - Load Kernel Module drm...
[ 2.460094] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 2.461695] systemd[1]: Starting modp...@fuse.service - Load Kernel Module fuse...
[ 2.463268] systemd[1]: Starting modp...@loop.service - Load Kernel Module loop...
[ 2.463669] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 2.465945] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 2.470185] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 2.471583] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 2.473201] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 2.475704] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 2.475919] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 2.476083] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 2.476352] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 2.476836] systemd[1]: modp...@configfs.service: Deactivated successfully.
[ 2.477000] systemd[1]: Finished modp...@configfs.service - Load Kernel Module configfs.
[ 2.477405] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 2.477580] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 2.477986] systemd[1]: modp...@loop.service: Deactivated successfully.
[ 2.478218] systemd[1]: Finished modp...@loop.service - Load Kernel Module loop.
[ 2.480077] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 2.482411] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 2.506224] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[ 2.509419] fuse: init (API version 7.37)
[ 2.509585] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 2.509961] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 2.510065] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 2.510358] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised:
dm-d...@redhat.com
[ 2.511449] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 2.511619] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[ 2.512976] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 2.513626] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 2.513824] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 2.516557] systemd[1]: modp...@drm.service: Deactivated successfully.
[ 2.516711] systemd[1]: Finished modp...@drm.service - Load Kernel Module drm.
[ 2.517251] systemd[1]: modp...@fuse.service: Deactivated successfully.
[ 2.517401] systemd[1]: Finished modp...@fuse.service - Load Kernel Module fuse.
[ 2.518805] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 2.518939] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 2.521957] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 2.543176] i2c_dev: i2c /dev entries driver
[ 2.544274] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 2.545664] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 2.563317] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 2.563717] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[ 2.563943] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 2.584165] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 2.588154] systemd[1]: Started systemd-journald.service - Journal Service.
[ 2.912152] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 2.914796] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 2.914905] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 2.914950] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 2.914982] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 2.915018] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 2.915047] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 2.915080] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 2.915186] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 2.915300] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 3.027160] mc: Linux media interface: v0.10
[ 3.038877] input: pwr_button as /devices/platform/pwr_button/input/input1
[ 3.069152] videodev: Linux video capture interface: v2.00
[ 3.180279] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.193999] cfg80211: Loaded X.509 cert '
be...@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 3.194334] cfg80211: Loaded X.509 cert '
romain...@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 3.194649] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 3.194965] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.210436] usbcore: registered new interface driver usbserial_generic
[ 3.210459] usbserial: USB Serial support registered for generic
[ 3.211591] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 3.211741] pispbe 1000880000.pisp_be: pispbe_probe: HW version: 0x02252700
[ 3.211745] pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000
[ 3.211747] pispbe 1000880000.pisp_be: pispbe_probe: Status: 0x00000000
[ 3.211749] pispbe 1000880000.pisp_be: Register nodes for group 0
[ 3.211934] pispbe 1000880000.pisp_be: input device node registered as /dev/video20
[ 3.213403] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21
[ 3.213538] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22
[ 3.213736] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23
[ 3.213845] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24
[ 3.214013] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25
[ 3.214189] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26
[ 3.214300] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27
[ 3.214405] pispbe 1000880000.pisp_be: config device node registered as /dev/video28
[ 3.214750] pispbe 1000880000.pisp_be: Register nodes for group 1
[ 3.215623] pispbe 1000880000.pisp_be: input device node registered as /dev/video29
[ 3.215766] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30
[ 3.216110] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31
[ 3.216965] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32
[ 3.217114] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33
[ 3.217218] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34
[ 3.217260] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35
[ 3.217438] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36
[ 3.218720] usbcore: registered new interface driver ch341
[ 3.218738] usbserial: USB Serial support registered for ch341-uart
[ 3.218774] ch341 3-2.2:1.0: ch341-uart converter detected
[ 3.218875] pispbe 1000880000.pisp_be: config device node registered as /dev/video37
[ 3.221517] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.222486] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 3.223807] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
[ 3.223856] usbcore: registered new interface driver cdc_acm
[ 3.223859] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.225919] usb 3-2.2: ch341-uart converter now attached to ttyUSB0
[ 3.225990] ch341 3-2.3:1.0: ch341-uart converter detected
[ 3.230913] usb 3-2.3: ch341-uart converter now attached to ttyUSB1
[ 3.320075] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 3.323965] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 3.324304] usbcore: registered new interface driver brcmfmac
[ 3.332066] rpivid 1000800000.codec: Device registered as /dev/video19
[ 3.340014] Bluetooth: Core ver 2.22
[ 3.340054] NET: Registered PF_BLUETOOTH protocol family
[ 3.340056] Bluetooth: HCI device and connection manager initialized
[ 3.340064] Bluetooth: HCI socket layer initialized
[ 3.340069] Bluetooth: L2CAP socket layer initialized
[ 3.340074] Bluetooth: SCO socket layer initialized
[ 3.359332] Bluetooth: HCI UART driver ver 2.3
[ 3.359340] Bluetooth: HCI UART protocol H4 registered
[ 3.359367] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 3.359447] Bluetooth: HCI UART protocol Broadcom registered
[ 3.359520] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 3.359590] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 3.511265] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[ 3.545534] usbcore: registered new interface driver snd-usb-audio
[ 3.616968] sgtl5000 1-000a: Error reading chip id -121
[ 3.617176] sgtl5000: probe of 1-000a failed with error -121
[ 3.632166] systemd-journald[287]: Received client request to flush runtime journal.
[ 3.720400] Bluetooth: hci0: BCM: chip id 107
[ 3.720615] Bluetooth: hci0: BCM: features 0x2f
[ 3.721713] Bluetooth: hci0: BCM4345C0
[ 3.721717] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 3.738131] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[ 4.112732] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.112740] Bluetooth: BNEP filters: protocol multicast
[ 4.112747] Bluetooth: BNEP socket layer initialized
[ 4.436567] Bluetooth: hci0: BCM: features 0x2f
[ 4.437916] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 4.437918] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[ 4.438238] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[ 4.455639] Bluetooth: MGMT ver 1.22
[ 4.462239] NET: Registered PF_ALG protocol family
[ 4.866743] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 4.866753] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 4.870152] pps pps0: new PPS source ptp0
[ 4.871637] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 4.906097] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 5.415624] pps_ldisc: PPS line discipline registered
[ 5.416027] pps pps1: new PPS source acm0
[ 5.416038] pps pps1: source "/dev/ttyACM0" added
[ 11.002405] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 11.262337] hwmon hwmon3: Undervoltage detected!
[ 13.284932] hwmon hwmon3: Voltage normalised
[ 13.796105] platform soc:sound: deferred probe pending
[ 21.682508] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 54.334164] Bluetooth: RFCOMM TTY layer initialized
[ 54.334176] Bluetooth: RFCOMM socket layer initialized
[ 54.334183] Bluetooth: RFCOMM ver 1.11
[ 71.484840] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[ 525.780029] hwmon hwmon3: Undervoltage detected!
[ 527.795927] hwmon hwmon3: Voltage normalised
[ 582.221829] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.