lwfinger / rtw88

A backport of the Realtek Wifi 5 drivers from the wireless-next repo.
655 stars 184 forks source link

The 8812au shows in lsusb but not in nmtui or nmcli #261

Open ss8688 opened 9 hours ago

ss8688 commented 9 hours ago
$ lsusb
Bus 001 Device 004: ID 0bda:881a Realtek Semiconductor Corp. RTL8812AU-VS 802.11a/b/g/n/ac 2T2R DB WLAN Adapter
Bus 001 Device 006: ID 152d:a580 JMicron Technology Corp. / JMicron USA Technology Corp. SATA JMS576A Storage
Bus 001 Device 005: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Bus 001 Device 007: ID 0424:7800 Microchip Technology, Inc. (formerly SMSC)
Bus 001 Device 003: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Note that wlan0 is the onboard WiFi of Raspberry Pi, not RTL8812

~ $ nmcli device show
GENERAL.DEVICE:                         wlan0
GENERAL.TYPE:                           wifi
GENERAL.HWADDR:                         B8:27:EB:80:29:B2
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.CONNECTION:                     Xiaomi_7183
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/2
IP4.ADDRESS[1]:                         192.168.31.248/24
IP4.GATEWAY:                            192.168.31.1
IP4.ROUTE[1]:                           dst = 192.168.31.0/24, nh = 0.0.0.0, mt = 600
IP4.ROUTE[2]:                           dst = 0.0.0.0/0, nh = 192.168.31.1, mt = 600
IP4.DNS[1]:                             192.168.31.1
IP6.ADDRESS[1]:                         fe80::ea9c:f07a:7225:3345/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 1024

GENERAL.DEVICE:                         lo
GENERAL.TYPE:                           loopback
GENERAL.HWADDR:                         00:00:00:00:00:00
GENERAL.MTU:                            65536
GENERAL.STATE:                          100 (connected (externally))
GENERAL.CONNECTION:                     lo
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
IP4.ADDRESS[1]:                         127.0.0.1/8
IP4.GATEWAY:                            --
IP6.ADDRESS[1]:                         ::1/128
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         p2p-dev-wlan0
GENERAL.TYPE:                           wifi-p2p
GENERAL.HWADDR:                         (unknown)
GENERAL.MTU:                            0
GENERAL.STATE:                          30 (disconnected)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --

GENERAL.DEVICE:                         eth0
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         B8:27:EB:D5:7C:E7
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
WIRED-PROPERTIES.CARRIER:               off
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --
$ dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.62+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25)
[    0.000000] KASLR enabled
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001e400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000001e400000..0x000000002e3fffff (262144 KiB) map reusable linux,cma
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x37e0b3c0-0x37e0dfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    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-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    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 VIPT I-cache on CPU0
[    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] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fb33757d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=CN
[    0.000000] cgroup: Disabling memory control group subsystem
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 225792
[    0.000000] Policy zone: DMA
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 599300K/917504K available (13504K kernel code, 2206K rwdata, 4292K rodata, 4864K init, 1086K bss, 56060K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 43495 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000399] Console: colour dummy device 80x25
[    0.000417] printk: console [tty1] enabled
[    0.001415] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001464] pid_max: default: 32768 minimum: 301
[    0.001585] LSM: initializing lsm=capability,integrity
[    0.001837] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001891] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004767] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.004947] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005114] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005465] rcu: Hierarchical SRCU implementation.
[    0.005492] rcu:     Max phase no-delay instances is 1000.
[    0.007692] EFI services will not be available.
[    0.008180] smp: Bringing up secondary CPUs ...
[    0.009003] Detected VIPT I-cache on CPU1
[    0.009155] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.010379] Detected VIPT I-cache on CPU2
[    0.010492] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.011582] Detected VIPT I-cache on CPU3
[    0.011687] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.012168] smp: Brought up 1 node, 4 CPUs
[    0.012297] SMP: Total of 4 processors activated.
[    0.012321] CPU features: detected: 32-bit EL0 Support
[    0.012341] CPU features: detected: 32-bit EL1 Support
[    0.012364] CPU features: detected: CRC32 instructions
[    0.012520] CPU: All CPU(s) started at EL2
[    0.012556] alternatives: applying system-wide alternatives
[    0.015380] devtmpfs: initialized
[    0.029392] Enabled cp15_barrier support
[    0.029453] Enabled setend support
[    0.029697] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029751] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.041645] pinctrl core: initialized pinctrl subsystem
[    0.042446] DMI not present or invalid.
[    0.043228] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.050043] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.050439] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.051057] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.051211] audit: initializing netlink subsys (disabled)
[    0.051532] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[    0.052448] thermal_sys: Registered thermal governor 'step_wise'
[    0.052516] cpuidle: using governor menu
[    0.052850] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.053025] ASID allocator initialised with 32768 entries
[    0.054140] Serial: AMBA PL011 UART driver
[    0.061476] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.066419] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    0.072395] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:54:19, variant start
[    0.076378] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398
[    0.085508] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.085550] Modules: 0 pages in range for non-PLT usage
[    0.085557] Modules: 517760 pages in range for PLT usage
[    0.090669] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
[    0.092332] iommu: Default domain type: Translated
[    0.092363] iommu: DMA domain TLB invalidation policy: strict mode
[    0.093016] SCSI subsystem initialized
[    0.093293] usbcore: registered new interface driver usbfs
[    0.093367] usbcore: registered new interface driver hub
[    0.093444] usbcore: registered new device driver usb
[    0.093962] pps_core: LinuxPPS API ver. 1 registered
[    0.093988] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.094039] PTP clock support registered
[    0.097017] vgaarb: loaded
[    0.097619] clocksource: Switched to clocksource arch_sys_counter
[    0.098226] VFS: Disk quotas dquot_6.6.0
[    0.098302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.098477] FS-Cache: Loaded
[    0.100092] CacheFiles: Loaded
[    0.111160] NET: Registered PF_INET protocol family
[    0.111481] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.113405] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.113467] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.113584] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.113763] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.114151] TCP: Hash tables configured (established 8192 bind 8192)
[    0.114547] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[    0.114652] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.114729] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.114994] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.115699] RPC: Registered named UNIX socket transport module.
[    0.115730] RPC: Registered udp transport module.
[    0.115751] RPC: Registered tcp transport module.
[    0.115770] RPC: Registered tcp-with-tls transport module.
[    0.115792] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.115828] PCI: CLS 0 bytes, default 64
[    0.116128] Trying to unpack rootfs image as initramfs...
[    0.125940] kvm [1]: IPA Size Limit: 40 bits
[    0.127762] kvm [1]: Hyp mode initialized successfully
[    1.040119] Freeing initrd memory: 11544K
[    1.745836] Initialise system trusted keyrings
[    1.746228] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[    1.746336] zbud: loaded
[    1.747312] NFS: Registering the id_resolver key type
[    1.747362] Key type id_resolver registered
[    1.747384] Key type id_legacy registered
[    1.747428] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.747456] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.748332] Key type asymmetric registered
[    1.748362] Asymmetric key parser 'x509' registered
[    1.748451] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.748681] io scheduler mq-deadline registered
[    1.748709] io scheduler kyber registered
[    1.748764] io scheduler bfq registered
[    1.751652] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
[    1.754359] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes
[    1.754412] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[    1.757363] Console: switching to colour frame buffer device 82x26
[    1.759955] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[    1.766789] bcm2835-rng 3f104000.rng: hwrng registered
[    1.768750] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.787546] brd: module loaded
[    1.798053] loop: module loaded
[    1.800340] Loading iSCSI transport class v2.0-870.
[    1.807423] usbcore: registered new device driver r8152-cfgselector
[    1.809042] usbcore: registered new interface driver r8152
[    1.810623] usbcore: registered new interface driver lan78xx
[    1.812123] usbcore: registered new interface driver smsc95xx
[    1.813799] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.542951] Core Release: 2.80a
[    2.544368] Setting default values for core params
[    2.545837] Finished setting default values for core params
[    2.747587] Using Buffer DMA mode
[    2.748972] Periodic Transfer Interrupt Enhancement - disabled
[    2.750366] Multiprocessor Interrupt Enhancement - disabled
[    2.751715] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.753024] Dedicated Tx FIFOs mode

[    2.755638] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080ba2000 dma = 0x00000000de800000 len=9024
[    2.759354] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.765296] dwc_otg: Microframe scheduler enabled

[    2.765348] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
[    2.767839] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.769178] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.770573] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[    2.771937] Init: Port Power? op_state=1
[    2.773240] Init: Power Port (0)
[    2.774768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.777387] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.778810] usb usb1: Product: DWC OTG Controller
[    2.780191] usb usb1: Manufacturer: Linux 6.6.62+rpt-rpi-v8 dwc_otg_hcd
[    2.781626] usb usb1: SerialNumber: 3f980000.usb
[    2.783853] hub 1-0:1.0: USB hub found
[    2.785269] hub 1-0:1.0: 1 port detected
[    2.787345] dwc_otg: FIQ enabled
[    2.787356] dwc_otg: NAK holdoff enabled
[    2.787363] dwc_otg: FIQ split-transaction FSM enabled
[    2.787379] Module dwc_common_port init
[    2.788259] usbcore: registered new interface driver uas
[    2.789720] usbcore: registered new interface driver usb-storage
[    2.791579] mousedev: PS/2 mouse device common for all mice
[    2.796285] sdhci: Secure Digital Host Controller Interface driver
[    2.797737] sdhci: Copyright(c) Pierre Ossman
[    2.799338] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.802010] ledtrig-cpu: registered to indicate activity on CPUs
[    2.802824] hid: raw HID events driver (C) Jiri Kosina
[    2.803504] usbcore: registered new interface driver usbhid
[    2.804102] usbhid: USB HID core driver
[    2.808023] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    2.810136] NET: Registered PF_PACKET protocol family
[    2.810912] Key type dns_resolver registered
[    2.828437] registered taskstats version 1
[    2.829207] Loading compiled-in X.509 certificates
[    2.836808] Key type .fscrypt registered
[    2.837417] Key type fscrypt-provisioning registered
[    2.843536] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.844449] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[    2.846638] serial serial0: tty port ttyAMA1 registered
[    2.848918] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.849771] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.851180] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.851832] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    2.878491] sdhost: log_buf @ 00000000c0ddfb6b (c2a1a000)
[    2.897678] Indeed it is in host mode hprt0 = 00021501
[    2.967161] mmc1: new high speed SDIO card at address 0001
[    2.991236] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.994093] of_cfs_init
[    2.996094] of_cfs_init: OK
[    2.997659] clk: Disabling unused clocks
[    3.009551] Freeing unused kernel memory: 4864K
[    3.010509] Run /init as init process
[    3.011121]   with arguments:
[    3.011125]     /init
[    3.011137]   with environment:
[    3.011140]     HOME=/
[    3.011143]     TERM=linux
[    3.089720] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.091712] Indeed it is in host mode hprt0 = 00001101
[    3.302021] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.303260] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.304522] hub 1-1:1.0: USB hub found
[    3.305337] hub 1-1:1.0: 4 ports detected
[    3.408036] i2c i2c-11: Added multiplexed i2c bus 0
[    3.409040] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    3.417862] i2c 10-0010: Fixed dependency cycle(s) with /soc/csi@7e801000
[    3.441219] i2c i2c-11: Added multiplexed i2c bus 10
[    3.593718] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.694073] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.697417] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.700152] hub 1-1.1:1.0: USB hub found
[    3.702170] hub 1-1.1:1.0: 3 ports detected
[    3.785643] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.886579] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[    3.889820] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.891563] usb 1-1.3: Product: 802.11n NIC
[    3.893276] usb 1-1.3: Manufacturer: Realtek
[    3.894957] usb 1-1.3: SerialNumber: 123456
[    3.989663] usb 1-1.1.2: new full-speed USB device number 5 using dwc_otg
[    4.092634] usb 1-1.1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice=81.33
[    4.095838] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.099150] usb 1-1.1.2: Product: USB Serial
[    4.181663] usb 1-1.1.3: new high-speed USB device number 6 using dwc_otg
[    4.363131] usb 1-1.1.3: New USB device found, idVendor=152d, idProduct=a580, bcdDevice=12.14
[    4.366596] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.369850] usb 1-1.1.3: Product: SATA JMS576A Storage
[    4.371517] usb 1-1.1.3: Manufacturer: SATA JMS576A Storage
[    4.373219] usb 1-1.1.3: SerialNumber: 88888883756D
[    4.375778] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.378362] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.379985] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.381499] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.383072] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[    4.384350] scsi host0: usb-storage 1-1.1.3:1.0
[    4.609693] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
[    4.714357] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    4.717932] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.985277] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    5.004781] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    5.406716] scsi 0:0:0:0: Direct-Access     INTEL SS DSCKKF128G8 SATA 1214 PQ: 0 ANSI: 6
[    5.413656] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.418026] sd 0:0:0:0: [sda] Write Protect is off
[    5.419920] sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
[    5.420261] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.424207]  sda: sda1 sda2
[    5.425494] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.969050] EXT4-fs (sda2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
[    6.502431] systemd[1]: System time before build time, advancing clock.
[    6.633471] NET: Registered PF_INET6 protocol family
[    6.635134] Segment Routing with IPv6
[    6.635824] In-situ OAM (IOAM) with IPv6
[    6.688445] systemd[1]: systemd 252.31-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.694369] systemd[1]: Detected architecture arm64.
[    6.706319] systemd[1]: Hostname set to <voron0>.
[    7.364343] systemd[1]: Queued start job for default target multi-user.target.
[    7.389460] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.394985] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    7.399897] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.404250] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.406557] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    7.409302] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.412443] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.415251] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-fb33757d\x2d01.device - /dev/disk/by-partuuid/fb33757d-01...
[    7.418021] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.420717] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.423486] systemd[1]: Reached target paths.target - Path Units.
[    7.425406] systemd[1]: Reached target slices.target - Slice Units.
[    7.427311] systemd[1]: Reached target swap.target - Swaps.
[    7.429138] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.432236] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    7.435152] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.438712] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.441929] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    7.445098] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    7.447673] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.450816] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.454062] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.473958] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.486137] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.493868] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.497341] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.504176] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[    7.511445] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    7.518759] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.528022] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.537079] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.548240] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.556409] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    7.564418] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.572598] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.576478] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    7.587149] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.597682] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.610098] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    7.614201] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.630445] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.643687] fuse: init (API version 7.39)
[    7.647772] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.662834] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.666800] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.672580] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[    7.682020] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.690463] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.693948] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    7.699740] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    7.701751] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    7.706213] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    7.709319] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    7.714743] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    7.716116] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    7.719201] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    7.720967] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    7.726046] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    7.728752] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    7.736665] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    7.743973] EXT4-fs (sda2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
[    7.790004] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    7.801147] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    7.804861] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    7.811815] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    7.825876] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    7.835226] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    7.839344] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    7.843811] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    7.846230] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    7.854521] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    7.874276] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    7.894804] systemd[1]: Started systemd-journald.service - Journal Service.
[    7.963300] systemd-journald[238]: Received client request to flush runtime journal.
[    7.969555] systemd-journald[238]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    8.924590] gpio-fan gpio-fan@0: GPIO fan initialized
[    8.933721] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.952912] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    8.954963] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    8.954998] [vc_sm_connected_init]: start
[    8.957415] [vc_sm_connected_init]: installed successfully
[    8.985159] mc: Linux media interface: v0.10
[    8.986385] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[    8.990163] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[    9.066141] videodev: Linux video capture interface: v2.00
[    9.100943] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.115738] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    9.115934] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.137468] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    9.158632] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.159035] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.162383] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.170349] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    9.171359] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    9.174338] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.174385] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.174404] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.174412] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.179306] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.179355] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.180042] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    9.182229] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    9.183013] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    9.185930] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    9.185964] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.185976] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.185983] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.185991] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.186251] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    9.187334] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    9.187377] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    9.193124] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    9.193169] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    9.195893] Bluetooth: Core ver 2.22
[    9.195992] NET: Registered PF_BLUETOOTH protocol family
[    9.195998] Bluetooth: HCI device and connection manager initialized
[    9.196027] Bluetooth: HCI socket layer initialized
[    9.196037] Bluetooth: L2CAP socket layer initialized
[    9.196054] Bluetooth: SCO socket layer initialized
[    9.202380] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    9.202426] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    9.206825] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    9.206865] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    9.300328] Bluetooth: HCI UART driver ver 2.3
[    9.300374] Bluetooth: HCI UART protocol H4 registered
[    9.300509] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.301903] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    9.302153] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    9.305925] Bluetooth: HCI UART protocol Broadcom registered
[    9.410903] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    9.422001] uart-pl011 3f201000.serial: no DMA platform data
[    9.454765] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    9.455530] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    9.456253] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.456958] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    9.461786] usbcore: registered new interface driver usbserial_generic
[    9.462101] usbserial: USB Serial support registered for generic
[    9.570132] usbcore: registered new interface driver ch341
[    9.570262] usbserial: USB Serial support registered for ch341-uart
[    9.570377] ch341 1-1.1.2:1.0: ch341-uart converter detected
[    9.581800] usb 1-1.1.2: ch341-uart converter now attached to ttyUSB0
[    9.670576] Bluetooth: hci0: BCM: chip id 107
[    9.670869] Bluetooth: hci0: BCM: features 0x2f
[    9.673416] Bluetooth: hci0: BCM4345C0
[    9.673455] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    9.690487] brcmfmac: F1 signature read @0x18000000=0x15264345
[    9.705155] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd' Patch
[    9.711916] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.713433] usbcore: registered new interface driver brcmfmac
[    9.968424] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[    9.969013] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[   10.026061] Console: switching to colour dummy device 80x25
[   10.046746] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   10.054514] Registered IR keymap rc-cec
[   10.054683] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[   10.054840] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[   10.099261] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card0/input1
[   10.110735] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   10.111033] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   10.111227] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.111378] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.111517] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.111629] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   10.131697] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   10.132215] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.133732] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.542597] Bluetooth: hci0: BCM: features 0x2f
[   10.546023] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[   10.546056] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[   10.547288] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[   10.846003] Adding 1048572k swap on /var/swap.  Priority:-2 extents:7 across:1490940k
[   11.445410] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.445437] Bluetooth: BNEP filters: protocol multicast
[   11.445460] Bluetooth: BNEP socket layer initialized
[   11.463855] Bluetooth: MGMT ver 1.22
[   11.495497] NET: Registered PF_ALG protocol family
[   11.673065] alsactl[580]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   12.233989] lan78xx 1-1.1.1:1.0 eth0: Link is Down
[   12.262988] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   22.208704] Bluetooth: RFCOMM TTY layer initialized
[   22.208753] Bluetooth: RFCOMM socket layer initialized
[   22.208791] Bluetooth: RFCOMM ver 1.11
ss8688 commented 9 hours ago

Is this an issue with nmtui or the driver?

dubhater commented 9 hours ago

It looks like the driver did not load. Try modprobe rtw_8812au.

ss8688 commented 7 hours ago

It looks like the driver did not load. Try modprobe rtw_8812au.

There hasn't been any change. I run modprobe rtw_8812au and reboot

dubhater commented 7 hours ago

After you run modprobe rtw_8812au what do you see in dmesg?

dubhater commented 7 hours ago

Without rebooting.

ss8688 commented 7 hours ago
[   12.478774] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[   12.487712] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   12.487742] rtw_8812au 1-1.3:1.0: failed to setup chip information
ss8688 commented 7 hours ago
~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.62+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25)
[    0.000000] KASLR enabled
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001e400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000001e400000..0x000000002e3fffff (262144 KiB) map reusable linux,cma
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x37e0b3c0-0x37e0dfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    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-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    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 VIPT I-cache on CPU0
[    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] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fb33757d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=CN
[    0.000000] cgroup: Disabling memory control group subsystem
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 225792
[    0.000000] Policy zone: DMA
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 599300K/917504K available (13504K kernel code, 2206K rwdata, 4292K rodata, 4864K init, 1086K bss, 56060K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 43495 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000402] Console: colour dummy device 80x25
[    0.000419] printk: console [tty1] enabled
[    0.001422] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001471] pid_max: default: 32768 minimum: 301
[    0.001591] LSM: initializing lsm=capability,integrity
[    0.001845] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001898] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004782] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.004963] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005129] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005479] rcu: Hierarchical SRCU implementation.
[    0.005506] rcu:     Max phase no-delay instances is 1000.
[    0.007700] EFI services will not be available.
[    0.008190] smp: Bringing up secondary CPUs ...
[    0.009015] Detected VIPT I-cache on CPU1
[    0.009168] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.010394] Detected VIPT I-cache on CPU2
[    0.010510] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.011594] Detected VIPT I-cache on CPU3
[    0.011698] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.012189] smp: Brought up 1 node, 4 CPUs
[    0.012320] SMP: Total of 4 processors activated.
[    0.012344] CPU features: detected: 32-bit EL0 Support
[    0.012364] CPU features: detected: 32-bit EL1 Support
[    0.012388] CPU features: detected: CRC32 instructions
[    0.012525] CPU: All CPU(s) started at EL2
[    0.012559] alternatives: applying system-wide alternatives
[    0.015408] devtmpfs: initialized
[    0.029383] Enabled cp15_barrier support
[    0.029444] Enabled setend support
[    0.029685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029738] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.041740] pinctrl core: initialized pinctrl subsystem
[    0.042542] DMI not present or invalid.
[    0.043331] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.050174] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.050574] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.051190] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.051343] audit: initializing netlink subsys (disabled)
[    0.051660] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[    0.052568] thermal_sys: Registered thermal governor 'step_wise'
[    0.052637] cpuidle: using governor menu
[    0.052972] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.053147] ASID allocator initialised with 32768 entries
[    0.054254] Serial: AMBA PL011 UART driver
[    0.061606] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.066538] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    0.072397] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:54:19, variant start
[    0.076380] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398
[    0.085514] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.085556] Modules: 0 pages in range for non-PLT usage
[    0.085563] Modules: 517760 pages in range for PLT usage
[    0.090669] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
[    0.092364] iommu: Default domain type: Translated
[    0.092395] iommu: DMA domain TLB invalidation policy: strict mode
[    0.093019] SCSI subsystem initialized
[    0.093295] usbcore: registered new interface driver usbfs
[    0.093366] usbcore: registered new interface driver hub
[    0.093442] usbcore: registered new device driver usb
[    0.093953] pps_core: LinuxPPS API ver. 1 registered
[    0.093979] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.094030] PTP clock support registered
[    0.096888] vgaarb: loaded
[    0.097497] clocksource: Switched to clocksource arch_sys_counter
[    1.734157] VFS: Disk quotas dquot_6.6.0
[    1.734260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.734423] FS-Cache: Loaded
[    1.734749] CacheFiles: Loaded
[    1.746136] NET: Registered PF_INET protocol family
[    1.746478] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.748680] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    1.748748] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.748792] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.748935] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.749315] TCP: Hash tables configured (established 8192 bind 8192)
[    1.749749] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[    1.749854] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.749927] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.750174] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.750922] RPC: Registered named UNIX socket transport module.
[    1.750955] RPC: Registered udp transport module.
[    1.750976] RPC: Registered tcp transport module.
[    1.750996] RPC: Registered tcp-with-tls transport module.
[    1.751017] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.751064] PCI: CLS 0 bytes, default 64
[    1.751782] Trying to unpack rootfs image as initramfs...
[    1.757874] kvm [1]: IPA Size Limit: 40 bits
[    1.759762] kvm [1]: Hyp mode initialized successfully
[    1.763960] Initialise system trusted keyrings
[    1.764528] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[    1.764639] zbud: loaded
[    1.765879] NFS: Registering the id_resolver key type
[    1.765963] Key type id_resolver registered
[    1.765985] Key type id_legacy registered
[    1.766036] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.766066] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.766984] Key type asymmetric registered
[    1.767023] Asymmetric key parser 'x509' registered
[    1.767114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.767454] io scheduler mq-deadline registered
[    1.767487] io scheduler kyber registered
[    1.767546] io scheduler bfq registered
[    1.770935] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
[    1.774298] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes
[    1.774366] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[    1.777426] Console: switching to colour frame buffer device 82x26
[    1.780251] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[    1.788277] bcm2835-rng 3f104000.rng: hwrng registered
[    1.790560] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.812674] brd: module loaded
[    1.825181] loop: module loaded
[    1.827818] Loading iSCSI transport class v2.0-870.
[    1.835677] usbcore: registered new device driver r8152-cfgselector
[    1.837344] usbcore: registered new interface driver r8152
[    1.839027] usbcore: registered new interface driver lan78xx
[    1.840598] usbcore: registered new interface driver smsc95xx
[    1.842563] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.574269] Core Release: 2.80a
[    2.575758] Setting default values for core params
[    2.577258] Finished setting default values for core params
[    2.679781] Freeing initrd memory: 11544K
[    2.779238] Using Buffer DMA mode
[    2.780578] Periodic Transfer Interrupt Enhancement - disabled
[    2.781946] Multiprocessor Interrupt Enhancement - disabled
[    2.783247] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.784541] Dedicated Tx FIFOs mode

[    2.787299] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080b9a000 dma = 0x00000000de800000 len=9024
[    2.790884] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.796778] dwc_otg: Microframe scheduler enabled

