Release with working WIFI on radxa zero

dmesg:
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.1.12-1-MANJARO-ARM (builduser@on2-runner) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Tue Feb 14 22:16:04 UTC 2023
[    0.000000] Machine model: Radxa Zero
[    0.000000] efi: UEFI not found.
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'secmon@5000000': base 0x0000000005000000, size 3 MiB
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000e4800000, 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-0x00000000f4806fff]
[    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-0x00000000052fffff]
[    0.000000]   node   0: [mem 0x0000000005300000-0x00000000072fffff]
[    0.000000]   node   0: [mem 0x0000000007300000-0x00000000f4806fff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000f4806fff]
[    0.000000] On node 0, zone DMA: 14329 pages in unavailable ranges
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 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.1
[    0.000000] percpu: Embedded 20 pages/cpu s42664 r8192 d31064 u81920
[    0.000000] pcpu-alloc: s42664 r8192 d31064 u81920 alloc=20*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] alternatives: applying boot alternatives
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 985830
[    0.000000] Kernel command line: initrd=/initramfs-linux.img root=PARTUUID=b435d49e-02 rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 quiet splash plymouth.ignore-serial-consoles
[    0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 3596500K/4005916K available (12736K kernel code, 2418K rwdata, 5192K rodata, 3776K init, 669K bss, 147272K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 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 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000366] Console: colour dummy device 80x25
[    0.000425] printk: console [tty0] enabled
[    0.000463] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000475] pid_max: default: 32768 minimum: 301
[    0.000693] LSM: Security Framework initializing
[    0.000734] Yama: becoming mindful.
[    0.000866] AppArmor: AppArmor initialized
[    0.001040] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.001066] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.003060] cblist_init_generic: Setting adjustable number of callback queues.
[    0.003077] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.003156] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.003357] rcu: Hierarchical SRCU implementation.
[    0.003362] rcu: 	Max phase no-delay instances is 1000.
[    0.007657] EFI services will not be available.
[    0.008227] smp: Bringing up secondary CPUs ...
[    0.008893] Detected VIPT I-cache on CPU1
[    0.009047] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.009668] Detected VIPT I-cache on CPU2
[    0.009764] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.010390] Detected VIPT I-cache on CPU3
[    0.010487] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.010550] smp: Brought up 1 node, 4 CPUs
[    0.010563] SMP: Total of 4 processors activated.
[    0.010568] CPU features: detected: 32-bit EL0 Support
[    0.010572] CPU features: detected: 32-bit EL1 Support
[    0.010579] CPU features: detected: CRC32 instructions
[    0.010645] CPU: All CPU(s) started at EL2
[    0.010660] alternatives: applying system-wide alternatives
[    0.012930] devtmpfs: initialized
[    0.026050] Registered cp15_barrier emulation handler
[    0.026076] Registered setend emulation handler
[    0.026269] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.026288] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.033008] pinctrl core: initialized pinctrl subsystem
[    0.033664] DMI not present or invalid.
[    0.034343] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.035534] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.035679] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.035885] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.035929] audit: initializing netlink subsys (disabled)
[    0.036165] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
[    0.037619] thermal_sys: Registered thermal governor 'fair_share'
[    0.037627] thermal_sys: Registered thermal governor 'bang_bang'
[    0.037631] thermal_sys: Registered thermal governor 'step_wise'
[    0.037635] thermal_sys: Registered thermal governor 'user_space'
[    0.037690] cpuidle: using governor ladder
[    0.037712] cpuidle: using governor menu
[    0.037967] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.038072] ASID allocator initialised with 65536 entries
[    0.039389] Serial: AMBA PL011 UART driver
[    0.053717] platform ff900000.vpu: Fixing up cyclic dependency with ff600000.hdmi-tx
[    0.058633] platform hdmi-connector: Fixing up cyclic dependency with ff600000.hdmi-tx
[    0.069059] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.069080] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.069086] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.069090] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
[    0.069096] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.069100] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.069105] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.069109] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.069554] cryptd: max_cpu_qlen set to 1000
[    0.070840] ACPI: Interpreter disabled.
[    0.071826] iommu: Default domain type: Translated 
[    0.071834] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.072395] SCSI subsystem initialized
[    0.072536] libata version 3.00 loaded.
[    0.072774] usbcore: registered new interface driver usbfs
[    0.072809] usbcore: registered new interface driver hub
[    0.072835] usbcore: registered new device driver usb
[    0.073196] pps_core: LinuxPPS API ver. 1 registered
[    0.073202] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.073931] Advanced Linux Sound Architecture Driver Initialized.
[    0.074561] NetLabel: Initializing
[    0.074566] NetLabel:  domain hash size = 128
[    0.074571] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.074628] NetLabel:  unlabeled traffic allowed by default
[    0.074833] vgaarb: loaded
[    0.075155] clocksource: Switched to clocksource arch_sys_counter
[    0.075439] VFS: Disk quotas dquot_6.6.0
[    0.075491] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.076106] AppArmor: AppArmor Filesystem Enabled
[    0.076157] pnp: PnP ACPI: disabled
[    0.083021] NET: Registered PF_INET protocol family
[    0.083282] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.086323] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.086368] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.086384] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.086644] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.087500] TCP: Hash tables configured (established 32768 bind 32768)
[    0.087713] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.087808] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.088167] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.088217] PCI: CLS 0 bytes, default 64
[    0.088846] Trying to unpack rootfs image as initramfs...
[    0.089326] kvm [1]: IPA Size Limit: 40 bits
[    0.105306] kvm [1]: vgic interrupt IRQ9
[    0.105454] kvm [1]: Hyp mode initialized successfully
[    0.107306] Initialise system trusted keyrings
[    0.107553] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.113169] zbud: loaded
[    0.152235] NET: Registered PF_ALG protocol family
[    0.152268] Key type asymmetric registered
[    0.152274] Asymmetric key parser 'x509' registered
[    0.152409] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.152671] io scheduler mq-deadline registered
[    0.152678] io scheduler kyber registered
[    0.152922] io scheduler bfq registered
[    0.158455] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
[    0.176793] soc soc0: Amlogic Meson G12A (S905Y2) Revision 28:c (30:2) Detected
[    0.180179] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.182009] Serial: AMBA driver
[    0.182505] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 14, base_baud = 1500000) is a meson_uart
[    0.188345] printk: console [ttyAML0] enabled
[    0.189314] ffd24000.serial: ttyAML6 at MMIO 0xffd24000 (irq = 15, base_baud = 1500000) is a meson_uart
[    0.189453] serial serial0: tty port ttyAML6 registered
[    0.196962] usbcore: registered new interface driver uas
[    0.197035] usbcore: registered new interface driver usb-storage
[    0.197128] usbcore: registered new interface driver usbserial_generic
[    0.197150] usbserial: USB Serial support registered for generic
[    0.198437] mousedev: PS/2 mouse device common for all mice
[    0.198645] i2c_dev: i2c /dev entries driver
[    0.201082] usbcore: registered new interface driver pcwd_usb
[    0.201278] device-mapper: uevent: version 1.0.3
[    0.201611] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    0.203516] sdhci: Secure Digital Host Controller Interface driver
[    0.203534] sdhci: Copyright(c) Pierre Ossman
[    0.203688] Synopsys Designware Multimedia Card Interface Driver
[    0.204380] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.205038] meson-gx-mmc ffe05000.sd: Got CD GPIO
[    0.205743] ledtrig-cpu: registered to indicate activity on CPUs
[    0.206096] No iBFT detected.
[    0.206674] meson-sm: secure-monitor enabled
[    0.207225] hid: raw HID events driver (C) Jiri Kosina
[    0.207349] usbcore: registered new interface driver usbhid
[    0.207356] usbhid: USB HID core driver
[    0.209557] Initializing XFRM netlink socket
[    0.210135] NET: Registered PF_INET6 protocol family
[    0.271465] mmc0: new high speed SDHC card at address b368
[    0.272673] mmcblk0: mmc0:b368 SD    14.7 GiB 
[    0.275214]  mmcblk0: p1 p2
[    0.422177] Freeing initrd memory: 8224K
[    0.458571] Segment Routing with IPv6
[    0.458650] In-situ OAM (IOAM) with IPv6
[    0.458727] mip6: Mobile IPv6
[    0.458750] NET: Registered PF_PACKET protocol family
[    0.459782] registered taskstats version 1
[    0.459808] Loading compiled-in X.509 certificates
[    0.460626] zswap: loaded using pool lzo/zbud
[    0.460820] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    0.461180] Key type .fscrypt registered
[    0.461186] Key type fscrypt-provisioning registered
[    0.461846] Key type encrypted registered
[    0.616825] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2
[    0.616847] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1
[    0.619969] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
[    0.620075] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator
[    0.620402] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
[    0.621714] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.621927] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    0.622072] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010
[    0.622121] xhci-hcd xhci-hcd.0.auto: irq 19, io mem 0xff500000
[    0.622288] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.622413] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    0.622426] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    0.622605] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.622616] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.622625] usb usb1: Product: xHCI Host Controller
[    0.622632] usb usb1: Manufacturer: Linux 6.1.12-1-MANJARO-ARM xhci-hcd
[    0.622638] usb usb1: SerialNumber: xhci-hcd.0.auto
[    0.623039] hub 1-0:1.0: USB hub found
[    0.623070] hub 1-0:1.0: 2 ports detected
[    0.623473] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.623587] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    0.623598] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.623606] usb usb2: Product: xHCI Host Controller
[    0.623613] usb usb2: Manufacturer: Linux 6.1.12-1-MANJARO-ARM xhci-hcd
[    0.623620] usb usb2: SerialNumber: xhci-hcd.0.auto
[    0.623982] hub 2-0:1.0: USB hub found
[    0.624009] hub 2-0:1.0: 1 port detected
[    0.625226] OF: graph: no port node found in /soc/bus@ffd00000/i2c@1c000/fusb302@22
[    0.642004] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
[    0.643542] ALSA device list:
[    0.643564]   No soundcards found.
[    0.670026] Freeing unused kernel memory: 3776K
[    0.705290] Run /init as init process
[    0.705310]   with arguments:
[    0.705317]     /init
[    0.705322]     splash
[    0.705327]   with environment:
[    0.705332]     HOME=/
[    0.705337]     TERM=linux
[    0.831492] meson-drm ff900000.vpu: Queued 1 outputs on vpu
[    0.844013] meson-drm ff900000.vpu: CVBS Output connector not available
[    0.885586] meson-drm ff900000.vpu: Couldn't bind all components
[    0.892986] meson-drm ff900000.vpu: CVBS Output connector not available
[    0.905249] usb 1-1: new full-speed USB device number 2 using xhci-hcd
[    0.925260] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
[    0.925970] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver
[    0.926350] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops [meson_dw_hdmi])
[    0.927164] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 0
[    1.074614] mmc1: new HS200 MMC card at address 0001
[    1.075831] mmcblk1: mmc1:0001 D9D16G 14.5 GiB 
[    1.078260]  mmcblk1: p1
[    1.079266] mmcblk1boot0: mmc1:0001 D9D16G 4.00 MiB 
[    1.081854] mmcblk1boot1: mmc1:0001 D9D16G 4.00 MiB 
[    1.084084] mmcblk1rpmb: mmc1:0001 D9D16G 4.00 MiB, chardev (245:0)
[    1.088673] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
[    1.088700] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.088709] usb 1-1: Product: USB Receiver
[    1.088716] usb 1-1: Manufacturer: Logitech
[    1.123081] input: Logitech USB Receiver as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/input0
[    1.186049] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input0
[    1.194378] input: Logitech USB Receiver Mouse as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input1
[    1.195037] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input2
[    1.265619] input: Logitech USB Receiver System Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input3
[    1.266234] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input1
[    1.273778] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input2
[    1.573964] Console: switching to colour frame buffer device 320x90
[    1.617346] meson-drm ff900000.vpu: [drm] fb0: mesondrmfb frame buffer device
[    2.406735] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[    3.270625] systemd[1]: System time before build time, advancing clock.
[    3.436228] systemd[1]: systemd 252.5-1-arch 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)
[    3.436275] systemd[1]: Detected architecture arm64.
[    3.456093] systemd[1]: Hostname set to <radxa>.
[    3.777088] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[    4.678588] systemd[1]: Queued start job for default target Graphical Interface.
[    4.720997] systemd[1]: Created slice Slice /system/getty.
[    4.723497] systemd[1]: Created slice Slice /system/modprobe.
[    4.725596] systemd[1]: Created slice Slice /system/serial-getty.
[    4.727255] systemd[1]: Created slice User and Session Slice.
[    4.727817] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.728916] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.729278] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.729498] systemd[1]: Reached target Remote Encrypted Volumes.
[    4.729586] systemd[1]: Reached target Remote File Systems.
[    4.729683] systemd[1]: Reached target Slice Units.
[    4.729808] systemd[1]: Reached target Swaps.
[    4.729974] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.730527] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.732740] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.744679] systemd[1]: Listening on Process Core Dump Socket.
[    4.746003] systemd[1]: Listening on Journal Audit Socket.
[    4.746945] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.747889] systemd[1]: Listening on Journal Socket.
[    4.749023] systemd[1]: Listening on Network Service Netlink Socket.
[    4.750941] systemd[1]: Listening on udev Control Socket.
[    4.751706] systemd[1]: Listening on udev Kernel Socket.
[    4.752442] systemd[1]: Listening on User Database Manager Socket.
[    4.758274] systemd[1]: Mounting Huge Pages File System...
[    4.764438] systemd[1]: Mounting POSIX Message Queue File System...
[    4.770770] systemd[1]: Mounting Kernel Debug File System...
[    4.771974] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[    4.779236] systemd[1]: Mounting Temporary Directory /tmp...
[    4.785947] systemd[1]: Starting Create List of Static Device Nodes...
[    4.791845] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.799282] systemd[1]: Starting Load Kernel Module configfs...
[    4.806204] systemd[1]: Starting Load Kernel Module drm...
[    4.813292] systemd[1]: Starting Load Kernel Module efi_pstore...
[    4.820501] systemd[1]: Starting Load Kernel Module fuse...
[    4.821457] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    4.832351] systemd[1]: Starting Journal Service...
[    4.872869] systemd[1]: Starting Load Kernel Modules...
[    4.879862] systemd[1]: Starting Generate network units from Kernel command line...
[    4.880944] fuse: init (API version 7.37)
[    4.886745] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.887420] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    4.893982] systemd[1]: Starting Coldplug All udev Devices...
[    4.901028] systemd[1]: Starting Setup Virtual Console...
[    4.915557] systemd[1]: Mounted Huge Pages File System.
[    4.916799] systemd[1]: Mounted POSIX Message Queue File System.
[    4.917967] systemd[1]: Mounted Kernel Debug File System.
[    4.919199] systemd[1]: Mounted Temporary Directory /tmp.
[    4.921220] systemd[1]: Finished Create List of Static Device Nodes.
[    4.924301] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.925724] systemd[1]: Finished Load Kernel Module configfs.
[    4.928461] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.929936] systemd[1]: Finished Load Kernel Module drm.
[    4.932433] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.933659] systemd[1]: Finished Load Kernel Module fuse.
[    4.944015] systemd[1]: Mounting FUSE Control File System...
[    4.955102] systemd[1]: Mounting Kernel Configuration File System...
[    4.962612] systemd[1]: Finished Generate network units from Kernel command line.
[    4.964053] systemd[1]: Mounted FUSE Control File System.
[    4.965002] systemd[1]: Reached target Preparation for Network.
[    4.969102] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[    4.975958] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.977122] systemd[1]: Mounted Kernel Configuration File System.
[    5.059735] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    5.126044] systemd[1]: Starting Load/Save Random Seed...
[    5.126630] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[    5.132729] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.134672] systemd[1]: Started Journal Service.
[    5.135484] audit: type=1130 audit(1675140683.860:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.153467] audit: type=1130 audit(1675140683.870:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.153718] audit: type=1131 audit(1675140683.870:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.156063] audit: type=1130 audit(1675140683.880:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.215988] systemd-journald[279]: Received client request to flush runtime journal.
[    5.794509] audit: type=1130 audit(1675140684.510:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.807555] audit: type=1130 audit(1675140684.530:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.837697] audit: type=1130 audit(1675140684.560:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.861167] audit: type=1130 audit(1675140684.580:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.861209] audit: type=1334 audit(1675140684.580:10): prog-id=19 op=LOAD
[    5.861222] audit: type=1334 audit(1675140684.580:11): prog-id=20 op=LOAD
[    6.677363] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { P313 } 3 jiffies s: 113 root: 0x0/T
[    6.682237] rcu: blocking rcu_node structures (internal RCU debug):
[    7.981353] meson-vrtc ff8000a8.rtc: registered as rtc0
[    7.981396] meson-vrtc ff8000a8.rtc: setting system clock to 1970-01-01T00:00:07 UTC (7)
[    7.989043] meson-gx-mmc ffe03000.sd: allocated mmc-pwrseq
[    8.042468] debugfs: Directory 'ff800280.cec' with parent 'regmap' already present!
[    8.045201] random: crng init done
[    8.059706] Registered IR keymap rc-cec
[    8.077332] rc rc0: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0
[    8.089353] input: meson_g12a_ao_cec as /devices/platform/soc/ff800000.bus/ff800280.cec/rc/rc0/input5
[    8.142803] mc: Linux media interface: v0.10
[    8.160676] mmc2: new ultra high speed SDR50 SDIO card at address 0001
[    8.689626] panfrost ffe40000.gpu: clock rate = 24000000
[    8.689727] panfrost ffe40000.gpu: error -ENODEV: _opp_set_regulators: no regulator (mali) found
[    8.694952] videodev: Linux video capture interface: v2.00
[    8.695562] panfrost ffe40000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[    8.695588] panfrost ffe40000.gpu: features: 00000000,000027f7, issues: 00000000,00000400
[    8.695595] panfrost ffe40000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[    8.695602] panfrost ffe40000.gpu: shader_present=0x1 l2_present=0x1
[    8.704391] [drm] Initialized panfrost 1.2.0 20180908 for ffe40000.gpu on minor 1
[    8.882169] Bluetooth: Core ver 2.22
[    8.884123] NET: Registered PF_BLUETOOTH protocol family
[    8.884148] Bluetooth: HCI device and connection manager initialized
[    8.884165] Bluetooth: HCI socket layer initialized
[    8.884174] Bluetooth: L2CAP socket layer initialized
[    8.884195] Bluetooth: SCO socket layer initialized
[    8.910770] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input2
[    8.953816] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    8.956410] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[    8.958213] usbcore: registered new interface driver brcmfmac
[    8.966248] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,zero.bin failed with error -2
[    8.966371] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
[    8.976662] Bluetooth: HCI UART driver ver 2.3
[    8.976696] Bluetooth: HCI UART protocol H4 registered
[    8.976700] Bluetooth: HCI UART protocol BCSP registered
[    8.976833] Bluetooth: HCI UART protocol LL registered
[    8.976838] Bluetooth: HCI UART protocol ATH3K registered
[    8.976876] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    8.977198] Bluetooth: HCI UART protocol Intel registered
[    8.977454] Bluetooth: HCI UART protocol Broadcom registered
[    8.977632] Bluetooth: HCI UART protocol QCA registered
[    8.977670] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    8.977687] Bluetooth: HCI UART protocol Marvell registered
[    8.977827] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    9.050908] input: Logitech Wireless Device PID:4069 Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input6
[    9.051575] input: Logitech Wireless Device PID:4069 Mouse as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input7
[    9.051915] hid-generic 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-xhci-hcd.0.auto-1/input2:1
[    9.053778] input: Logitech Wireless Device PID:4076 Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4076.0005/input/input11
[    9.054582] hid-generic 0003:046D:4076.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4076] on usb-xhci-hcd.0.auto-1/input2:2
[    9.058403] input: Logitech Wireless Device PID:4055 Mouse as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4055.0006/input/input15
[    9.058884] hid-generic 0003:046D:4055.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Device PID:4055] on usb-xhci-hcd.0.auto-1/input2:3
[    9.365825] Bluetooth: hci0: BCM: chip id 107
[    9.366111] Bluetooth: hci0: BCM: features 0x2f
[    9.367655] Bluetooth: hci0: BCM4345C0
[    9.367682] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    9.368259] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    9.369242] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.radxa,zero.hcd'
[    9.375546] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
[    9.380466] Bluetooth: hci0: BCM: 'brcm/BCM.radxa,zero.hcd'
[    9.386181] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    9.912956] input: Logitech MX Master 2S as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input19
[    9.913596] logitech-hidpp-device 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-xhci-hcd.0.auto-1/input2:1
[    9.975331] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[   10.285845] input: Logitech K540/K545 as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4076.0005/input/input20
[   10.287248] logitech-hidpp-device 0003:046D:4076.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K540/K545] on usb-xhci-hcd.0.auto-1/input2:2
[   10.394830] kauditd_printk_skb: 22 callbacks suppressed
[   10.394845] audit: type=1130 audit(1675141310.580:34): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.418553] logitech-hidpp-device 0003:046D:4055.0006: HID++ 4.5 device connected.
[   10.502295] audit: type=1130 audit(1675141310.690:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=sound comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.516819] audit: type=1334 audit(1675141310.710:36): prog-id=27 op=LOAD
[   10.517559] audit: type=1334 audit(1675141310.710:37): prog-id=28 op=LOAD
[   10.517984] audit: type=1334 audit(1675141310.710:38): prog-id=29 op=LOAD
[   10.534728] audit: type=1130 audit(1675141310.720:39): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.014226] zram: Added device: zram0
[   11.025870] zram0: detected capacity change from 0 to 11611936
[   11.131551] Adding 5805964k swap on /dev/zram0.  Priority:100 extents:1 across:5805964k SSFS
[   11.141701] audit: type=1130 audit(1675141311.330:40): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=zswap-arm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.177117] audit: type=1130 audit(1675141311.370:41): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=udisks2-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.177146] audit: type=1131 audit(1675141311.370:42): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=udisks2-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.352478] audit: type=1130 audit(1675141311.540:43): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.417518] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.417544] Bluetooth: BNEP filters: protocol multicast
[   11.417560] Bluetooth: BNEP socket layer initialized
[   11.426027] Bluetooth: MGMT ver 1.22
[   11.434830] input: Logitech Wireless Device PID:4055 as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4055.0006/input/input21
[   11.443420] logitech-hidpp-device 0003:046D:4055.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Device PID:4055] on usb-xhci-hcd.0.auto-1/input2:3
[   17.780305] kauditd_printk_skb: 24 callbacks suppressed
[   17.780319] audit: type=1334 audit(1675141317.970:68): prog-id=35 op=LOAD
[   17.781040] audit: type=1334 audit(1675141317.970:69): prog-id=36 op=LOAD
[   17.781177] audit: type=1334 audit(1675141317.970:70): prog-id=37 op=LOAD
[   17.784438] audit: type=1334 audit(1675141317.970:71): prog-id=38 op=LOAD
[   17.788262] audit: type=1334 audit(1675141317.980:72): prog-id=39 op=LOAD
[   17.794785] audit: type=1334 audit(1675141317.980:73): prog-id=40 op=LOAD
[   17.795468] audit: type=1334 audit(1675141317.990:74): prog-id=41 op=LOAD
[   17.795616] audit: type=1334 audit(1675141317.990:75): prog-id=42 op=LOAD
[   17.797115] audit: type=1334 audit(1675141317.990:76): prog-id=43 op=LOAD
[   17.797569] audit: type=1334 audit(1675141317.990:77): prog-id=44 op=LOAD
[   20.318447] platform ff64c000.mdio-multiplexer: deferred probe pending
[   29.511840]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.513170]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.521333]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.527795]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.535830]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.542321]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.550407]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.556942]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.564930]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.571494]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.580432]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.586106]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.594100]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.600665]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.608716]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.615225]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.623226]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.629797]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.637819]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.644354]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.675980]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.677312]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.685762]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.691951]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.700231]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.706562]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.714848]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.721181]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.729443]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.735815]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.746013]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.750234]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.758659]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.764788]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.773473]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.779457]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.787779]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.794060]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.802322]  fe.dai-link-1: ASoC: no backend DAIs enabled for fe.dai-link-1
[   29.808623]  fe.dai-link-1: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-1: -22
[   29.817826]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.823189]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.831270]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.837754]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.846142]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.852353]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.860722]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.866924]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.875309]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.881491]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.891601]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.896125]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.904580]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.910761]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.919165]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.925286]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.933523]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.939831]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.951075]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.954280]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.964104]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.969032]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.977397]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.983927]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   29.991855]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   29.998073]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.006304]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   30.012567]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.020917]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   30.027628]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.037597]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   30.041723]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.050701]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   30.056727]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.064616]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   30.071690]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.079701]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   30.085944]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.093793]  fe.dai-link-2: ASoC: no backend DAIs enabled for fe.dai-link-2
[   30.100672]  fe.dai-link-2: ASoC: error at dpcm_fe_dai_prepare on fe.dai-link-2: -22
[   30.144999] Bluetooth: RFCOMM TTY layer initialized
[   30.145037] Bluetooth: RFCOMM socket layer initialized
[   30.145068] Bluetooth: RFCOMM ver 1.11
[   33.078630] kauditd_printk_skb: 46 callbacks suppressed
[   33.078655] audit: type=1100 audit(1675141333.270:120): pid=1049 uid=1000 auid=1000 ses=1 subj=unconfined msg='op=PAM:authentication grantors=? acct="admin" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=failed'
[   34.696394] audit: type=1334 audit(1675141334.890:121): prog-id=54 op=LOAD
[   34.696783] audit: type=1334 audit(1675141334.890:122): prog-id=55 op=LOAD
[   42.125725] audit: type=1131 audit(1675141342.320:123): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.305720] audit: type=1334 audit(1675141342.500:124): prog-id=51 op=UNLOAD
[   42.305748] audit: type=1334 audit(1675141342.500:125): prog-id=50 op=UNLOAD
[   42.305756] audit: type=1334 audit(1675141342.500:126): prog-id=49 op=UNLOAD
[   42.584015] audit: type=1130 audit(1675141342.770:127): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.774572] audit: type=1130 audit(1675141345.960:128): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   49.602545] audit: type=1130 audit(1675141349.790:129): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.368620] logitech-hidpp-device 0003:046D:4076.0005: HID++ 4.1 device connected.
[   80.713901] audit: type=1131 audit(1675141380.900:130): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  111.365891] audit: type=1100 audit(1675141411.560:131): pid=1375 uid=1000 auid=1000 ses=1 subj=unconfined msg='op=PAM:authentication grantors=? acct="admin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
[  115.921896] audit: type=1100 audit(1675141416.110:132): pid=1375 uid=1000 auid=1000 ses=1 subj=unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="admin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  115.923315] audit: type=1101 audit(1675141416.110:133): pid=1375 uid=1000 auid=1000 ses=1 subj=unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="admin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  115.924535] audit: type=1110 audit(1675141416.110:134): pid=1375 uid=1000 auid=1000 ses=1 subj=unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  115.925371] audit: type=1105 audit(1675141416.120:135): pid=1375 uid=1000 auid=1000 ses=1 subj=unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  115.954977] audit: type=1100 audit(1675141416.140:136): pid=1376 uid=0 auid=1000 ses=1 subj=unconfined msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  115.955413] audit: type=1101 audit(1675141416.150:137): pid=1376 uid=0 auid=1000 ses=1 subj=unconfined msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  115.957465] audit: type=1103 audit(1675141416.150:138): pid=1376 uid=0 auid=1000 ses=1 subj=unconfined msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  115.958064] audit: type=1105 audit(1675141416.150:139): pid=1376 uid=0 auid=1000 ses=1 subj=unconfined msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  127.410068] audit: type=1130 audit(1675141427.600:140): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  217.732136] audit: type=1130 audit(1675141517.920:141): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  218.856440] audit: type=1130 audit(1675141519.050:142): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  219.497772] audit: type=1115 audit(1675141519.690:143): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user entries id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  219.498160] audit: type=1115 audit(1675141519.690:144): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user from group id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  219.498251] audit: type=1115 audit(1675141519.690:145): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user from group id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  219.498326] audit: type=1115 audit(1675141519.690:146): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user from group id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  219.498385] audit: type=1115 audit(1675141519.690:147): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user from group id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  219.498448] audit: type=1115 audit(1675141519.690:148): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user from group id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  219.498509] audit: type=1115 audit(1675141519.690:149): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user from group id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  219.498570] audit: type=1115 audit(1675141519.690:150): pid=1628 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=deleting user from group id=984 exe="/usr/bin/userdel" hostname=? addr=? terminal=? res=success'
[  250.644577] kauditd_printk_skb: 21 callbacks suppressed
[  250.644591] audit: type=1131 audit(1675141550.830:172): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  250.675561] audit: type=1334 audit(1675141550.870:173): prog-id=58 op=UNLOAD
[  250.675594] audit: type=1334 audit(1675141550.870:174): prog-id=57 op=UNLOAD
[  250.675605] audit: type=1334 audit(1675141550.870:175): prog-id=56 op=UNLOAD