User:Brendlefly62/Rockchip RK3588S Rock 5c/Getting to Know the Board
Learn from Others
It may be instructive to see what developers of other distributions have built "under the hood" when they put together the images available to download for this SBC...
(Optional) One can look at what Debian has "under the hood" by employing techniques similar to those described at this article about the original Tinkerboard S -- see what Debian has under the hood
Note: the above-referenced article explains how to retrieve and install downloaded OS images using a number of available tools.
(Preferred) Do a custom-built Armbian installation
It is possible to use a procedure identical to that outlined above with Armbian, using their bespoke image for the OrangePi 5/5b. It can be found at this link. Such a generic arm64 image will likely work, but a better recommendation, which may also be more instructiv,e is to build Armbian from scratch --
- Armbian Build Sources are available on GitHub
- The author found this YouTube video very easy to follow -- How to Compile Armbian: Step-by-Step Tutorial for Beginners The armbian/build build script is very impressive, but it is only "supported" on Ubuntu 64
- Pre-requisites:
- 64 bit Host computer
- Linux or windows running VirtualBox if this isn't an Ubuntu 64 system
- An SD card reader in (or connected to, via e.g. USB) the host system
- Install Ubuntu on Virtualbox
- Pre-requisites:
The author used a Windows 11 PC to install VirtualBox and then installed Ubuntu inside VirtualBox using an installation CDROM .iso file image, as outlined in the video
(and/or) Retrieve armbian/build sources
user $
sudo apt-get update
user $
sudo apt-get upgrade
user $
sudo apt-get -y install git
user $
git clone --depth=1 --branch=main https://github.com/armbian/build
user $
cd build
- Run the "compile.sh" script
user $
compile.sh
From the "output/images/" directory, copy the resulting armbian-image-file and flash it to eMMC or micro SD as described above.
There is an explanation near then end of the youTube video referenced above regarding how to copy the image file from inside the virtualbox environment to the host PC system, from whence it can be written to media (MicroSD card).
Study System Information
Console information from u-boot will be available via whichever UART serial port is configured (for the bootloader) to provide serial console support.
The serial port configuration may be compiled-into a boot script (boot.cmd --> boot.scr), or the boot script can be configured to get that information from a uEnv.txt file. This article's author uses joetooEnv.txt for that purpose. Pre-built Debian, and Android images pre-configure the serial port for the board on stty2 and their default baud rate is evidently set to 115200. However, the custom-built Armbian u-boot and kernel serial console (also on stty2) will default to 1500000 baud. This can be reconfigured post-build, using boot.cmd/boot.scr and/or joetooEnv.txt modification. The user might have to edit /boot/boot.cmd and then recompile /boot/boot.scr using the mkimage tool.
Study u-boot serial console output --
(Armbian-built u-boot)
(console output)
DDR 9fffbe1e78 cym 24/02/04-10:09:20,fwver: v1.16 LPDDR4X, 2112MHz channel[0] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB channel[1] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB channel[2] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB channel[3] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB Manufacturer ID:0x6 CH0 RX Vref:28.5%, TX Vref:23.8%,22.8% CH1 RX Vref:27.9%, TX Vref:22.8%,22.8% CH2 RX Vref:30.1%, TX Vref:22.8%,22.8% CH3 RX Vref:29.7%, TX Vref:21.8%,22.8% change to F1: 528MHz change to F2: 1068MHz change to F3: 1560MHz change to F0: 2112MHz out U-Boot SPL board init U-Boot SPL 2017.09-armbian-2017.09-S8ea7-Pf1d8-H8c72-V9558-Bda0a-R448a (Jul 25 2024 - 15:02:10) unrecognized JEDEC id bytes: 00, 00, 00 unknown raw ID 0 0 0 Trying to boot from MMC2 spl: partition error Trying fit image at 0x4000 sector ## Verified-boot: 0 ## Checking atf-1 0x00040000 ... sha256(a7d1d8d191...) + OK ## Checking uboot 0x00200000 ... sha256(a019151bf3...) + OK ## Checking fdt 0x0031d6d8 ... sha256(049e983a22...) + OK ## Checking atf-2 0xff100000 ... sha256(4b2065349b...) + OK ## Checking atf-3 0x000f0000 ... sha256(aa71013e72...) + OK Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000) Total: 197.31/433.780 ms INFO: Preloader serial: 2 NOTICE: BL31: v2.3():v2.3-682-g4ca8a8422:derrick.huang, fwver: v1.45 NOTICE: BL31: Built : 10:11:21, Dec 27 2023 INFO: spec: 0x13 INFO: code: 0x88 INFO: ext 32k is not valid INFO: ddr: stride-en 4CH INFO: GICv3 without legacy support detected. INFO: ARM GICv3 driver initialized in EL3 INFO: valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0 INFO: l3 cache partition cfg-0 INFO: system boots from cpu-hwid-0 INFO: disable memory repair INFO: idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001 INFO: dfs DDR fsp_params[0].freq_mhz= 2112MHz INFO: dfs DDR fsp_params[1].freq_mhz= 528MHz INFO: dfs DDR fsp_params[2].freq_mhz= 1068MHz INFO: dfs DDR fsp_params[3].freq_mhz= 1560MHz INFO: BL31: Initialising Exception Handling Framework INFO: BL31: Initializing runtime services WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK ERROR: Error initializing runtime service opteed_fast INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x200000 INFO: SPSR = 0x3c9 U-Boot 2017.09-armbian-2017.09-S8ea7-Pf1d8-H8c72-V9558-Bda0a-R448a (Jul 25 2024 - 15:02:10 +0000) Model: Radxa ROCK 5C MPIDR: 0x81000000 PreSerial: 2, raw, 0xfeb50000 DRAM: 16 GiB Sysmem: init Relocation Offset: eda40000 Relocation fdt: eb9f93a0 - eb9fecc8 CR: M/C/I Using default environment DM: v2 no mmc device at slot 1 mmc@fe2c0000: 1 (SD), mmc@fe2e0000: 0 Bootdev(atags): mmc 1 MMC1: Legacy, 52Mhz PartType: EFI No misc partition boot mode: None FIT: No boot partition Failed to load DTB, ret=-2 No valid DTB, ret=-22 Failed to get kernel dtb, ret=-22 Model: Radxa ROCK 5C MPIDR: 0x81000000 CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A) b0pll 24000 KHz b1pll 24000 KHz lpll 24000 KHz v0pll 24000 KHz aupll 24000 KHz cpll 1500000 KHz gpll 1188000 KHz npll 24000 KHz ppll 1100000 KHz aclk_center_root 702000 KHz pclk_center_root 100000 KHz hclk_center_root 396000 KHz aclk_center_low_root 500000 KHz aclk_top_root 750000 KHz pclk_top_root 100000 KHz aclk_low_top_root 396000 KHz No misc partition Net: No ethernet found. Hit key to stop autoboot('CTRL+C'): 0 starting USB... Bus usb@fc800000: USB EHCI 1.00 Bus usb@fc840000: USB OHCI 1.0 Bus usb@fc880000: USB EHCI 1.00 Bus usb@fc8c0000: USB OHCI 1.0 scanning bus usb@fc800000 for devices... 2 USB Device(s) found scanning bus usb@fc840000 for devices... 1 USB Device(s) found scanning bus usb@fc880000 for devices... 1 USB Device(s) found scanning bus usb@fc8c0000 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Device 0: unknown device switch to partitions #0, OK mmc1 is current device Scanning mmc 1:1... Found U-Boot script /boot/boot.scr 9529 bytes read in 13 ms (715.8 KiB/s) ## Executing script at 00500000 Loaded and running boot.scr! Boot script loaded from mmc 1:1 -----[ Initial State ]----------------------------------- load_addr........: 0x9000000 filesize.........: 0x2539 rootdev..........: /dev/mmcblk0p1 devtype..........: mmc devnum...........: 1 prefix...........: /boot/ distro_bootpart..: 1 verbosity........: 1 console..........: both consoleargs......: consolebaud......: logo.............: bootlogo.........: false rootfstype.......: ext4 arch.............: arm earlycon.........: off overlays.........: overlay_dir......: overlay_prefix...: dtb_prefix.......: user_overlays....: fdtfile..........: rockchip/rk3588s-rock-5c.dtb fdt_addr_r.......: 0x08300000 imagefile........: kernel_addr_r....: 0x00400000 initrdfile.......: ramdisk_addr_r...: 0x0a200000 partuuid.........: usbstoragequirks.: extraargs........: extraboardargs...: bootargs.........: storagemedia=sd androidboot.storagemedia=sd androidboot.mode=normal -------------------------------------------------------- Ok - I am about to try reading joetooEnv.txt... 591 bytes read in 20 ms (28.3 KiB/s) -----[ Potentially Updated State ]----------------------- load_addr........: 0x9000000 filesize.........: 0x24f rootdev..........: UUID=f19c6129-e374-4ce3-b99c-a7578953088d devtype..........: mmc devnum...........: 1 prefix...........: /boot/ distro_bootpart..: 1 verbosity........: 6 console..........: both consoleargs......: splash=verbose earlycon console=tty1 console=ttyS2,1500000n8 consolebaud......: 1500000 logo.............: bootlogo.........: false rootfstype.......: ext4 arch.............: arm64 earlycon.........: on overlays.........: overlay_dir......: rockchip/overlay overlay_prefix...: rockchip-rk3588 dtb_prefix.......: rockchip user_overlays....: fdtfile..........: rk3588s-rock-5c.dtb fdt_addr_r.......: 0x08300000 imagefile........: Image kernel_addr_r....: 0x00400000 initrdfile.......: uInitrd ramdisk_addr_r...: 0x0a200000 partuuid.........: ca21680a-eb14-144b-89fc-4800527d335b usbstoragequirks.: 0x2537:0x1066:u,0x2537:0x1068:u extraargs........: coherent_pool=2M init=/usr/bin/init selinux=0 net.ifnames=0 debug extraboardargs...: bootargs.........: root=UUID=f19c6129-e374-4ce3-b99c-a7578953088d rootdelay=5 rootwait rootfstype=ext4 splash=verbose earlycon console=tty1 console=ttyS2,1500000n8 consoleblank=0 loglevel=6 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u coherent_pool=2M init=/usr/bin/init selinux=0 net.ifnames=0 debug -----[ now env print -a ]--------------------------------- arch=arm64 autoload=no baudrate=1500000 board=evb_rk3588 board_name=evb_rk3588 boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf boot_net_usb_start=usb start boot_pci_enum=pci enum boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_targets=usb0 mmc1 nvme0 nvme1 mmc0 mtd2 mtd1 mtd0 pxe dhcp bootargs=root=UUID=f19c6129-e374-4ce3-b99c-a7578953088d rootdelay=5 rootwait rootfstype=ext4 splash=verbose earlycon console=tty1 console=ttyS2,1500000n8 consoleblank=0 loglevel=6 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u coherent_pool=2M init=/usr/bin/init selinux=0 net.ifnames=0 debug bootcmd=run distro_bootcmd;boot_android ${devtype} ${devnum};boot_fit;bootrkp; bootcmd_dhcp=run boot_net_usb_start; run boot_pci_enum; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi; bootcmd_mmc0=setenv devnum 0; run mmc_boot bootcmd_mmc1=setenv devnum 1; run mmc_boot bootcmd_mtd0=setenv devnum 0; run mtd_boot bootcmd_mtd1=setenv devnum 1; run mtd_boot bootcmd_mtd2=setenv devnum 2; run mtd_boot bootcmd_nvme0=setenv devnum 0; run nvme_boot bootcmd_nvme1=setenv devnum 1; run nvme_boot bootcmd_pxe=run boot_net_usb_start; run boot_pci_enum; dhcp; if pxe get; then pxe boot; fi bootcmd_usb0=setenv devnum 0; run usb_boot bootdelay=1 bootfstype=ext4 bootlogo=false console=both consoleargs=splash=verbose earlycon console=tty1 console=ttyS2,1500000n8 consolebaud=1500000 cpu=armv8 cpuid#=4132584b5a0000000000000000070e15 devnum=1 devplist=1 devtype=mmc distro_bootcmd=setenv nvme_need_init; for target in ${boot_targets}; do run bootcmd_${target}; done dtb_prefix=rockchip earlycon=on eth1addr=ca:d7:51:05:71:bb ethaddr=ca:d7:51:05:71:ba extraargs=coherent_pool=2M init=/usr/bin/init selinux=0 net.ifnames=0 debug fdt_addr_r=0x08300000 fdtfile=rk3588s-rock-5c.dtb fdtoverlay_addr_r=0x08200000 fileaddr=0x9000000 filesize=0x24f imagefile=Image initrdfile=uInitrd kernel_addr_c=0x05480000 kernel_addr_r=0x00400000 load_addr=0x9000000 mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi mtd_boot=if mtd_blk dev ${devnum}; then setenv devtype mtd; run scan_dev_for_boot_part; fi nvme_boot=run boot_pci_enum; run nvme_init; if nvme dev ${devnum}; then setenv devtype nvme; run scan_dev_for_boot_part; fi nvme_init=if ${nvme_need_init}; then setenv nvme_need_init false; nvme scan; fi overlay_dir=rockchip/overlay overlay_error=false overlay_prefix=rockchip-rk3588 partitions=uuid_disk=${uuid_gpt_disk};name=uboot,start=8MB,size=4MB,uuid=${uuid_gpt_loader2};name=trust,size=4M,uuid=${uuid_gpt_atf};name=misc,size=4MB,uuid=${uuid_gpt_misc};name=resource,size=16MB,uuid=${uuid_gpt_resource};name=kernel,size=32M,uuid=${uuid_gpt_kernel};name=boot,size=32M,bootable,uuid=${uuid_gpt_boot};name=recovery,size=32M,uuid=${uuid_gpt_recovery};name=backup,size=112M,uuid=${uuid_gpt_backup};name=cache,size=512M,uuid=${uuid_gpt_cache};name=system,size=2048M,uuid=${uuid_gpt_system};name=metadata,size=16M,uuid=${uuid_gpt_metadata};name=vendor,size=32M,uuid=${uuid_gpt_vendor};name=oem,size=32M,uuid=${uuid_gpt_oem};name=frp,size=512K,uuid=${uuid_gpt_frp};name=security,size=2M,uuid=${uuid_gpt_security};name=userdata,size=-,uuid=${uuid_gpt_userdata}; partuuid=ca21680a-eb14-144b-89fc-4800527d335b pxefile_addr_r=0x00600000 ramdisk_addr_r=0x0a200000 rkimg_bootdev=if mmc dev 1 && rkimgtest mmc 1; then setenv devtype mmc; setenv devnum 1; echo Boot from SDcard;elif nvme dev 0; then setenv devtype nvme; setenv devnum 0; echo Boot from nvme;elif nvme dev 1; then setenv devtype nvme; setenv devnum 1; echo Boot from nvme;elif scsi dev 0; then setenv devtype scsi; setenv devnum 0; echo Boot from scsi;elif mmc dev 0; then setenv devtype mmc; setenv devnum 0;elif mtd_blk dev 0; then setenv devtype mtd; setenv devnum 0;elif mtd_blk dev 1; then setenv devtype mtd; setenv devnum 1;elif mtd_blk dev 2; then setenv devtype mtd; setenv devnum 2;elif rknand dev 0; then setenv devtype rknand; setenv devnum 0;elif rksfc dev 0; then setenv devtype spinand; setenv devnum 0;elif rksfc dev 1; then setenv devtype spinor; setenv devnum 1;else;setenv devtype ramdisk; setenv devnum 0;fi; rootdev=UUID=f19c6129-e374-4ce3-b99c-a7578953088d rootfstype=ext4 scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done scriptaddr=0x00500000 serial#=d99cc271a37807af soc=rockchip stderr=serial,vidconsole stdout=serial,vidconsole usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u vendor=rockchip verbosity=6 Environment size: 5716/32764 bytes Loading device tree from mmc 1:1... 148152 bytes read in 125 ms (1.1 MiB/s) Loading initrd from mmc 1:1... 29109345 bytes read in 2375 ms (11.7 MiB/s) Loading kernel from mmc 1:1... 32950784 bytes read in 2679 ms (11.7 MiB/s) No overlay_error. Now trying to load fixup scripts... could not find to load fixup script /boot/dtb/rockchip/overlay/rockchip-rk3588-fixup.scr. Skipping... could not find to load fixup script /boot/fixup.scr. Skipping... Booting with arguments: root=UUID=f19c6129-e374-4ce3-b99c-a7578953088d rootdelay=5 rootwait rootfstype=ext4 splash=verbose earlycon console=tty1 console=ttyS2,1500000n8 consoleblank=0 loglevel=6 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u coherent_pool=2M init=/usr/bin/init selinux=0 net.ifnames=0 debug imagefile: Image booting uncompressed kernel image [Image] ... Fdt Ramdisk skip relocation No misc partition ## Loading init Ramdisk from Legacy Image at 0a200000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 29109281 Bytes = 27.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 0x08300000 Booting using the fdt blob at 0x08300000 reserving fdt memory region: addr=8300000 size=8a000 Using Device Tree in place at 0000000008300000, end 000000000838cfff can't found rockchip,drm-logo, use rockchip,fb-logo WARNING: could not set reg FDT_ERR_BADOFFSET. failed to reserve fb-loader-logo memory Adding bank: 0x00200000 - 0xf0000000 (size: 0xefe00000) Adding bank: 0x100000000 - 0x3fc000000 (size: 0x2fc000000) Adding bank: 0x3fc500000 - 0x3fff00000 (size: 0x03a00000) Adding bank: 0x4f0000000 - 0x500000000 (size: 0x10000000) Total: 11623.357/12113.220 ms Starting kernel ...
Study the output of dmesg --
The output of dmesg will have valuable information about hardware and associated drivers. Output below comes from booting a custom cross-compiled kernel seeded with the same .config file resulting from the Armbian build process described above. (to do: replace expandable text with pure-Armbian kernel dmesg)
root #
dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 6.10.1-edge-rockchip-rk3588 (armbian@next) (aarch64-linux-gnu-gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #1 SMP PREEMPT Wed Jul 24 13:54:07 UTC 2024 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: Radxa ROCK 5 Model C [ 0.000000] efi: UEFI not found. [ 0.000000] earlycon: uart0 at MMIO32 0x00000000feb50000 (options '1500000n8') [ 0.000000] printk: legacy bootconsole [uart0] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000004ffffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x4fdf2d340-0x4fdf2ffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000004ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000efffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000003fbffffff] [ 0.000000] node 0: [mem 0x00000003fc500000-0x00000003ffefffff] [ 0.000000] node 0: [mem 0x00000004f0000000-0x00000004ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000004ffffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 1280 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 256 pages in unavailable ranges [ 0.000000] cma: Reserved 384 MiB at 0x00000000d8000000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 33 pages/cpu s97384 r8192 d29592 u135168 [ 0.000000] pcpu-alloc: s97384 r8192 d29592 u135168 alloc=33*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: root=UUID=f19c6129-e374-4ce3-b99c-a7578953088d rootdelay=5 rootwait rootfstype=ext4 splash=verbose earlycon console=tty1 console=ttyS2,1500000n8 consoleblank=0 loglevel=6 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u coherent_pool=2M init=/usr/bin/init selinux=0 net.ifnames=0 debug androidboot.fwver=ddr-v1.16-9fffbe1e78,bl31-v1.45,uboot-rmbian-201-07/25/2024 [ 0.000000] Unknown kernel command line parameters "splash=verbose", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4192256 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x00000000d4000000-0x00000000d8000000] (64MB) [ 0.000000] Memory: 15926488K/16769024K available (18112K kernel code, 2930K rwdata, 5784K rodata, 5184K init, 781K bss, 449320K reserved, 393216K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 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=8. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 480 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: MBI range [424:479] [ 0.000000] GICv3: Using MBI frame 0x00000000fe610000 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000 [ 0.000000] ITS [mem 0xfe640000-0xfe65ffff] [ 0.000000] GIC: enabling workaround for ITS: Rockchip erratum RK3588001 [ 0.000000] ITS@0x00000000fe640000: allocated 8192 Devices @100410000 (indirect, esz 8, psz 64K, shr 0) [ 0.000000] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @100420000 (flat, esz 2, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] ITS [mem 0xfe660000-0xfe67ffff] [ 0.000000] GIC: enabling workaround for ITS: Rockchip erratum RK3588001 [ 0.000000] ITS@0x00000000fe660000: allocated 8192 Devices @100450000 (indirect, esz 8, psz 64K, shr 0) [ 0.000000] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100460000 (flat, esz 2, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000100470000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000100480000 [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@100[1] /cpus/cpu@200[2] /cpus/cpu@300[3] } [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@400[4] /cpus/cpu@500[5] /cpus/cpu@600[6] /cpus/cpu@700[7] } [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.001852] Console: colour dummy device 80x25 [ 0.002270] printk: legacy console [tty1] enabled [ 0.004858] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000) [ 0.005837] pid_max: default: 32768 minimum: 301 [ 0.009077] LSM: initializing lsm=capability,yama,apparmor,ima,evm [ 0.011154] Yama: becoming mindful. [ 0.011565] AppArmor: AppArmor initialized [ 0.012974] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.013726] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.018836] rcu: Hierarchical SRCU implementation. [ 0.019290] rcu: Max phase no-delay instances is 1000. [ 0.020814] Platform MSI: msi-controller@fe640000 domain created [ 0.021395] Platform MSI: msi-controller@fe660000 domain created [ 0.022176] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created [ 0.022967] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created [ 0.024343] EFI services will not be available. [ 0.025141] smp: Bringing up secondary CPUs ... [ 0.026086] Detected VIPT I-cache on CPU1 [ 0.026144] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000 [ 0.026159] GICv3: CPU1: using allocated LPI pending table @0x0000000100490000 [ 0.026197] CPU1: Booted secondary processor 0x0000000100 [0x412fd050] [ 0.026793] Detected VIPT I-cache on CPU2 [ 0.026842] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000 [ 0.026858] GICv3: CPU2: using allocated LPI pending table @0x00000001004a0000 [ 0.026892] CPU2: Booted secondary processor 0x0000000200 [0x412fd050] [ 0.027491] Detected VIPT I-cache on CPU3 [ 0.027539] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000 [ 0.027554] GICv3: CPU3: using allocated LPI pending table @0x00000001004b0000 [ 0.027586] CPU3: Booted secondary processor 0x0000000300 [0x412fd050] [ 0.028140] CPU features: detected: Spectre-v4 [ 0.028144] CPU features: detected: Spectre-BHB [ 0.028149] Detected PIPT I-cache on CPU4 [ 0.028176] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000 [ 0.028186] GICv3: CPU4: using allocated LPI pending table @0x00000001004c0000 [ 0.028206] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0] [ 0.028688] Detected PIPT I-cache on CPU5 [ 0.028721] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000 [ 0.028730] GICv3: CPU5: using allocated LPI pending table @0x00000001004d0000 [ 0.028751] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0] [ 0.029246] Detected PIPT I-cache on CPU6 [ 0.029278] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000 [ 0.029287] GICv3: CPU6: using allocated LPI pending table @0x00000001004e0000 [ 0.029307] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0] [ 0.029906] Detected PIPT I-cache on CPU7 [ 0.029938] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000 [ 0.029948] GICv3: CPU7: using allocated LPI pending table @0x00000001004f0000 [ 0.029968] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0] [ 0.030028] smp: Brought up 1 node, 8 CPUs [ 0.047393] SMP: Total of 8 processors activated. [ 0.047837] CPU: All CPU(s) started at EL2 [ 0.048222] CPU features: detected: 32-bit EL0 Support [ 0.048703] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.049517] CPU features: detected: Common not Private translations [ 0.050104] CPU features: detected: CRC32 instructions [ 0.050588] CPU features: detected: RCpc load-acquire (LDAPR) [ 0.051126] CPU features: detected: LSE atomic instructions [ 0.051647] CPU features: detected: Privileged Access Never [ 0.052168] CPU features: detected: RAS Extension Support [ 0.052676] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.053392] alternatives: applying system-wide alternatives [ 0.056863] CPU features: detected: Hardware dirty bit management on CPU4-7 [ 0.061648] devtmpfs: initialized [ 0.069271] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.070170] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.073173] 24512 pages in range for non-PLT usage [ 0.073176] 516032 pages in range for PLT usage [ 0.074060] pinctrl core: initialized pinctrl subsystem [ 0.075101] DMI not present or invalid. [ 0.078080] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.079238] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.080124] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.081055] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.081795] audit: initializing netlink subsys (disabled) [ 0.082392] audit: type=2000 audit(0.076:1): state=initialized audit_enabled=0 res=1 [ 0.082673] thermal_sys: Registered thermal governor 'fair_share' [ 0.083113] thermal_sys: Registered thermal governor 'bang_bang' [ 0.083658] thermal_sys: Registered thermal governor 'step_wise' [ 0.084204] thermal_sys: Registered thermal governor 'user_space' [ 0.084742] thermal_sys: Registered thermal governor 'power_allocator' [ 0.085310] cpuidle: using governor ladder [ 0.086273] cpuidle: using governor menu [ 0.086750] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.087438] ASID allocator initialised with 65536 entries [ 0.088103] Serial: AMBA PL011 UART driver [ 0.093870] platform fdd90000.vop: Fixed dependency cycle(s) with /hdmi@fde80000 [ 0.094554] platform fde80000.hdmi: Fixed dependency cycle(s) with /vop@fdd90000 [ 0.097109] platform a41000000.pcie: Fixed dependency cycle(s) with /pcie@fe190000/legacy-interrupt-controller [ 0.104138] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.105154] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000 [ 0.105836] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.106734] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000 [ 0.107391] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.108277] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000 [ 0.108970] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.109864] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000 [ 0.110529] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.111414] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000 [ 0.113857] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.114471] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.115032] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.115637] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.116202] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.116813] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.117374] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.117984] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.118763] Demotion targets for Node 0: null [ 0.119809] cryptd: max_cpu_qlen set to 1000 [ 0.177029] raid6: neonx8 gen() 6695 MB/s [ 0.233759] raid6: neonx4 gen() 6640 MB/s [ 0.290489] raid6: neonx2 gen() 5616 MB/s [ 0.347214] raid6: neonx1 gen() 4452 MB/s [ 0.403949] raid6: int64x8 gen() 2960 MB/s [ 0.460672] raid6: int64x4 gen() 3106 MB/s [ 0.517405] raid6: int64x2 gen() 2593 MB/s [ 0.574133] raid6: int64x1 gen() 2141 MB/s [ 0.574517] raid6: using algorithm neonx8 gen() 6695 MB/s [ 0.630856] raid6: .... xor() 5062 MB/s, rmw enabled [ 0.631301] raid6: using neon recovery algorithm [ 0.631948] ACPI: Interpreter disabled. [ 0.632650] iommu: Default domain type: Translated [ 0.633082] iommu: DMA domain TLB invalidation policy: strict mode [ 0.634118] SCSI subsystem initialized [ 0.634570] libata version 3.00 loaded. [ 0.634989] usbcore: registered new interface driver usbfs [ 0.635496] usbcore: registered new interface driver hub [ 0.635991] usbcore: registered new device driver usb [ 0.636616] pps_core: LinuxPPS API ver. 1 registered [ 0.637068] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.637902] PTP clock support registered [ 0.638431] EDAC MC: Ver: 3.0.0 [ 0.638845] scmi_core: SCMI protocol bus registered [ 0.639462] FPGA manager framework [ 0.640096] NetLabel: Initializing [ 0.640407] NetLabel: domain hash size = 128 [ 0.640804] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.641338] NetLabel: unlabeled traffic allowed by default [ 0.641920] vgaarb: loaded [ 0.642435] clocksource: Switched to clocksource arch_sys_counter [ 0.645659] VFS: Disk quotas dquot_6.6.0 [ 0.646110] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.647014] AppArmor: AppArmor Filesystem Enabled [ 0.647457] pnp: PnP ACPI: disabled [ 0.652414] NET: Registered PF_INET protocol family [ 0.653042] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.659722] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.660614] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.661380] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.662866] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.664765] TCP: Hash tables configured (established 131072 bind 65536) [ 0.665421] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.666287] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.667270] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.667801] NET: Registered PF_XDP protocol family [ 0.668240] PCI: CLS 0 bytes, default 64 [ 0.668772] Trying to unpack rootfs image as initramfs... [ 0.673765] kvm [1]: nv: 477 coarse grained trap handlers [ 0.674361] kvm [1]: IPA Size Limit: 40 bits [ 0.674767] kvm [1]: GICv3: no GICV resource entry [ 0.675202] kvm [1]: disabling GICv2 emulation [ 0.675615] kvm [1]: GIC system register CPU interface enabled [ 0.676159] kvm [1]: vgic interrupt IRQ18 [ 0.676539] kvm [1]: VHE mode initialized successfully [ 0.677768] Initialise system trusted keyrings [ 0.678193] Key type blacklist registered [ 0.678673] workingset: timestamp_bits=42 max_order=22 bucket_order=0 [ 0.679290] zbud: loaded [ 0.682462] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.684674] ntfs3: Enabled Linux POSIX ACLs support [ 0.685117] ntfs3: Read-only LZX/Xpress compression included [ 0.685734] fuse: init (API version 7.40) [ 0.687931] integrity: Platform Keyring initialized [ 0.713697] xor: measuring software checksum speed [ 0.715321] 8regs : 8285 MB/sec [ 0.716919] 32regs : 8200 MB/sec [ 0.718170] arm64_neon : 11487 MB/sec [ 0.718566] xor: using function: arm64_neon (11487 MB/sec) [ 0.719067] Key type asymmetric registered [ 0.719442] Asymmetric key parser 'x509' registered [ 0.719995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.720764] io scheduler mq-deadline registered [ 0.721177] io scheduler kyber registered [ 0.721611] io scheduler bfq registered [ 0.728585] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.729313] dma-pl330 fea10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.730714] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.731397] dma-pl330 fea30000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.732806] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.733489] dma-pl330 fed10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.736757] Serial: 8250/16550 driver, 8 ports, IRQ sharing enabled [ 0.738609] printk: legacy console [ttyS2] disabled [ 0.739143] feb50000.serial: ttyS2 at MMIO 0xfeb50000 (irq = 40, base_baud = 1500000) is a 16550A [ 0.740009] printk: legacy console [ttyS2] enabled [ 0.740856] printk: legacy bootconsole [uart0] disabled [ 0.742199] Serial: AMBA driver [ 0.748682] brd: module loaded [ 0.751312] loop: module loaded [ 0.753740] rockchip-spi feb20000.spi: Runtime PM usage count underflow! [ 0.754426] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/regulators/dcdc-reg7 [ 0.755218] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/dvs3-null-pins [ 0.755950] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/dvs2-null-pins [ 0.756673] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/dvs1-null-pins [ 0.758382] thunder_xcv, ver 1.0 [ 0.758674] thunder_bgx, ver 1.0 [ 0.758967] nicpf, ver 1.0 [ 0.759432] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 0.760064] hns3: Copyright (c) 2017 Huawei Corporation. [ 0.760539] hclge is initializing [ 0.761352] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found [ 0.761894] rk_gmac-dwmac fe1c0000.ethernet: IRQ sfty not found [ 0.762501] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator [ 0.763264] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output). [ 0.763900] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x3a). [ 0.764407] rk_gmac-dwmac fe1c0000.ethernet: RX delay(0x3e). [ 0.764917] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no). [ 0.770467] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII [ 0.771090] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51 [ 0.771716] rk_gmac-dwmac fe1c0000.ethernet: DWMAC4/5 [ 0.772166] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported [ 0.772825] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported [ 0.773478] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported [ 0.774092] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported [ 0.774675] rk_gmac-dwmac fe1c0000.ethernet: TSO supported [ 0.775156] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 0.775859] rk_gmac-dwmac fe1c0000.ethernet: Enabled L3L4 Flow TC (entries=2) [ 0.776483] rk_gmac-dwmac fe1c0000.ethernet: Enabled RFS Flow TC (entries=10) [ 0.777106] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled [ 0.777630] rk_gmac-dwmac fe1c0000.ethernet: SPH feature enabled [ 0.778156] rk_gmac-dwmac fe1c0000.ethernet: Using 32/32 bits DMA host/device width [ 1.412384] Freeing initrd memory: 28420K [ 1.566041] VFIO - User Level meta-driver version: 0.3 [ 1.584675] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.585164] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 1.585917] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000008002000010 [ 1.586668] ehci-platform fc880000.usb: EHCI Host Controller [ 1.586681] ohci-platform fc8c0000.usb: Generic Platform OHCI controller [ 1.586709] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 2 [ 1.586750] xhci-hcd xhci-hcd.0.auto: irq 50, io mem 0xfc000000 [ 1.586789] ohci-platform fc840000.usb: Generic Platform OHCI controller [ 1.586797] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3 [ 1.586801] ehci-platform fc800000.usb: EHCI Host Controller [ 1.586818] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 4 [ 1.586822] ohci-platform fc8c0000.usb: irq 54, io mem 0xfc8c0000 [ 1.586841] ohci-platform fc840000.usb: irq 53, io mem 0xfc840000 [ 1.586918] ehci-platform fc800000.usb: irq 55, io mem 0xfc800000 [ 1.587230] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 5 [ 1.587874] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.588526] ehci-platform fc880000.usb: irq 52, io mem 0xfc880000 [ 1.589004] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6 [ 1.595410] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 1.596081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10 [ 1.596807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.597439] usb usb1: Product: xHCI Host Controller [ 1.597866] usb usb1: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 xhci-hcd [ 1.598496] usb usb1: SerialNumber: xhci-hcd.0.auto [ 1.599118] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00 [ 1.599173] hub 1-0:1.0: USB hub found [ 1.600010] hub 1-0:1.0: 1 port detected [ 1.600501] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.601258] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10 [ 1.601981] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.602616] usb usb6: Product: xHCI Host Controller [ 1.603043] usb usb6: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 xhci-hcd [ 1.603674] usb usb6: SerialNumber: xhci-hcd.0.auto [ 1.604296] hub 6-0:1.0: USB hub found [ 1.604637] hub 6-0:1.0: 1 port detected [ 1.605129] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.605288] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10 [ 1.606362] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.607008] usb usb4: Product: EHCI Host Controller [ 1.607445] usb usb4: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 ehci_hcd [ 1.608088] usb usb4: SerialNumber: fc800000.usb [ 1.608931] hub 4-0:1.0: USB hub found [ 1.609324] hub 4-0:1.0: 1 port detected [ 1.609963] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7 [ 1.610693] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000008002000010 [ 1.611522] xhci-hcd xhci-hcd.1.auto: irq 51, io mem 0xfcd00000 [ 1.612106] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.612440] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00 [ 1.612591] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8 [ 1.613173] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10 [ 1.613784] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 1.614498] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.615710] usb usb5: Product: EHCI Host Controller [ 1.616142] usb usb5: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 ehci_hcd [ 1.616773] usb usb5: SerialNumber: fc880000.usb [ 1.617388] hub 5-0:1.0: USB hub found [ 1.617725] hub 5-0:1.0: 1 port detected [ 1.618231] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10 [ 1.618956] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.619594] usb usb7: Product: xHCI Host Controller [ 1.620021] usb usb7: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 xhci-hcd [ 1.620653] usb usb7: SerialNumber: xhci-hcd.1.auto [ 1.621264] hub 7-0:1.0: USB hub found [ 1.621606] hub 7-0:1.0: 1 port detected [ 1.622076] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.622843] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10 [ 1.623566] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.624197] usb usb8: Product: xHCI Host Controller [ 1.624624] usb usb8: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 xhci-hcd [ 1.625255] usb usb8: SerialNumber: xhci-hcd.1.auto [ 1.625867] hub 8-0:1.0: USB hub found [ 1.626207] hub 8-0:1.0: 1 port detected [ 1.626688] usbcore: registered new interface driver usb-storage [ 1.627984] mousedev: PS/2 mouse device common for all mice [ 1.628566] i2c_dev: i2c /dev entries driver [ 1.630425] platform fe470000.i2s: Fixed dependency cycle(s) with /i2c@fec90000/audio-codec@11 [ 1.630737] fan53555-regulator 0-0042: FAN53555 Option[10] Rev[1] Detected! [ 1.630900] fan53555-regulator 2-0042: FAN53555 Option[10] Rev[1] Detected! [ 1.631194] i2c 7-0011: Fixed dependency cycle(s) with /i2s@fe470000 [ 1.631193] fan53555-regulator 0-0043: FAN53555 Option[10] Rev[1] Detected! [ 1.635134] sdhci: Secure Digital Host Controller Interface driver [ 1.635676] sdhci: Copyright(c) Pierre Ossman [ 1.636152] Synopsys Designware Multimedia Card Interface Driver [ 1.636993] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.642962] ledtrig-cpu: registered to indicate activity on CPUs [ 1.643602] No iBFT detected. [ 1.643964] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16 [ 1.644733] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled. [ 1.645325] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 [ 1.647120] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.10 [ 1.647864] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.648508] usb usb2: Product: Generic Platform OHCI controller [ 1.649036] usb usb2: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 ohci_hcd [ 1.649697] usb usb2: SerialNumber: fc8c0000.usb [ 1.650245] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.650716] hub 2-0:1.0: USB hub found [ 1.650827] hid: raw HID events driver (C) Jiri Kosina [ 1.651176] hub 2-0:1.0: 1 port detected [ 1.651607] usbcore: registered new interface driver usbhid [ 1.652418] usbhid: USB HID core driver [ 1.652450] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.10 [ 1.653492] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.654139] usb usb3: Product: Generic Platform OHCI controller [ 1.654668] usb usb3: Manufacturer: Linux 6.10.1-edge-rockchip-rk3588 ohci_hcd [ 1.655311] usb usb3: SerialNumber: fc840000.usb [ 1.656252] hub 3-0:1.0: USB hub found [ 1.656304] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 counters available [ 1.656610] hub 3-0:1.0: 1 port detected [ 1.658114] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available [ 1.659349] optee: probing for conduit method. [ 1.659742] optee: api uid mismatch [ 1.660049] optee firmware:optee: probe with driver optee failed with error -22 [ 1.661510] NET: Registered PF_INET6 protocol family [ 1.669957] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA [ 1.675312] mmc0: Failed to initialize a non-removable card [ 1.681952] Segment Routing with IPv6 [ 1.682800] In-situ OAM (IOAM) with IPv6 [ 1.683184] NET: Registered PF_PACKET protocol family [ 1.683833] 8021q: 802.1Q VLAN Support v1.8 [ 1.684234] Key type dns_resolver registered [ 1.688060] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 1.689292] registered taskstats version 1 [ 1.689752] Loading compiled-in X.509 certificates [ 1.699416] zswap: loaded using pool zstd/z3fold [ 1.699886] Demotion targets for Node 0: null [ 1.700420] Key type .fscrypt registered [ 1.700765] Key type fscrypt-provisioning registered [ 1.702905] Btrfs loaded, zoned=yes, fsverity=yes [ 1.703394] Key type encrypted registered [ 1.703748] AppArmor: AppArmor sha256 policy hashing enabled [ 1.704252] ima: No TPM chip found, activating TPM-bypass! [ 1.704740] ima: Allocated hash algorithm: sha1 [ 1.705148] ima: No architecture policies found [ 1.705575] evm: Initialising EVM extended attributes: [ 1.706057] evm: security.selinux [ 1.706348] evm: security.SMACK64 [ 1.706639] evm: security.SMACK64EXEC [ 1.706959] evm: security.SMACK64TRANSMUTE [ 1.707318] evm: security.SMACK64MMAP [ 1.707639] evm: security.apparmor [ 1.707936] evm: security.ima [ 1.708198] evm: security.capability [ 1.708510] evm: HMAC attrs: 0x1 [ 1.732772] rockchip-dw-pcie a41000000.pcie: host bridge /pcie@fe190000 ranges: [ 1.733457] rockchip-dw-pcie a41000000.pcie: IO 0x00f4100000..0x00f41fffff -> 0x00f4100000 [ 1.734261] rockchip-dw-pcie a41000000.pcie: MEM 0x00f4200000..0x00f4ffffff -> 0x00f4200000 [ 1.735046] rockchip-dw-pcie a41000000.pcie: MEM 0x0a00000000..0x0a3fffffff -> 0x0040000000 [ 1.735988] rockchip-dw-pcie a41000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G [ 1.865891] usb 4-1: new high-speed USB device number 2 using ehci-platform [ 2.013804] usb 4-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 [ 2.014538] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.015174] usb 4-1: Product: USB 2.0 Hub [ 2.016075] hub 4-1:1.0: USB hub found [ 2.016629] hub 4-1:1.0: 4 ports detected [ 2.395852] usb 4-1.1: new high-speed USB device number 3 using ehci-platform [ 2.684681] usb 4-1.1: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.07 [ 2.685429] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.686097] usb 4-1.1: Product: Mass Storage [ 2.686483] usb 4-1.1: Manufacturer: Generic [ 2.686867] usb 4-1.1: SerialNumber: F230ABD6 [ 2.687888] usb-storage 4-1.1:1.0: USB Mass Storage device detected [ 2.689088] scsi host0: usb-storage 4-1.1:1.0 [ 2.843243] rockchip-dw-pcie a41000000.pcie: Phy link never came up [ 2.844202] rockchip-dw-pcie a41000000.pcie: PCI host bridge to bus 0004:40 [ 2.844840] pci_bus 0004:40: root bus resource [bus 40-4f] [ 2.845336] pci_bus 0004:40: root bus resource [io 0x0000-0xfffff] (bus address [0xf4100000-0xf41fffff]) [ 2.846205] pci_bus 0004:40: root bus resource [mem 0xf4200000-0xf4ffffff] [ 2.846819] pci_bus 0004:40: root bus resource [mem 0xa00000000-0xa3fffffff] (bus address [0x40000000-0x7fffffff]) [ 2.847761] pci 0004:40:00.0: [1d87:3588] type 01 class 0x060400 PCIe Root Port [ 2.848431] pci 0004:40:00.0: ROM [mem 0x00000000-0x0000ffff pref] [ 2.848985] pci 0004:40:00.0: PCI bridge to [bus 01-ff] [ 2.849467] pci 0004:40:00.0: bridge window [io 0x0000-0x0fff] [ 2.850012] pci 0004:40:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.850622] pci 0004:40:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 2.851359] pci 0004:40:00.0: supports D1 D2 [ 2.851744] pci 0004:40:00.0: PME# supported from D0 D1 D3hot [ 2.858248] pci 0004:40:00.0: Primary bus is hard wired to 0 [ 2.858759] pci 0004:40:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring [ 2.859742] pci_bus 0004:41: busn_res: [bus 41-4f] end is updated to 41 [ 2.860354] pci 0004:40:00.0: ROM [mem 0xf4200000-0xf420ffff pref]: assigned [ 2.860985] pci 0004:40:00.0: PCI bridge to [bus 41] [ 2.864051] pcieport 0004:40:00.0: PME: Signaling with IRQ 75 [ 2.864878] pcieport 0004:40:00.0: AER: enabled with IRQ 76 [ 2.866625] printk: legacy console [netcon0] enabled [ 2.867065] netconsole: network logging started [ 2.867584] psci_checker: PSCI checker started using 8 CPUs [ 2.868073] psci_checker: Starting hotplug tests [ 2.868480] psci_checker: Trying to turn off and on again all CPUs [ 2.870597] psci: CPU0 killed (polled 0 ms) [ 2.873041] psci: CPU1 killed (polled 0 ms) [ 2.875149] psci: CPU2 killed (polled 0 ms) [ 2.877378] psci: CPU3 killed (polled 0 ms) [ 2.878609] psci: CPU4 killed (polled 0 ms) [ 2.879352] usb 4-1.2: new full-speed USB device number 4 using ehci-platform [ 2.880602] psci: CPU5 killed (polled 0 ms) [ 2.881687] psci: CPU6 killed (polled 0 ms) [ 2.882961] Detected VIPT I-cache on CPU0 [ 2.883349] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000 [ 2.883993] CPU0: Booted secondary processor 0x0000000000 [0x412fd050] [ 2.885570] Detected VIPT I-cache on CPU1 [ 2.885958] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000 [ 2.886617] CPU1: Booted secondary processor 0x0000000100 [0x412fd050] [ 2.888316] Detected VIPT I-cache on CPU2 [ 2.888703] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000 [ 2.889360] CPU2: Booted secondary processor 0x0000000200 [0x412fd050] [ 2.891072] Detected VIPT I-cache on CPU3 [ 2.891454] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000 [ 2.892108] CPU3: Booted secondary processor 0x0000000300 [0x412fd050] [ 2.893823] Detected PIPT I-cache on CPU4 [ 2.894190] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000 [ 2.894828] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0] [ 2.896700] Detected PIPT I-cache on CPU5 [ 2.897069] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000 [ 2.897706] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0] [ 2.899191] Detected PIPT I-cache on CPU6 [ 2.899558] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000 [ 2.900195] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0] [ 2.901223] psci_checker: Trying to turn off and on again group 0 (CPUs 0-7) [ 2.902906] psci: CPU0 killed (polled 0 ms) [ 2.904752] psci: CPU1 killed (polled 0 ms) [ 2.906399] psci: CPU2 killed (polled 0 ms) [ 2.907873] psci: CPU3 killed (polled 0 ms) [ 2.908760] psci: CPU4 killed (polled 0 ms) [ 2.909902] psci: CPU5 killed (polled 0 ms) [ 2.910849] psci: CPU6 killed (polled 0 ms) [ 2.911769] Detected VIPT I-cache on CPU0 [ 2.912148] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000 [ 2.912784] CPU0: Booted secondary processor 0x0000000000 [0x412fd050] [ 2.914281] Detected VIPT I-cache on CPU1 [ 2.914661] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000 [ 2.915313] CPU1: Booted secondary processor 0x0000000100 [0x412fd050] [ 2.916865] Detected VIPT I-cache on CPU2 [ 2.917245] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000 [ 2.917898] CPU2: Booted secondary processor 0x0000000200 [0x412fd050] [ 2.919489] Detected VIPT I-cache on CPU3 [ 2.919870] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000 [ 2.920522] CPU3: Booted secondary processor 0x0000000300 [0x412fd050] [ 2.922147] Detected PIPT I-cache on CPU4 [ 2.922514] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000 [ 2.923151] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0] [ 2.924617] Detected PIPT I-cache on CPU5 [ 2.924985] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000 [ 2.925623] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0] [ 2.927026] Detected PIPT I-cache on CPU6 [ 2.927394] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000 [ 2.928031] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0] [ 2.929016] psci_checker: Hotplug tests passed OK [ 2.929445] psci_checker: Starting suspend tests (10 cycles per state) [ 2.930383] psci_checker: CPU 7 entering suspend cycles, states 1 through 1 [ 2.930384] psci_checker: CPU 6 entering suspend cycles, states 1 through 1 [ 2.930384] psci_checker: CPU 5 entering suspend cycles, states 1 through 1 [ 2.930386] psci_checker: CPU 4 entering suspend cycles, states 1 through 1 [ 2.930385] psci_checker: CPU 0 entering suspend cycles, states 1 through 1 [ 2.930389] psci_checker: CPU 1 entering suspend cycles, states 1 through 1 [ 2.930390] psci_checker: CPU 2 entering suspend cycles, states 1 through 1 [ 2.930391] psci_checker: CPU 3 entering suspend cycles, states 1 through 1 [ 2.965834] psci_checker: CPU 0 suspend test results: success 10, shallow states 0, errors 0 [ 2.966628] psci_checker: CPU 1 suspend test results: success 10, shallow states 0, errors 0 [ 2.967419] psci_checker: CPU 2 suspend test results: success 10, shallow states 0, errors 0 [ 2.968207] psci_checker: CPU 3 suspend test results: success 10, shallow states 0, errors 0 [ 2.968990] psci_checker: CPU 4 suspend test results: success 10, shallow states 0, errors 0 [ 2.969764] psci_checker: CPU 5 suspend test results: success 10, shallow states 0, errors 0 [ 2.970524] psci_checker: CPU 6 suspend test results: success 10, shallow states 0, errors 0 [ 2.971280] psci_checker: CPU 7 suspend test results: success 10, shallow states 0, errors 0 [ 2.972038] psci_checker: Suspend tests passed OK [ 2.972456] psci_checker: PSCI checker completed [ 2.972939] clk: Disabling unused clocks [ 2.973718] PM: genpd: Disabling unused power domains [ 2.974265] dw-apb-uart feb50000.serial: forbid DMA for kernel console [ 2.976019] Freeing unused kernel memory: 5184K [ 2.976473] Run /init as init process [ 2.976796] with arguments: [ 2.977058] /init [ 2.977260] with environment: [ 2.977536] HOME=/ [ 2.977745] TERM=linux [ 2.977984] splash=verbose [ 3.099802] usb 4-1.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01 [ 3.100567] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.101221] usb 4-1.2: Product: USB Receiver [ 3.101607] usb 4-1.2: Manufacturer: Logitech [ 3.104930] input: Logitech USB Receiver as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.0/0003:046D:C534.0001/input/input0 [ 3.163376] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-fc800000.usb-1.2/input0 [ 3.168076] input: Logitech USB Receiver Mouse as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/input/input1 [ 3.169838] input: Logitech USB Receiver Consumer Control as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/input/input2 [ 3.226213] input: Logitech USB Receiver System Control as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/input/input3 [ 3.228091] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-fc800000.usb-1.2/input1 [ 3.402573] usb 4-1.3: new high-speed USB device number 5 using ehci-platform [ 3.442865] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-fc800000.usb-1.2/input0 [ 3.600923] usb 4-1.3: New USB device found, idVendor=a69c, idProduct=8d80, bcdDevice= 1.00 [ 3.601676] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.602330] usb 4-1.3: Product: AIC Wlan [ 3.602702] usb 4-1.3: Manufacturer: aicsemi [ 3.603088] usb 4-1.3: SerialNumber: 20220103 [ 3.630220] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-fc800000.usb-1.2/input1 [ 3.688321] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1 [ 3.689772] input: Logitech Wireless Keyboard PID:4075 Keyboard as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/0003:046D:4075.0003/input/input6 [ 3.691145] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2 [ 3.693906] hid-generic 0003:046D:4075.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4075] on usb-fc800000.usb-1.2/input1:1 [ 3.695613] input: Logitech Wireless Mouse PID:4091 Mouse as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/0003:046D:4091.0004/input/input11 [ 3.697119] input: Logitech Wireless Mouse PID:4091 Consumer Control as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/0003:046D:4091.0004/input/input12 [ 3.698648] hid-generic 0003:046D:4091.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4091] on usb-fc800000.usb-1.2/input1:2 [ 3.711106] scsi 0:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4 [ 3.715684] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.718987] usbcore: registered new interface driver uas [ 3.742735] random: crng init done [ 3.759690] sd 0:0:0:0: [sda] 4096000 512-byte logical blocks: (2.10 GB/1.95 GiB) [ 3.761696] sd 0:0:0:0: [sda] Write Protect is off [ 3.762144] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00 [ 3.764278] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 3.772595] sda: sda1 [ 3.773059] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 3.777480] panthor fb000000.gpu: [drm] clock rate = 198000000 [ 3.779300] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode. [ 3.780005] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller. [ 3.780601] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a [ 3.781056] rockchip-vop2 fdd90000.vop: Adding to iommu group 0 [ 3.781124] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 95,32 bit host data width,256 deep fifo [ 3.782609] panthor fb000000.gpu: [drm] clock rate = 198000000 [ 3.784166] rockchip-drm display-subsystem: bound fdd90000.vop (ops vop2_component_ops [rockchipdrm]) [ 3.785026] dwhdmi-rockchip fde80000.hdmi: supply avdd-0v9 not found, using dummy regulator [ 3.785462] panthor fb000000.gpu: [drm] clock rate = 198000000 [ 3.785814] dwhdmi-rockchip fde80000.hdmi: supply avdd-1v8 not found, using dummy regulator [ 3.786924] panthor fb000000.gpu: [drm] clock rate = 198000000 [ 3.787803] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode. [ 3.788207] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver [ 3.788440] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller. [ 3.789060] rockchip-drm display-subsystem: bound fde80000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm]) [ 3.789643] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a [ 3.790784] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0 [ 3.790950] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 95,32 bit host data width,256 deep fifo [ 3.797430] rk808-regulator rk808-regulator.3.auto: there is no dvs0 gpio [ 3.798073] rk808-regulator rk808-regulator.3.auto: there is no dvs1 gpio [ 3.815740] cpu cpu0: EM: created perf domain [ 3.816210] energy_model: Accessing cpu4 policy failed [ 3.820082] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1008000 KHz, changing to: 1200000 KHz [ 3.821199] cpu cpu4: EM: created perf domain [ 3.821592] energy_model: Accessing cpu6 policy failed [ 3.824947] cpufreq: cpufreq_online: CPU6: Running at unlisted initial frequency: 1008000 KHz, changing to: 1200000 KHz [ 3.826041] cpu cpu6: EM: created perf domain [ 3.826431] energy_model: updating cpu0 cpu_cap=397 old capacity=530 [ 3.831413] panthor fb000000.gpu: [drm] clock rate = 198000000 [ 3.833849] panthor fb000000.gpu: EM: OPP:900000 is inefficient [ 3.834380] panthor fb000000.gpu: EM: OPP:800000 is inefficient [ 3.834906] panthor fb000000.gpu: EM: OPP:700000 is inefficient [ 3.835432] panthor fb000000.gpu: EM: OPP:600000 is inefficient [ 3.835967] panthor fb000000.gpu: EM: OPP:500000 is inefficient [ 3.836493] panthor fb000000.gpu: EM: OPP:400000 is inefficient [ 3.837018] panthor fb000000.gpu: EM: OPP:300000 is inefficient [ 3.837690] panthor fb000000.gpu: EM: created perf domain [ 3.838255] panthor fb000000.gpu: [drm] mali-g610 id 0xa867 major 0x0 minor 0x0 status 0x5 [ 3.838991] panthor fb000000.gpu: [drm] Features: L2:0x7120306 Tiler:0x809 Mem:0x301 MMU:0x2830 AS:0xff [ 3.839832] panthor fb000000.gpu: [drm] shader_present=0x50005 l2_present=0x1 tiler_present=0x1 [ 3.842726] panthor fb000000.gpu: [drm] Firmware protected mode entry not be supported, ignoring [ 3.843744] panthor fb000000.gpu: [drm] CSF FW v1.1.0, Features 0x0 Instrumentation features 0x71 [ 3.844922] [drm] Initialized panthor 1.0.0 20230801 for fb000000.gpu on minor 1 [ 3.846789] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode. [ 3.847444] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller. [ 3.848031] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a [ 3.848544] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 95,32 bit host data width,256 deep fifo [ 3.849892] dwmmc_rockchip fe2c0000.mmc: Got CD GPIO [ 3.851292] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 148500000 [ 3.851822] dwhdmi-rockchip fde80000.hdmi: dw_hdmi_qp_setup DVI mode [ 3.867980] Console: switching to colour frame buffer device 240x67 [ 3.888766] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 3.889398] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device [ 3.955709] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0) [ 4.008966] input: Logitech Wireless Keyboard PID:4075 as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/0003:046D:4075.0003/input/input16 [ 4.011157] logitech-hidpp-device 0003:046D:4075.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4075] on usb-fc800000.usb-1.2/input1:1 [ 4.118921] input: Logitech Wireless Mouse as /devices/platform/fc800000.usb/usb4/4-1/4-1.2/4-1.2:1.1/0003:046D:C534.0002/0003:046D:4091.0004/input/input17 [ 4.120740] logitech-hidpp-device 0003:046D:4091.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-fc800000.usb-1.2/input1:2 [ 4.253438] dwmmc_rockchip fe2c0000.mmc: Successfully tuned phase to 213 [ 4.254121] mmc1: new ultra high speed SDR104 SDXC card at address 0001 [ 4.255347] mmcblk1: mmc1:0001 SD64G 58.3 GiB [ 4.262574] mmcblk1: p1 [ 4.553879] EXT4-fs (mmcblk1p1): mounted filesystem f19c6129-e374-4ce3-b99c-a7578953088d ro with writeback data mode. Quota mode: none. [ 9.284960] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.4.auto/input/input18 [ 9.318031] at24 2-0050: supply vcc not found, using dummy regulator [ 9.347096] mc: Linux media interface: v0.10 [ 9.350588] aic_load_fw: loading out-of-tree module taints kernel. [ 9.350914] aic_bluetooth_mod_init [ 9.350916] RELEASE DATE:2024_0327_3561b08f [ 9.350955] AICWFDBG(LOGINFO) aicwf_usb_probe vid:0xA69C pid:0x8D80 icl:0x0 isc:0x0 ipr:0x0 [ 9.350962] AICWFDBG(LOGINFO) aicloadfw_chipmatch USE AIC8800D80 [ 9.350964] Aic high speed USB device detected [ 9.351325] chip_id=fb07, chip_mcu_id = 0 [ 9.351329] aic_load_firmware :firmware path = /lib/firmware/aic8800_fw/USB/aic8800D80/fw_patch_table_8800d80_u02.bin [ 9.369799] rk2-crypto fe370000.crypto: will run requests pump with realtime priority [ 9.369824] rk2-crypto fe370000.crypto: Registers crypto algos [ 9.369826] rk2-crypto fe370000.crypto: Register ecb(aes) as ecb-aes-rk2 [ 9.369841] rk2-crypto fe370000.crypto: Register cbc(aes) as cbc-aes-rk2 [ 9.369845] rk2-crypto fe370000.crypto: Register xts(aes) as xts-aes-rk2 [ 9.369850] rk2-crypto fe370000.crypto: Register md5 as rk2-md5 3 [ 9.369854] rk2-crypto fe370000.crypto: Register sha1 as rk2-sha1 4 [ 9.369859] rk2-crypto fe370000.crypto: Register sha256 as rk2-sha256 5 [ 9.369863] rk2-crypto fe370000.crypto: Register sha384 as rk2-sha384 6 [ 9.369867] rk2-crypto fe370000.crypto: Register sha512 as rk2-sha512 7 [ 9.369871] rk2-crypto fe370000.crypto: Register sm3 as rk2-sm3 8 [ 9.382300] videodev: Linux video capture interface: v2.00 [ 9.388601] file md5:0c9bf9c9c10f7a90a22a4c35fa58c967 [ 9.388612] ### Upload fw_patch_table_8800d80_u02.bin fw_patch_table, size=1048 [ 9.388669] ------------[ cut here ]------------ [ 9.388671] memcpy: detected field-spanning write (size 32) of single field "&patch_info->adid_addrinf" at /var/lib/dkms/aic8800-usb/3.0+git20240327.3561b08f-2/build/USB/driver_fw/drivers/aic8800/aic_load_fw/aicbluetooth.c:1230 (size 4) [ 9.388700] WARNING: CPU: 6 PID: 1054 at /var/lib/dkms/aic8800-usb/3.0+git20240327.3561b08f-2/build/USB/driver_fw/drivers/aic8800/aic_load_fw/aicbluetooth.c:1230 aicbt_patch_info_unpack+0x8c/0x94 [aic_load_fw] [ 9.388720] Modules linked in: snd_compress videodev rk_crypto2 ac97_bus videobuf2_common snd_pcm_dmaengine joydev snd_pcm crct10dif_ce aic_load_fw(O+) mc snd_timer sm3_generic pwm_fan at24 crypto_engine snd sm3 nvmem_rockchip_otp soundcore rk805_pwrkey rk808_regulator hid_logitech_hidpp rockchipdrm dw_hdmi_qp dw_mipi_dsi dw_hdmi analogix_dp rk8xx_spi phy_rockchip_samsung_hdptx rk8xx_core rockchip_rng cec drm_dma_helper uas panthor drm_display_helper drm_gpuvm gpu_sched drm_kms_helper drm_shmem_helper drm_exec drm hid_logitech_dj [ 9.388787] CPU: 6 PID: 1054 Comm: (udev-worker) Tainted: G O 6.10.1-edge-rockchip-rk3588 #1 [ 9.388792] Hardware name: Radxa ROCK 5 Model C (DT) [ 9.388795] pstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 9.388800] pc : aicbt_patch_info_unpack+0x8c/0x94 [aic_load_fw] [ 9.388810] lr : aicbt_patch_info_unpack+0x8c/0x94 [aic_load_fw] [ 9.388819] sp : ffff8000857236e0 [ 9.388821] x29: ffff8000857236e0 x28: ffff00010d0897d8 x27: ffff00010d088000 [ 9.388828] x26: ffff80007a25bb00 x25: ffff0001099a5050 x24: 0000000000000000 [ 9.388835] x23: 0000000000000000 x22: ffff0001035120a8 x21: 0000000000000020 [ 9.388841] x20: ffff800085723758 x19: ffff800082cb5000 x18: ffffffffffffffff [ 9.388848] x17: 0000000000201fdc x16: 0000000000201fe4 x15: 2f73726576697264 [ 9.388854] x14: 00000000ffffffea x13: ffff800085723428 x12: ffff800081d6e5d8 [ 9.388860] x11: 0000000000000001 x10: 0000000000000001 x9 : 000000000002ffe8 [ 9.388867] x8 : c0000000ffffdfff x7 : ffff800081cbe580 x6 : 00000000000affa8 [ 9.388874] x5 : ffff800081d6e580 x4 : 0000000000000000 x3 : 0000000000000000 [ 9.388879] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff000109081180 [ 9.388886] Call trace: [ 9.388888] aicbt_patch_info_unpack+0x8c/0x94 [aic_load_fw] [ 9.388897] aicfw_download_fw_8800d80+0x7c/0x4f8 [aic_load_fw] [ 9.388907] aicwf_usb_probe+0x744/0xb88 [aic_load_fw] [ 9.388916] usb_probe_interface+0xd8/0x314 [ 9.388922] really_probe+0xc0/0x390 [ 9.388929] __driver_probe_device+0x7c/0x15c [ 9.388935] driver_probe_device+0x3c/0x110 [ 9.388941] __driver_attach+0xf0/0x1f8 [ 9.388947] bus_for_each_dev+0x78/0xdc [ 9.388953] driver_attach+0x24/0x30 [ 9.388958] bus_add_driver+0x110/0x234 [ 9.388964] driver_register+0x5c/0x124 [ 9.388970] usb_register_driver+0x78/0x16c [ 9.388977] aicwf_usb_register+0x2c/0x64 [aic_load_fw] [ 9.388985] aic_bluetooth_mod_init+0x38/0x1000 [aic_load_fw] [ 9.388995] do_one_initcall+0x44/0x33c [ 9.389000] do_init_module+0x60/0x21c [ 9.389007] load_module+0x21e0/0x22bc [ 9.389013] init_module_from_file+0x88/0xcc [ 9.389019] __arm64_sys_finit_module+0x160/0x304 [ 9.389026] invoke_syscall+0x48/0x114 [ 9.389033] el0_svc_common.constprop.0+0x40/0xe0 [ 9.389039] do_el0_svc+0x1c/0x28 [ 9.389045] el0_svc+0x38/0x108 [ 9.389051] el0t_64_sync_handler+0x120/0x12c [ 9.389055] el0t_64_sync+0x1a4/0x1a8 [ 9.389059] ---[ end trace 0000000000000000 ]--- [ 9.389062] addr_adid 0x201940, addr_patch 0x1e0000 [ 9.389067] aic_load_firmware :firmware path = /lib/firmware/aic8800_fw/USB/aic8800D80/fw_adid_8800d80_u02.bin [ 9.393785] file md5:f546881a81b960d89a672578eb45a809 [ 9.393793] ### Upload fw_adid_8800d80_u02.bin firmware, @ = 201940 size=1708 [ 9.394330] fw download complete [ 9.394341] aic_load_firmware :firmware path = /lib/firmware/aic8800_fw/USB/aic8800D80/fw_patch_8800d80_u02.bin [ 9.397480] file md5:35d137b8a76daaeb4f5034df8e15bcde [ 9.397495] ### Upload fw_patch_8800d80_u02.bin firmware, @ = 1e0000 size=30040 [ 9.405333] fw download complete [ 9.407044] lib80211: common routines for IEEE802.11 drivers [ 9.407048] lib80211_crypt: registered algorithm 'NULL' [ 9.414451] lib80211_crypt: registered algorithm 'TKIP' [ 9.414697] aicbt_patch_table_load bt btmode[4]:5 [ 9.414703] aicbt_patch_table_load bt uart_baud[4]:1500000 [ 9.414705] aicbt_patch_table_load bt uart_flowctrl[4]:1 [ 9.414708] aicbt_patch_table_load bt lpm_enable[4]:0 [ 9.414710] aicbt_patch_table_load bt tx_pwr[4]:28463 [ 9.419452] patch version - Mar 07 2024 14:29:05 - git f94a3e4 [ 9.419487] aic_load_firmware :firmware path = /lib/firmware/aic8800_fw/USB/aic8800D80/fmacfw_8800d80_u02.bin [ 9.430221] file md5:331d2692faa065f9ec1f80e06cdbfc06 [ 9.430230] ### Upload fmacfw_8800d80_u02.bin firmware, @ = 120000 size=341456 [ 9.431639] rockchip-rga fdb80000.rga: HW Version: 0x03.02 [ 9.431774] rockchip-rga fdb80000.rga: Registered rockchip-rga as /dev/video0 [ 9.440521] rockchip_vdec2: module is from the staging directory, the quality is unknown, you have been warned. [ 9.441742] lib80211_crypt: registered algorithm 'CCMP' [ 9.442076] hantro-vpu fdb50000.video-codec: Adding to iommu group 1 [ 9.442466] hantro-vpu fdb50000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video2 [ 9.442523] hantro-vpu fdb50000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video3 [ 9.442796] rkvdec2 fdc40100.video-decoder: missing multi-core support, ignoring this instance [ 9.442839] hantro-vpu fdba0000.video-codec: Adding to iommu group 2 [ 9.443060] hantro-vpu fdba0000.video-codec: registered rockchip,rk3588-vepu121-enc as /dev/video4 [ 9.443203] hantro-vpu fdba4000.video-codec: Adding to iommu group 3 [ 9.443268] hantro-vpu fdba4000.video-codec: missing multi-core support, ignoring this instance [ 9.443329] hantro-vpu fdba8000.video-codec: Adding to iommu group 4 [ 9.443389] hantro-vpu fdba8000.video-codec: missing multi-core support, ignoring this instance [ 9.443443] hantro-vpu fdbac000.video-codec: Adding to iommu group 5 [ 9.443499] hantro-vpu fdbac000.video-codec: missing multi-core support, ignoring this instance [ 9.443811] hantro-vpu fdc70000.video-codec: registered rockchip,rk3588-av1-vpu-dec as /dev/video5 [ 9.503357] fw download complete [ 9.503370] AICWFDBG(LOGERROR) Read FW mem: 00120198 [ 9.503449] AICWFDBG(LOGERROR) 120198=173078 [ 9.503572] AICWFDBG(LOGERROR) 1201a0=174000 [ 9.503696] AICWFDBG(LOGINFO) rd_version_val=06090101 [ 9.503947] AICWFDBG(LOGINFO) 1201a4=17cb7c [ 9.505651] usbcore: registered new interface driver aic_load_fw [ 9.521323] app_cmp [ 9.524319] usb 4-1.3: USB disconnect, device number 5 [ 9.524623] app_cmp [ 9.524628] aicwf_usb_disconnect enter [ 9.524631] aicwf_bus_deinit [ 10.024697] q_sz/max: 0 / 8 - next tkn: 483 [ 10.024706] q_sz/max: 0 / 8 - next tkn: 483 [ 10.024725] usb bustx thread will to stop [ 10.024735] usb bustx thread stop [ 10.024757] exit aicwf_bus_deinit [ 10.024817] usb busrx thread will to stop [ 10.024823] usb busrx thread stop [ 10.211954] EXT4-fs (mmcblk1p1): re-mounted f19c6129-e374-4ce3-b99c-a7578953088d r/w. Quota mode: none. [ 10.252631] EXT4-fs (mmcblk1p1): re-mounted f19c6129-e374-4ce3-b99c-a7578953088d r/w. Quota mode: none. [ 10.332545] usb 4-1.3: new high-speed USB device number 6 using ehci-platform [ 10.530191] usb 4-1.3: New USB device found, idVendor=a69c, idProduct=8d81, bcdDevice= 1.00 [ 10.530203] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.530208] usb 4-1.3: Product: AIC 8800D80 [ 10.530212] usb 4-1.3: Manufacturer: AICSemi [ 10.530215] usb 4-1.3: SerialNumber: 20220103 [ 10.530714] AICWFDBG(LOGINFO) aicwf_usb_probe vid:0xA69C pid:0x8D81 icl:0x0 isc:0x0 ipr:0x0 [ 10.530722] aic_load_fw 4-1.3:1.0: probe with driver aic_load_fw failed with error -1 [ 10.530965] AICWFDBG(LOGINFO) aicwf_usb_probe vid:0xA69C pid:0x8D81 icl:0x0 isc:0x0 ipr:0x0 [ 10.530970] aic_load_fw 4-1.3:1.1: probe with driver aic_load_fw failed with error -1 [ 10.531209] AICWFDBG(LOGINFO) aicwf_usb_probe vid:0xA69C pid:0x8D81 icl:0x0 isc:0x0 ipr:0x0 [ 10.531214] aic_load_fw 4-1.3:1.2: probe with driver aic_load_fw failed with error -1 [ 10.586610] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 10.587351] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 10.587825] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 10.596934] Bluetooth: Core ver 2.22 [ 10.596978] NET: Registered PF_BLUETOOTH protocol family [ 10.596981] Bluetooth: HCI device and connection manager initialized [ 10.596987] Bluetooth: HCI socket layer initialized [ 10.596990] Bluetooth: L2CAP socket layer initialized [ 10.596995] Bluetooth: SCO socket layer initialized [ 10.620106] ********************************************************** [ 10.620110] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 10.620113] ** ** [ 10.620117] ** trace_printk() being used. Allocating extra memory. ** [ 10.620120] ** ** [ 10.620123] ** This means that this is a DEBUG kernel and it is ** [ 10.620127] ** unsafe for production use. ** [ 10.620130] ** ** [ 10.620133] ** If you see this message and you are not debugging ** [ 10.620136] ** the kernel, report this immediately to your vendor! ** [ 10.620139] ** ** [ 10.620142] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ** [ 10.620145] ********************************************************** [ 10.631318] Adding 4169724k swap on /var/cache/swap/swap1. Priority:-2 extents:62 across:12058624k SS [ 10.653500] AICWFDBG(LOGINFO) rwnx v6.4.3.0 - 1a4b0054d2M (master) [ 10.653515] AICWFDBG(LOGINFO) RELEASE DATE:2024_0327_3561b08f [ 10.653646] AICWFDBG(LOGINFO) aicwf_usb_chipmatch USE AIC8800D81 [ 10.653654] AICWFDBG(LOGINFO) aicwf_parse_usb endpoints = 4 [ 10.653662] AICWFDBG(LOGINFO) Aic high speed USB device detected [ 10.653667] AICWFDBG(LOGINFO) aicwf_usb_alloc_rx_urb AICWF_USB_RX_URBS:20 [ 10.653682] AICWFDBG(LOGINFO) aicwf_usb_alloc_tx_urb AICWF_USB_TX_URBS:200 [ 10.653760] AICWFDBG(LOGINFO) aicwf_usb_alloc_msg_rx_urb AICWF_USB_MSG_RX_URBS:100 [ 10.653967] AICWFDBG(LOGINFO) usb_busrx_thread the cpu is:1 [ 10.654006] AICWFDBG(LOGINFO) usb_busrx_thread set_cpu_ret is:0 [ 10.654015] AICWFDBG(LOGINFO) usb_busrx_thread change cpu to:2 [ 10.654031] AICWFDBG(LOGINFO) usb_busrx_thread the policy of current thread is:1 [ 10.654037] AICWFDBG(LOGINFO) usb_busrx_thread the rt_priority of current thread is:1 [ 10.654042] AICWFDBG(LOGINFO) usb_busrx_thread the current pid is:1443 [ 10.654077] AICWFDBG(LOGINFO) aicwf_bus_init waiting for rx/tx thread init finish [ 10.654081] AICWFDBG(LOGINFO) usb_bustx_thread the cpu is:5 [ 10.654102] AICWFDBG(LOGINFO) usb_bustx_thread set_cpu_ret is:0 [ 10.654110] AICWFDBG(LOGINFO) usb_bustx_thread change cpu to:1 [ 10.654122] AICWFDBG(LOGINFO) usb_bustx_thread the policy of current thread is:1 [ 10.654129] AICWFDBG(LOGINFO) usb_bustx_thread the rt_priority of current thread is:1 [ 10.654134] AICWFDBG(LOGINFO) usb_bustx_thread the current pid is:1444 [ 10.759664] AICWFDBG(LOGINFO) usb_msg_busrx_thread the policy of current thread is:1 [ 10.759684] AICWFDBG(LOGINFO) usb_msg_busrx_thread the rt_priority of current thread is:1 [ 10.759691] AICWFDBG(LOGINFO) usb_msg_busrx_thread the current pid is:1458 [ 10.760617] AICWFDBG(LOGINFO) rwnx_platform_init rwnx_cfg80211_init enter [ 10.760638] AICWFDBG(LOGINFO) rwnx_cfg80211_init sizeof(struct rwnx_hw):13928 [ 10.761015] AICWFDBG(LOGINFO) aicwf_prealloc_txq_alloc size is diff will to be kzalloc [ 10.761037] AICWFDBG(LOGINFO) aicwf_prealloc_txq_alloc txq kzalloc successful [ 10.761168] AICWFDBG(LOGINFO) userconfig file path:aic_userconfig_8800d80.txt [ 10.761176] AICWFDBG(LOGINFO) ### Load file aic_userconfig_8800d80.txt [ 10.761185] AICWFDBG(LOGINFO) rwnx_load_firmware :firmware path = /lib/firmware/aic8800_fw/USB/aic8800D80/aic_userconfig_8800d80.txt [ 10.762046] AICWFDBG(LOGINFO) file md5:35c8e99f3edd34d2a39bc9920e1da494 [ 10.762064] AICWFDBG(LOGINFO) ### Load file done: aic_userconfig_8800d80.txt, size=2683 [ 10.762074] AICWFDBG(LOGINFO) rwnx_plat_userconfig_parsing: AIC USERCONFIG 2022/0803/1707 [ 10.762081] AICWFDBG(LOGINFO) rwnx_plat_userconfig_parsing: txpwr_lvl [ 10.762088] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=enable value=1 [ 10.762096] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_1m_2g4 value=18 [ 10.762105] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_2m_2g4 value=18 [ 10.762112] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_5m5_2g4 value=18 [ 10.762120] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_11m_2g4 value=18 [ 10.762128] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_6m_2g4 value=18 [ 10.762136] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_9m_2g4 value=18 [ 10.762144] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_12m_2g4 value=18 [ 10.762152] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_18m_2g4 value=18 [ 10.762160] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_24m_2g4 value=16 [ 10.762168] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_36m_2g4 value=16 [ 10.762176] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_48m_2g4 value=15 [ 10.762184] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11b_11ag_54m_2g4 value=15 [ 10.762193] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs0_2g4 value=18 [ 10.762201] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs1_2g4 value=18 [ 10.762210] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs2_2g4 value=18 [ 10.762218] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs3_2g4 value=18 [ 10.762227] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs4_2g4 value=16 [ 10.762235] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs5_2g4 value=16 [ 10.762244] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs6_2g4 value=15 [ 10.762252] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs7_2g4 value=15 [ 10.762261] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs8_2g4 value=14 [ 10.762270] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs9_2g4 value=14 [ 10.762278] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs0_2g4 value=18 [ 10.762287] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs1_2g4 value=18 [ 10.762296] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs2_2g4 value=18 [ 10.762304] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs3_2g4 value=18 [ 10.762313] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs4_2g4 value=16 [ 10.762322] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs5_2g4 value=16 [ 10.762331] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs6_2g4 value=15 [ 10.762340] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs7_2g4 value=15 [ 10.762349] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs8_2g4 value=14 [ 10.762358] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs9_2g4 value=14 [ 10.762367] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs10_2g4 value=13 [ 10.762377] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs11_2g4 value=13 [ 10.762386] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_6m_5g value=18 [ 10.762395] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_9m_5g value=18 [ 10.762404] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_12m_5g value=18 [ 10.762414] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_18m_5g value=18 [ 10.762423] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_24m_5g value=16 [ 10.762500] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_36m_5g value=16 [ 10.762511] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_48m_5g value=15 [ 10.762521] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11a_54m_5g value=15 [ 10.762530] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs0_5g value=18 [ 10.762540] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs1_5g value=18 [ 10.762550] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs2_5g value=18 [ 10.762560] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs3_5g value=18 [ 10.762570] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs4_5g value=16 [ 10.762581] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs5_5g value=16 [ 10.762591] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs6_5g value=15 [ 10.762601] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs7_5g value=15 [ 10.762611] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs8_5g value=14 [ 10.762621] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11n_11ac_mcs9_5g value=14 [ 10.762632] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs0_5g value=18 [ 10.762642] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs1_5g value=18 [ 10.762652] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs2_5g value=18 [ 10.762663] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs3_5g value=18 [ 10.762673] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs4_5g value=16 [ 10.762684] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs5_5g value=16 [ 10.762694] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs6_5g value=14 [ 10.762705] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs7_5g value=14 [ 10.762716] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs8_5g value=13 [ 10.762726] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs9_5g value=13 [ 10.762737] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs10_5g value=12 [ 10.762748] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_11ax_mcs11_5g value=12 [ 10.762759] AICWFDBG(LOGINFO) rwnx_plat_userconfig_parsing: txpwr_lvl_adj [ 10.762766] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_enable value=0 [ 10.762777] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_2g4_chan_1_4 value=0 [ 10.762787] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_2g4_chan_5_9 value=0 [ 10.762799] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_2g4_chan_10_13 value=0 [ 10.762809] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_5g_chan_42 value=0 [ 10.762822] AICWFDBG(LOGERROR) invalid cmd: lvl_adj_5g_chan_42 [ 10.762828] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_5g_chan_58 value=0 [ 10.762839] AICWFDBG(LOGERROR) invalid cmd: lvl_adj_5g_chan_58 [ 10.762845] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_5g_chan_106 value=0 [ 10.762856] AICWFDBG(LOGERROR) invalid cmd: lvl_adj_5g_chan_106 [ 10.762863] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_5g_chan_122 value=0 [ 10.762874] AICWFDBG(LOGERROR) invalid cmd: lvl_adj_5g_chan_122 [ 10.762880] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_5g_chan_138 value=0 [ 10.762891] AICWFDBG(LOGERROR) invalid cmd: lvl_adj_5g_chan_138 [ 10.762897] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=lvl_adj_5g_chan_155 value=0 [ 10.762908] AICWFDBG(LOGERROR) invalid cmd: lvl_adj_5g_chan_155 [ 10.762914] AICWFDBG(LOGINFO) rwnx_plat_userconfig_parsing: txpwr_loss [ 10.762920] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=loss_enable value=0 [ 10.762929] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=loss_value value=2 [ 10.762938] AICWFDBG(LOGINFO) rwnx_plat_userconfig_parsing: txpwr_ofst [ 10.762945] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_enable value=0 [ 10.762954] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_11b_chan_1_4 value=0 [ 10.762963] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_11b_chan_5_9 value=0 [ 10.762973] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_11b_chan_10_13 value=0 [ 10.762982] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_ofdm_highrate_chan_1_4 value=0 [ 10.762992] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_ofdm_highrate_chan_5_9 value=0 [ 10.763002] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_ofdm_highrate_chan_10_13 value=0 [ 10.763012] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_ofdm_lowrate_chan_1_4 value=0 [ 10.763022] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_ofdm_lowrate_chan_5_9 value=0 [ 10.763032] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_2g4_ofdm_lowrate_chan_10_13 value=0 [ 10.763042] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_lowrate_chan_42 value=0 [ 10.763052] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_lowrate_chan_58 value=0 [ 10.763062] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_lowrate_chan_106 value=0 [ 10.763072] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_lowrate_chan_122 value=0 [ 10.763082] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_lowrate_chan_138 value=0 [ 10.763093] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_lowrate_chan_155 value=0 [ 10.763103] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_highrate_chan_42 value=0 [ 10.763112] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_highrate_chan_58 value=0 [ 10.763120] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_highrate_chan_106 value=0 [ 10.763129] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_highrate_chan_122 value=0 [ 10.763138] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_highrate_chan_138 value=0 [ 10.763148] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_highrate_chan_155 value=0 [ 10.763157] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_midrate_chan_42 value=0 [ 10.763167] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_midrate_chan_58 value=0 [ 10.763178] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_midrate_chan_106 value=0 [ 10.763188] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_midrate_chan_122 value=0 [ 10.763199] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_midrate_chan_138 value=0 [ 10.763209] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=ofst_5g_ofdm_midrate_chan_155 value=0 [ 10.763220] AICWFDBG(LOGINFO) rwnx_plat_userconfig_parsing: xtal cap [ 10.763226] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=xtal_enable value=0 [ 10.763235] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=xtal_cap value=24 [ 10.763243] AICWFDBG(LOGINFO) rwnx_plat_nvram_set_value:command=xtal_cap_fine value=31 [ 10.763258] AICWFDBG(LOGINFO) userconfig download complete [ 10.772570] AICWFDBG(LOGINFO) is 5g support = 1, vendor_info = 0x00 [ 10.772852] AICWFDBG(LOGINFO) Firmware Version: li Jun 18 2024 12:31:29 - g792f243 [ 10.772861] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:enable:1 [ 10.772866] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_1m_2g4:18 [ 10.772870] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_2m_2g4:18 [ 10.772875] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_5m5_2g4:18 [ 10.772879] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_11m_2g4:18 [ 10.772883] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_6m_2g4:18 [ 10.772887] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_9m_2g4:18 [ 10.772891] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_12m_2g4:18 [ 10.772895] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_18m_2g4:18 [ 10.772899] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_24m_2g4:16 [ 10.772903] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_36m_2g4:16 [ 10.772907] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_48m_2g4:15 [ 10.772911] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11b_11ag_54m_2g4:15 [ 10.772915] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs0_2g4:18 [ 10.772919] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs1_2g4:18 [ 10.772923] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs2_2g4:18 [ 10.772927] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs3_2g4:18 [ 10.772931] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs4_2g4:16 [ 10.772935] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs5_2g4:16 [ 10.772939] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs6_2g4:15 [ 10.772943] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs7_2g4:15 [ 10.772947] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs8_2g4:14 [ 10.772951] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs9_2g4:14 [ 10.772955] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs0_2g4:18 [ 10.772958] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs1_2g4:18 [ 10.772963] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs2_2g4:18 [ 10.772966] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs3_2g4:18 [ 10.772970] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs4_2g4:16 [ 10.772974] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs5_2g4:16 [ 10.772978] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs6_2g4:15 [ 10.772982] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs7_2g4:15 [ 10.772986] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs8_2g4:14 [ 10.772990] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs9_2g4:14 [ 10.772994] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs10_2g4:13 [ 10.772998] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs11_2g4:13 [ 10.773001] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_1m_5g:-128 [ 10.773006] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_2m_5g:-128 [ 10.773009] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_5m5_5g:-128 [ 10.773013] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_11m_5g:-128 [ 10.773017] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_6m_5g:18 [ 10.773021] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_9m_5g:18 [ 10.773025] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_12m_5g:18 [ 10.773029] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_18m_5g:18 [ 10.773033] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_24m_5g:16 [ 10.773037] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_36m_5g:16 [ 10.773041] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_48m_5g:15 [ 10.773044] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11a_54m_5g:15 [ 10.773049] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs0_5g:18 [ 10.773053] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs1_5g:18 [ 10.773056] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs2_5g:18 [ 10.773061] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs3_5g:18 [ 10.773064] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs4_5g:16 [ 10.773068] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs5_5g:16 [ 10.773072] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs6_5g:15 [ 10.773076] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs7_5g:15 [ 10.773080] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs8_5g:14 [ 10.773084] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11n_11ac_mcs9_5g:14 [ 10.773088] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs0_5g:18 [ 10.773092] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs1_5g:18 [ 10.773096] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs2_5g:18 [ 10.773100] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs3_5g:18 [ 10.773104] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs4_5g:16 [ 10.773107] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs5_5g:16 [ 10.773112] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs6_5g:14 [ 10.773115] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs7_5g:14 [ 10.773119] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs8_5g:13 [ 10.773123] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs9_5g:13 [ 10.773127] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs10_5g:12 [ 10.773131] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_v3_in_fdrv:lvl_11ax_mcs11_5g:12 [ 10.773135] AICWFDBG(LOGINFO) get_userconfig_txpwr_loss:loss_enable:0 [ 10.773139] AICWFDBG(LOGINFO) get_userconfig_txpwr_loss:loss_value:2 [ 10.773143] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:enable:1 [ 10.773147] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_1m_2g4:18 [ 10.773152] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_2m_2g4:18 [ 10.773156] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_5m5_2g4:18 [ 10.773160] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_11m_2g4:18 [ 10.773164] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_6m_2g4:18 [ 10.773168] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_9m_2g4:18 [ 10.773172] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_12m_2g4:18 [ 10.773175] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_18m_2g4:18 [ 10.773179] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_24m_2g4:16 [ 10.773183] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_36m_2g4:16 [ 10.773187] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_48m_2g4:15 [ 10.773191] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11b_11ag_54m_2g4:15 [ 10.773195] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs0_2g4:18 [ 10.773199] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs1_2g4:18 [ 10.773203] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs2_2g4:18 [ 10.773206] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs3_2g4:18 [ 10.773210] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs4_2g4:16 [ 10.773214] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs5_2g4:16 [ 10.773218] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs6_2g4:15 [ 10.773222] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs7_2g4:15 [ 10.773226] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs8_2g4:14 [ 10.773230] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs9_2g4:14 [ 10.773234] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs0_2g4:18 [ 10.773238] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs1_2g4:18 [ 10.773242] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs2_2g4:18 [ 10.773246] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs3_2g4:18 [ 10.773250] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs4_2g4:16 [ 10.773253] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs5_2g4:16 [ 10.773257] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs6_2g4:15 [ 10.773261] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs7_2g4:15 [ 10.773265] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs8_2g4:14 [ 10.773269] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs9_2g4:14 [ 10.773273] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs10_2g4:13 [ 10.773276] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs11_2g4:13 [ 10.773280] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_1m_5g:-128 [ 10.773284] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_2m_5g:-128 [ 10.773288] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_5m5_5g:-128 [ 10.773292] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_11m_5g:-128 [ 10.773296] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_6m_5g:18 [ 10.773300] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_9m_5g:18 [ 10.773304] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_12m_5g:18 [ 10.773308] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_18m_5g:18 [ 10.773311] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_24m_5g:16 [ 10.773315] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_36m_5g:16 [ 10.773319] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_48m_5g:15 [ 10.773323] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11a_54m_5g:15 [ 10.773327] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs0_5g:18 [ 10.773331] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs1_5g:18 [ 10.773335] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs2_5g:18 [ 10.773338] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs3_5g:18 [ 10.773342] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs4_5g:16 [ 10.773346] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs5_5g:16 [ 10.773350] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs6_5g:15 [ 10.773354] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs7_5g:15 [ 10.773358] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs8_5g:14 [ 10.773362] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11n_11ac_mcs9_5g:14 [ 10.773366] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs0_5g:18 [ 10.773369] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs1_5g:18 [ 10.773373] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs2_5g:18 [ 10.773377] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs3_5g:18 [ 10.773381] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs4_5g:16 [ 10.773385] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs5_5g:16 [ 10.773389] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs6_5g:14 [ 10.773392] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs7_5g:14 [ 10.773397] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs8_5g:13 [ 10.773400] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs9_5g:13 [ 10.773404] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs10_5g:12 [ 10.773408] AICWFDBG(LOGINFO) rwnx_send_txpwr_lvl_v3_req:lvl_11ax_mcs11_5g:12 [ 10.773672] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:enable:0 [ 10.773678] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_2g4_chan_1_4:0 [ 10.773682] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_2g4_chan_5_9:0 [ 10.773686] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_2g4_chan_10_13:0 [ 10.773690] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_5g_chan_42:0 [ 10.773694] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_5g_chan_58:0 [ 10.773698] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_5g_chan_106:0 [ 10.773702] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_5g_chan_122:0 [ 10.773706] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_5g_chan_138:0 [ 10.773709] AICWFDBG(LOGINFO) get_userconfig_txpwr_lvl_adj_in_fdrv:lvl_adj_5g_chan_155:0 [ 10.773715] AICWFDBG(LOGINFO) get_userconfig_txpwr_ofst2x_in_fdrv:enable :0 [ 10.773719] AICWFDBG(LOGINFO) pwrofst2x 2.4g: [0]:11b, [1]:ofdm_highrate, [2]:ofdm_lowrate chan= 1-4 5-9 10-13 [ 10.773721] AICWFDBG(LOGINFO) [0] = [ 10.773725] AICWFDBG(LOGINFO) 0 [ 10.773728] AICWFDBG(LOGINFO) 0 [ 10.773731] AICWFDBG(LOGINFO) 0 [ 10.773734] AICWFDBG(LOGINFO) [1] = [ 10.773737] AICWFDBG(LOGINFO) 0 [ 10.773741] AICWFDBG(LOGINFO) 0 [ 10.773744] AICWFDBG(LOGINFO) 0 [ 10.773747] AICWFDBG(LOGINFO) [2] = [ 10.773750] AICWFDBG(LOGINFO) 0 [ 10.773753] AICWFDBG(LOGINFO) 0 [ 10.773756] AICWFDBG(LOGINFO) 0 [ 10.773760] AICWFDBG(LOGINFO) pwrofst2x 5g: [0]:ofdm_lowrate, [1]:ofdm_highrate, [2]:ofdm_midrate chan= 36-50 51-64 98-114 115-130 131-146 147-166 [ 10.773763] AICWFDBG(LOGINFO) [0] = [ 10.773767] AICWFDBG(LOGINFO) 0 [ 10.773770] AICWFDBG(LOGINFO) 0 [ 10.773773] AICWFDBG(LOGINFO) 0 [ 10.773776] AICWFDBG(LOGINFO) 0 [ 10.773779] AICWFDBG(LOGINFO) 0 [ 10.773782] AICWFDBG(LOGINFO) 0 [ 10.773785] AICWFDBG(LOGINFO) [1] = [ 10.773789] AICWFDBG(LOGINFO) 0 [ 10.773792] AICWFDBG(LOGINFO) 0 [ 10.773795] AICWFDBG(LOGINFO) 0 [ 10.773798] AICWFDBG(LOGINFO) 0 [ 10.773801] AICWFDBG(LOGINFO) 0 [ 10.773804] AICWFDBG(LOGINFO) 0 [ 10.773807] AICWFDBG(LOGINFO) [2] = [ 10.773811] AICWFDBG(LOGINFO) 0 [ 10.773814] AICWFDBG(LOGINFO) 0 [ 10.773817] AICWFDBG(LOGINFO) 0 [ 10.773820] AICWFDBG(LOGINFO) 0 [ 10.773823] AICWFDBG(LOGINFO) 0 [ 10.773826] AICWFDBG(LOGINFO) 0 [ 10.773829] AICWFDBG(LOGINFO) [ 10.773833] AICWFDBG(LOGINFO) rwnx_send_txpwr_ofst2x_req:Do not use txpwr_ofst2x [ 10.773838] AICWFDBG(LOGINFO) get_userconfig_xtal_cap:enable :0 [ 10.773842] AICWFDBG(LOGINFO) get_userconfig_xtal_cap:xtal_cap :24 [ 10.773846] AICWFDBG(LOGINFO) get_userconfig_xtal_cap:xtal_cap_fine:31 [ 11.528751] AICWFDBG(LOGERROR) no mac address in efuse! [ 11.528760] AICWFDBG(LOGINFO) get macaddr:0,0 [ 11.529811] AICWFDBG(LOGINFO) HT supp 1, VHT supp 1, HE supp 1 [ 11.530233] rwnx_reg_notifier Enter [ 11.530543] AICWFDBG(LOGINFO) getRegdomainFromRwnxDB set ccode:00 [ 11.530566] AICWFDBG(LOGINFO) rwnx_get_countrycode_channels support channel:1 2 3 4 5 6 7 8 9 10 11 12 13 14 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165 [ 11.530598] ieee80211 phy0: ******************************************************* ** CAUTION: USING PERMISSIVE CUSTOM REGULATORY RULES ** ******************************************************* [ 11.531050] AICWFDBG(LOGINFO) rwnx_interface_add: wlan%d, 2, 10 [ 11.531111] AICWFDBG(LOGINFO) interface add:88 0 33 77 76 7 [ 11.531119] AICWFDBG(LOGINFO) aicwf_set_wireless_ext Enter [ 11.538597] AICWFDBG(LOGINFO) New interface create wlan0 [ 11.538607] AICWFDBG(LOGINFO) rwnx_platform_init rwnx_cfg80211_init exit [ 11.538726] usbcore: registered new interface driver aic8800_fdrv [ 11.538962] usbcore: registered new interface driver btusb [ 11.542630] aic_btusb: AICBT_RELEASE_NAME: 202012_ANDROID [ 11.542637] aic_btusb: AicSemi Bluetooth USB driver module init, version 2.1.0 [ 11.542641] aic_btusb: RELEASE DATE: 2023_1211_1958 [ 11.542643] aic_btusb: Register usb char device interface for BT driver [ 11.542874] usbcore: registered new interface driver aic_btusb [ 13.078791] rk_gmac-dwmac fe1c0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 13.080285] rk_gmac-dwmac fe1c0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-1 [ 13.169262] rk_gmac-dwmac fe1c0000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 13.179169] dwmac4: Master AXI performs any burst length [ 13.179187] rk_gmac-dwmac fe1c0000.ethernet eth0: No Safety Features support found [ 13.179199] rk_gmac-dwmac fe1c0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported [ 13.179417] rk_gmac-dwmac fe1c0000.ethernet eth0: registered PTP clock [ 13.179947] rk_gmac-dwmac fe1c0000.ethernet eth0: FPE workqueue start [ 13.179953] rk_gmac-dwmac fe1c0000.ethernet eth0: configuring for phy/rgmii link mode [ 13.209350] 8021q: adding VLAN 0 to HW filter on device eth0 [ 13.906597] rwnx_reg_notifier Enter [ 15.532453] AICWFDBG(LOGINFO) rwnx_send_sm_connect_req drv_vif_index:0 connect to Cayenne(7) channel:5765 auth_type:0 [ 15.933032] AICWFDBG(LOGINFO) rwnx_rx_sm_connect_ind ind->status_code:0 [ 15.933044] AICWFDBG(LOGINFO) rwnx_rx_sm_connect_ind ind->roamed:0 ind->status_code:0 rwnx_vif->drv_conn_state:2 [ 15.933059] AICWFDBG(LOGINFO) rwnx_rx_sm_connect_ind cfg80211_connect_result pass, rwnx_vif->drv_conn_state:3 [ 15.946014] AICWFDBG(LOGINFO) need cfm ethertype: 8e88,user_idx=1, skb=00000000ef228380 sta_idx:0 [ 15.946658] AICWFDBG(LOGINFO) usb_host_tx_cfm_handler:used_idx=0, hostid=00000000ef228380, 0x00000000e3d9da86, status=9 [ 15.961800] AICWFDBG(LOGINFO) need cfm ethertype: 8e88,user_idx=2, skb=00000000bc4ed9a0 sta_idx:0 [ 15.962313] AICWFDBG(LOGINFO) usb_host_tx_cfm_handler:used_idx=1, hostid=00000000bc4ed9a0, 0x00000000e3d9da86, status=9 [ 17.258868] rk_gmac-dwmac fe1c0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 36.356616] tun: Universal TUN/TAP device driver, 1.6 [ 1144.795494] AICWFDBG(LOGINFO) need cfm ethertype: 8e88,user_idx=3, skb=00000000895bd98e sta_idx:0 [ 1144.796031] AICWFDBG(LOGINFO) usb_host_tx_cfm_handler:used_idx=2, hostid=00000000895bd98e, 0x00000000e3d9da86, status=9 [ 4744.869139] AICWFDBG(LOGINFO) need cfm ethertype: 8e88,user_idx=4, skb=000000003eb14a3e sta_idx:0 [ 4744.869603] AICWFDBG(LOGINFO) usb_host_tx_cfm_handler:used_idx=3, hostid=000000003eb14a3e, 0x00000000e3d9da86, status=9