[    2.796825] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
[    2.799380] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.800699] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.802074] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[    2.803426] Init: Port Power? op_state=1
[    2.804705] Init: Power Port (0)
[    2.806229] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.808846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.810267] usb usb1: Product: DWC OTG Controller
[    2.811645] usb usb1: Manufacturer: Linux 6.6.62+rpt-rpi-v8 dwc_otg_hcd
[    2.813065] usb usb1: SerialNumber: 3f980000.usb
[    2.815362] hub 1-0:1.0: USB hub found
[    2.816783] hub 1-0:1.0: 1 port detected
[    2.818870] dwc_otg: FIQ enabled
[    2.818880] dwc_otg: NAK holdoff enabled
[    2.818887] dwc_otg: FIQ split-transaction FSM enabled
[    2.818903] Module dwc_common_port init
[    2.819801] usbcore: registered new interface driver uas
[    2.821228] usbcore: registered new interface driver usb-storage
[    2.823129] mousedev: PS/2 mouse device common for all mice
[    2.827847] sdhci: Secure Digital Host Controller Interface driver
[    2.829266] sdhci: Copyright(c) Pierre Ossman
[    2.830914] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.834764] ledtrig-cpu: registered to indicate activity on CPUs
[    2.835613] hid: raw HID events driver (C) Jiri Kosina
[    2.836303] usbcore: registered new interface driver usbhid
[    2.836899] usbhid: USB HID core driver
[    2.840740] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    2.842845] NET: Registered PF_PACKET protocol family
[    2.843613] Key type dns_resolver registered
[    2.861167] registered taskstats version 1
[    2.862018] Loading compiled-in X.509 certificates
[    2.870330] Key type .fscrypt registered
[    2.870935] Key type fscrypt-provisioning registered
[    2.876631] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.877967] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[    2.879351] serial serial0: tty port ttyAMA1 registered
[    2.881441] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.882438] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.883859] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.884511] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    2.910830] sdhost: log_buf @ 00000000220c0abf (c28f9000)
[    2.929547] Indeed it is in host mode hprt0 = 00021501
[    2.965333] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.968220] of_cfs_init
[    2.968941] of_cfs_init: OK
[    2.969723] clk: Disabling unused clocks
[    2.978757] Freeing unused kernel memory: 4864K
[    2.979495] Run /init as init process
[    2.980060]   with arguments:
[    2.980062]     /init
[    2.980065]   with environment:
[    2.980068]     HOME=/
[    2.980070]     TERM=linux
[    3.005475] mmc1: new high speed SDIO card at address 0001
[    3.117546] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.118354] Indeed it is in host mode hprt0 = 00001101
[    3.329023] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.330514] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.331936] hub 1-1:1.0: USB hub found
[    3.332808] hub 1-1:1.0: 4 ports detected
[    3.352956] i2c i2c-11: Added multiplexed i2c bus 0
[    3.354290] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    3.355927] i2c 10-0010: Fixed dependency cycle(s) with /soc/csi@7e801000
[    3.356974] i2c i2c-11: Added multiplexed i2c bus 10
[    3.621527] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.721946] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.725285] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.727977] hub 1-1.1:1.0: USB hub found
[    3.729953] hub 1-1.1:1.0: 3 ports detected
[    3.813548] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.914447] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[    3.917680] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.919410] usb 1-1.3: Product: 802.11n NIC
[    3.921113] usb 1-1.3: Manufacturer: Realtek
[    3.922792] usb 1-1.3: SerialNumber: 123456
[    4.017535] usb 1-1.1.2: new full-speed USB device number 5 using dwc_otg
[    4.120533] usb 1-1.1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice=81.33
[    4.123738] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.127050] usb 1-1.1.2: Product: USB Serial
[    4.209519] usb 1-1.1.3: new high-speed USB device number 6 using dwc_otg
[    4.390750] usb 1-1.1.3: New USB device found, idVendor=152d, idProduct=a580, bcdDevice=12.14
[    4.393910] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.397071] usb 1-1.1.3: Product: SATA JMS576A Storage
[    4.398766] usb 1-1.1.3: Manufacturer: SATA JMS576A Storage
[    4.400397] usb 1-1.1.3: SerialNumber: 88888883756D
[    4.402900] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.405945] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.407420] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.408898] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.410445] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[    4.412185] scsi host0: usb-storage 1-1.1.3:1.0
[    4.637538] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
[    4.738199] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    4.741728] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.009409] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    5.028272] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    5.438425] scsi 0:0:0:0: Direct-Access     INTEL SS DSCKKF128G8 SATA 1214 PQ: 0 ANSI: 6
[    5.444918] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.447594] sd 0:0:0:0: [sda] Write Protect is off
[    5.448749] sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
[    5.449073] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.454183]  sda: sda1 sda2
[    5.455610] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.208945] EXT4-fs (sda2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
[    6.729828] systemd[1]: System time before build time, advancing clock.
[    6.854843] NET: Registered PF_INET6 protocol family
[    6.856390] Segment Routing with IPv6
[    6.857063] In-situ OAM (IOAM) with IPv6
[    6.907436] systemd[1]: systemd 252.31-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.912598] systemd[1]: Detected architecture arm64.
[    6.924512] systemd[1]: Hostname set to <voron0>.
[    7.573957] systemd[1]: Queued start job for default target multi-user.target.
[    7.601319] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.606815] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    7.611743] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.616099] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.618422] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    7.621180] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.624297] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.627091] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-fb33757d\x2d01.device - /dev/disk/by-partuuid/fb33757d-01...
[    7.629859] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.632576] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.635382] systemd[1]: Reached target paths.target - Path Units.
[    7.637297] systemd[1]: Reached target slices.target - Slice Units.
[    7.639172] systemd[1]: Reached target swap.target - Swaps.
[    7.641005] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.644115] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    7.647049] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.650619] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.653845] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    7.656921] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    7.659496] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.662668] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.665891] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.685835] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.698222] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.705917] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.709359] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.716159] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[    7.723584] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    7.730942] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.740064] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.749150] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.757936] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.766128] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    7.774077] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.782549] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.786618] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    7.796910] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.807711] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.822247] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.827128] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    7.846962] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.866644] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.868872] fuse: init (API version 7.39)
[    7.878921] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.887281] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.894557] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[    7.904527] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.911101] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.912576] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    7.919515] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    7.921170] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    7.923309] EXT4-fs (sda2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
[    7.932100] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    7.933986] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    7.939012] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    7.941067] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    7.945470] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    7.947328] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    7.952034] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    7.953739] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    7.957042] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    7.961361] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    7.990324] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    7.998426] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.002189] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    8.004501] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    8.011917] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    8.017003] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    8.034197] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.044517] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    8.056969] systemd[1]: Started systemd-journald.service - Journal Service.
[    8.134724] systemd-journald[239]: Received client request to flush runtime journal.
[    8.141410] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.078861] gpio-fan gpio-fan@0: GPIO fan initialized
[    9.104412] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    9.105467] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    9.105578] [vc_sm_connected_init]: start
[    9.106900] [vc_sm_connected_init]: installed successfully
[    9.107821] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.125355] mc: Linux media interface: v0.10
[    9.127482] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[    9.134008] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[    9.222301] videodev: Linux video capture interface: v2.00
[    9.251590] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.271414] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.288907] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    9.305927] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    9.307408] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    9.336540] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.336972] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.337014] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.338184] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.340814] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.342094] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    9.342135] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    9.343662] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    9.343706] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.343718] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.343726] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.343734] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.352064] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    9.352122] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    9.352687] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    9.353450] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    9.354034] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    9.354535] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    9.354569] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.354581] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.354588] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.354596] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.354742] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    9.354762] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    9.354769] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    9.358048] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    9.358093] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    9.394533] Bluetooth: Core ver 2.22
[    9.394695] NET: Registered PF_BLUETOOTH protocol family
[    9.394702] Bluetooth: HCI device and connection manager initialized
[    9.394729] Bluetooth: HCI socket layer initialized
[    9.394747] Bluetooth: L2CAP socket layer initialized
[    9.394766] Bluetooth: SCO socket layer initialized
[    9.436144] Bluetooth: HCI UART driver ver 2.3
[    9.436200] Bluetooth: HCI UART protocol H4 registered
[    9.437865] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.442016] Bluetooth: HCI UART protocol Broadcom registered
[    9.442769] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    9.443427] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    9.479929] usbcore: registered new interface driver usbserial_generic
[    9.480040] usbserial: USB Serial support registered for generic
[    9.543078] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    9.561805] uart-pl011 3f201000.serial: no DMA platform data
[    9.575695] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    9.576483] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    9.577241] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.578649] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    9.695522] usbcore: registered new interface driver ch341
[    9.695635] usbserial: USB Serial support registered for ch341-uart
[    9.695763] ch341 1-1.1.2:1.0: ch341-uart converter detected
[    9.705845] usb 1-1.1.2: ch341-uart converter now attached to ttyUSB0
[    9.810241] Bluetooth: hci0: BCM: chip id 107
[    9.811285] Bluetooth: hci0: BCM: features 0x2f
[    9.812462] Bluetooth: hci0: BCM4345C0
[    9.812497] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    9.817659] brcmfmac: F1 signature read @0x18000000=0x15264345
[    9.831956] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd' Patch
[    9.858289] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.860634] usbcore: registered new interface driver brcmfmac
[   10.123118] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[   10.123808] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[   10.125589] rtw_core: loading out-of-tree module taints kernel.
[   10.187257] Console: switching to colour dummy device 80x25
[   10.194923] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   10.203479] Registered IR keymap rc-cec
[   10.205369] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[   10.205645] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[   10.211214] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card0/input1
[   10.213517] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   10.214048] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   10.215312] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.215969] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.216800] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.217109] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   10.220539] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   10.234402] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   10.240888] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.243213] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.670820] Bluetooth: hci0: BCM: features 0x2f
[   10.673985] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[   10.674026] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[   10.674478] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[   11.029984] Adding 1048572k swap on /var/swap.  Priority:-2 extents:7 across:1490940k
[   11.939408] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.939429] Bluetooth: BNEP filters: protocol multicast
[   11.939445] Bluetooth: BNEP socket layer initialized
[   11.950438] Bluetooth: MGMT ver 1.22
[   11.958260] alsactl[582]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   11.974634] NET: Registered PF_ALG protocol family
[   12.478774] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[   12.487712] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   12.487742] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   12.491077] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
[   12.491296] usbcore: registered new interface driver rtw_8812au
[   12.592884] lan78xx 1-1.1.1:1.0 eth0: Link is Down
[   12.646543] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   13.113340] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   48.159512] Bluetooth: RFCOMM TTY layer initialized
[   48.159570] Bluetooth: RFCOMM socket layer initialized
[   48.159601] Bluetooth: RFCOMM ver 1.11
shiqi@voron0:~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.62+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25)
[    0.000000] KASLR enabled
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001e400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000001e400000..0x000000002e3fffff (262144 KiB) map reusable linux,cma
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x37e0b3c0-0x37e0dfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    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-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    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 VIPT I-cache on CPU0
[    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] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fb33757d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=CN
[    0.000000] cgroup: Disabling memory control group subsystem
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 225792
[    0.000000] Policy zone: DMA
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 599300K/917504K available (13504K kernel code, 2206K rwdata, 4292K rodata, 4864K init, 1086K bss, 56060K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 43495 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000402] Console: colour dummy device 80x25
[    0.000419] printk: console [tty1] enabled
[    0.001422] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001471] pid_max: default: 32768 minimum: 301
[    0.001591] LSM: initializing lsm=capability,integrity
[    0.001845] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001898] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004782] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.004963] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005129] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005479] rcu: Hierarchical SRCU implementation.
[    0.005506] rcu:     Max phase no-delay instances is 1000.
[    0.007700] EFI services will not be available.
[    0.008190] smp: Bringing up secondary CPUs ...
[    0.009015] Detected VIPT I-cache on CPU1
[    0.009168] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.010394] Detected VIPT I-cache on CPU2
[    0.010510] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.011594] Detected VIPT I-cache on CPU3
[    0.011698] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.012189] smp: Brought up 1 node, 4 CPUs
[    0.012320] SMP: Total of 4 processors activated.
[    0.012344] CPU features: detected: 32-bit EL0 Support
[    0.012364] CPU features: detected: 32-bit EL1 Support
[    0.012388] CPU features: detected: CRC32 instructions
[    0.012525] CPU: All CPU(s) started at EL2
[    0.012559] alternatives: applying system-wide alternatives
[    0.015408] devtmpfs: initialized
[    0.029383] Enabled cp15_barrier support
[    0.029444] Enabled setend support
[    0.029685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029738] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.041740] pinctrl core: initialized pinctrl subsystem
[    0.042542] DMI not present or invalid.
[    0.043331] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.050174] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.050574] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.051190] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.051343] audit: initializing netlink subsys (disabled)
[    0.051660] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[    0.052568] thermal_sys: Registered thermal governor 'step_wise'
[    0.052637] cpuidle: using governor menu
[    0.052972] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.053147] ASID allocator initialised with 32768 entries
[    0.054254] Serial: AMBA PL011 UART driver
[    0.061606] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.066538] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    0.072397] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:54:19, variant start
[    0.076380] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398
[    0.085514] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.085556] Modules: 0 pages in range for non-PLT usage
[    0.085563] Modules: 517760 pages in range for PLT usage
[    0.090669] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
[    0.092364] iommu: Default domain type: Translated
[    0.092395] iommu: DMA domain TLB invalidation policy: strict mode
[    0.093019] SCSI subsystem initialized
[    0.093295] usbcore: registered new interface driver usbfs
[    0.093366] usbcore: registered new interface driver hub
[    0.093442] usbcore: registered new device driver usb
[    0.093953] pps_core: LinuxPPS API ver. 1 registered
[    0.093979] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.094030] PTP clock support registered
[    0.096888] vgaarb: loaded
[    0.097497] clocksource: Switched to clocksource arch_sys_counter
[    1.734157] VFS: Disk quotas dquot_6.6.0
[    1.734260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.734423] FS-Cache: Loaded
[    1.734749] CacheFiles: Loaded
[    1.746136] NET: Registered PF_INET protocol family
[    1.746478] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.748680] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    1.748748] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.748792] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.748935] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.749315] TCP: Hash tables configured (established 8192 bind 8192)
[    1.749749] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[    1.749854] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.749927] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.750174] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.750922] RPC: Registered named UNIX socket transport module.
[    1.750955] RPC: Registered udp transport module.
[    1.750976] RPC: Registered tcp transport module.
[    1.750996] RPC: Registered tcp-with-tls transport module.
[    1.751017] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.751064] PCI: CLS 0 bytes, default 64
[    1.751782] Trying to unpack rootfs image as initramfs...
[    1.757874] kvm [1]: IPA Size Limit: 40 bits
[    1.759762] kvm [1]: Hyp mode initialized successfully
[    1.763960] Initialise system trusted keyrings
[    1.764528] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[    1.764639] zbud: loaded
[    1.765879] NFS: Registering the id_resolver key type
[    1.765963] Key type id_resolver registered
[    1.765985] Key type id_legacy registered
[    1.766036] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.766066] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.766984] Key type asymmetric registered
[    1.767023] Asymmetric key parser 'x509' registered
[    1.767114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.767454] io scheduler mq-deadline registered
[    1.767487] io scheduler kyber registered
[    1.767546] io scheduler bfq registered
[    1.770935] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
[    1.774298] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes
[    1.774366] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[    1.777426] Console: switching to colour frame buffer device 82x26
[    1.780251] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[    1.788277] bcm2835-rng 3f104000.rng: hwrng registered
[    1.790560] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.812674] brd: module loaded
[    1.825181] loop: module loaded
[    1.827818] Loading iSCSI transport class v2.0-870.
[    1.835677] usbcore: registered new device driver r8152-cfgselector
[    1.837344] usbcore: registered new interface driver r8152
[    1.839027] usbcore: registered new interface driver lan78xx
[    1.840598] usbcore: registered new interface driver smsc95xx
[    1.842563] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.574269] Core Release: 2.80a
[    2.575758] Setting default values for core params
[    2.577258] Finished setting default values for core params
[    2.679781] Freeing initrd memory: 11544K
[    2.779238] Using Buffer DMA mode
[    2.780578] Periodic Transfer Interrupt Enhancement - disabled
[    2.781946] Multiprocessor Interrupt Enhancement - disabled
[    2.783247] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.784541] Dedicated Tx FIFOs mode

[    2.787299] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080b9a000 dma = 0x00000000de800000 len=9024
[    2.790884] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.796778] dwc_otg: Microframe scheduler enabled

