Skip to content

Instantly share code, notes, and snippets.

@CalamityJames
Created July 6, 2023 13:08
Show Gist options
  • Save CalamityJames/44acb89e7b4bb93cf2e372a44b5df166 to your computer and use it in GitHub Desktop.
Save CalamityJames/44acb89e7b4bb93cf2e372a44b5df166 to your computer and use it in GitHub Desktop.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.10.95-v8 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP PREEMPT Thu Feb 17 11:43:01 UTC 2022
[ 0.000000] random: fast init done
[ 0.000000] Machine model: Raspberry Pi Zero 2 W Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000001effffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000001effffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001effffff]
[ 0.000000] On node 0 totalpages: 126976
[ 0.000000] DMA zone: 1984 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 126976 pages, LIFO batch:31
[ 0.000000] percpu: Embedded 31 pages/cpu s88280 r8192 d30504 u126976
[ 0.000000] pcpu-alloc: s88280 r8192 d30504 u126976 alloc=31*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 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: ARM erratum 843419
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 124992
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=B8:27:EB:80:23:D7 vc_mem.mem_base=0x1fa00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 rootfstype=ext4 rootwait dwc_otg.lpm_enable=0 rootwait vt.global_cursor_default=0 console=null cgroup_enable=memory root=UUID=ba1eadef-4650-4275-805e-db9de98396f6 rootwait
[ 0.000000] cgroup: Enabling memory control group subsystem
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 196660K/507904K available (10048K kernel code, 1578K rwdata, 3800K rodata, 13504K init, 1202K bss, 49100K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 38568 entries in 151 pages
[ 0.000000] ftrace: allocated 151 pages with 5 groups
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 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 100 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] random: get_random_bytes called from start_kernel+0x3a4/0x578 with crng_init=1
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000386] Console: colour dummy device 80x25
[ 0.000477] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=19200)
[ 0.000528] pid_max: default: 32768 minimum: 301
[ 0.000807] LSM: Security Framework initializing
[ 0.001222] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.001268] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.006982] rcu: Hierarchical SRCU implementation.
[ 0.008746] EFI services will not be available.
[ 0.009725] smp: Bringing up secondary CPUs ...
[ 0.011600] Detected VIPT I-cache on CPU1
[ 0.011711] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.014720] Detected VIPT I-cache on CPU2
[ 0.014814] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.017629] Detected VIPT I-cache on CPU3
[ 0.017712] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.018693] smp: Brought up 1 node, 4 CPUs
[ 0.018775] SMP: Total of 4 processors activated.
[ 0.018807] CPU features: detected: 32-bit EL0 Support
[ 0.018836] CPU features: detected: CRC32 instructions
[ 0.024108] CPU: All CPU(s) started at EL2
[ 0.024219] alternatives: patching kernel code
[ 0.026276] devtmpfs: initialized
[ 0.054445] Enabled cp15_barrier support
[ 0.054516] Enabled setend support
[ 0.054559] KASLR enabled
[ 0.055224] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.055278] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.073441] pinctrl core: initialized pinctrl subsystem
[ 0.074957] DMI not present or invalid.
[ 0.075638] NET: Registered protocol family 16
[ 0.091125] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.091669] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.093526] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.093835] audit: initializing netlink subsys (disabled)
[ 0.094400] audit: type=2000 audit(0.092:1): state=initialized audit_enabled=0 res=1
[ 0.095471] thermal_sys: Registered thermal governor 'step_wise'
[ 0.095939] cpuidle: using governor menu
[ 0.096833] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.097180] ASID allocator initialised with 32768 entries
[ 0.097430] Serial: AMBA PL011 UART driver
[ 0.132381] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.134957] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-01-20T13:58:39, variant start_cd
[ 0.135973] raspberrypi-firmware soc:firmware: Firmware hash is bd88f66f8952d34e4e0613a85c7a6d3da49e13e2
[ 0.200074] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.203906] SCSI subsystem initialized
[ 0.204390] usbcore: registered new interface driver usbfs
[ 0.204507] usbcore: registered new interface driver hub
[ 0.204631] usbcore: registered new device driver usb
[ 0.205910] Advanced Linux Sound Architecture Driver Initialized.
[ 0.208475] clocksource: Switched to clocksource arch_sys_counter
[ 0.393797] VFS: Disk quotas dquot_6.6.0
[ 0.393984] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.394268] FS-Cache: Loaded
[ 0.394765] CacheFiles: Loaded
[ 0.396190] simple-framebuffer 1f5ff000.framebuffer: framebuffer at 0x1f5ff000, 0x3fc000 bytes, mapped to 0x(____ptrval____)
[ 0.396227] simple-framebuffer 1f5ff000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[ 0.417472] Console: switching to colour frame buffer device 240x67
[ 0.437646] simple-framebuffer 1f5ff000.framebuffer: fb0: simplefb registered!
[ 0.458122] NET: Registered protocol family 2
[ 0.458513] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.460328] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.460388] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.460692] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.460817] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.461108] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.461185] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.461630] NET: Registered protocol family 1
[ 0.635542] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.639021] Initialise system trusted keyrings
[ 0.639674] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.654754] zbud: loaded
[ 0.658333] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.661464] aufs 5.10.82-20220117
[ 0.661989] Key type asymmetric registered
[ 0.662021] Asymmetric key parser 'x509' registered
[ 0.662114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.662146] io scheduler mq-deadline registered
[ 0.662174] io scheduler kyber registered
[ 0.676267] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.677112] vc-mem: phys_addr:0x00000000 mem_base=0x1fa00000 mem_size:0x20000000(512 MiB)
[ 0.679308] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.689375] checking generic (1f5ff000 3fc000) vs hw (0 ffffffffffffffff)
[ 0.689403] fb0: switching to vc4drmfb from simple
[ 0.690066] Console: switching to colour dummy device 80x25
[ 0.691990] vc4-drm soc:gpu: bound 3f600000.firmwarekms (ops vc4_fkms_ops)
[ 0.692257] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops)
[ 0.694313] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[ 0.926992] Console: switching to colour frame buffer device 240x67
[ 0.960261] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
[ 0.961289] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.984514] brd: module loaded
[ 1.007198] loop: module loaded
[ 1.008373] zram: Added device: zram0
[ 1.011286] Loading iSCSI transport class v2.0-870.
[ 1.015090] tun: Universal TUN/TAP device driver, 1.6
[ 1.015485] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.216655] Core Release: 2.80a
[ 1.216691] Setting default values for core params
[ 1.216742] Finished setting default values for core params
[ 1.417317] Using Buffer DMA mode
[ 1.417348] Periodic Transfer Interrupt Enhancement - disabled
[ 1.417375] Multiprocessor Interrupt Enhancement - disabled
[ 1.417403] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.417463] Dedicated Tx FIFOs mode
[ 1.418383] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = ffffffc010461000 dma = 0x00000000cf3f8000 len=9024
[ 1.418469] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 1.418504] dwc_otg: Microframe scheduler enabled
[ 1.418574] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc01007d000
[ 1.418649] dwc_otg 3f980000.usb: DWC OTG Controller
[ 1.418712] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 1.418797] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[ 1.418866] Init: Port Power? op_state=1
[ 1.418893] Init: Power Port (0)
[ 1.419625] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 1.419660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.419690] usb usb1: Product: DWC OTG Controller
[ 1.419720] usb usb1: Manufacturer: Linux 5.10.95-v8 dwc_otg_hcd
[ 1.419749] usb usb1: SerialNumber: 3f980000.usb
[ 1.421094] hub 1-0:1.0: USB hub found
[ 1.421219] hub 1-0:1.0: 1 port detected
[ 1.423400] dwc_otg: FIQ enabled
[ 1.423421] dwc_otg: NAK holdoff enabled
[ 1.423470] dwc_otg: FIQ split-transaction FSM enabled
[ 1.423500] Module dwc_common_port init
[ 1.425068] usbcore: registered new interface driver usb-storage
[ 1.425327] usbcore: registered new interface driver usbserial_generic
[ 1.425402] usbserial: USB Serial support registered for generic
[ 1.428585] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.432845] sdhci: Secure Digital Host Controller Interface driver
[ 1.432878] sdhci: Copyright(c) Pierre Ossman
[ 1.433984] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[ 1.439400] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 1.446955] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.448258] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.448698] hid: raw HID events driver (C) Jiri Kosina
[ 1.448933] usbcore: registered new interface driver usbhid
[ 1.448954] usbhid: USB HID core driver
[ 1.449411] ashmem: initialized
[ 1.461590] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[ 1.461701] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 1.461960] IPVS: ipvs loaded.
[ 1.462397] Initializing XFRM netlink socket
[ 1.463404] NET: Registered protocol family 10
[ 1.465644] Segment Routing with IPv6
[ 1.465803] NET: Registered protocol family 17
[ 1.465879] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.465932] Key type dns_resolver registered
[ 1.466926] registered taskstats version 1
[ 1.466964] Loading compiled-in X.509 certificates
[ 1.467898] Key type ._fscrypt registered
[ 1.467919] Key type .fscrypt registered
[ 1.467937] Key type fscrypt-provisioning registered
[ 1.485942] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.486086] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[ 1.489625] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.492892] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.492916] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[ 1.520281] sdhost: log_buf @ (____ptrval____) (c4189000)
[ 1.536927] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.538693] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.540474] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.542891] Indeed it is in host mode hprt0 = 00021501
[ 1.550168] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.551951] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.577511] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 1.581349] of_cfs_init
[ 1.581525] of_cfs_init: OK
[ 1.582638] ALSA device list:
[ 1.582658] No soundcards found.
[ 1.582749] Warning: unable to open an initial console.
[ 1.606505] Freeing unused kernel memory: 13504K
[ 1.606639] Run /init as init process
[ 1.606656] with arguments:
[ 1.606666] /init
[ 1.606677] with environment:
[ 1.606688] HOME=/
[ 1.606698] TERM=linux
[ 1.662167] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.666387] mmc0: new high speed SDXC card at address 59b4
[ 1.667733] mmc1: error -110 whilst initialising SDIO card
[ 1.668838] mmcblk0: mmc0:59b4 SD64G 59.4 GiB
[ 1.674738] mmcblk0: p1 p2 p3 p4 < p5 p6 >
[ 1.715483] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.717551] usb 1-1: new full-speed USB device number 2 using dwc_otg
[ 1.717727] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.717921] Indeed it is in host mode hprt0 = 00021501
[ 1.729235] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.733118] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.735307] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.863289] mmc1: new high speed SDIO card at address 0001
[ 1.906235] usb 1-1: New USB device found, idVendor=1b1c, idProduct=1b0a, bcdDevice= 1.03
[ 1.906268] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.906289] usb 1-1: Product: Corsair K30A Gaming Keyboard
[ 1.906309] usb 1-1: Manufacturer: Corsair
[ 1.911295] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.0/0003:1B1C:1B0A.0001/input/input0
[ 1.963649] hid-generic 0003:1B1C:1B0A.0001: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-3f980000.usb-1/input0
[ 1.968945] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.1/0003:1B1C:1B0A.0002/input/input1
[ 2.022117] hid-generic 0003:1B1C:1B0A.0002: input,hidraw1: USB HID v1.11 Device [Corsair Corsair K30A Gaming Keyboard] on usb-3f980000.usb-1/input1
[ 2.025614] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.2/0003:1B1C:1B0A.0003/input/input2
[ 2.078114] hid-generic 0003:1B1C:1B0A.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-3f980000.usb-1/input2
[ 3.035096] zram0: detected capacity change from 0 to 241823744
[ 4.358954] random: crng init done
[ 13.399729] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 13.458590] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 14.271873] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 14.358853] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[ 14.856106] systemd[1]: System time before build time, advancing clock.
[ 15.537506] systemd[1]: /lib/systemd/system/balena-host.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-host.sock \xe2\x86\x92 /run/balena-host.sock; please update the unit file accordingly.
[ 15.596079] systemd[1]: /lib/systemd/system/balena-engine.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-engine.sock \xe2\x86\x92 /run/balena-engine.sock; please update the unit file accordingly.
[ 16.019156] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 16.383678] fuse: init (API version 7.32)
[ 18.874997] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 18.878690] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 18.880826] bcm2835_audio bcm2835_audio: there is not valid maps for state default
[ 18.889653] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 18.889685] [vc_sm_connected_init]: start
[ 18.895437] vc_sm_cma_vchi_init: failed to open VCHI service (-1)
[ 18.895532] [vc_sm_connected_init]: failed to initialize shared memory service
[ 18.898069] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 18.909394] mc: Linux media interface: v0.10
[ 18.958156] videodev: Linux video capture interface: v2.00
[ 19.050842] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 19.078198] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 19.086710] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 19.109375] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[ 19.110258] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[ 19.110992] : Unregister from media controller
[ 19.111020] (efault): Unregistering node (null)[0] device node /dev/video0
[ 19.111034] (efault): Unregistering node (null)[0] device node /dev/video0
[ 19.111047] (efault): Unregistering node (null)[0] device node /dev/video0
[ 19.111060] (efault): Unregistering node (null)[0] device node /dev/video0
[ 19.118787] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 19.126909] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[ 19.292728] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 19.448528] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 19.559995] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436s-sdio for chip BCM43430/1
[ 19.564566] usbcore: registered new interface driver brcmfmac
[ 19.695076] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436s-sdio for chip BCM43430/1
[ 19.695370] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436s-sdio for chip BCM43430/1
[ 19.695649] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 19.697221] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Feb 5 2021 12:49:07 version 7.45.96 (r745790) FWID 01-71817851 es7
[ 20.376067] zram: Can't change algorithm for initialized device
[ 21.641601] Adding 236152k swap on /dev/zram0. Priority:-2 extents:1 across:236152k SSFS
[ 22.497054] uart-pl011 3f201000.serial: no DMA platform data
[ 22.655016] Bluetooth: Core ver 2.22
[ 22.656881] NET: Registered protocol family 31
[ 22.656909] Bluetooth: HCI device and connection manager initialized
[ 22.656949] Bluetooth: HCI socket layer initialized
[ 22.656971] Bluetooth: L2CAP socket layer initialized
[ 22.657046] Bluetooth: SCO socket layer initialized
[ 22.684908] Bluetooth: HCI UART driver ver 2.3
[ 22.684935] Bluetooth: HCI UART protocol H4 registered
[ 22.686755] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 22.690822] Bluetooth: HCI UART protocol Broadcom registered
[ 25.283183] systemd-journald[1040]: Received client request to flush runtime journal.
[ 26.134769] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 26.134793] Bluetooth: BNEP filters: protocol multicast
[ 26.134839] Bluetooth: BNEP socket layer initialized
[ 26.202676] NET: Registered protocol family 38
[ 30.165051] i2c /dev entries driver
[ 30.596631] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 31.120512] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 32.799426] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 35.908238] ------------[ cut here ]------------
[ 35.908488] WARNING: CPU: 3 PID: 749 at net/wireless/sme.c:757 __cfg80211_connect_result+0x80/0x2a8 [cfg80211]
[ 35.908496] Modules linked in: xt_owner i2c_dev cmac algif_hash aes_arm64 algif_skcipher af_alg bnep hci_uart btbcm bluetooth ecdh_generic ecc brcmfmac brcmutil joydev sha256_generic cfg80211 bcm2835_codec(C) raspberrypi_hwmon rfkill bcm2835_isp(C) v4l2_mem2mem bcm2835_v4l2(C) videobuf2_dma_contig bcm2835_mmal_vchiq(C) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common sdhci_iproc spi_bcm2835 videodev mc snd_bcm2835(C) vc_sm_cma(C) uio_pdrv_genirq uio sch_fq_codel fuse
[ 35.908729] CPU: 3 PID: 749 Comm: kworker/u8:1 Tainted: G C 5.10.95-v8 #1
[ 35.908736] Hardware name: Raspberry Pi Zero 2 W Rev 1.0 (DT)
[ 35.908884] Workqueue: cfg80211 cfg80211_event_work [cfg80211]
[ 35.908900] pstate: 40000005 (nZcv daif -PAN -UAO -TCO BTYPE=--)
[ 35.909026] pc : __cfg80211_connect_result+0x80/0x2a8 [cfg80211]
[ 35.909140] lr : __cfg80211_connect_result+0x220/0x2a8 [cfg80211]
[ 35.909146] sp : ffffffc011a1bce0
[ 35.909153] x29: ffffffc011a1bce0 x28: 0000000000000000
[ 35.909169] x27: 0000000000000000 x26: ffffffbe42af2050
[ 35.909185] x25: dead000000000122 x24: dead000000000100
[ 35.909201] x23: ffffffbe42af20e0 x22: 0000000000000001
[ 35.909217] x21: ffffffbe41b93000 x20: ffffffbe4300e418
[ 35.909233] x19: ffffffbe42af2008 x18: 0000000000000000
[ 35.909248] x17: 0000000000000000 x16: ffffffd9ac7d5070
[ 35.909264] x15: 000000559dc16c70 x14: 002f3262005e4342
[ 35.909280] x13: 0000a4270000a403 x12: 0000000000000028
[ 35.909295] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f
[ 35.909311] x9 : ffffffd9abe40ab8 x8 : ffffffbe43ae9044
[ 35.909327] x7 : 0000000000000000 x6 : 0000000000000002
[ 35.909342] x5 : 000000000000e184 x4 : 000000001726edee
[ 35.909358] x3 : 0000000000000000 x2 : 0000000000000000
[ 35.909373] x1 : ffffffbe44275a00 x0 : 0000000000000000
[ 35.909389] Call trace:
[ 35.909505] __cfg80211_connect_result+0x80/0x2a8 [cfg80211]
[ 35.909615] cfg80211_process_wdev_events+0xe8/0x180 [cfg80211]
[ 35.909725] cfg80211_process_rdev_events+0x8c/0x98 [cfg80211]
[ 35.909835] cfg80211_event_work+0x2c/0x40 [cfg80211]
[ 35.909849] process_one_work+0x1e8/0x2bc
[ 35.909858] worker_thread+0x1e4/0x27c
[ 35.909870] kthread+0x104/0x114
[ 35.909880] ret_from_fork+0x10/0x30
[ 35.909890] ---[ end trace 6e992e7187d18d04 ]---
[ 35.912258] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 51.781476] Bridge firewalling registered
[ 56.534127] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation
[ 80.541246] usb 1-1: USB disconnect, device number 2
[ 82.402103] Indeed it is in host mode hprt0 = 00021501
[ 82.585985] usb 1-1: new full-speed USB device number 3 using dwc_otg
[ 82.586403] Indeed it is in host mode hprt0 = 00021501
[ 82.796579] usb 1-1: New USB device found, idVendor=1b1c, idProduct=1b0a, bcdDevice= 1.03
[ 82.796601] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 82.796616] usb 1-1: Product: Corsair K30A Gaming Keyboard
[ 82.796630] usb 1-1: Manufacturer: Corsair
[ 82.801432] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.0/0003:1B1C:1B0A.0004/input/input3
[ 82.854408] hid-generic 0003:1B1C:1B0A.0004: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-3f980000.usb-1/input0
[ 82.859655] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.1/0003:1B1C:1B0A.0005/input/input4
[ 82.911601] hid-generic 0003:1B1C:1B0A.0005: input,hidraw1: USB HID v1.11 Device [Corsair Corsair K30A Gaming Keyboard] on usb-3f980000.usb-1/input1
[ 82.915200] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1:1.2/0003:1B1C:1B0A.0006/input/input5
[ 82.967694] hid-generic 0003:1B1C:1B0A.0006: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-3f980000.usb-1/input2
[ 94.508648] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 149.034355] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 152.091455] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 153.531450] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 153.743382] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 153.890953] brcmfmac: brcmf_sdio_txfail: sdio error, abort command and terminate frame
[ 153.951967] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 153.952097] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 153.952242] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 153.952359] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 153.952469] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 154.194386] net_ratelimit: 644 callbacks suppressed
[ 154.194406] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 154.281380] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 154.554121] brcmfmac: brcmf_sdio_txfail: sdio error, abort command and terminate frame
[ 154.575552] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 154.685372] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 154.986371] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 155.071559] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 156.246411] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 156.549389] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 157.165375] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 159.333417] net_ratelimit: 4 callbacks suppressed
[ 159.333436] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 159.985397] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 160.217327] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 160.225420] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 160.225684] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 160.387423] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 160.593398] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 160.602642] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 160.603725] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 160.644392] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 170.615887] net_ratelimit: 1200 callbacks suppressed
[ 170.615905] brcmfmac: brcmf_sdio_rxfail: count never zeroed: last 0xffff
[ 170.616578] ieee80211 phy0: brcmf_proto_bcdc_query_dcmd: brcmf_proto_bcdc_msg failed w/status -110
[ 170.616615] ieee80211 phy0: brcmf_cfg80211_dump_station: BRCMF_C_GET_ASSOCLIST unsupported, err=-110
[ 170.821475] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 171.522097] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 171.522241] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 171.522420] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 171.522541] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 171.522661] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 171.522778] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.524279] net_ratelimit: 3210 callbacks suppressed
[ 176.524357] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.524493] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.524615] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.524724] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.524815] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.524924] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.525108] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.525213] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.525320] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 176.525413] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 181.526449] net_ratelimit: 1969 callbacks suppressed
[ 181.526466] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 181.526573] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 181.526678] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 181.526807] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 181.554479] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 181.637682] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 181.922199] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 181.922340] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 181.931777] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 181.931967] brcmfmac: brcmf_sdio_htclk: HT Avail request error: -110
[ 186.536850] net_ratelimit: 112 callbacks suppressed
[ 186.536869] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 186.537089] brcmfmac: brcmf_sdio_readframes: RXHEADER FAILED: -110
[ 186.537119] brcmfmac: brcmf_sdio_rxfail: abort command, terminate frame, send NAK
[ 186.539094] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 186.539342] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 187.638541] brcmfmac: brcmf_sdio_htclk: Failed access turning clock off: -110
[ 188.479242] brcmfmac: brcmf_sdio_readframes: RXHEADER FAILED: -110
[ 188.479282] brcmfmac: brcmf_sdio_rxfail: abort command, terminate frame, send NAK
[ 188.481563] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 188.481997] brcmfmac: brcmf_sdio_isr: failed backplane access
[ 189.072019] mmc1: card 0001 removed
[ 189.115848] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 189.117815] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 189.119655] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 189.123141] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 189.125142] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 189.239778] mmc1: new high speed SDIO card at address 0001
[ 189.251448] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436s-sdio for chip BCM43430/1
[ 189.253765] Unable to handle kernel paging request at virtual address 0000000100000020
[ 189.253796] Mem abort info:
[ 189.253812] ESR = 0x96000005
[ 189.253834] EC = 0x25: DABT (current EL), IL = 32 bits
[ 189.253849] SET = 0, FnV = 0
[ 189.253865] EA = 0, S1PTW = 0
[ 189.253880] Data abort info:
[ 189.253895] ISV = 0, ISS = 0x00000005
[ 189.253911] CM = 0, WnR = 0
[ 189.253928] user pgtable: 4k pages, 39-bit VAs, pgdp=000000000ba0e000
[ 189.253945] [0000000100000020] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[ 189.254001] Internal error: Oops: 96000005 [#1] PREEMPT SMP
[ 189.254013] Modules linked in: ip6t_REJECT nf_reject_ipv6 ip6table_filter ipt_REJECT nf_reject_ipv4 ip6_tables xt_MASQUERADE nf_conntrack_netlink nfnetlink br_netfilter xt_owner i2c_dev cmac algif_hash aes_arm64 algif_skcipher af_alg bnep hci_uart btbcm bluetooth ecdh_generic ecc brcmfmac brcmutil joydev sha256_generic cfg80211 bcm2835_codec(C) raspberrypi_hwmon rfkill bcm2835_isp(C) v4l2_mem2mem bcm2835_v4l2(C) videobuf2_dma_contig bcm2835_mmal_vchiq(C) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common sdhci_iproc spi_bcm2835 videodev mc snd_bcm2835(C) vc_sm_cma(C) uio_pdrv_genirq uio sch_fq_codel fuse
[ 189.254310] CPU: 2 PID: 38 Comm: kworker/2:2 Tainted: G WC 5.10.95-v8 #1
[ 189.254320] Hardware name: Raspberry Pi Zero 2 W Rev 1.0 (DT)
[ 189.254356] Workqueue: events request_firmware_work_func
[ 189.254376] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
[ 189.254436] pc : brcmf_sdio_firmware_callback+0x50/0x7a0 [brcmfmac]
[ 189.254476] lr : brcmf_fw_request_done+0x64/0xf0 [brcmfmac]
[ 189.254485] sp : ffffffc01046bcc0
[ 189.254494] x29: ffffffc01046bcc0 x28: 0000000000000000
[ 189.254513] x27: 0000000000000000 x26: 0000000000000000
[ 189.254531] x25: ffffffbe43036e08 x24: 0000000000000000
[ 189.254549] x23: 0000000000000000 x22: ffffffbe44abc808
[ 189.254567] x21: ffffffbe4311dc80 x20: 0000000000000000
[ 189.254585] x19: 0000000100000000 x18: 0000000000000000
[ 189.254603] x17: 0000000000000000 x16: ffffffd9ac441e84
[ 189.254621] x15: 3e2d350000000000 x14: ff00000000000000
[ 189.254639] x13: 0000000000000000 x12: 0000000000000003
[ 189.254657] x11: 0101010101010101 x10: ffffffffffffffff
[ 189.254676] x9 : ffffffd9804dcdb8 x8 : 6e696d7372635f64
[ 189.254694] x7 : ffffffbe43b0a838 x6 : ffffffbe43b0a838
[ 189.254712] x5 : ffffffd9ac441ecc x4 : fffffffff8f2cfe0
[ 189.254730] x3 : ffffffd9804e4624 x2 : 0000000000000000
[ 189.254750] x1 : 0000000000000000 x0 : ffffffbe4311de00
[ 189.254769] Call trace:
[ 189.254826] brcmf_sdio_firmware_callback+0x50/0x7a0 [brcmfmac]
[ 189.254866] brcmf_fw_request_done+0x64/0xf0 [brcmfmac]
[ 189.254887] request_firmware_work_func+0x58/0xd4
[ 189.254900] process_one_work+0x1e8/0x2bc
[ 189.254912] worker_thread+0x1e4/0x27c
[ 189.254926] kthread+0x104/0x114
[ 189.254941] ret_from_fork+0x10/0x30
[ 189.254958] Code: f9003fe2 d2800002 f9403ec0 f9400013 (f9401274)
[ 189.254975] ---[ end trace 6e992e7187d18d05 ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment