@jakaskerl
I updated the ip to /16 and following is the error when i run the script that you sent me above:
[2025-02-22 14:39:41.191] [depthai] [warning] Monitor thread (device: 1844301091159D0F00 [169.254.1.222]) - ping was missed, closing the device connection
Traceback (most recent call last):
File "/home/sarvesh/Desktop/depthai/manual_ip_program.py", line 28, in <module>
with dai.Device(pipeline, deviceInfo=device_info) as device:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
depthai.XLinkWriteError: Couldn't write data to stream: '__bootloader' (X_LINK_ERROR)
Update: I saw the above result the first time. when i tried to run again i saw the same error which i was seeing before:
python manual_ip_program.py
Traceback (most recent call last):
File "/home/sarvesh/Desktop/depthai/manual_ip_program.py", line 28, in <module>
with dai.Device(pipeline, deviceInfo=device_info) as device:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
Command : dmesg
Output:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.6.51+rpt-rpi-2712 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08)
[ 0.000000] KASLR enabled
[ 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 0x0000000002000000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000002000000..0x0000000015ffffff (327680 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd165c0..0x000000003fd165f7 (0 KiB) nomap non-reusable nvram@0
[ 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: 256 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 14 pages/cpu s183976 r8192 d37208 u229376
[ 0.000000] pcpu-alloc: s183976 r8192 d37208 u229376 alloc=14*16384
[ 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] CPU features: detected: SSBS not fully self-synchronizing
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe smsc95xx.macaddr=2C:CF:67:28:A3:97 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=9f7d84ca-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=GB
[ 0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 521984
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbffc000-0x00000000ffffc000] (64MB)
[ 0.000000] Memory: 7895440K/8384512K available (13440K kernel code, 2224K rwdata, 4304K rodata, 5056K init, 1213K bss, 161392K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43243 entries in 43 pages
[ 0.000000] ftrace: allocated 43 pages with 4 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.000160] Console: colour dummy device 80x25
[ 0.000164] printk: console [tty1] enabled
[ 0.000201] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000206] pid_max: default: 32768 minimum: 301
[ 0.000227] LSM: initializing lsm=capability,integrity
[ 0.000287] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.000310] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.000644] cgroup: Disabling memory control group subsystem
[ 0.001066] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001090] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001111] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001174] rcu: Hierarchical SRCU implementation.
[ 0.001176] rcu: Max phase no-delay instances is 1000.
[ 0.001811] EFI services will not be available.
[ 0.001885] smp: Bringing up secondary CPUs ...
[ 0.002043] Detected PIPT I-cache on CPU1
[ 0.002085] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.002273] Detected PIPT I-cache on CPU2
[ 0.002305] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.002476] Detected PIPT I-cache on CPU3
[ 0.002505] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.002530] smp: Brought up 1 node, 4 CPUs
[ 0.002535] SMP: Total of 4 processors activated.
[ 0.002537] CPU features: detected: 32-bit EL0 Support
[ 0.002539] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.002542] CPU features: detected: Common not Private translations
[ 0.002543] CPU features: detected: CRC32 instructions
[ 0.002546] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.002547] CPU features: detected: LSE atomic instructions
[ 0.002549] CPU features: detected: Privileged Access Never
[ 0.002551] CPU features: detected: RAS Extension Support
[ 0.002554] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.002586] CPU: All CPU(s) started at EL2
[ 0.002588] alternatives: applying system-wide alternatives
[ 0.004252] devtmpfs: initialized
[ 0.007218] Enabled cp15_barrier support
[ 0.007225] Enabled setend support
[ 0.007282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007287] futex hash table entries: 1024 (order: 2, 65536 bytes, linear)
[ 0.008160] pinctrl core: initialized pinctrl subsystem
[ 0.008301] DMI not present or invalid.
[ 0.008478] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.009094] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.009139] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.009186] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.009203] audit: initializing netlink subsys (disabled)
[ 0.009256] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.009375] thermal_sys: Registered thermal governor 'step_wise'
[ 0.009387] cpuidle: using governor menu
[ 0.009448] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.009475] ASID allocator initialised with 32768 entries
[ 0.009801] Serial: AMBA PL011 UART driver
[ 0.010763] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.011109] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[ 0.011119] printk: console [ttyAMA10] enabled
[ 0.015999] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-09-23T13:02:56, variant start_cd
[ 0.019999] raspberrypi-firmware soc:firmware: Firmware hash is 2682625900000000000000000000000000000000
[ 0.026474] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.026477] Modules: 0 pages in range for non-PLT usage
[ 0.026478] Modules: 129408 pages in range for PLT usage
[ 0.030694] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.031062] iommu: Default domain type: Translated
[ 0.031065] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.031159] SCSI subsystem initialized
[ 0.031201] usbcore: registered new interface driver usbfs
[ 0.031209] usbcore: registered new interface driver hub
[ 0.031218] usbcore: registered new device driver usb
[ 0.031300] pps_core: LinuxPPS API ver. 1 registered
[ 0.031302] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [giometti@linux.it](mailto:giometti@linux.it)
[ 0.031306] PTP clock support registered
[ 0.031585] vgaarb: loaded
[ 0.031673] clocksource: Switched to clocksource arch_sys_counter
[ 0.031785] VFS: Disk quotas dquot_6.6.0
[ 0.031797] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 0.031825] FS-Cache: Loaded
[ 0.034332] CacheFiles: Loaded
[ 0.035789] NET: Registered PF_INET protocol family
[ 0.035932] IP idents hash table entries: 131072 (order: 6, 1048576 bytes, linear)
[ 0.038312] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, linear)
[ 0.038358] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear)
[ 0.038362] TCP established hash table entries: 65536 (order: 5, 524288 bytes, linear)
[ 0.038632] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, linear)
[ 0.040196] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.040334] MPTCP token hash table entries: 8192 (order: 3, 196608 bytes, linear)
[ 0.040446] UDP hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.040545] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.040696] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.040835] RPC: Registered named UNIX socket transport module.
[ 0.040837] RPC: Registered udp transport module.
[ 0.040839] RPC: Registered tcp transport module.
[ 0.040840] RPC: Registered tcp-with-tls transport module.
[ 0.040841] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.040846] PCI: CLS 0 bytes, default 64
[ 0.040932] Trying to unpack rootfs image as initramfs...
[ 0.047795] kvm [1]: IPA Size Limit: 40 bits
[ 0.047819] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 0.047848] kvm [1]: vgic interrupt IRQ9
[ 0.047863] kvm [1]: VHE mode initialized successfully
[ 0.289554] Freeing initrd memory: 17408K
[ 0.321138] Initialise system trusted keyrings
[ 0.321258] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.321278] zbud: loaded
[ 0.321477] NFS: Registering the id_resolver key type
[ 0.321486] Key type id_resolver registered
[ 0.321488] Key type id_legacy registered
[ 0.321494] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.321496] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.321551] F2FS not supported on PAGE_SIZE(16384) != 4096
[ 0.321603] Key type asymmetric registered
[ 0.321605] Asymmetric key parser 'x509' registered
[ 0.321621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.321662] io scheduler mq-deadline registered
[ 0.321665] io scheduler kyber registered
[ 0.321675] io scheduler bfq registered
[ 0.321949] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller7c50200
, parent irq: 26)
[ 0.322013] irq_brcmstb_l2: registered L2 intc (/soc/intc7d50300
, parent irq: 27)
[ 0.322056] irq_brcmstb_l2: registered L2 intc (/soc/intc7d50838
, parent irq: 28)
[ 0.322098] irq_brcmstb_l2: registered L2 intc (/soc/intc7d50840
, parent irq: 29)
[ 0.322146] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller7d51060
, parent irq: 30)
[ 0.322189] irq_brcmstb_l2: registered L2 intc (/soc/intc7d517b0
, parent irq: 31)
[ 0.457680] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.458048] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 0.458098] serial serial0: tty port ttyS0 registered
[ 0.458406] iproc-rng200 107d208000.rng: hwrng registered
[ 0.458463] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 0.458679] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 0.460551] brd: module loaded
[ 0.461890] loop: module loaded
[ 0.462004] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.462130] Loading iSCSI transport class v2.0-870.
[ 0.463029] usbcore: registered new device driver r8152-cfgselector
[ 0.463038] usbcore: registered new interface driver r8152
[ 0.463044] usbcore: registered new interface driver lan78xx
[ 0.463050] usbcore: registered new interface driver smsc95xx
[ 0.463109] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.463130] dwc_otg: FIQ enabled
[ 0.463132] dwc_otg: NAK holdoff enabled
[ 0.463134] dwc_otg: FIQ split-transaction FSM enabled
[ 0.463136] Module dwc_common_port init
[ 0.463275] usbcore: registered new interface driver uas
[ 0.463287] usbcore: registered new interface driver usb-storage
[ 0.463392] mousedev: PS/2 mouse device common for all mice
[ 0.471691] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 0.473199] rpi-rtc soc:rpi_rtc: setting system clock to 1970-01-01T00:00:10 UTC (10)
[ 0.473536] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 0.473539] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.475942] sdhci: Secure Digital Host Controller Interface driver
[ 0.475944] sdhci: Copyright(c) Pierre Ossman
[ 0.475985] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.476176] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.476218] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.476235] hid: raw HID events driver (C) Jiri Kosina
[ 0.476254] usbcore: registered new interface driver usbhid
[ 0.476255] usbhid: USB HID core driver
[ 0.476581] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 0.476934] NET: Registered PF_PACKET protocol family
[ 0.476961] Key type dns_resolver registered
[ 0.482509] registered taskstats version 1
[ 0.482568] Loading compiled-in X.509 certificates
[ 0.484978] Key type .fscrypt registered
[ 0.484981] Key type fscrypt-provisioning registered
[ 0.485686] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 0.485694] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 0.485705] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 0.485712] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 0.485720] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 0.485725] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 0.487064] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 0.487341] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00
[ 0.487345] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.487348] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 0.487352] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 0.487365] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 0.487394] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.488310] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.595680] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 0.595704] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000
[ 0.595718] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 0.595726] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 0.595734] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 0.595804] pci 0000:01:00.0: supports D1
[ 0.595807] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.607683] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.607694] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 0.607698] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 0.607703] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 0.607708] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 0.607713] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.607716] pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 0.607721] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 0.607730] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 0.607802] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 0.607837] pcieport 0000:00:00.0: PME: Signaling with IRQ 38
[ 0.607909] pcieport 0000:00:00.0: AER: enabled with IRQ 38
[ 0.607990] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 0.607994] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 0.608003] rp1 0000:01:00.0: enabling device (0000 -> 0002)
[ 0.608860] rp1 0000:01:00.0: chip_id 0x20001927
[ 0.613631] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 100
[ 0.632567] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 106 (2c:cf:67:28:a3:97)
[ 0.633107] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 0.633361] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.633368] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 0.633813] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 0.633825] xhci-hcd xhci-hcd.0: irq 131, io mem 0x1f00200000
[ 0.633895] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.633899] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 0.633903] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 0.633950] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.633954] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.633957] usb usb1: Product: xHCI Host Controller
[ 0.633959] usb usb1: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 0.633961] usb usb1: SerialNumber: xhci-hcd.0
[ 0.634077] hub 1-0:1.0: USB hub found
[ 0.634091] hub 1-0:1.0: 2 ports detected
[ 0.634226] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.634230] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.634233] usb usb2: Product: xHCI Host Controller
[ 0.634235] usb usb2: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 0.634237] usb usb2: SerialNumber: xhci-hcd.0
[ 0.634324] hub 2-0:1.0: USB hub found
[ 0.634334] hub 2-0:1.0: 1 port detected
[ 0.634599] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.634604] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 0.635048] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 0.635059] xhci-hcd xhci-hcd.1: irq 136, io mem 0x1f00300000
[ 0.635124] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.635127] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 0.635131] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 0.635160] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.635163] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.635166] usb usb3: Product: xHCI Host Controller
[ 0.635168] usb usb3: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 0.635170] usb usb3: SerialNumber: xhci-hcd.1
[ 0.635264] hub 3-0:1.0: USB hub found
[ 0.635275] hub 3-0:1.0: 2 ports detected
[ 0.635395] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.635398] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.635401] usb usb4: Product: xHCI Host Controller
[ 0.635403] usb usb4: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd
[ 0.635405] usb usb4: SerialNumber: xhci-hcd.1
[ 0.635485] hub 4-0:1.0: USB hub found
[ 0.635495] hub 4-0:1.0: 1 port detected
[ 0.636103] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.636433] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 0.636439] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 0.636444] platform 1000800000.codec: Adding to iommu group 0
[ 0.636455] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 0.636459] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 0.636463] platform 1000880000.pisp_be: Adding to iommu group 0
[ 0.636489] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 0.636491] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 0.636496] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 0.636845] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.637127] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 0.637131] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 0.637136] platform axi:gpu: Adding to iommu group 1
[ 0.637154] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 0.637157] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 0.637464] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.637758] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 0.638110] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 0.638935] mmc1: CQHCI version 5.10
[ 0.639362] of_cfs_init
[ 0.639394] of_cfs_init: OK
[ 0.639465] clk: Disabling unused clocks
[ 0.674951] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 0.773328] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[ 0.773575] mmcblk0: mmc0:aaaa SD128 119 GiB
[ 0.775658] mmcblk0: p1 p2
[ 0.775758] mmcblk0: mmc0:aaaa SD128 119 GiB (quirks 0x00004000)
[ 0.826223] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 0.829305] Freeing unused kernel memory: 5056K
[ 0.829351] Run /init as init process
[ 0.829353] with arguments:
[ 0.829354] /init
[ 0.829355] splash
[ 0.829357] with environment:
[ 0.829358] HOME=/
[ 0.829359] TERM=linux
[ 0.857841] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 0.887747] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 0.950442] input: pwr_button as /devices/platform/pwr_button/input/input0
[ 0.977426] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode
[ 0.977644] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode
[ 1.008642] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 1.016756] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 1.019427] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 1.020798] Registered IR keymap rc-cec
[ 1.020846] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 1.020902] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input1
[ 1.021875] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/107c701400.hdmi/sound/card0/input2
[ 1.021995] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 1.023463] Registered IR keymap rc-cec
[ 1.023510] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 1.023561] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input3
[ 1.024553] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/107c706400.hdmi/sound/card1/input4
[ 1.024634] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 1.024761] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 1.024834] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 1.024903] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 1.024962] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 1.025831] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 1.027874] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 1.029941] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 1.031942] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 1.039957] usb 1-1: New USB device found, idVendor=0fe6, idProduct=9900, bcdDevice=20.00
[ 1.039963] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.039967] usb 1-1: Product: USB 10/100 LAN
[ 1.039969] usb 1-1: Manufacturer: CoreChips
[ 1.039972] usb 1-1: SerialNumber: 00E0940A0C02
[ 1.070091] cdc_ether 1-1:2.0 eth1: register 'cdc_ether' at usb-xhci-hcd.0-1, CDC Ethernet Device, 00:e0:94:0a:0c:02
[ 1.070127] usbcore: registered new interface driver cdc_ether
[ 1.253575] EXT4-fs (mmcblk0p2): mounted filesystem a36be96c-66be-4487-a7a6-0481bca99d89 ro with ordered data mode. Quota mode: none.
[ 1.498788] systemd[1]: System time before build time, advancing clock.
[ 1.562677] NET: Registered PF_INET6 protocol family
[ 1.563064] Segment Routing with IPv6
[ 1.563073] In-situ OAM (IOAM) with IPv6
[ 1.591240] systemd[1]: systemd 252.33-1~deb12u1 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.591250] systemd[1]: Detected architecture arm64.
[ 1.594680] systemd[1]: Hostname set to <raspberrypi>.
[ 1.663158] uart-pl011 107d001000.serial: no DMA platform data
[ 1.918564] systemd[1]: Queued start job for default target graphical.target.
[ 1.936396] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 1.936724] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 1.936981] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 1.937234] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 1.937379] systemd[1]: Created slice user.slice - User and Session Slice.
[ 1.937449] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 1.937644] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 1.937673] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-9f7d84ca\x2d01.device - /dev/disk/by-partuuid/9f7d84ca-01...
[ 1.937686] systemd[1]: Expecting device dev-dri-card0.device - /dev/dri/card0...
[ 1.937697] systemd[1]: Expecting device dev-dri-renderD128.device - /dev/dri/renderD128...
[ 1.937709] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10...
[ 1.937748] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 1.937791] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 1.937825] systemd[1]: Reached target slices.target - Slice Units.
[ 1.937852] systemd[1]: Reached target swap.target - Swaps.
[ 1.937882] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 1.938025] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 1.938090] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 1.938351] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 1.938477] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 1.938605] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 1.939221] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 1.939331] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 1.939495] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 1.940364] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 1.941356] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 1.942446] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 1.942629] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 1.944852] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 1.946068] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 1.947393] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 1.948970] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 1.950454] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 1.952203] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 1.953859] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 1.956414] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 1.958204] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 1.958413] 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).
[ 1.960956] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 1.967439] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 1.968739] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 1.970008] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 1.972100] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 1.972426] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 1.972654] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 1.973018] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 1.973569] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 1.973705] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 1.973985] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 1.974096] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 1.974369] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 1.974484] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 1.974780] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 1.974893] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 1.976109] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 1.979810] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 1.982189] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 1.987728] fuse: init (API version 7.39)
[ 1.988035] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 1.988378] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 1.988797] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 1.989269] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 1.989435] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 1.990758] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 1.993450] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 2.020393] systemd-journald[296]: Oldest entry in /run/log/journal/f112931154584bc98f5b9b6c6c0dd7a2/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 2.020401] systemd-journald[296]: /run/log/journal/f112931154584bc98f5b9b6c6c0dd7a2/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 2.021112] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 2.027905] EXT4-fs (mmcblk0p2): re-mounted a36be96c-66be-4487-a7a6-0481bca99d89 r/w. Quota mode: none.
[ 2.029092] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 2.029435] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 2.029489] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 2.031668] i2c_dev: i2c /dev entries driver
[ 2.048107] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 2.049534] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 2.049911] systemd[1]: Started systemd-journald.service - Journal Service.
[ 2.085619] systemd-journald[296]: Received client request to flush runtime journal.
[ 2.107393] systemd-journald[296]: File /var/log/journal/f112931154584bc98f5b9b6c6c0dd7a2/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 2.196033] systemd-journald[296]: Oldest entry in /var/log/journal/f112931154584bc98f5b9b6c6c0dd7a2/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 2.196044] systemd-journald[296]: /var/log/journal/f112931154584bc98f5b9b6c6c0dd7a2/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 2.853625] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 2.855337] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 2.857117] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 2.868769] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 2.869188] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 2.882343] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 2.883052] mc: Linux media interface: v0.10
[ 2.885979] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 2.908537] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 2.924492] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 2.927184] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 3.004089] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.014479] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 3.014803] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 3.015111] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.015414] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 3.026435] videodev: Linux video capture interface: v2.00
[ 3.083746] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 3.087566] pispbe 1000880000.pisp_be: Runtime PM usage count underflow!
[ 3.101534] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.102307] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 3.125487] rpivid 1000800000.codec: Device registered as /dev/video19
[ 3.136129] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 3.140981] Bluetooth: Core ver 2.22
[ 3.141015] NET: Registered PF_BLUETOOTH protocol family
[ 3.141018] Bluetooth: HCI device and connection manager initialized
[ 3.141029] Bluetooth: HCI socket layer initialized
[ 3.141034] Bluetooth: L2CAP socket layer initialized
[ 3.141042] Bluetooth: SCO socket layer initialized
[ 3.142549] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 3.183762] usbcore: registered new interface driver brcmfmac
[ 3.198174] Bluetooth: HCI UART driver ver 2.3
[ 3.198183] Bluetooth: HCI UART protocol H4 registered
[ 3.200371] alsactl[400]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 3.202870] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 3.203027] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 3.203093] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 3.203123] Bluetooth: HCI UART protocol Broadcom registered
[ 3.447487] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 3.447840] 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.562375] Bluetooth: hci0: BCM: chip id 107
[ 3.562753] Bluetooth: hci0: BCM: features 0x2f
[ 3.563875] Bluetooth: hci0: BCM4345C0
[ 3.563886] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 3.567022] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[ 3.809664] Adding 524272k swap on /var/swap. Priority:-2 extents:8 across:12713984k SS
[ 3.894517] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.894526] Bluetooth: BNEP filters: protocol multicast
[ 3.894535] Bluetooth: BNEP socket layer initialized
[ 4.276298] Bluetooth: hci0: BCM: features 0x2f
[ 4.277667] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 4.277672] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[ 4.277969] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[ 4.296863] Bluetooth: MGMT ver 1.22
[ 4.302292] NET: Registered PF_ALG protocol family
[ 4.557965] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 4.557975] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 4.561439] pps pps0: new PPS source ptp0
[ 4.561491] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 4.578856] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 6.315976] Bluetooth: RFCOMM TTY layer initialized
[ 6.315989] Bluetooth: RFCOMM socket layer initialized
[ 6.315997] Bluetooth: RFCOMM ver 1.11
Update:
I also tried the following commands for debugging
1) hostname -I
192.168.1.14 169.254.1.11
Q: Is it ok to have two ips? Im assuming the first is assigned by DHCP and second one is what i assigned manually.
2) ip route
default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.14 metric 600
169.254.0.0/16 dev eth1 proto kernel scope link src 169.254.1.11 -> can we use this to debug?
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.14 metric 600