[    2.796825] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
[    2.799380] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.800699] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.802074] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[    2.803426] Init: Port Power? op_state=1
[    2.804705] Init: Power Port (0)
[    2.806229] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.808846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.810267] usb usb1: Product: DWC OTG Controller
[    2.811645] usb usb1: Manufacturer: Linux 6.6.62+rpt-rpi-v8 dwc_otg_hcd
[    2.813065] usb usb1: SerialNumber: 3f980000.usb
[    2.815362] hub 1-0:1.0: USB hub found
[    2.816783] hub 1-0:1.0: 1 port detected
[    2.818870] dwc_otg: FIQ enabled
[    2.818880] dwc_otg: NAK holdoff enabled
[    2.818887] dwc_otg: FIQ split-transaction FSM enabled
[    2.818903] Module dwc_common_port init
[    2.819801] usbcore: registered new interface driver uas
[    2.821228] usbcore: registered new interface driver usb-storage
[    2.823129] mousedev: PS/2 mouse device common for all mice
[    2.827847] sdhci: Secure Digital Host Controller Interface driver
[    2.829266] sdhci: Copyright(c) Pierre Ossman
[    2.830914] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.834764] ledtrig-cpu: registered to indicate activity on CPUs
[    2.835613] hid: raw HID events driver (C) Jiri Kosina
[    2.836303] usbcore: registered new interface driver usbhid
[    2.836899] usbhid: USB HID core driver
[    2.840740] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    2.842845] NET: Registered PF_PACKET protocol family
[    2.843613] Key type dns_resolver registered
[    2.861167] registered taskstats version 1
[    2.862018] Loading compiled-in X.509 certificates
[    2.870330] Key type .fscrypt registered
[    2.870935] Key type fscrypt-provisioning registered
[    2.876631] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.877967] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[    2.879351] serial serial0: tty port ttyAMA1 registered
[    2.881441] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.882438] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.883859] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.884511] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    2.910830] sdhost: log_buf @ 00000000220c0abf (c28f9000)
[    2.929547] Indeed it is in host mode hprt0 = 00021501
[    2.965333] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.968220] of_cfs_init
[    2.968941] of_cfs_init: OK
[    2.969723] clk: Disabling unused clocks
[    2.978757] Freeing unused kernel memory: 4864K
[    2.979495] Run /init as init process
[    2.980060]   with arguments:
[    2.980062]     /init
[    2.980065]   with environment:
[    2.980068]     HOME=/
[    2.980070]     TERM=linux
[    3.005475] mmc1: new high speed SDIO card at address 0001
[    3.117546] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.118354] Indeed it is in host mode hprt0 = 00001101
[    3.329023] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.330514] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.331936] hub 1-1:1.0: USB hub found
[    3.332808] hub 1-1:1.0: 4 ports detected
[    3.352956] i2c i2c-11: Added multiplexed i2c bus 0
[    3.354290] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    3.355927] i2c 10-0010: Fixed dependency cycle(s) with /soc/csi@7e801000
[    3.356974] i2c i2c-11: Added multiplexed i2c bus 10
[    3.621527] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.721946] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.725285] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.727977] hub 1-1.1:1.0: USB hub found
[    3.729953] hub 1-1.1:1.0: 3 ports detected
[    3.813548] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.914447] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[    3.917680] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.919410] usb 1-1.3: Product: 802.11n NIC
[    3.921113] usb 1-1.3: Manufacturer: Realtek
[    3.922792] usb 1-1.3: SerialNumber: 123456
[    4.017535] usb 1-1.1.2: new full-speed USB device number 5 using dwc_otg
[    4.120533] usb 1-1.1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice=81.33
[    4.123738] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.127050] usb 1-1.1.2: Product: USB Serial
[    4.209519] usb 1-1.1.3: new high-speed USB device number 6 using dwc_otg
[    4.390750] usb 1-1.1.3: New USB device found, idVendor=152d, idProduct=a580, bcdDevice=12.14
[    4.393910] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.397071] usb 1-1.1.3: Product: SATA JMS576A Storage
[    4.398766] usb 1-1.1.3: Manufacturer: SATA JMS576A Storage
[    4.400397] usb 1-1.1.3: SerialNumber: 88888883756D
[    4.402900] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.405945] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.407420] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.408898] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.410445] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[    4.412185] scsi host0: usb-storage 1-1.1.3:1.0
[    4.637538] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
[    4.738199] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    4.741728] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.009409] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    5.028272] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    5.438425] scsi 0:0:0:0: Direct-Access     INTEL SS DSCKKF128G8 SATA 1214 PQ: 0 ANSI: 6
[    5.444918] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.447594] sd 0:0:0:0: [sda] Write Protect is off
[    5.448749] sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
[    5.449073] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.454183]  sda: sda1 sda2
[    5.455610] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.208945] EXT4-fs (sda2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
[    6.729828] systemd[1]: System time before build time, advancing clock.
[    6.854843] NET: Registered PF_INET6 protocol family
[    6.856390] Segment Routing with IPv6
[    6.857063] In-situ OAM (IOAM) with IPv6
[    6.907436] systemd[1]: systemd 252.31-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.912598] systemd[1]: Detected architecture arm64.
[    6.924512] systemd[1]: Hostname set to <voron0>.
[    7.573957] systemd[1]: Queued start job for default target multi-user.target.
[    7.601319] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.606815] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    7.611743] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.616099] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.618422] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    7.621180] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.624297] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.627091] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-fb33757d\x2d01.device - /dev/disk/by-partuuid/fb33757d-01...
[    7.629859] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.632576] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.635382] systemd[1]: Reached target paths.target - Path Units.
[    7.637297] systemd[1]: Reached target slices.target - Slice Units.
[    7.639172] systemd[1]: Reached target swap.target - Swaps.
[    7.641005] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.644115] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    7.647049] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.650619] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.653845] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    7.656921] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    7.659496] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.662668] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.665891] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.685835] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.698222] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.705917] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.709359] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.716159] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[    7.723584] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    7.730942] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.740064] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.749150] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.757936] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.766128] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    7.774077] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.782549] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.786618] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    7.796910] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.807711] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.822247] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.827128] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    7.846962] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.866644] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.868872] fuse: init (API version 7.39)
[    7.878921] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.887281] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.894557] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[    7.904527] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.911101] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.912576] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    7.919515] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    7.921170] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    7.923309] EXT4-fs (sda2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
[    7.932100] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    7.933986] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    7.939012] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    7.941067] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    7.945470] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    7.947328] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    7.952034] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    7.953739] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    7.957042] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    7.961361] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    7.990324] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    7.998426] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.002189] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    8.004501] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    8.011917] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    8.017003] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    8.034197] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.044517] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    8.056969] systemd[1]: Started systemd-journald.service - Journal Service.
[    8.134724] systemd-journald[239]: Received client request to flush runtime journal.
[    8.141410] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.078861] gpio-fan gpio-fan@0: GPIO fan initialized
[    9.104412] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    9.105467] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    9.105578] [vc_sm_connected_init]: start
[    9.106900] [vc_sm_connected_init]: installed successfully
[    9.107821] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.125355] mc: Linux media interface: v0.10
[    9.127482] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[    9.134008] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[    9.222301] videodev: Linux video capture interface: v2.00
[    9.251590] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.271414] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.288907] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    9.305927] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    9.307408] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    9.336540] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.336972] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.337014] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.338184] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.340814] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.342094] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    9.342135] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    9.343662] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    9.343706] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.343718] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.343726] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.343734] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.352064] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    9.352122] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    9.352687] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    9.353450] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    9.354034] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    9.354535] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    9.354569] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.354581] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.354588] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.354596] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.354742] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    9.354762] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    9.354769] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    9.358048] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    9.358093] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    9.394533] Bluetooth: Core ver 2.22
[    9.394695] NET: Registered PF_BLUETOOTH protocol family
[    9.394702] Bluetooth: HCI device and connection manager initialized
[    9.394729] Bluetooth: HCI socket layer initialized
[    9.394747] Bluetooth: L2CAP socket layer initialized
[    9.394766] Bluetooth: SCO socket layer initialized
[    9.436144] Bluetooth: HCI UART driver ver 2.3
[    9.436200] Bluetooth: HCI UART protocol H4 registered
[    9.437865] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.442016] Bluetooth: HCI UART protocol Broadcom registered
[    9.442769] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    9.443427] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    9.479929] usbcore: registered new interface driver usbserial_generic
[    9.480040] usbserial: USB Serial support registered for generic
[    9.543078] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    9.561805] uart-pl011 3f201000.serial: no DMA platform data
[    9.575695] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    9.576483] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    9.577241] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.578649] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    9.695522] usbcore: registered new interface driver ch341
[    9.695635] usbserial: USB Serial support registered for ch341-uart
[    9.695763] ch341 1-1.1.2:1.0: ch341-uart converter detected
[    9.705845] usb 1-1.1.2: ch341-uart converter now attached to ttyUSB0
[    9.810241] Bluetooth: hci0: BCM: chip id 107
[    9.811285] Bluetooth: hci0: BCM: features 0x2f
[    9.812462] Bluetooth: hci0: BCM4345C0
[    9.812497] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    9.817659] brcmfmac: F1 signature read @0x18000000=0x15264345
[    9.831956] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd' Patch
[    9.858289] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.860634] usbcore: registered new interface driver brcmfmac
[   10.123118] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[   10.123808] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[   10.125589] rtw_core: loading out-of-tree module taints kernel.
[   10.187257] Console: switching to colour dummy device 80x25
[   10.194923] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   10.203479] Registered IR keymap rc-cec
[   10.205369] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[   10.205645] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[   10.211214] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card0/input1
[   10.213517] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   10.214048] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   10.215312] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.215969] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.216800] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.217109] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   10.220539] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   10.234402] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   10.240888] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.243213] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.670820] Bluetooth: hci0: BCM: features 0x2f
[   10.673985] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[   10.674026] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[   10.674478] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[   11.029984] Adding 1048572k swap on /var/swap.  Priority:-2 extents:7 across:1490940k
[   11.939408] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.939429] Bluetooth: BNEP filters: protocol multicast
[   11.939445] Bluetooth: BNEP socket layer initialized
[   11.950438] Bluetooth: MGMT ver 1.22
[   11.958260] alsactl[582]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   11.974634] NET: Registered PF_ALG protocol family
[   12.478774] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[   12.487712] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   12.487742] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   12.491077] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
[   12.491296] usbcore: registered new interface driver rtw_8812au
[   12.592884] lan78xx 1-1.1.1:1.0 eth0: Link is Down
[   12.646543] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   13.113340] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   48.159512] Bluetooth: RFCOMM TTY layer initialized
[   48.159570] Bluetooth: RFCOMM socket layer initialized
[   48.159601] Bluetooth: RFCOMM ver 1.11
shiqi@voron0:~ $ sudo modprobe rtw_8812au
shiqi@voron0:~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.62+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25)
[    0.000000] KASLR enabled
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001e400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000001e400000..0x000000002e3fffff (262144 KiB) map reusable linux,cma
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x37e0b3c0-0x37e0dfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    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-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    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 VIPT I-cache on CPU0
[    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] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fb33757d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=CN
[    0.000000] cgroup: Disabling memory control group subsystem
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 225792
[    0.000000] Policy zone: DMA
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 599300K/917504K available (13504K kernel code, 2206K rwdata, 4292K rodata, 4864K init, 1086K bss, 56060K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 43495 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000402] Console: colour dummy device 80x25
[    0.000419] printk: console [tty1] enabled
[    0.001422] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001471] pid_max: default: 32768 minimum: 301
[    0.001591] LSM: initializing lsm=capability,integrity
[    0.001845] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001898] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004782] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.004963] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005129] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005479] rcu: Hierarchical SRCU implementation.
[    0.005506] rcu:     Max phase no-delay instances is 1000.
[    0.007700] EFI services will not be available.
[    0.008190] smp: Bringing up secondary CPUs ...
[    0.009015] Detected VIPT I-cache on CPU1
[    0.009168] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.010394] Detected VIPT I-cache on CPU2
[    0.010510] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.011594] Detected VIPT I-cache on CPU3
[    0.011698] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.012189] smp: Brought up 1 node, 4 CPUs
[    0.012320] SMP: Total of 4 processors activated.
[    0.012344] CPU features: detected: 32-bit EL0 Support
[    0.012364] CPU features: detected: 32-bit EL1 Support
[    0.012388] CPU features: detected: CRC32 instructions
[    0.012525] CPU: All CPU(s) started at EL2
[    0.012559] alternatives: applying system-wide alternatives
[    0.015408] devtmpfs: initialized
[    0.029383] Enabled cp15_barrier support
[    0.029444] Enabled setend support
[    0.029685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029738] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.041740] pinctrl core: initialized pinctrl subsystem
[    0.042542] DMI not present or invalid.
[    0.043331] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.050174] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.050574] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.051190] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.051343] audit: initializing netlink subsys (disabled)
[    0.051660] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[    0.052568] thermal_sys: Registered thermal governor 'step_wise'
[    0.052637] cpuidle: using governor menu
[    0.052972] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.053147] ASID allocator initialised with 32768 entries
[    0.054254] Serial: AMBA PL011 UART driver
[    0.061606] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.066538] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    0.072397] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:54:19, variant start
[    0.076380] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398
[    0.085514] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.085556] Modules: 0 pages in range for non-PLT usage
[    0.085563] Modules: 517760 pages in range for PLT usage
[    0.090669] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
[    0.092364] iommu: Default domain type: Translated
[    0.092395] iommu: DMA domain TLB invalidation policy: strict mode
[    0.093019] SCSI subsystem initialized
[    0.093295] usbcore: registered new interface driver usbfs
[    0.093366] usbcore: registered new interface driver hub
[    0.093442] usbcore: registered new device driver usb
[    0.093953] pps_core: LinuxPPS API ver. 1 registered
[    0.093979] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.094030] PTP clock support registered
[    0.096888] vgaarb: loaded
[    0.097497] clocksource: Switched to clocksource arch_sys_counter
[    1.734157] VFS: Disk quotas dquot_6.6.0
[    1.734260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.734423] FS-Cache: Loaded
[    1.734749] CacheFiles: Loaded
[    1.746136] NET: Registered PF_INET protocol family
[    1.746478] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.748680] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    1.748748] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.748792] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.748935] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.749315] TCP: Hash tables configured (established 8192 bind 8192)
[    1.749749] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[    1.749854] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.749927] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.750174] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.750922] RPC: Registered named UNIX socket transport module.
[    1.750955] RPC: Registered udp transport module.
[    1.750976] RPC: Registered tcp transport module.
[    1.750996] RPC: Registered tcp-with-tls transport module.
[    1.751017] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.751064] PCI: CLS 0 bytes, default 64
[    1.751782] Trying to unpack rootfs image as initramfs...
[    1.757874] kvm [1]: IPA Size Limit: 40 bits
[    1.759762] kvm [1]: Hyp mode initialized successfully
[    1.763960] Initialise system trusted keyrings
[    1.764528] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[    1.764639] zbud: loaded
[    1.765879] NFS: Registering the id_resolver key type
[    1.765963] Key type id_resolver registered
[    1.765985] Key type id_legacy registered
[    1.766036] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.766066] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.766984] Key type asymmetric registered
[    1.767023] Asymmetric key parser 'x509' registered
[    1.767114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.767454] io scheduler mq-deadline registered
[    1.767487] io scheduler kyber registered
[    1.767546] io scheduler bfq registered
[    1.770935] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
[    1.774298] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes
[    1.774366] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[    1.777426] Console: switching to colour frame buffer device 82x26
[    1.780251] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[    1.788277] bcm2835-rng 3f104000.rng: hwrng registered
[    1.790560] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.812674] brd: module loaded
[    1.825181] loop: module loaded
[    1.827818] Loading iSCSI transport class v2.0-870.
[    1.835677] usbcore: registered new device driver r8152-cfgselector
[    1.837344] usbcore: registered new interface driver r8152
[    1.839027] usbcore: registered new interface driver lan78xx
[    1.840598] usbcore: registered new interface driver smsc95xx
[    1.842563] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.574269] Core Release: 2.80a
[    2.575758] Setting default values for core params
[    2.577258] Finished setting default values for core params
[    2.679781] Freeing initrd memory: 11544K
[    2.779238] Using Buffer DMA mode
[    2.780578] Periodic Transfer Interrupt Enhancement - disabled
[    2.781946] Multiprocessor Interrupt Enhancement - disabled
[    2.783247] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.784541] Dedicated Tx FIFOs mode

[    2.787299] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080b9a000 dma = 0x00000000de800000 len=9024
[    2.790884] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.796778] dwc_otg: Microframe scheduler enabled

