The wlan0 interface claims up. I have installed raspberry firmware
Code: Select all
ifconfig -a
end0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.1.129 netmask 255.255.255.0 broadcast 172.16.1.255
inet6 fd11:e38e:9f79:7633:2ecf:67ff:fec7:f068 prefixlen 64 scopeid 0x0<global>
inet6 fe80::2ecf:67ff:fec7:f068 prefixlen 64 scopeid 0x20<link>
ether 2c:cf:67:c7:f0:68 txqueuelen 1000 (Ethernet)
RX packets 92020 bytes 6667909 (6.3 MiB)
RX errors 0 dropped 1875 overruns 0 frame 0
TX packets 43674 bytes 4938752 (4.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 106
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 256 bytes 27344 (26.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 256 bytes 27344 (26.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether da:c2:95:b4:b8:15 txqueuelen 1000 (Ethernet)
RX packets 188 bytes 14539 (14.1 KiB)
RX errors 0 dropped 34 overruns 0 frame 0
TX packets 6 bytes 744 (744.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
#
# home network; allow all valid ciphers
network={
ssid="My_AP"
scan_ssid=1
key_mgmt=WPA-PSK
psk="My secret password"
}
#
Code: Select all
ID TYPE DEVICE SOFT HARD
0 bluetooth hci0 unblocked unblocked
1 wlan phy0 unblocked unblocked
Code: Select all
root 7 0.0 0.0 0 0 ? I< 02:41 0:00 [kworker/R-netns]
root 40 0.0 0.0 0 0 ? I< 02:41 0:00 [kworker/R-inet_]
root 1332 0.0 0.1 325064 15184 ? Ssl 02:41 0:01 /usr/sbin/NetworkManager --pid-file /run/NetworkManager/NetworkManager.pid
joebob 1699 0.0 0.0 3516 1792 pts/0 S+ 03:20 0:00 grep --color=auto -i net
joebob@Windows11 ~ $ ps -aux | grep wpa
root 1380 0.0 0.0 11852 8064 ? S 02:41 0:00 /usr/sbin/wpa_supplicant -u
joebob 1701 0.0 0.0 3516 1792 pts/0 S+ 03:21 0:00 grep --color=auto wpa
joebob@Windows11 ~ $ dmesg | grep -i ras
[ 0.000000] Machine model: Raspberry Pi 500 Rev 1.0
[ 0.001733] CPU features: detected: RAS Extension Support
[ 0.015993] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-12T16:10:44, variant start_cd
[ 0.019996] raspberrypi-firmware soc:firmware: Firmware hash is 4b01994600000000000000000000000000000000
[ 0.856985] usb 3-2: Manufacturer: Raspberry Pi Ltd
[ 0.873437] input: Raspberry Pi Ltd Pi 500 Keyboard as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.0/0003:2E8A:0010.0001/input/input0
[ 1.017518] hid-generic 0003:2E8A:0010.0001: input,hidraw0: USB HID v1.11 Keyboard [Raspberry Pi Ltd Pi 500 Keyboard] on usb-xhci-hcd.1-2/input0
[ 1.033244] input: Raspberry Pi Ltd Pi 500 Keyboard Mouse as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2E8A:0010.0003/input/input2
[ 1.033636] input: Raspberry Pi Ltd Pi 500 Keyboard System Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2E8A:0010.0003/input/input3
[ 1.093129] input: Raspberry Pi Ltd Pi 500 Keyboard Consumer Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2E8A:0010.0003/input/input4
[ 1.093514] input: Raspberry Pi Ltd Pi 500 Keyboard as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2E8A:0010.0003/input/input5
[ 1.205186] hid-generic 0003:2E8A:0010.0003: input,hidraw2: USB HID v1.11 Mouse [Raspberry Pi Ltd Pi 500 Keyboard] on usb-xhci-hcd.1-2/input1
[ 2.201236] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[ 2.898978] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 2024.005917] elogind-daemon[1615]: Watching system buttons on /dev/input/event0 (Raspberry Pi Ltd Pi 500 Keyboard)
[ 2024.005937] elogind-daemon[1615]: Watching system buttons on /dev/input/event3 (Raspberry Pi Ltd Pi 500 Keyboard System Control)
[ 2024.005954] elogind-daemon[1615]: Watching system buttons on /dev/input/event4 (Raspberry Pi Ltd Pi 500 Keyboard Consumer Control)
[ 2024.005969] elogind-daemon[1615]: Watching system buttons on /dev/input/event5 (Raspberry Pi Ltd Pi 500 Keyboard)
joebob@Windows11 ~ $ dmesg | more
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.6.70-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1837
SMP PREEMPT Fri Jan 10 12:02:51 GMT 2025
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 500 Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000001c00000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000001c00000..0x0000000005bfffff (65536 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd16180..0x000000003fd161b7 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x1fef973c0-0x1fef99fff]
[ 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-0x000000003f7fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0, zone DMA: 2048 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 30 pages/cpu s85928 r8192 d28760 u122880
[ 0.000000] pcpu-alloc: s85928 r8192 d28760 u122880 alloc=30*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] 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 cgroup_disable=memory numa_policy=interleave smsc95xx.macaddr=2C:
CF:67:C7:F0:68 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p3 rootfstype=ext4 rootwait
[ 0.000000] cgroup: Disabling memory control group subsystem
[ 0.000000] mempolicy: NUMA default policy overridden to 'interleave:0'
[ 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] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2062336
[ 0.000000] Policy zone: Normal
[ 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: 8061288K/8380416K available (13440K kernel code, 2208K rwdata, 4288K rodata, 4864K init, 1086K bss, 253592K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43603 entries in 171 pages
[ 0.000000] ftrace: allocated 171 pages with 5 groups
[ 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.000103] Console: colour dummy device 80x25
[ 0.000106] printk: console [tty1] enabled
[ 0.000235] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000241] pid_max: default: 32768 minimum: 301
[ 0.000258] LSM: initializing lsm=capability,integrity
[ 0.000302] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.000319] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.000730] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000751] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000774] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000814] rcu: Hierarchical SRCU implementation.
[ 0.000817] rcu: Max phase no-delay instances is 1000.
[ 0.001190] EFI services will not be available.
[ 0.001241] smp: Bringing up secondary CPUs ...
[ 0.001358] Detected PIPT I-cache on CPU1
[ 0.001386] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.001516] Detected PIPT I-cache on CPU2
[ 0.001538] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.001662] Detected PIPT I-cache on CPU3
[ 0.001680] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.001700] smp: Brought up 1 node, 4 CPUs
[ 0.001712] SMP: Total of 4 processors activated.
[ 0.001715] CPU features: detected: 32-bit EL0 Support
[ 0.001717] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.001721] CPU features: detected: Common not Private translations
[ 0.001723] CPU features: detected: CRC32 instructions
[ 0.001726] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.001728] CPU features: detected: LSE atomic instructions
[ 0.001731] CPU features: detected: Privileged Access Never
[ 0.001733] CPU features: detected: RAS Extension Support
[ 0.001736] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.001757] CPU: All CPU(s) started at EL2
[ 0.001759] alternatives: applying system-wide alternatives
[ 0.003304] devtmpfs: initialized
[ 0.005365] Enabled cp15_barrier support
[ 0.005372] Enabled setend support
[ 0.005407] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.005414] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.006018] pinctrl core: initialized pinctrl subsystem
[ 0.006118] DMI not present or invalid.
[ 0.006243] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.006563] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.006604] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.006662] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.006678] audit: initializing netlink subsys (disabled)
[ 0.006715] audit: type=2000 audit(0.004:1): state=initialized audit_enabled=0 res=1
[ 0.006803] thermal_sys: Registered thermal governor 'step_wise'
[ 0.006811] cpuidle: using governor menu
[ 0.006853] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.006873] ASID allocator initialised with 32768 entries
[ 0.007070] Serial: AMBA PL011 UART driver
[ 0.007645] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.007890] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev3
[ 0.015993] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-12T16:10:44, variant start_cd
[ 0.019996] raspberrypi-firmware soc:firmware: Firmware hash is 4b01994600000000000000000000000000000000
[ 0.024708] /axi/pcie@120000/rp1: Fixed dependency cycle(s) with /axi/pcie@120000/rp1
[ 0.024768] /axi/interrupt-controller@7fff9000: Fixed dependency cycle(s) with /axi/interrupt-controller@7fff9000
[ 0.024935] /axi/pcie@120000/rp1: Fixed dependency cycle(s) with /axi/pcie@120000/rp1
[ 0.025534] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.025538] Modules: 0 pages in range for non-PLT usage
[ 0.025539] Modules: 517776 pages in range for PLT usage
[ 0.028292] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.028543] iommu: Default domain type: Translated
[ 0.028547] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.028609] SCSI subsystem initialized
[ 0.028637] usbcore: registered new interface driver usbfs
[ 0.028644] usbcore: registered new interface driver hub
[ 0.028650] usbcore: registered new device driver usb
[ 0.028710] pps_core: LinuxPPS API ver. 1 registered
[ 0.028713] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.028718] PTP clock support registered
[ 0.028916] vgaarb: loaded
[ 0.028983] clocksource: Switched to clocksource arch_sys_counter
[ 0.029053] VFS: Disk quotas dquot_6.6.0
[ 0.029061] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.029083] FS-Cache: Loaded
[ 0.029441] CacheFiles: Loaded
[ 0.030351] NET: Registered PF_INET protocol family
[ 0.030466] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.031946] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.031995] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.032062] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.032246] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.033756] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.033861] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.034005] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.034071] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.034178] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.034306] RPC: Registered named UNIX socket transport module.
[ 0.034310] RPC: Registered udp transport module.
[ 0.034311] RPC: Registered tcp transport module.
[ 0.034313] RPC: Registered tcp-with-tls transport module.
[ 0.034315] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.034321] PCI: CLS 0 bytes, default 64
[ 0.037040] kvm [1]: IPA Size Limit: 40 bits
[ 0.037062] kvm [1]: vgic interrupt IRQ9
[ 0.037075] kvm [1]: VHE mode initialized successfully
[ 0.209609] Initialise system trusted keyrings
[ 0.209660] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[ 0.209676] zbud: loaded
[ 0.209803] NFS: Registering the id_resolver key type
[ 0.209810] Key type id_resolver registered
[ 0.209812] Key type id_legacy registered
[ 0.209817] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.209820] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.209924] Key type asymmetric registered
[ 0.209927] Asymmetric key parser 'x509' registered
[ 0.209936] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.209968] io scheduler mq-deadline registered
[ 0.209971] io scheduler kyber registered
[ 0.209978] io scheduler bfq registered
[ 0.210129] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 26)
[ 0.210170] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 27)
[ 0.210213] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 28)
[ 0.210242] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 29)
[ 0.210276] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 30)
[ 0.210306] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 31)
[ 0.211209] simple-framebuffer 3f800000.framebuffer: framebuffer at 0x3f800000, 0x3f4800 bytes
[ 0.211216] simple-framebuffer 3f800000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[ 0.212250] Console: switching to colour frame buffer device 240x67
[ 0.213217] simple-framebuffer 3f800000.framebuffer: fb0: simplefb registered!
[ 0.241713] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.241997] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 0.242041] serial serial0: tty port ttyS0 registered
[ 0.242258] iproc-rng200 107d208000.rng: hwrng registered
[ 0.242302] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 0.242456] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 0.243868] brd: module loaded
[ 0.244923] loop: module loaded
[ 0.245022] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.245116] Loading iSCSI transport class v2.0-870.
[ 0.245749] usbcore: registered new device driver r8152-cfgselector
[ 0.245762] usbcore: registered new interface driver r8152
[ 0.245772] usbcore: registered new interface driver lan78xx
[ 0.245781] usbcore: registered new interface driver smsc95xx
[ 0.245827] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.245847] dwc_otg: FIQ enabled
[ 0.245848] dwc_otg: NAK holdoff enabled
[ 0.245848] dwc_otg: FIQ split-transaction FSM enabled
[ 0.245850] Module dwc_common_port init
[ 0.245944] usbcore: registered new interface driver uas
[ 0.245956] usbcore: registered new interface driver usb-storage
[ 0.246026] mousedev: PS/2 mouse device common for all mice
[ 0.253528] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 0.254908] rpi-rtc soc:rpi_rtc: setting system clock to 2025-01-16T13:50:05 UTC (1737035405)
[ 0.255142] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 0.255151] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.257154] sdhci: Secure Digital Host Controller Interface driver
[ 0.257162] sdhci: Copyright(c) Pierre Ossman
[ 0.257192] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.257339] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.257380] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.257396] hid: raw HID events driver (C) Jiri Kosina
[ 0.257413] usbcore: registered new interface driver usbhid
[ 0.257419] usbhid: USB HID core driver
[ 0.257641] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 0.257892] NET: Registered PF_PACKET protocol family
[ 0.257919] Key type dns_resolver registered
[ 0.261443] registered taskstats version 1
[ 0.261504] Loading compiled-in X.509 certificates
[ 0.263100] Key type .fscrypt registered
[ 0.263405] Key type fscrypt-provisioning registered
[ 0.264214] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 0.264511] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 0.264807] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 0.265123] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 0.265411] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 0.265696] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 0.267235] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 0.267693] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00
[ 0.267974] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.268251] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 0.268532] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 0.268820] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 0.269125] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.270011] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.376988] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 0.377288] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000
[ 0.377573] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 0.377849] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 0.378120] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 0.378445] pci 0000:01:00.0: supports D1
[ 0.378704] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.388991] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.389258] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 0.389519] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 0.389776] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 0.390029] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 0.390278] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.390520] pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 0.390764] pci_bus 0000:00: resource 4 [mem 0x1f00000000-0x1ffffffffb]
[ 0.391005] pci_bus 0000:00: resource 5 [mem 0x1c00000000-0x1effffffff pref]
[ 0.391243] pci_bus 0000:01: resource 1 [mem 0x1f00000000-0x1f005fffff]
[ 0.391478] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 0.391723] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 0.392009] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 0.392270] pcieport 0000:00:00.0: PME: Signaling with IRQ 38
[ 0.392554] pcieport 0000:00:00.0: AER: enabled with IRQ 38
[ 0.392848] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 0.393097] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 0.393347] rp1 0000:01:00.0: enabling device (0000 -> 0002)
[ 0.394240] rp1 0000:01:00.0: chip_id 0x20001927
[ 0.398645] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 100
[ 0.414915] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 106 (2c:cf:67:c7:f0:68)
[ 0.416164] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 0.416607] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.416865] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 0.417555] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 0.417817] xhci-hcd xhci-hcd.0: irq 131, io mem 0x1f00200000
[ 0.418130] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.418384] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 0.418639] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 0.418937] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.419194] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.419448] usb usb1: Product: xHCI Host Controller
[ 0.419702] usb usb1: Manufacturer: Linux 6.6.70-v8+ xhci-hcd
[ 0.419955] usb usb1: SerialNumber: xhci-hcd.0
[ 0.420292] hub 1-0:1.0: USB hub found
[ 0.420550] hub 1-0:1.0: 2 ports detected
[ 0.420886] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.421142] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.421394] usb usb2: Product: xHCI Host Controller
[ 0.421645] usb usb2: Manufacturer: Linux 6.6.70-v8+ xhci-hcd
[ 0.421896] usb usb2: SerialNumber: xhci-hcd.0
[ 0.422204] hub 2-0:1.0: USB hub found
[ 0.422459] hub 2-0:1.0: 1 port detected
[ 0.422900] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.423151] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 0.423829] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 0.424092] xhci-hcd xhci-hcd.1: irq 136, io mem 0x1f00300000
[ 0.424402] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.424655] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 0.424908] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 0.425204] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 0.425459] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.425709] usb usb3: Product: xHCI Host Controller
[ 0.425958] usb usb3: Manufacturer: Linux 6.6.70-v8+ xhci-hcd
[ 0.426206] usb usb3: SerialNumber: xhci-hcd.1
[ 0.426513] hub 3-0:1.0: USB hub found
[ 0.426766] hub 3-0:1.0: 2 ports detected
[ 0.427101] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 0.427352] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.427603] usb usb4: Product: xHCI Host Controller
[ 0.427853] usb usb4: Manufacturer: Linux 6.6.70-v8+ xhci-hcd
[ 0.428105] usb usb4: SerialNumber: xhci-hcd.1
[ 0.428410] hub 4-0:1.0: USB hub found
[ 0.428666] hub 4-0:1.0: 1 port detected
[ 0.429422] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.429905] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 0.430166] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 0.430424] platform 1000800000.codec: Adding to iommu group 0
[ 0.430687] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 0.430944] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 0.431204] platform 1000880000.pisp_be: Adding to iommu group 0
[ 0.431478] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 0.431735] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 0.431995] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 0.432535] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.433000] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 0.433262] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 0.433518] platform axi:gpu: Adding to iommu group 1
[ 0.433784] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 0.434037] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 0.434583] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.435044] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 0.435974] of_cfs_init
[ 0.436249] of_cfs_init: OK
[ 0.436552] clk: Disabling unused clocks
[ 0.446552] mmc1: CQHCI version 5.10
[ 0.449126] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 0.449448] mmc0: CQHCI version 5.10
[ 0.485430] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 0.584515] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[ 0.584931] mmcblk0: mmc0:aaaa SN512 477 GiB
[ 0.586122] mmcblk0: p1 p2 p3
[ 0.586451] mmcblk0: mmc0:aaaa SN512 477 GiB (quirks 0x00004000)
[ 0.632983] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 0.643427] EXT4-fs (mmcblk0p3): mounted filesystem c948bafe-07d5-4936-a810-8af34cd0b7a3 ro with ordered data mode. Quota mode: none.
[ 0.643703] VFS: Mounted root (ext4 filesystem) readonly on device 179:3.
[ 0.646754] devtmpfs: mounted
[ 0.649453] Freeing unused kernel memory: 4864K
[ 0.649781] Run /sbin/init as init process
[ 0.650036] with arguments:
[ 0.650037] /sbin/init
[ 0.650038] with environment:
[ 0.650039] HOME=/
[ 0.650039] TERM=linux
[ 0.665210] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 0.672989] usb 1-2: new low-speed USB device number 2 using xhci-hcd
[ 0.680987] usb 3-2: new full-speed USB device number 2 using xhci-hcd
[ 0.854015] usb 1-2: New USB device found, idVendor=093a, idProduct=2510, bcdDevice= 1.00
[ 0.854301] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.854559] usb 1-2: Product: USB Optical Mouse
[ 0.854806] usb 1-2: Manufacturer: PixArt
[ 0.856222] usb 3-2: New USB device found, idVendor=2e8a, idProduct=0010, bcdDevice= 0.10
[ 0.856475] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.856726] usb 3-2: Product: Pi 500 Keyboard
[ 0.856985] usb 3-2: Manufacturer: Raspberry Pi Ltd
[ 0.873437] input: Raspberry Pi Ltd Pi 500 Keyboard as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.0/0003:2E8A:0010.0001/inp
ut/input0
[ 0.883009] input: PixArt USB Optical Mouse as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-2/1-2:1.0/0003:093A:2510.0002/input/input
1
[ 1.017518] hid-generic 0003:2E8A:0010.0001: input,hidraw0: USB HID v1.11 Keyboard [Raspberry Pi Ltd Pi 500 Keyboard] on usb-xhci-hcd.1-2/input0
[ 1.018066] hid-generic 0003:093A:2510.0002: input,hidraw1: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-xhci-hcd.0-2/input0
[ 1.033244] input: Raspberry Pi Ltd Pi 500 Keyboard Mouse as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2E8A:0010.00
03/input/input2
[ 1.033636] input: Raspberry Pi Ltd Pi 500 Keyboard System Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2E8
A:0010.0003/input/input3
[ 1.093129] input: Raspberry Pi Ltd Pi 500 Keyboard Consumer Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2
E8A:0010.0003/input/input4
[ 1.093514] input: Raspberry Pi Ltd Pi 500 Keyboard as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:2E8A:0010.0003/inp
ut/input5
[ 1.205186] hid-generic 0003:2E8A:0010.0003: input,hidraw2: USB HID v1.11 Mouse [Raspberry Pi Ltd Pi 500 Keyboard] on usb-xhci-hcd.1-2/input1
[ 1.663501] input: pwr_button as /devices/platform/pwr_button/input/input6
[ 1.686400] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 1.687076] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 1.687116] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 1.687241] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 1.687295] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 1.687371] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 1.687399] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 1.687493] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 1.687578] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 1.687673] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 1.688167] rp1-firmware rp1_firmware: RP1 Firmware version e4eb725aa7bca7efe2673df3020818c0880a6e30
[ 1.712945] macb 1f00100000.ethernet end0: renamed from eth0
[ 1.718502] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode
[ 1.718588] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode
[ 1.722642] rp1-pio 1f00178000.pio: Created instance as pio0
[ 1.729825] mc: Linux media interface: v0.10
[ 1.784781] videodev: Linux video capture interface: v2.00
[ 1.819473] Bluetooth: Core ver 2.22
[ 1.819499] NET: Registered PF_BLUETOOTH protocol family
[ 1.819501] Bluetooth: HCI device and connection manager initialized
[ 1.819507] Bluetooth: HCI socket layer initialized
[ 1.819510] Bluetooth: L2CAP socket layer initialized
[ 1.819514] Bluetooth: SCO socket layer initialized
[ 1.830905] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 1.836893] pispbe 1000880000.pisp_be: Runtime PM usage count underflow!
[ 1.842716] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 1.851153] Bluetooth: HCI UART driver ver 2.3
[ 1.851159] Bluetooth: HCI UART protocol H4 registered
[ 1.851182] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 1.851249] Bluetooth: HCI UART protocol Broadcom registered
[ 1.851303] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 1.851346] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 1.858558] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 1.859126] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 1.861243] rpivid 1000800000.codec: Device registered as /dev/video19
[ 1.912797] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 1.914933] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 1.915140] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 1.915340] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 1.915538] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 2.105454] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 2.106717] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 2.106907] usbcore: registered new interface driver brcmfmac
[ 2.117045] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 2.117812] Console: switching to colour dummy device 80x25
[ 2.119832] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 2.121075] Registered IR keymap rc-cec
[ 2.121110] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 2.121151] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input7
[ 2.121779] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/107c701400.hdmi/sound/card0/input8
[ 2.124753] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 2.126224] Registered IR keymap rc-cec
[ 2.126266] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 2.126310] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input9
[ 2.126879] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/107c706400.hdmi/sound/card1/input10
[ 2.129121] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 2.129326] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 2.129404] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 2.129486] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 2.129550] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 2.179913] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 2.197496] Bluetooth: hci0: BCM: chip id 107
[ 2.197710] Bluetooth: hci0: BCM: features 0x2f
[ 2.199049] Bluetooth: hci0: BCM4345C0
[ 2.199054] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 2.201236] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[ 2.227880] EXT4-fs (mmcblk0p3): re-mounted c948bafe-07d5-4936-a810-8af34cd0b7a3 r/w. Quota mode: none.
[ 2.256575] Console: switching to colour frame buffer device 240x75
[ 2.274380] vc4-drm axi:gpu: [drm] fb0: vc4drmfb frame buffer device
[ 2.276227] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 2.276470] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[ 2.309093] EXT4-fs (mmcblk0p3): re-mounted c948bafe-07d5-4936-a810-8af34cd0b7a3 r/w. Quota mode: none.
[ 2.415800] Unable to find swap-space signature
[ 2.897636] Bluetooth: hci0: BCM: features 0x2f
[ 2.898978] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 2.898980] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[ 2.899286] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[ 3.439192] macb 1f00100000.ethernet end0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 3.439198] macb 1f00100000.ethernet end0: configuring for phy/rgmii-id link mode
[ 3.441828] pps pps0: new PPS source ptp0
[ 3.441986] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 3.469849] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 4.001427] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 7.518032] macb 1f00100000.ethernet end0: Link is Up - 1Gbps/Full - flow control off
[ 420.513223] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 723.521215] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 1026.529303] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 1329.537234] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 1632.513210] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 1935.521208] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 2024.003498] elogind-daemon[1615]: New seat seat0.
[ 2024.005917] elogind-daemon[1615]: Watching system buttons on /dev/input/event0 (Raspberry Pi Ltd Pi 500 Keyboard)
[ 2024.005937] elogind-daemon[1615]: Watching system buttons on /dev/input/event3 (Raspberry Pi Ltd Pi 500 Keyboard System Control)
[ 2024.005954] elogind-daemon[1615]: Watching system buttons on /dev/input/event4 (Raspberry Pi Ltd Pi 500 Keyboard Consumer Control)
[ 2024.005969] elogind-daemon[1615]: Watching system buttons on /dev/input/event5 (Raspberry Pi Ltd Pi 500 Keyboard)
[ 2024.005984] elogind-daemon[1615]: Watching system buttons on /dev/input/event6 (pwr_button)
[ 2024.005999] elogind-daemon[1615]: Watching system buttons on /dev/input/event7 (vc4-hdmi-0)
[ 2024.006501] elogind-daemon[1615]: Watching system buttons on /dev/input/event9 (vc4-hdmi-1)
[ 2024.009386] elogind-daemon[1615]: New session 1 of user root.
[ 2126.764491] NET: Registered PF_INET6 protocol family
[ 2126.764939] Segment Routing with IPv6
[ 2126.764945] In-situ OAM (IOAM) with IPv6
[ 2143.505028] elogind-daemon[1615]: New session 2 of user joebob.
[ 2238.529429] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 2541.537292] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 2844.513246] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 3147.521183] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
ls -l /lib/firmware/brcm/
Code: Select all
-rw-r--r-- 1 root root 63806 Jan 15 2025 BCM4345C0.hcd
lrwxrwxrwx 1 root root 13 Jan 15 2025 BCM4345C0.raspberrypi,5-model-b.hcd -> BCM4345C0.hcd
-rw-r--r-- 1 root root 609309 Jan 15 2025 brcmfmac43455-sdio.bin
-rw-r--r-- 1 root root 2676 Jan 15 2025 brcmfmac43455-sdio.clm_blob
lrwxrwxrwx 1 root root 22 Jan 15 2025 brcmfmac43455-sdio.raspberrypi,5-model-b.bin -> brcmfmac43455-sdio.bin
lrwxrwxrwx 1 root root 27 Jan 15 2025 brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob -> brcmfmac43455-sdio.clm_blob
lrwxrwxrwx 1 root root 22 Jan 15 2025 brcmfmac43455-sdio.raspberrypi,5-model-b.txt -> brcmfmac43455-sdio.txt
-rw-r--r-- 1 root root 2074 Jan 15 2025 brcmfmac43455-sdio.txt
Code: Select all
root 7 0.0 0.0 0 0 ? I< 02:41 0:00 [kworker/R-netns]
root 40 0.0 0.0 0 0 ? I< 02:41 0:00 [kworker/R-inet_]
root 1332 0.0 0.1 325064 15184 ? Ssl 02:41 0:01 /usr/sbin/NetworkManager --pid-file /run/NetworkManager/NetworkManager.pid
root 1380 0.0 0.0 11852 8064 ? S 02:41 0:00 /usr/sbin/wpa_supplicant -u
Code: Select all
Successfully initialized wpa_supplicant
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
wlan0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlan0: Trying to associate with SSID 'MY_AP'
nl80211: kernel reports: Match already configured
nl80211: kernel reports: Match already configured
wlan0: Associated with 84:70:d7:23:b9:a8
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
wlan0: WPA: Key negotiation completed with 84:70:d7:23:b9:a8 [PTK=CCMP GTK=CCMP]
wlan0: CTRL-EVENT-CONNECTED - Connection to 84:70:d7:23:b9:a8 completed [id=0 id_str=]
Code: Select all
wlan0: CTRL-EVENT-DISCONNECTED bssid=84:70:d7:23:b9:a8 reason=3 locally_generated=1
BSSID 84:70:d7:23:b9:a8 ignore list count incremented to 2, ignoring for 10 seconds
wlan0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
What am I doing wrong?