[    2.796825] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
[    2.799380] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.800699] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.802074] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[    2.803426] Init: Port Power? op_state=1
[    2.804705] Init: Power Port (0)
[    2.806229] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.808846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.810267] usb usb1: Product: DWC OTG Controller
[    2.811645] usb usb1: Manufacturer: Linux 6.6.62+rpt-rpi-v8 dwc_otg_hcd
[    2.813065] usb usb1: SerialNumber: 3f980000.usb
[    2.815362] hub 1-0:1.0: USB hub found
[    2.816783] hub 1-0:1.0: 1 port detected
[    2.818870] dwc_otg: FIQ enabled
[    2.818880] dwc_otg: NAK holdoff enabled
[    2.818887] dwc_otg: FIQ split-transaction FSM enabled
[    2.818903] Module dwc_common_port init
[    2.819801] usbcore: registered new interface driver uas
[    2.821228] usbcore: registered new interface driver usb-storage
[    2.823129] mousedev: PS/2 mouse device common for all mice
[    2.827847] sdhci: Secure Digital Host Controller Interface driver
[    2.829266] sdhci: Copyright(c) Pierre Ossman
[    2.830914] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.834764] ledtrig-cpu: registered to indicate activity on CPUs
[    2.835613] hid: raw HID events driver (C) Jiri Kosina
[    2.836303] usbcore: registered new interface driver usbhid
[    2.836899] usbhid: USB HID core driver
[    2.840740] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    2.842845] NET: Registered PF_PACKET protocol family
[    2.843613] Key type dns_resolver registered
[    2.861167] registered taskstats version 1
[    2.862018] Loading compiled-in X.509 certificates
[    2.870330] Key type .fscrypt registered
[    2.870935] Key type fscrypt-provisioning registered
[    2.876631] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.877967] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[    2.879351] serial serial0: tty port ttyAMA1 registered
[    2.881441] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.882438] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.883859] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.884511] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    2.910830] sdhost: log_buf @ 00000000220c0abf (c28f9000)
[    2.929547] Indeed it is in host mode hprt0 = 00021501
[    2.965333] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.968220] of_cfs_init
[    2.968941] of_cfs_init: OK
[    2.969723] clk: Disabling unused clocks
[    2.978757] Freeing unused kernel memory: 4864K
[    2.979495] Run /init as init process
[    2.980060]   with arguments:
[    2.980062]     /init
[    2.980065]   with environment:
[    2.980068]     HOME=/
[    2.980070]     TERM=linux
[    3.005475] mmc1: new high speed SDIO card at address 0001
[    3.117546] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.118354] Indeed it is in host mode hprt0 = 00001101
[    3.329023] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.330514] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.331936] hub 1-1:1.0: USB hub found
[    3.332808] hub 1-1:1.0: 4 ports detected
[    3.352956] i2c i2c-11: Added multiplexed i2c bus 0
[    3.354290] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    3.355927] i2c 10-0010: Fixed dependency cycle(s) with /soc/csi@7e801000
[    3.356974] i2c i2c-11: Added multiplexed i2c bus 10
[    3.621527] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.721946] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.725285] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.727977] hub 1-1.1:1.0: USB hub found
[    3.729953] hub 1-1.1:1.0: 3 ports detected
[    3.813548] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.914447] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[    3.917680] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.919410] usb 1-1.3: Product: 802.11n NIC
[    3.921113] usb 1-1.3: Manufacturer: Realtek
[    3.922792] usb 1-1.3: SerialNumber: 123456
[    4.017535] usb 1-1.1.2: new full-speed USB device number 5 using dwc_otg
[    4.120533] usb 1-1.1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice=81.33
[    4.123738] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.127050] usb 1-1.1.2: Product: USB Serial
[    4.209519] usb 1-1.1.3: new high-speed USB device number 6 using dwc_otg
[    4.390750] usb 1-1.1.3: New USB device found, idVendor=152d, idProduct=a580, bcdDevice=12.14
[    4.393910] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.397071] usb 1-1.1.3: Product: SATA JMS576A Storage
[    4.398766] usb 1-1.1.3: Manufacturer: SATA JMS576A Storage
[    4.400397] usb 1-1.1.3: SerialNumber: 88888883756D
[    4.402900] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.405945] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.407420] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.408898] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.410445] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[    4.412185] scsi host0: usb-storage 1-1.1.3:1.0
[    4.637538] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
[    4.738199] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    4.741728] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.009409] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    5.028272] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    5.438425] scsi 0:0:0:0: Direct-Access     INTEL SS DSCKKF128G8 SATA 1214 PQ: 0 ANSI: 6
[    5.444918] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.447594] sd 0:0:0:0: [sda] Write Protect is off
[    5.448749] sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
[    5.449073] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.454183]  sda: sda1 sda2
[    5.455610] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.208945] EXT4-fs (sda2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
[    6.729828] systemd[1]: System time before build time, advancing clock.
[    6.854843] NET: Registered PF_INET6 protocol family
[    6.856390] Segment Routing with IPv6
[    6.857063] In-situ OAM (IOAM) with IPv6
[    6.907436] systemd[1]: systemd 252.31-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.912598] systemd[1]: Detected architecture arm64.
[    6.924512] systemd[1]: Hostname set to <voron0>.
[    7.573957] systemd[1]: Queued start job for default target multi-user.target.
[    7.601319] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.606815] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    7.611743] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.616099] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.618422] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    7.621180] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.624297] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.627091] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-fb33757d\x2d01.device - /dev/disk/by-partuuid/fb33757d-01...
[    7.629859] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.632576] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.635382] systemd[1]: Reached target paths.target - Path Units.
[    7.637297] systemd[1]: Reached target slices.target - Slice Units.
[    7.639172] systemd[1]: Reached target swap.target - Swaps.
[    7.641005] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.644115] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    7.647049] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.650619] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.653845] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    7.656921] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    7.659496] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.662668] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.665891] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.685835] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.698222] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.705917] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.709359] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.716159] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[    7.723584] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    7.730942] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.740064] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.749150] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.757936] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.766128] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    7.774077] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.782549] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.786618] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    7.796910] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.807711] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.822247] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.827128] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    7.846962] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.866644] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.868872] fuse: init (API version 7.39)
[    7.878921] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.887281] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.894557] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[    7.904527] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.911101] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.912576] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    7.919515] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    7.921170] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    7.923309] EXT4-fs (sda2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
[    7.932100] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    7.933986] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    7.939012] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    7.941067] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    7.945470] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    7.947328] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    7.952034] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    7.953739] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    7.957042] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    7.961361] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    7.990324] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    7.998426] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.002189] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    8.004501] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    8.011917] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    8.017003] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    8.034197] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.044517] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    8.056969] systemd[1]: Started systemd-journald.service - Journal Service.
[    8.134724] systemd-journald[239]: Received client request to flush runtime journal.
[    8.141410] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.078861] gpio-fan gpio-fan@0: GPIO fan initialized
[    9.104412] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    9.105467] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    9.105578] [vc_sm_connected_init]: start
[    9.106900] [vc_sm_connected_init]: installed successfully
[    9.107821] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.125355] mc: Linux media interface: v0.10
[    9.127482] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[    9.134008] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[    9.222301] videodev: Linux video capture interface: v2.00
[    9.251590] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.271414] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.288907] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    9.305927] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    9.307408] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    9.336540] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.336972] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.337014] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.338184] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.340814] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.342094] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    9.342135] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    9.343662] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    9.343706] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.343718] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.343726] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.343734] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.352064] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    9.352122] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    9.352687] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    9.353450] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    9.354034] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    9.354535] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    9.354569] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.354581] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.354588] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.354596] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.354742] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    9.354762] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    9.354769] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    9.358048] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    9.358093] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    9.394533] Bluetooth: Core ver 2.22
[    9.394695] NET: Registered PF_BLUETOOTH protocol family
[    9.394702] Bluetooth: HCI device and connection manager initialized
[    9.394729] Bluetooth: HCI socket layer initialized
[    9.394747] Bluetooth: L2CAP socket layer initialized
[    9.394766] Bluetooth: SCO socket layer initialized
[    9.436144] Bluetooth: HCI UART driver ver 2.3
[    9.436200] Bluetooth: HCI UART protocol H4 registered
[    9.437865] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.442016] Bluetooth: HCI UART protocol Broadcom registered
[    9.442769] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    9.443427] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    9.479929] usbcore: registered new interface driver usbserial_generic
[    9.480040] usbserial: USB Serial support registered for generic
[    9.543078] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    9.561805] uart-pl011 3f201000.serial: no DMA platform data
[    9.575695] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    9.576483] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    9.577241] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.578649] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    9.695522] usbcore: registered new interface driver ch341
[    9.695635] usbserial: USB Serial support registered for ch341-uart
[    9.695763] ch341 1-1.1.2:1.0: ch341-uart converter detected
[    9.705845] usb 1-1.1.2: ch341-uart converter now attached to ttyUSB0
[    9.810241] Bluetooth: hci0: BCM: chip id 107
[    9.811285] Bluetooth: hci0: BCM: features 0x2f
[    9.812462] Bluetooth: hci0: BCM4345C0
[    9.812497] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    9.817659] brcmfmac: F1 signature read @0x18000000=0x15264345
[    9.831956] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd' Patch
[    9.858289] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.860634] usbcore: registered new interface driver brcmfmac
[   10.123118] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[   10.123808] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[   10.125589] rtw_core: loading out-of-tree module taints kernel.
[   10.187257] Console: switching to colour dummy device 80x25
[   10.194923] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   10.203479] Registered IR keymap rc-cec
[   10.205369] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[   10.205645] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[   10.211214] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card0/input1
[   10.213517] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   10.214048] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   10.215312] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.215969] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.216800] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.217109] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   10.220539] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   10.234402] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   10.240888] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.243213] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.670820] Bluetooth: hci0: BCM: features 0x2f
[   10.673985] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[   10.674026] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[   10.674478] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[   11.029984] Adding 1048572k swap on /var/swap.  Priority:-2 extents:7 across:1490940k
[   11.939408] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.939429] Bluetooth: BNEP filters: protocol multicast
[   11.939445] Bluetooth: BNEP socket layer initialized
[   11.950438] Bluetooth: MGMT ver 1.22
[   11.958260] alsactl[582]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   11.974634] NET: Registered PF_ALG protocol family
[   12.478774] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[   12.487712] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   12.487742] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   12.491077] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
[   12.491296] usbcore: registered new interface driver rtw_8812au
[   12.592884] lan78xx 1-1.1.1:1.0 eth0: Link is Down
[   12.646543] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   13.113340] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   48.159512] Bluetooth: RFCOMM TTY layer initialized
[   48.159570] Bluetooth: RFCOMM socket layer initialized
[   48.159601] Bluetooth: RFCOMM ver 1.11
[  509.398812] usb 1-1.3: USB disconnect, device number 4
[  509.622460] usb 1-1.3: new high-speed USB device number 8 using dwc_otg
[  509.723189] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[  509.723218] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  509.723225] usb 1-1.3: Product: 802.11n NIC
[  509.723230] usb 1-1.3: Manufacturer: Realtek
[  509.723250] usb 1-1.3: SerialNumber: 123456
[  509.728450] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  510.261638] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[  510.264649] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  510.264659] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  510.264891] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
[  511.447826] usb 1-1.3: USB disconnect, device number 8
[  512.438752] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[  512.539145] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[  512.539167] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  512.539173] usb 1-1.3: Product: 802.11n NIC
[  512.539179] usb 1-1.3: Manufacturer: Realtek
[  512.539184] usb 1-1.3: SerialNumber: 123456
[  512.540014] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  513.097925] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[  513.100914] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  513.100926] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  513.101118] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
ss8688 commented 7 hours ago

I have another 8812au network adapter that has reported different errors:

[   12.643819] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[   12.648150] rtw_8812au 1-1.3:1.0: read register 0x5 failed with -71
[   12.648629] rtw_8812au 1-1.3:1.0: read register 0x5 failed with -71
[   12.648759] rtw_8812au 1-1.3:1.0: read register 0x3 failed with -71
[   12.648899] rtw_8812au 1-1.3:1.0: write register 0x3 failed with -71
[   12.649066] rtw_8812au 1-1.3:1.0: read register 0x80 failed with -71
[   12.649218] rtw_8812au 1-1.3:1.0: write register 0x80 failed with -71
[   12.650952] rtw_8812au 1-1.3:1.0: write register 0x42 failed with -71
[   12.652552] rtw_8812au 1-1.3:1.0: write register 0x43 failed with -71
[   12.660758] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   12.660783] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   13.619130] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[   13.623893] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   13.623921] rtw_8812au 1-1.3:1.0: failed to setup chip information
ss8688 commented 7 hours ago

full output:

 dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.62+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25)
[    0.000000] KASLR enabled
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001e400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000001e400000..0x000000002e3fffff (262144 KiB) map reusable linux,cma
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x37e0b3c0-0x37e0dfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    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-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    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 VIPT I-cache on CPU0
[    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] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fb33757d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=CN
[    0.000000] cgroup: Disabling memory control group subsystem
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 225792
[    0.000000] Policy zone: DMA
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 599300K/917504K available (13504K kernel code, 2206K rwdata, 4292K rodata, 4864K init, 1086K bss, 56060K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 43495 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000402] Console: colour dummy device 80x25
[    0.000419] printk: console [tty1] enabled
[    0.001422] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001471] pid_max: default: 32768 minimum: 301
[    0.001591] LSM: initializing lsm=capability,integrity
[    0.001845] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001898] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004782] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.004963] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005129] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005479] rcu: Hierarchical SRCU implementation.
[    0.005506] rcu:     Max phase no-delay instances is 1000.
[    0.007700] EFI services will not be available.
[    0.008190] smp: Bringing up secondary CPUs ...
[    0.009015] Detected VIPT I-cache on CPU1
[    0.009168] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.010394] Detected VIPT I-cache on CPU2
[    0.010510] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.011594] Detected VIPT I-cache on CPU3
[    0.011698] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.012189] smp: Brought up 1 node, 4 CPUs
[    0.012320] SMP: Total of 4 processors activated.
[    0.012344] CPU features: detected: 32-bit EL0 Support
[    0.012364] CPU features: detected: 32-bit EL1 Support
[    0.012388] CPU features: detected: CRC32 instructions
[    0.012525] CPU: All CPU(s) started at EL2
[    0.012559] alternatives: applying system-wide alternatives
[    0.015408] devtmpfs: initialized
[    0.029383] Enabled cp15_barrier support
[    0.029444] Enabled setend support
[    0.029685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029738] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.041740] pinctrl core: initialized pinctrl subsystem
[    0.042542] DMI not present or invalid.
[    0.043331] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.050174] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.050574] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.051190] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.051343] audit: initializing netlink subsys (disabled)
[    0.051660] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[    0.052568] thermal_sys: Registered thermal governor 'step_wise'
[    0.052637] cpuidle: using governor menu
[    0.052972] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.053147] ASID allocator initialised with 32768 entries
[    0.054254] Serial: AMBA PL011 UART driver
[    0.061606] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.066538] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    0.072397] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:54:19, variant start
[    0.076380] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398
[    0.085514] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.085556] Modules: 0 pages in range for non-PLT usage
[    0.085563] Modules: 517760 pages in range for PLT usage
[    0.090669] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
[    0.092364] iommu: Default domain type: Translated
[    0.092395] iommu: DMA domain TLB invalidation policy: strict mode
[    0.093019] SCSI subsystem initialized
[    0.093295] usbcore: registered new interface driver usbfs
[    0.093366] usbcore: registered new interface driver hub
[    0.093442] usbcore: registered new device driver usb
[    0.093953] pps_core: LinuxPPS API ver. 1 registered
[    0.093979] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.094030] PTP clock support registered
[    0.096888] vgaarb: loaded
[    0.097497] clocksource: Switched to clocksource arch_sys_counter
[    1.734157] VFS: Disk quotas dquot_6.6.0
[    1.734260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.734423] FS-Cache: Loaded
[    1.734749] CacheFiles: Loaded
[    1.746136] NET: Registered PF_INET protocol family
[    1.746478] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.748680] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    1.748748] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.748792] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.748935] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.749315] TCP: Hash tables configured (established 8192 bind 8192)
[    1.749749] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[    1.749854] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.749927] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.750174] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.750922] RPC: Registered named UNIX socket transport module.
[    1.750955] RPC: Registered udp transport module.
[    1.750976] RPC: Registered tcp transport module.
[    1.750996] RPC: Registered tcp-with-tls transport module.
[    1.751017] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.751064] PCI: CLS 0 bytes, default 64
[    1.751782] Trying to unpack rootfs image as initramfs...
[    1.757874] kvm [1]: IPA Size Limit: 40 bits
[    1.759762] kvm [1]: Hyp mode initialized successfully
[    1.763960] Initialise system trusted keyrings
[    1.764528] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[    1.764639] zbud: loaded
[    1.765879] NFS: Registering the id_resolver key type
[    1.765963] Key type id_resolver registered
[    1.765985] Key type id_legacy registered
[    1.766036] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.766066] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.766984] Key type asymmetric registered
[    1.767023] Asymmetric key parser 'x509' registered
[    1.767114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.767454] io scheduler mq-deadline registered
[    1.767487] io scheduler kyber registered
[    1.767546] io scheduler bfq registered
[    1.770935] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
[    1.774298] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes
[    1.774366] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[    1.777426] Console: switching to colour frame buffer device 82x26
[    1.780251] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[    1.788277] bcm2835-rng 3f104000.rng: hwrng registered
[    1.790560] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.812674] brd: module loaded
[    1.825181] loop: module loaded
[    1.827818] Loading iSCSI transport class v2.0-870.
[    1.835677] usbcore: registered new device driver r8152-cfgselector
[    1.837344] usbcore: registered new interface driver r8152
[    1.839027] usbcore: registered new interface driver lan78xx
[    1.840598] usbcore: registered new interface driver smsc95xx
[    1.842563] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.574269] Core Release: 2.80a
[    2.575758] Setting default values for core params
[    2.577258] Finished setting default values for core params
[    2.679781] Freeing initrd memory: 11544K
[    2.779238] Using Buffer DMA mode
[    2.780578] Periodic Transfer Interrupt Enhancement - disabled
[    2.781946] Multiprocessor Interrupt Enhancement - disabled
[    2.783247] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.784541] Dedicated Tx FIFOs mode

[    2.787299] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080b9a000 dma = 0x00000000de800000 len=9024
[    2.790884] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.796778] dwc_otg: Microframe scheduler enabled

[    2.796825] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
[    2.799380] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.800699] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.802074] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[    2.803426] Init: Port Power? op_state=1
[    2.804705] Init: Power Port (0)
[    2.806229] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.808846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.810267] usb usb1: Product: DWC OTG Controller
[    2.811645] usb usb1: Manufacturer: Linux 6.6.62+rpt-rpi-v8 dwc_otg_hcd
[    2.813065] usb usb1: SerialNumber: 3f980000.usb
[    2.815362] hub 1-0:1.0: USB hub found
[    2.816783] hub 1-0:1.0: 1 port detected
[    2.818870] dwc_otg: FIQ enabled
[    2.818880] dwc_otg: NAK holdoff enabled
[    2.818887] dwc_otg: FIQ split-transaction FSM enabled
[    2.818903] Module dwc_common_port init
[    2.819801] usbcore: registered new interface driver uas
[    2.821228] usbcore: registered new interface driver usb-storage
[    2.823129] mousedev: PS/2 mouse device common for all mice
[    2.827847] sdhci: Secure Digital Host Controller Interface driver
[    2.829266] sdhci: Copyright(c) Pierre Ossman
[    2.830914] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.834764] ledtrig-cpu: registered to indicate activity on CPUs
[    2.835613] hid: raw HID events driver (C) Jiri Kosina
[    2.836303] usbcore: registered new interface driver usbhid
[    2.836899] usbhid: USB HID core driver
[    2.840740] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    2.842845] NET: Registered PF_PACKET protocol family
[    2.843613] Key type dns_resolver registered
[    2.861167] registered taskstats version 1
[    2.862018] Loading compiled-in X.509 certificates
[    2.870330] Key type .fscrypt registered
[    2.870935] Key type fscrypt-provisioning registered
[    2.876631] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.877967] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[    2.879351] serial serial0: tty port ttyAMA1 registered
[    2.881441] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.882438] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.883859] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.884511] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    2.910830] sdhost: log_buf @ 00000000220c0abf (c28f9000)
[    2.929547] Indeed it is in host mode hprt0 = 00021501
[    2.965333] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.968220] of_cfs_init
[    2.968941] of_cfs_init: OK
[    2.969723] clk: Disabling unused clocks
[    2.978757] Freeing unused kernel memory: 4864K
[    2.979495] Run /init as init process
[    2.980060]   with arguments:
[    2.980062]     /init
[    2.980065]   with environment:
[    2.980068]     HOME=/
[    2.980070]     TERM=linux
[    3.005475] mmc1: new high speed SDIO card at address 0001
[    3.117546] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.118354] Indeed it is in host mode hprt0 = 00001101
[    3.329023] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.330514] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.331936] hub 1-1:1.0: USB hub found
[    3.332808] hub 1-1:1.0: 4 ports detected
[    3.352956] i2c i2c-11: Added multiplexed i2c bus 0
[    3.354290] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    3.355927] i2c 10-0010: Fixed dependency cycle(s) with /soc/csi@7e801000
[    3.356974] i2c i2c-11: Added multiplexed i2c bus 10
[    3.621527] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.721946] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.725285] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.727977] hub 1-1.1:1.0: USB hub found
[    3.729953] hub 1-1.1:1.0: 3 ports detected
[    3.813548] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.914447] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[    3.917680] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.919410] usb 1-1.3: Product: 802.11n NIC
[    3.921113] usb 1-1.3: Manufacturer: Realtek
[    3.922792] usb 1-1.3: SerialNumber: 123456
[    4.017535] usb 1-1.1.2: new full-speed USB device number 5 using dwc_otg
[    4.120533] usb 1-1.1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice=81.33
[    4.123738] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.127050] usb 1-1.1.2: Product: USB Serial
[    4.209519] usb 1-1.1.3: new high-speed USB device number 6 using dwc_otg
[    4.390750] usb 1-1.1.3: New USB device found, idVendor=152d, idProduct=a580, bcdDevice=12.14
[    4.393910] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.397071] usb 1-1.1.3: Product: SATA JMS576A Storage
[    4.398766] usb 1-1.1.3: Manufacturer: SATA JMS576A Storage
[    4.400397] usb 1-1.1.3: SerialNumber: 88888883756D
[    4.402900] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.405945] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.407420] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.408898] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.410445] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[    4.412185] scsi host0: usb-storage 1-1.1.3:1.0
[    4.637538] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
[    4.738199] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    4.741728] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.009409] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    5.028272] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    5.438425] scsi 0:0:0:0: Direct-Access     INTEL SS DSCKKF128G8 SATA 1214 PQ: 0 ANSI: 6
[    5.444918] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.447594] sd 0:0:0:0: [sda] Write Protect is off
[    5.448749] sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
[    5.449073] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.454183]  sda: sda1 sda2
[    5.455610] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.208945] EXT4-fs (sda2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
[    6.729828] systemd[1]: System time before build time, advancing clock.
[    6.854843] NET: Registered PF_INET6 protocol family
[    6.856390] Segment Routing with IPv6
[    6.857063] In-situ OAM (IOAM) with IPv6
[    6.907436] systemd[1]: systemd 252.31-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    6.912598] systemd[1]: Detected architecture arm64.
[    6.924512] systemd[1]: Hostname set to <voron0>.
[    7.573957] systemd[1]: Queued start job for default target multi-user.target.
[    7.601319] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.606815] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    7.611743] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.616099] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.618422] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    7.621180] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.624297] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.627091] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-fb33757d\x2d01.device - /dev/disk/by-partuuid/fb33757d-01...
[    7.629859] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.632576] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.635382] systemd[1]: Reached target paths.target - Path Units.
[    7.637297] systemd[1]: Reached target slices.target - Slice Units.
[    7.639172] systemd[1]: Reached target swap.target - Swaps.
[    7.641005] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.644115] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    7.647049] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.650619] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.653845] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    7.656921] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    7.659496] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.662668] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.665891] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.685835] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.698222] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.705917] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.709359] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.716159] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[    7.723584] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    7.730942] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.740064] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.749150] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.757936] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.766128] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    7.774077] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.782549] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.786618] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    7.796910] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.807711] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.822247] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.827128] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    7.846962] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.866644] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    7.868872] fuse: init (API version 7.39)
[    7.878921] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    7.887281] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    7.894557] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[    7.904527] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.911101] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.912576] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    7.919515] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    7.921170] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    7.923309] EXT4-fs (sda2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
[    7.932100] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    7.933986] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    7.939012] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    7.941067] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    7.945470] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    7.947328] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    7.952034] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    7.953739] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    7.957042] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    7.961361] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    7.990324] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    7.998426] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.002189] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    8.004501] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    8.011917] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    8.017003] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    8.034197] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.044517] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    8.056969] systemd[1]: Started systemd-journald.service - Journal Service.
[    8.134724] systemd-journald[239]: Received client request to flush runtime journal.
[    8.141410] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.078861] gpio-fan gpio-fan@0: GPIO fan initialized
[    9.104412] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    9.105467] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    9.105578] [vc_sm_connected_init]: start
[    9.106900] [vc_sm_connected_init]: installed successfully
[    9.107821] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.125355] mc: Linux media interface: v0.10
[    9.127482] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[    9.134008] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[    9.222301] videodev: Linux video capture interface: v2.00
[    9.251590] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.271414] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.288907] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    9.305927] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    9.307408] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    9.336540] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.336972] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.337014] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.338184] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.340814] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.342094] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    9.342135] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    9.343662] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    9.343706] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.343718] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.343726] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.343734] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.352064] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    9.352122] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    9.352687] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    9.353450] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    9.354034] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    9.354535] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    9.354569] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.354581] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.354588] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.354596] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.354742] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    9.354762] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    9.354769] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    9.358048] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    9.358093] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    9.394533] Bluetooth: Core ver 2.22
[    9.394695] NET: Registered PF_BLUETOOTH protocol family
[    9.394702] Bluetooth: HCI device and connection manager initialized
[    9.394729] Bluetooth: HCI socket layer initialized
[    9.394747] Bluetooth: L2CAP socket layer initialized
[    9.394766] Bluetooth: SCO socket layer initialized
[    9.436144] Bluetooth: HCI UART driver ver 2.3
[    9.436200] Bluetooth: HCI UART protocol H4 registered
[    9.437865] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.442016] Bluetooth: HCI UART protocol Broadcom registered
[    9.442769] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    9.443427] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    9.479929] usbcore: registered new interface driver usbserial_generic
[    9.480040] usbserial: USB Serial support registered for generic
[    9.543078] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    9.561805] uart-pl011 3f201000.serial: no DMA platform data
[    9.575695] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    9.576483] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    9.577241] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.578649] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    9.695522] usbcore: registered new interface driver ch341
[    9.695635] usbserial: USB Serial support registered for ch341-uart
[    9.695763] ch341 1-1.1.2:1.0: ch341-uart converter detected
[    9.705845] usb 1-1.1.2: ch341-uart converter now attached to ttyUSB0
[    9.810241] Bluetooth: hci0: BCM: chip id 107
[    9.811285] Bluetooth: hci0: BCM: features 0x2f
[    9.812462] Bluetooth: hci0: BCM4345C0
[    9.812497] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    9.817659] brcmfmac: F1 signature read @0x18000000=0x15264345
[    9.831956] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd' Patch
[    9.858289] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.860634] usbcore: registered new interface driver brcmfmac
[   10.123118] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[   10.123808] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[   10.125589] rtw_core: loading out-of-tree module taints kernel.
[   10.187257] Console: switching to colour dummy device 80x25
[   10.194923] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   10.203479] Registered IR keymap rc-cec
[   10.205369] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[   10.205645] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[   10.211214] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card0/input1
[   10.213517] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   10.214048] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   10.215312] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.215969] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.216800] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.217109] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   10.220539] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   10.234402] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   10.240888] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.243213] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.670820] Bluetooth: hci0: BCM: features 0x2f
[   10.673985] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[   10.674026] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[   10.674478] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[   11.029984] Adding 1048572k swap on /var/swap.  Priority:-2 extents:7 across:1490940k
[   11.939408] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.939429] Bluetooth: BNEP filters: protocol multicast
[   11.939445] Bluetooth: BNEP socket layer initialized
[   11.950438] Bluetooth: MGMT ver 1.22
[   11.958260] alsactl[582]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   11.974634] NET: Registered PF_ALG protocol family
[   12.478774] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[   12.487712] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   12.487742] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   12.491077] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
[   12.491296] usbcore: registered new interface driver rtw_8812au
[   12.592884] lan78xx 1-1.1.1:1.0 eth0: Link is Down
[   12.646543] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   13.113340] systemd-journald[239]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   48.159512] Bluetooth: RFCOMM TTY layer initialized
[   48.159570] Bluetooth: RFCOMM socket layer initialized
[   48.159601] Bluetooth: RFCOMM ver 1.11
[  509.398812] usb 1-1.3: USB disconnect, device number 4
[  509.622460] usb 1-1.3: new high-speed USB device number 8 using dwc_otg
[  509.723189] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[  509.723218] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  509.723225] usb 1-1.3: Product: 802.11n NIC
[  509.723230] usb 1-1.3: Manufacturer: Realtek
[  509.723250] usb 1-1.3: SerialNumber: 123456
[  509.728450] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  510.261638] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[  510.264649] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  510.264659] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  510.264891] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
[  511.447826] usb 1-1.3: USB disconnect, device number 8
[  512.438752] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[  512.539145] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00
[  512.539167] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  512.539173] usb 1-1.3: Product: 802.11n NIC
[  512.539179] usb 1-1.3: Manufacturer: Realtek
[  512.539184] usb 1-1.3: SerialNumber: 123456
[  512.540014] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  513.097925] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map
[  513.100914] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  513.100926] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  513.101118] rtw_8812au: probe of 1-1.3:1.0 failed with error -22
[  831.961793] usb 1-1.3: USB disconnect, device number 9
[  832.186000] usb 1-1.3: new high-speed USB device number 10 using dwc_otg
[  832.681996] usb 1-1.3: device descriptor read/64, error -71
[  843.718652] usb 1-1.3: new high-speed USB device number 11 using dwc_otg
[  843.819537] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  843.819561] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  843.819567] usb 1-1.3: Product: NIC
[  843.819573] usb 1-1.3: Manufacturer: \x01
[  843.820615] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  844.373767] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  844.375439] rtw_8812au 1-1.3:1.0: read register 0x5 failed with -71
[  844.375592] rtw_8812au 1-1.3:1.0: read register 0x5 failed with -71
[  844.375680] rtw_8812au 1-1.3:1.0: read register 0x3 failed with -71
[  844.375770] rtw_8812au 1-1.3:1.0: write register 0x3 failed with -71
[  844.375855] rtw_8812au 1-1.3:1.0: read register 0x80 failed with -71
[  844.375940] rtw_8812au 1-1.3:1.0: write register 0x80 failed with -71
[  844.376102] rtw_8812au 1-1.3:1.0: write register 0x42 failed with -71
[  844.376241] rtw_8812au 1-1.3:1.0: write register 0x43 failed with -71
[  844.377819] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  844.377830] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  844.512683] usb 1-1.3: USB disconnect, device number 11
[  844.734538] usb 1-1.3: new high-speed USB device number 12 using dwc_otg
[  844.835019] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  844.835044] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  844.835051] usb 1-1.3: Product: 802.11n NIC
[  844.835056] usb 1-1.3: Manufacturer: Realtek
[  844.835061] usb 1-1.3: SerialNumber: 123456
[  844.836005] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  845.373249] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  845.376659] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  845.376683] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  845.537671] usb 1-1.3: USB disconnect, device number 12
[  845.766593] usb 1-1.3: new high-speed USB device number 13 using dwc_otg
[  845.871037] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  845.871061] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  845.871067] usb 1-1.3: Product: 802.11n NIC
[  845.871073] usb 1-1.3: Manufacturer: Realtek
[  845.871078] usb 1-1.3: SerialNumber: 123456
[  845.872568] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  846.413708] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  846.416755] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  846.416762] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  846.562688] usb 1-1.3: USB disconnect, device number 13
[  846.786657] usb 1-1.3: new high-speed USB device number 14 using dwc_otg
[  846.887082] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  846.887105] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  846.887111] usb 1-1.3: Product: 802.11n NIC
[  846.887117] usb 1-1.3: Manufacturer: Realtek
[  846.887122] usb 1-1.3: SerialNumber: 123456
[  846.891285] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  847.437110] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  847.440129] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  847.440137] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  847.587698] usb 1-1.3: USB disconnect, device number 14
[  847.810666] usb 1-1.3: new high-speed USB device number 15 using dwc_otg
[  847.911383] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  847.911432] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  847.911439] usb 1-1.3: Product: 802.11n NIC
[  847.911445] usb 1-1.3: Manufacturer: Realtek
[  847.911451] usb 1-1.3: SerialNumber: 123456
[  847.912956] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  848.458153] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  848.463666] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  848.463688] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  848.612816] usb 1-1.3: USB disconnect, device number 15
[  848.834740] usb 1-1.3: new high-speed USB device number 16 using dwc_otg
[  848.935587] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  848.935625] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  848.935638] usb 1-1.3: Product: 802.11n NIC
[  848.935648] usb 1-1.3: Manufacturer: Realtek
[  848.935658] usb 1-1.3: SerialNumber: 123456
[  848.937032] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  849.539854] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  849.542934] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  849.542942] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  849.637683] usb 1-1.3: USB disconnect, device number 16
[  849.858773] usb 1-1.3: new high-speed USB device number 17 using dwc_otg
[  849.959267] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  849.959291] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  849.959298] usb 1-1.3: Product: 802.11n NIC
[  849.959303] usb 1-1.3: Manufacturer: Realtek
[  849.959308] usb 1-1.3: SerialNumber: 123456
[  849.960277] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  850.512736] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  850.516071] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  850.516080] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  850.662699] usb 1-1.3: USB disconnect, device number 17
[  850.886811] usb 1-1.3: new high-speed USB device number 18 using dwc_otg
[  850.987304] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  850.987330] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  850.987337] usb 1-1.3: Product: 802.11n NIC
[  850.987342] usb 1-1.3: Manufacturer: Realtek
[  850.987347] usb 1-1.3: SerialNumber: 123456
[  850.989106] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  851.524448] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  851.527461] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  851.527469] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  851.687676] usb 1-1.3: USB disconnect, device number 18
[  851.914892] usb 1-1.3: new high-speed USB device number 19 using dwc_otg
[  852.019328] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  852.019351] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  852.019357] usb 1-1.3: Product: 802.11n NIC
[  852.019363] usb 1-1.3: Manufacturer: Realtek
[  852.019370] usb 1-1.3: SerialNumber: 123456
[  852.020291] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  852.549485] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  852.552508] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  852.552516] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  852.712776] usb 1-1.3: USB disconnect, device number 19
[  852.934898] usb 1-1.3: new high-speed USB device number 20 using dwc_otg
[  853.035395] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  853.035418] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  853.035425] usb 1-1.3: Product: 802.11n NIC
[  853.035430] usb 1-1.3: Manufacturer: Realtek
[  853.035435] usb 1-1.3: SerialNumber: 123456
[  853.036326] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  853.597473] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  853.600528] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  853.600535] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  853.737681] usb 1-1.3: USB disconnect, device number 20
[  853.958970] usb 1-1.3: new high-speed USB device number 21 using dwc_otg
[  854.059450] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  854.059480] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  854.059487] usb 1-1.3: Product: 802.11n NIC
[  854.059495] usb 1-1.3: Manufacturer: Realtek
[  854.059501] usb 1-1.3: SerialNumber: 123456
[  854.060570] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  854.637634] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  854.640817] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  854.640839] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  854.762690] usb 1-1.3: USB disconnect, device number 21
[  854.987047] usb 1-1.3: new high-speed USB device number 22 using dwc_otg
[  855.087451] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  855.087472] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  855.087479] usb 1-1.3: Product: 802.11n NIC
[  855.087485] usb 1-1.3: Manufacturer: Realtek
[  855.087490] usb 1-1.3: SerialNumber: 123456
[  855.088327] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  855.622796] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  855.626100] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  855.626135] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  855.787722] usb 1-1.3: USB disconnect, device number 22
[  856.011045] usb 1-1.3: new high-speed USB device number 23 using dwc_otg
[  856.111675] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  856.111724] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  856.111735] usb 1-1.3: Product: 802.11n NIC
[  856.111741] usb 1-1.3: Manufacturer: Realtek
[  856.111747] usb 1-1.3: SerialNumber: 123456
[  856.113877] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  856.659248] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  856.662841] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  856.662857] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  856.812680] usb 1-1.3: USB disconnect, device number 23
[  857.035105] usb 1-1.3: new high-speed USB device number 24 using dwc_otg
[  857.135577] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  857.135601] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  857.135607] usb 1-1.3: Product: 802.11n NIC
[  857.135613] usb 1-1.3: Manufacturer: Realtek
[  857.135618] usb 1-1.3: SerialNumber: 123456
[  857.136519] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  857.682423] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  857.685460] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  857.685467] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  857.837697] usb 1-1.3: USB disconnect, device number 24
[  858.059143] usb 1-1.3: new high-speed USB device number 25 using dwc_otg
[  858.159636] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  858.159658] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  858.159665] usb 1-1.3: Product: 802.11n NIC
[  858.159670] usb 1-1.3: Manufacturer: Realtek
[  858.159675] usb 1-1.3: SerialNumber: 123456
[  858.160582] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  858.701683] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  858.704756] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  858.704764] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  858.862680] usb 1-1.3: USB disconnect, device number 25
[  859.087185] usb 1-1.3: new high-speed USB device number 26 using dwc_otg
[  859.187710] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  859.187741] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  859.187748] usb 1-1.3: Product: 802.11n NIC
[  859.187753] usb 1-1.3: Manufacturer: Realtek
[  859.187758] usb 1-1.3: SerialNumber: 123456
[  859.188873] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  859.788590] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  859.791609] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  859.791616] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  859.887669] usb 1-1.3: USB disconnect, device number 26
[  860.111272] usb 1-1.3: new high-speed USB device number 27 using dwc_otg
[  860.211725] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  860.211747] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  860.211754] usb 1-1.3: Product: 802.11n NIC
[  860.211759] usb 1-1.3: Manufacturer: Realtek
[  860.211764] usb 1-1.3: SerialNumber: 123456
[  860.212605] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  860.746542] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  860.750111] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  860.750130] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  860.912797] usb 1-1.3: USB disconnect, device number 27
[  861.135277] usb 1-1.3: new high-speed USB device number 28 using dwc_otg
[  861.235762] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  861.235785] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  861.235792] usb 1-1.3: Product: 802.11n NIC
[  861.235797] usb 1-1.3: Manufacturer: Realtek
[  861.235802] usb 1-1.3: SerialNumber: 123456
[  861.236735] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  861.776493] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  861.779903] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  861.779913] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  861.937678] usb 1-1.3: USB disconnect, device number 28
[  862.159359] usb 1-1.3: new high-speed USB device number 29 using dwc_otg
[  862.259841] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  862.259865] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  862.259872] usb 1-1.3: Product: 802.11n NIC
[  862.259877] usb 1-1.3: Manufacturer: Realtek
[  862.259882] usb 1-1.3: SerialNumber: 123456
[  862.264481] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  862.830282] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  862.833319] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  862.833327] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  862.962684] usb 1-1.3: USB disconnect, device number 29
[  863.187421] usb 1-1.3: new high-speed USB device number 30 using dwc_otg
[  863.288114] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  863.288137] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  863.288143] usb 1-1.3: Product: 802.11n NIC
[  863.288149] usb 1-1.3: Manufacturer: Realtek
[  863.288153] usb 1-1.3: SerialNumber: 123456
[  863.289013] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  863.830091] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  863.833136] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  863.833143] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  863.987695] usb 1-1.3: USB disconnect, device number 30
[  864.211432] usb 1-1.3: new high-speed USB device number 31 using dwc_otg
[  864.312063] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  864.312111] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  864.312119] usb 1-1.3: Product: 802.11n NIC
[  864.312125] usb 1-1.3: Manufacturer: Realtek
[  864.312131] usb 1-1.3: SerialNumber: 123456
[  864.314741] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  864.887519] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  864.890895] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  864.890915] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  865.012690] usb 1-1.3: USB disconnect, device number 31
[  865.239514] usb 1-1.3: new high-speed USB device number 32 using dwc_otg
[  865.340037] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  865.340071] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  865.340078] usb 1-1.3: Product: 802.11n NIC
[  865.340084] usb 1-1.3: Manufacturer: Realtek
[  865.340089] usb 1-1.3: SerialNumber: 123456
[  865.344371] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  865.890063] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  865.893219] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  865.893238] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  866.037684] usb 1-1.3: USB disconnect, device number 32
[  866.259519] usb 1-1.3: new high-speed USB device number 33 using dwc_otg
[  866.360027] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  866.360052] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  866.360059] usb 1-1.3: Product: 802.11n NIC
[  866.360064] usb 1-1.3: Manufacturer: Realtek
[  866.360069] usb 1-1.3: SerialNumber: 123456
[  866.361020] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  866.899597] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  866.902549] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  866.902555] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  867.062677] usb 1-1.3: USB disconnect, device number 33
[  867.291580] usb 1-1.3: new high-speed USB device number 34 using dwc_otg
[  867.392058] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  867.392081] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  867.392088] usb 1-1.3: Product: 802.11n NIC
[  867.392093] usb 1-1.3: Manufacturer: Realtek
[  867.392098] usb 1-1.3: SerialNumber: 123456
[  867.393124] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  867.931476] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  867.934488] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  867.934495] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  868.087684] usb 1-1.3: USB disconnect, device number 34
[  868.311658] usb 1-1.3: new high-speed USB device number 35 using dwc_otg
[  868.412086] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  868.412108] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  868.412115] usb 1-1.3: Product: 802.11n NIC
[  868.412120] usb 1-1.3: Manufacturer: Realtek
[  868.412125] usb 1-1.3: SerialNumber: 123456
[  868.412965] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  868.960849] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  868.963890] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  868.963898] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  869.112702] usb 1-1.3: USB disconnect, device number 35
[  869.335670] usb 1-1.3: new high-speed USB device number 36 using dwc_otg
[  869.436442] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  869.436474] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  869.436490] usb 1-1.3: Product: 802.11n NIC
[  869.436499] usb 1-1.3: Manufacturer: Realtek
[  869.436513] usb 1-1.3: SerialNumber: 123456
[  869.437903] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  870.040446] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  870.043769] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  870.043780] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  870.137674] usb 1-1.3: USB disconnect, device number 36
[  870.359720] usb 1-1.3: new high-speed USB device number 37 using dwc_otg
[  870.460180] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  870.460204] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  870.460211] usb 1-1.3: Product: 802.11n NIC
[  870.460216] usb 1-1.3: Manufacturer: Realtek
[  870.460221] usb 1-1.3: SerialNumber: 123456
[  870.461227] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  870.991039] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  870.994098] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  870.994115] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  871.162690] usb 1-1.3: USB disconnect, device number 37
[  871.383759] usb 1-1.3: new high-speed USB device number 38 using dwc_otg
[  871.484212] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  871.484243] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  871.484249] usb 1-1.3: Product: 802.11n NIC
[  871.484255] usb 1-1.3: Manufacturer: Realtek
[  871.484260] usb 1-1.3: SerialNumber: 123456
[  871.485218] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  872.042331] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  872.045700] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  872.045710] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  872.188217] usb 1-1.3: USB disconnect, device number 38
[  872.411807] usb 1-1.3: new high-speed USB device number 39 using dwc_otg
[  872.512291] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[  872.512312] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  872.512319] usb 1-1.3: Product: 802.11n NIC
[  872.512324] usb 1-1.3: Manufacturer: Realtek
[  872.512329] usb 1-1.3: SerialNumber: 123456
[  872.513535] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[  873.052730] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[  873.055748] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[  873.055755] rtw_8812au 1-1.3:1.0: failed to setup chip information
[  873.212679] usb 1-1.3: USB disconnect, device number 39
shiqi@voron0:~ $ sudo rebbot
sudo: rebbot: command not found
shiqi@voron0:~ $ sudo reboot

Broadcast message from root@voron0 on pts/2 (Wed 2024-12-04 23:17:32 CST):

The system will reboot now!

shiqi@voron0:~ $ Connection to 192.168.31.248 closed by remote host.
Connection to 192.168.31.248 closed.
PS C:\Users\shiqi> ssh 192.168.31.248
ssh: connect to host 192.168.31.248 port 22: Connection timed out
PS C:\Users\shiqi> ssh 192.168.31.248
ssh: connect to host 192.168.31.248 port 22: Connection timed out
PS C:\Users\shiqi> ssh 192.168.31.248
ssh: connect to host 192.168.31.248 port 22: Connection timed out
PS C:\Users\shiqi> ssh 192.168.31.248
shiqi@192.168.31.248's password:
Linux voron0 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Dec  4 23:07:26 2024 from 192.168.31.133
shiqi@voron0:~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.62+rpt-rpi-v8 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25)
[    0.000000] KASLR enabled
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001e400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000001e400000..0x000000002e3fffff (262144 KiB) map reusable linux,cma
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x0000000037ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x37e0b3c0-0x37e0dfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000037ffffff]
[    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-0x0000000037ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000037ffffff]
[    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 VIPT I-cache on CPU0
[    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] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=fb33757d-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=CN
[    0.000000] cgroup: Disabling memory control group subsystem
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 225792
[    0.000000] Policy zone: DMA
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 599300K/917504K available (13504K kernel code, 2206K rwdata, 4292K rodata, 4864K init, 1086K bss, 56060K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 43495 entries in 170 pages
[    0.000000] ftrace: allocated 170 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: bcm2836_arm_irqchip_handle_irq
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000001] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000403] Console: colour dummy device 80x25
[    0.000421] printk: console [tty1] enabled
[    0.001425] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.001474] pid_max: default: 32768 minimum: 301
[    0.001595] LSM: initializing lsm=capability,integrity
[    0.001847] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.001901] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.004777] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.004958] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005123] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.005476] rcu: Hierarchical SRCU implementation.
[    0.005502] rcu:     Max phase no-delay instances is 1000.
[    0.007701] EFI services will not be available.
[    0.008186] smp: Bringing up secondary CPUs ...
[    0.009018] Detected VIPT I-cache on CPU1
[    0.009170] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.010394] Detected VIPT I-cache on CPU2
[    0.010506] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.011599] Detected VIPT I-cache on CPU3
[    0.011701] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.012185] smp: Brought up 1 node, 4 CPUs
[    0.012315] SMP: Total of 4 processors activated.
[    0.012339] CPU features: detected: 32-bit EL0 Support
[    0.012359] CPU features: detected: 32-bit EL1 Support
[    0.012382] CPU features: detected: CRC32 instructions
[    0.012517] CPU: All CPU(s) started at EL2
[    0.012551] alternatives: applying system-wide alternatives
[    0.015372] devtmpfs: initialized
[    0.029337] Enabled cp15_barrier support
[    0.029399] Enabled setend support
[    0.029638] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029693] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.041676] pinctrl core: initialized pinctrl subsystem
[    0.042468] DMI not present or invalid.
[    0.043249] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.050089] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.050486] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.051106] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.051257] audit: initializing netlink subsys (disabled)
[    0.051572] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[    0.052484] thermal_sys: Registered thermal governor 'step_wise'
[    0.052551] cpuidle: using governor menu
[    0.052887] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.053064] ASID allocator initialised with 32768 entries
[    0.054180] Serial: AMBA PL011 UART driver
[    0.061531] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.066458] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    0.072390] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-11-26T12:54:19, variant start
[    0.076373] raspberrypi-firmware soc:firmware: Firmware hash is 2ae30f53898ae2f1ba77ff570a92991bedfb0398
[    0.085502] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.085543] Modules: 0 pages in range for non-PLT usage
[    0.085550] Modules: 517760 pages in range for PLT usage
[    0.090671] bcm2835-dma 3f007000.dma-controller: DMA legacy API manager, dmachans=0x1
[    0.092374] iommu: Default domain type: Translated
[    0.092481] iommu: DMA domain TLB invalidation policy: strict mode
[    0.093031] SCSI subsystem initialized
[    0.093306] usbcore: registered new interface driver usbfs
[    0.093379] usbcore: registered new interface driver hub
[    0.093455] usbcore: registered new device driver usb
[    0.093967] pps_core: LinuxPPS API ver. 1 registered
[    0.093994] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.094044] PTP clock support registered
[    0.097036] vgaarb: loaded
[    0.097645] clocksource: Switched to clocksource arch_sys_counter
[    0.098255] VFS: Disk quotas dquot_6.6.0
[    0.098332] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.098506] FS-Cache: Loaded
[    0.098768] CacheFiles: Loaded
[    0.109297] NET: Registered PF_INET protocol family
[    0.109619] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.111576] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.111641] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.111685] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.111898] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.112290] TCP: Hash tables configured (established 8192 bind 8192)
[    0.112683] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
[    0.112799] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.112879] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.113138] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.113898] RPC: Registered named UNIX socket transport module.
[    0.113930] RPC: Registered udp transport module.
[    0.113951] RPC: Registered tcp transport module.
[    0.113971] RPC: Registered tcp-with-tls transport module.
[    0.113992] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.114028] PCI: CLS 0 bytes, default 64
[    0.114336] Trying to unpack rootfs image as initramfs...
[    0.121974] kvm [1]: IPA Size Limit: 40 bits
[    0.123798] kvm [1]: Hyp mode initialized successfully
[    1.045753] Freeing initrd memory: 11544K
[    1.743380] Initialise system trusted keyrings
[    1.743809] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[    1.743917] zbud: loaded
[    1.744933] NFS: Registering the id_resolver key type
[    1.744984] Key type id_resolver registered
[    1.745006] Key type id_legacy registered
[    1.745051] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.745081] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.746010] Key type asymmetric registered
[    1.746040] Asymmetric key parser 'x509' registered
[    1.746132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.746377] io scheduler mq-deadline registered
[    1.746406] io scheduler kyber registered
[    1.746462] io scheduler bfq registered
[    1.749309] pinctrl-bcm2835 3f200000.gpio: GPIO_OUT persistence: yes
[    1.752116] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes
[    1.752170] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[    1.755162] Console: switching to colour frame buffer device 82x26
[    1.757744] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[    1.764582] bcm2835-rng 3f104000.rng: hwrng registered
[    1.766585] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.785369] brd: module loaded
[    1.795853] loop: module loaded
[    1.798185] Loading iSCSI transport class v2.0-870.
[    1.805230] usbcore: registered new device driver r8152-cfgselector
[    1.806883] usbcore: registered new interface driver r8152
[    1.808443] usbcore: registered new interface driver lan78xx
[    1.809952] usbcore: registered new interface driver smsc95xx
[    1.811619] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.540873] Core Release: 2.80a
[    2.542302] Setting default values for core params
[    2.543751] Finished setting default values for core params
[    2.745515] Using Buffer DMA mode
[    2.746915] Periodic Transfer Interrupt Enhancement - disabled
[    2.748305] Multiprocessor Interrupt Enhancement - disabled
[    2.749662] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.750969] Dedicated Tx FIFOs mode

[    2.753623] WARN::dwc_otg_hcd_init:1070: FIQ DMA bounce buffers: virt = ffffffc080ba2000 dma = 0x00000000de800000 len=9024
[    2.757338] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.763285] dwc_otg: Microframe scheduler enabled

[    2.763337] WARN::hcd_init_fiq:496: MPHI regs_base at ffffffc080065000
[    2.765833] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.767172] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.768546] dwc_otg 3f980000.usb: irq 74, io mem 0x00000000
[    2.769922] Init: Port Power? op_state=1
[    2.771223] Init: Power Port (0)
[    2.772703] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.775361] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.776774] usb usb1: Product: DWC OTG Controller
[    2.778169] usb usb1: Manufacturer: Linux 6.6.62+rpt-rpi-v8 dwc_otg_hcd
[    2.779593] usb usb1: SerialNumber: 3f980000.usb
[    2.781829] hub 1-0:1.0: USB hub found
[    2.783243] hub 1-0:1.0: 1 port detected
[    2.785283] dwc_otg: FIQ enabled
[    2.785294] dwc_otg: NAK holdoff enabled
[    2.785301] dwc_otg: FIQ split-transaction FSM enabled
[    2.785315] Module dwc_common_port init
[    2.786247] usbcore: registered new interface driver uas
[    2.787674] usbcore: registered new interface driver usb-storage
[    2.789533] mousedev: PS/2 mouse device common for all mice
[    2.794225] sdhci: Secure Digital Host Controller Interface driver
[    2.795641] sdhci: Copyright(c) Pierre Ossman
[    2.797240] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.801757] ledtrig-cpu: registered to indicate activity on CPUs
[    2.802592] hid: raw HID events driver (C) Jiri Kosina
[    2.803273] usbcore: registered new interface driver usbhid
[    2.803867] usbhid: USB HID core driver
[    2.807714] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    2.809734] NET: Registered PF_PACKET protocol family
[    2.810464] Key type dns_resolver registered
[    2.828875] registered taskstats version 1
[    2.829680] Loading compiled-in X.509 certificates
[    2.837665] Key type .fscrypt registered
[    2.838274] Key type fscrypt-provisioning registered
[    2.844721] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.845613] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2
[    2.847024] serial serial0: tty port ttyAMA1 registered
[    2.849215] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.850063] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.851480] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.852134] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    2.878768] sdhost: log_buf @ 00000000adb1330f (c2c8e000)
[    2.894563] Indeed it is in host mode hprt0 = 00021501
[    2.932591] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.935496] of_cfs_init
[    2.936285] of_cfs_init: OK
[    2.937728] clk: Disabling unused clocks
[    2.944406] Freeing unused kernel memory: 4864K
[    2.945245] Run /init as init process
[    2.945903]   with arguments:
[    2.945906]     /init
[    2.945909]   with environment:
[    2.945912]     HOME=/
[    2.945915]     TERM=linux
[    2.976702] mmc1: new high speed SDIO card at address 0001
[    3.089682] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.090509] Indeed it is in host mode hprt0 = 00001101
[    3.306407] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.308444] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.310820] hub 1-1:1.0: USB hub found
[    3.312678] hub 1-1:1.0: 4 ports detected
[    3.348567] i2c i2c-11: Added multiplexed i2c bus 0
[    3.353170] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10
[    3.355247] i2c 10-0010: Fixed dependency cycle(s) with /soc/csi@7e801000
[    3.361299] i2c i2c-11: Added multiplexed i2c bus 10
[    3.601689] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.702098] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[    3.705439] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.710493] hub 1-1.1:1.0: USB hub found
[    3.712502] hub 1-1.1:1.0: 3 ports detected
[    3.793696] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    3.894601] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[    3.897847] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.899591] usb 1-1.3: Product: 802.11n NIC
[    3.901293] usb 1-1.3: Manufacturer: Realtek
[    3.902964] usb 1-1.3: SerialNumber: 123456
[    4.001662] usb 1-1.1.2: new full-speed USB device number 5 using dwc_otg
[    4.104702] usb 1-1.1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice=81.33
[    4.107573] usb 1-1.1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    4.110461] usb 1-1.1.2: Product: USB Serial
[    4.197679] usb 1-1.1.3: new high-speed USB device number 6 using dwc_otg
[    4.379022] usb 1-1.1.3: New USB device found, idVendor=152d, idProduct=a580, bcdDevice=12.14
[    4.382244] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.385395] usb 1-1.1.3: Product: SATA JMS576A Storage
[    4.387008] usb 1-1.1.3: Manufacturer: SATA JMS576A Storage
[    4.388639] usb 1-1.1.3: SerialNumber: 88888883756D
[    4.391215] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.393476] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.395342] usb 1-1.1.3: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[    4.397224] usb 1-1.1.3: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[    4.399250] usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
[    4.400747] scsi host0: usb-storage 1-1.1.3:1.0
[    4.629700] usb 1-1.1.1: new high-speed USB device number 7 using dwc_otg
[    4.730349] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
[    4.733868] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.001796] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
[    5.019264] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    5.406597] scsi 0:0:0:0: Direct-Access     INTEL SS DSCKKF128G8 SATA 1214 PQ: 0 ANSI: 6
[    5.413308] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.416087] sd 0:0:0:0: [sda] Write Protect is off
[    5.417247] sd 0:0:0:0: [sda] Mode Sense: 47 00 00 08
[    5.417588] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.422478]  sda: sda1 sda2
[    5.424125] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.301848] EXT4-fs (sda2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
[    6.841329] systemd[1]: System time before build time, advancing clock.
[    6.971903] NET: Registered PF_INET6 protocol family
[    6.973489] Segment Routing with IPv6
[    6.974165] In-situ OAM (IOAM) with IPv6
[    7.024268] systemd[1]: systemd 252.31-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.029674] systemd[1]: Detected architecture arm64.
[    7.041657] systemd[1]: Hostname set to <voron0>.
[    7.722462] systemd[1]: Queued start job for default target multi-user.target.
[    7.749117] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.754095] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    7.759117] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    7.763527] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.765930] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    7.768705] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.771883] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.774676] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-fb33757d\x2d01.device - /dev/disk/by-partuuid/fb33757d-01...
[    7.777422] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    7.780157] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    7.782976] systemd[1]: Reached target paths.target - Path Units.
[    7.784909] systemd[1]: Reached target slices.target - Slice Units.
[    7.786794] systemd[1]: Reached target swap.target - Swaps.
[    7.788599] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    7.791691] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    7.794605] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.798196] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    7.801424] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    7.804671] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    7.807210] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.810466] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.813777] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.846156] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.857437] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.865934] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    7.869391] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    7.876171] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[    7.883776] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    7.891092] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.899904] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.909938] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    7.917568] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.927323] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    7.935514] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.944214] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    7.947807] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    7.959953] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.973868] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.984162] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.993347] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.995574] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    8.022751] fuse: init (API version 7.39)
[    8.026805] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    8.030968] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    8.036371] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    8.041413] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[    8.052366] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    8.058308] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.062895] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    8.068391] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    8.074805] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    8.083026] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    8.086426] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    8.090828] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.092251] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    8.096321] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.097693] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    8.102196] EXT4-fs (sda2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
[    8.102714] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    8.109830] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    8.117459] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    8.122142] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    8.162095] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    8.174120] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.177450] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    8.186342] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    8.193567] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    8.200406] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    8.207446] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.218305] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    8.229591] systemd[1]: Started systemd-journald.service - Journal Service.
[    8.310144] systemd-journald[242]: Received client request to flush runtime journal.
[    8.318380] systemd-journald[242]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.245489] gpio-fan gpio-fan@0: GPIO fan initialized
[    9.254384] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.286166] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    9.298296] mc: Linux media interface: v0.10
[    9.298414] rpi-gpiomem 3f200000.gpiomem: window base 0x3f200000 size 0x00001000
[    9.298885] rpi-gpiomem 3f200000.gpiomem: initialised 1 regions as /dev/gpiomem
[    9.310310] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    9.310357] [vc_sm_connected_init]: start
[    9.353867] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    9.360024] [vc_sm_connected_init]: installed successfully
[    9.411949] videodev: Linux video capture interface: v2.00
[    9.450707] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    9.466361] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    9.471103] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    9.482882] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    9.483381] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    9.483771] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    9.484226] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    9.484262] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.484284] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.484293] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.484300] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.488737] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    9.489154] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    9.489442] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    9.489772] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    9.489816] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    9.489829] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    9.489847] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    9.489855] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    9.490173] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    9.503017] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    9.508236] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    9.508286] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    9.511522] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    9.511556] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    9.516105] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    9.516148] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    9.519188] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    9.519226] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    9.523031] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    9.523075] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    9.566117] Bluetooth: Core ver 2.22
[    9.566216] NET: Registered PF_BLUETOOTH protocol family
[    9.566222] Bluetooth: HCI device and connection manager initialized
[    9.566243] Bluetooth: HCI socket layer initialized
[    9.566251] Bluetooth: L2CAP socket layer initialized
[    9.566273] Bluetooth: SCO socket layer initialized
[    9.599995] Bluetooth: HCI UART driver ver 2.3
[    9.600030] Bluetooth: HCI UART protocol H4 registered
[    9.600152] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.600708] Bluetooth: HCI UART protocol Broadcom registered
[    9.601466] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[    9.601893] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[    9.662474] usbcore: registered new interface driver usbserial_generic
[    9.662539] usbserial: USB Serial support registered for generic
[    9.730227] uart-pl011 3f201000.serial: no DMA platform data
[    9.735804] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    9.765374] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    9.766138] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    9.766894] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    9.767625] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    9.863909] usbcore: registered new interface driver ch341
[    9.863967] usbserial: USB Serial support registered for ch341-uart
[    9.864041] ch341 1-1.1.2:1.0: ch341-uart converter detected
[    9.868395] usb 1-1.1.2: ch341-uart converter now attached to ttyUSB0
[    9.977664] Bluetooth: hci0: BCM: chip id 107
[    9.977960] Bluetooth: hci0: BCM: features 0x2f
[    9.979128] Bluetooth: hci0: BCM4345C0
[    9.979147] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    9.992778] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,3-model-b-plus.hcd' Patch
[   10.022360] brcmfmac: F1 signature read @0x18000000=0x15264345
[   10.040982] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   10.043473] usbcore: registered new interface driver brcmfmac
[   10.315524] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[   10.316406] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b
[   10.396562] Console: switching to colour dummy device 80x25
[   10.408641] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops [vc4])
[   10.416431] Registered IR keymap rc-cec
[   10.416645] rc rc0: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0
[   10.416816] input: vc4-hdmi as /devices/platform/soc/3f902000.hdmi/rc/rc0/input0
[   10.433020] input: vc4-hdmi HDMI Jack as /devices/platform/soc/3f902000.hdmi/sound/card0/input1
[   10.444191] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops [vc4])
[   10.444642] vc4-drm soc:gpu: bound 3f004000.txp (ops vc4_txp_ops [vc4])
[   10.444944] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.445167] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.445431] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops [vc4])
[   10.445600] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[   10.461011] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[   10.462368] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.463837] vc4-drm soc:gpu: [drm] Cannot find any crtc or sizes
[   10.492334] rtw_core: loading out-of-tree module taints kernel.
[   10.523646] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   10.866666] Bluetooth: hci0: BCM: features 0x2f
[   10.869832] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[   10.869886] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[   10.870357] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
[   11.340838] Adding 1048572k swap on /var/swap.  Priority:-2 extents:7 across:1490940k
[   11.968647] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.968675] Bluetooth: BNEP filters: protocol multicast
[   11.968700] Bluetooth: BNEP socket layer initialized
[   11.987120] Bluetooth: MGMT ver 1.22
[   12.009076] NET: Registered PF_ALG protocol family
[   12.169735] alsactl[586]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   12.643819] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[   12.648150] rtw_8812au 1-1.3:1.0: read register 0x5 failed with -71
[   12.648629] rtw_8812au 1-1.3:1.0: read register 0x5 failed with -71
[   12.648759] rtw_8812au 1-1.3:1.0: read register 0x3 failed with -71
[   12.648899] rtw_8812au 1-1.3:1.0: write register 0x3 failed with -71
[   12.649066] rtw_8812au 1-1.3:1.0: read register 0x80 failed with -71
[   12.649218] rtw_8812au 1-1.3:1.0: write register 0x80 failed with -71
[   12.650952] rtw_8812au 1-1.3:1.0: write register 0x42 failed with -71
[   12.652552] rtw_8812au 1-1.3:1.0: write register 0x43 failed with -71
[   12.660758] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   12.660783] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   12.661486] usbcore: registered new interface driver rtw_8812au
[   12.738341] usb 1-1.3: USB disconnect, device number 4
[   12.870358] lan78xx 1-1.1.1:1.0 eth0: Link is Down
[   12.914072] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   12.969707] usb 1-1.3: new high-speed USB device number 8 using dwc_otg
[   13.074875] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[   13.074899] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   13.074905] usb 1-1.3: Product: 802.11n NIC
[   13.074911] usb 1-1.3: Manufacturer: Realtek
[   13.074916] usb 1-1.3: SerialNumber: 123456
[   13.075914] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   13.619130] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[   13.623893] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   13.623921] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   13.662129] systemd-journald[242]: File /var/log/journal/91c6ddc4ba344490b95e3544916f9ed5/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   13.763668] usb 1-1.3: USB disconnect, device number 8
[   13.985693] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[   14.086805] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[   14.086830] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   14.086837] usb 1-1.3: Product: 802.11n NIC
[   14.086843] usb 1-1.3: Manufacturer: Realtek
[   14.086848] usb 1-1.3: SerialNumber: 123456
[   14.088123] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   15.290518] rtw_8812au 1-1.3:1.0: rfe 2 isn't supported
[   15.293884] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info
[   15.293903] rtw_8812au 1-1.3:1.0: failed to setup chip information
[   15.302025] usb 1-1.3: USB disconnect, device number 9
[   15.561649] usb 1-1.3: new high-speed USB device number 10 using dwc_otg
[   15.662106] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=881a, bcdDevice= 0.00
[   15.662124] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   15.662130] usb 1-1.3: Product: 802.11n NIC
[   15.662135] usb 1-1.3: Manufacturer: Realtek
[   15.662140] usb 1-1.3: SerialNumber: 123456
[   15.663031] rtw_8812au 1-1.3:1.0: Firmware version 52.14.0, H2C version 0
[   32.424537] Bluetooth: RFCOMM TTY layer initialized
[   32.424573] Bluetooth: RFCOMM socket layer initialized
[   32.424594] Bluetooth: RFCOMM ver 1.11
dubhater commented 7 hours ago

[ 513.097925] rtw_8812au 1-1.3:1.0: failed to dump efuse logical map [ 513.100914] rtw_8812au 1-1.3:1.0: failed to setup chip efuse info [ 513.100926] rtw_8812au 1-1.3:1.0: failed to setup chip information [ 513.101118] rtw_8812au: probe of 1-1.3:1.0 failed with error -22

That explains it.

Just out of curiosity, what are these devices called on their packaging?

One other person reported this problem a while ago. (Or maybe it was you?) But I can't reproduce it. Please apply this patch and paste here the new output. Just the hex dump will do.

diff --git a/drivers/net/wireless/realtek/rtw88/efuse.c b/drivers/net/wireless/realtek/rtw88/efuse.c
index b85075cd68d0..963712a57822 100644
--- a/efuse.c
+++ b/efuse.c
@@ -166,6 +166,10 @@ int rtw_parse_efuse_map(struct rtw_dev *rtwdev)
        goto out_free;
    }

+   pr_err("physical efuse map:\n");
+   print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1,
+           phy_map, phy_size, true);
+
    memset(log_map, 0xff, log_size);
    ret = rtw_dump_logical_efuse_map(rtwdev, phy_map, log_map);
    if (ret) {
dubhater commented 7 hours ago

For the RFE 2 error:

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8812a.c b/drivers/net/wireless/realtek/rtw88/rtw8812a.c
index 2505bcd77f80..7cf335c3caed 100644
--- a/rtw8812a.c
+++ b/rtw8812a.c
@@ -1008,6 +1008,9 @@ static const struct rtw_rfe_def rtw8812a_rfe_defs[] = {
    [1] = { .phy_pg_tbl = &rtw8812a_bb_pg_tbl,
        .txpwr_lmt_tbl  = &rtw8812a_txpwr_lmt_tbl,
        .pwr_track_tbl  = &rtw8812a_rtw_pwr_track_tbl, },
+   [2] = { .phy_pg_tbl = &rtw8812a_bb_pg_tbl,
+       .txpwr_lmt_tbl  = &rtw8812a_txpwr_lmt_tbl,
+       .pwr_track_tbl  = &rtw8812a_rtw_pwr_track_tbl, },
    [3] = { .phy_pg_tbl = &rtw8812a_bb_pg_rfe3_tbl,
        .txpwr_lmt_tbl  = &rtw8812a_txpwr_lmt_tbl,
        .pwr_track_tbl  = &rtw8812a_rtw_pwr_track_rfe3_tbl, },
ss8688 commented 7 hours ago

Not me,but I will try the patch

ss8688 commented 6 hours ago

The first one is inferior brand image

ss8688 commented 6 hours ago

The second one was disassembled from Skyworth equipment image

ss8688 commented 6 hours ago

The first one is inferior brand image

This is called cin-fast 1200M

dubhater commented 4 hours ago

Does this help with the efuse errors?

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8812a.c b/drivers/net/wireless/realtek/rtw88/rtw8812a.c
index 7cf335c3caed..880b5b94a48f 100644
--- a/rtw8812a.c
+++ b/rtw8812a.c
@@ -1050,7 +1050,7 @@ const struct rtw_chip_info rtw8812a_hw_spec = {
    .rx_buf_desc_sz = 8,
    .phy_efuse_size = 512,
    .log_efuse_size = 512,
-   .ptct_efuse_size = 96 + 1, /* TODO or just 18? */
+   .ptct_efuse_size = 0,
    .txff_size = 131072,
    .rxff_size = 16128,
    .rsvd_drv_pg_num = 9,