Hi,

i have just received an Geniatech XPI-3566 Zero SBC [1], which is a n RPi ZERO 
W2 alternative:

Specs:
CPU: 4xARM A55 max. 1,8Ghz
GPU: ARM G52 2EE GPU
RAM: 512M-8GB LPDDR4 (mine have 2G)
SD card: NO !!!
eMMC: 8GB eMMC
wlan: AMPAK AP6256

The board comes with Debian preinstalled on the eMMC. The board boots, so it is 
in good working condition.

On the first glance it should be moderately easily to get it work with OBSD, as 
the CPU and the wlan chip seems to be supported, and as far as i know the PM 
chip should be also supported.
However there is no SD-Card slot and the eMMC is not removeable. AFAIK the 
RockChip boards uses a propertiary (?) protocol to flash the eMMC chip.So 
theoretically i should somehow repace the factory-default partitions with an 
OBSD root image using the official flasher (using windows).

I would like tho use the board with HDMI output, and AFAIK for that EDK2 or 
uboot EFI support would be required.
I haven't had yet enough time to check if the uboot have efi compatibility.

I have found a port of Tianocore EDK II to Rockchip RK356x based SBCs, which 
lists HDMI supported with OpenBSD [1]. I did not tested it yet, as this should 
be flashed onto the eMMC, and i don't want to risk a brick.
Possibly the EDK2 port needs to be adjusted first to support this specific 
board. Also maybe just maybe there is a USB support in the factory-default 
uboot, and maybe it is possible to chainload the EDK2 from a USB disk.
Maybe i am completely wrong here.

For more info see the attached dmesg from the factory-default linux.

Do somebody have the same or similar board? Can sombodíy give me some hints?

Thank You very much!

Best Regards,
-- Zoltan
http://extrowerk.com

[1] : https://www.geniatech.com/product/xpi-3566-zero/
[2] : https://github.com/jaredmcneill/quartz64_uefi


DMESG from linux:
[    1.148647] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    1.148671] Linux version 5.10.160 (geniatech@ubuntu22) 
(aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 
10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the 
A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP Fri 
Sep 8 10:45:44 CST 2023
[    1.153011] Machine model: Rockchip RK3566 EVB2 LP4X V10 Board
[    1.153079] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[    1.157370] printk: bootconsole [uart8250] enabled
[    1.158806] efi: UEFI not found.
[    1.194770] Zone ranges:
[    1.195027]   DMA      [mem 0x0000000000200000-0x000000007fffffff]
[    1.195617]   DMA32    empty
[    1.195891]   Normal   empty
[    1.196166] Movable zone start for each node
[    1.196570] Early memory node ranges
[    1.196910]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    1.197504]   node   0: [mem 0x0000000009400000-0x000000007fffffff]
[    1.198100] Initmem setup node 0 [mem 0x0000000000200000-0x000000007fffffff]
[    1.198768] On node 0 totalpages: 519680
[    1.198773]   DMA zone: 8184 pages used for memmap
[    1.198775]   DMA zone: 0 pages reserved
[    1.198778]   DMA zone: 519680 pages, LIFO batch:63
[    1.214084] cma: Reserved 16 MiB at 0x000000007e800000
[    1.214658] psci: probing for conduit method from DT.
[    1.215150] psci: PSCIv1.1 detected in firmware.
[    1.215587] psci: Using standard PSCI v0.2 function IDs
[    1.216085] psci: Trusted OS migration not required
[    1.216550] psci: SMC Calling Convention v1.2
[    1.217352] percpu: Embedded 30 pages/cpu s83480 r8192 d31208 u122880
[    1.217990] pcpu-alloc: s83480 r8192 d31208 u122880 alloc=30*4096
[    1.217997] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    1.218079] Detected VIPT I-cache on CPU0
[    1.218501] CPU features: detected: GIC system register CPU interface
[    1.219112] CPU features: detected: Virtualization Host Extensions
[    1.219703] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    1.220369] alternatives: patching kernel code
[    1.222926] Built 1 zonelists, mobility grouping on.  Total pages: 511496
[    1.223577] Kernel command line: storagemedia=emmc 
androidboot.storagemedia=emmc androidboot.mode=normal  
androidboot.verifiedbootstate=orange rw rootwait 
earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000
[    1.226258] Dentry cache hash table entries: 262144 (order: 9, 2097152 
bytes, linear)
[    1.227246] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, 
linear)
[    1.227981] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.256114] Memory: 1985732K/2078720K available (18112K kernel code, 3346K 
rwdata, 6044K rodata, 6592K init, 530K bss, 76604K reserved, 16384K 
cma-reserved)
[    1.257570] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    1.258221] ftrace: allocating 56170 entries in 220 pages
[    1.336694] ftrace: allocated 220 pages with 5 groups
[    1.337523] rcu: Hierarchical RCU implementation.
[    1.337978] rcu:     RCU event tracing is enabled.
[    1.338409] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    1.339028]  Rude variant of Tasks RCU enabled.
[    1.339459] rcu: RCU calculated value of scheduler-enlistment delay is 30 
jiffies.
[    1.340175] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    1.345602] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.347364] GICv3: GIC: Using split EOI/Deactivate mode
[    1.347872] GICv3: 320 SPIs implemented
[    1.348236] GICv3: 0 Extended SPIs implemented
[    1.348693] GICv3: Distributor has no Range Selector support
[    1.349235] GICv3: 16 PPIs implemented
[    1.349627] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[    1.350401] ITS [mem 0xfd440000-0xfd45ffff]
[    1.350873] ITS@0x00000000fd440000: allocated 8192 Devices @25d0000 
(indirect, esz 8, psz 64K, shr 0)
[    1.351777] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections 
@25e0000 (flat, esz 2, psz 64K, shr 0)
[    1.352744] ITS: using cache flushing for cmd queue
[    1.353506] GICv3: using LPI property table @0x00000000025f0000
[    1.354182] GIC: using cache flushing for LPI property table
[    1.354724] GICv3: CPU0: using allocated LPI pending table 
@0x0000000002600000
[    1.385166] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    1.385760] clocksource: arch_sys_counter: mask: 0xffffffffffffff 
max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.386787] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 
4398046511097ns
[    1.388366] Console: colour dummy device 80x25
[    1.388821] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 48.00 BogoMIPS (lpj=80000)
[    1.389798] pid_max: default: 32768 minimum: 301
[    1.390373] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, 
linear)
[    1.391083] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 
bytes, linear)
[    1.393277] rcu: Hierarchical SRCU implementation.
[    1.394488] Platform MSI: interrupt-controller@fd440000 domain created
[    1.395516] PCI/MSI: 
/interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
[    1.396585] EFI services will not be available.
[    1.397369] smp: Bringing up secondary CPUs ...
[    1.399090] Detected VIPT I-cache on CPU1
[    1.399124] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[    1.399145] GICv3: CPU1: using allocated LPI pending table 
@0x0000000002610000
[    1.399197] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    1.400538] Detected VIPT I-cache on CPU2
[    1.400567] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[    1.400585] GICv3: CPU2: using allocated LPI pending table 
@0x0000000002620000
[    1.400623] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    1.401916] Detected VIPT I-cache on CPU3
[    1.401940] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[    1.401957] GICv3: CPU3: using allocated LPI pending table 
@0x0000000002630000
[    1.401993] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    1.402085] smp: Brought up 1 node, 4 CPUs
[    1.409548] SMP: Total of 4 processors activated.
[    1.409997] CPU features: detected: Privileged Access Never
[    1.410525] CPU features: detected: User Access Override
[    1.411029] CPU features: detected: 32-bit EL0 Support
[    1.411516] CPU features: detected: Common not Private translations
[    1.412108] CPU features: detected: RAS Extension Support
[    1.412620] CPU features: detected: Data cache clean to the PoU not required 
for I/D coherence
[    1.413442] CPU features: detected: CRC32 instructions
[    1.413930] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    1.414589] CPU features: detected: RCpc load-acquire (LDAPR)
[    1.415208] CPU: All CPU(s) started at EL2
[    1.416686] devtmpfs: initialized
[    1.431695] Registered cp15_barrier emulation handler
[    1.432195] Registered setend emulation handler
[    1.432790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 6370867519511994 ns
[    1.433724] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    1.434916] pinctrl core: initialized pinctrl subsystem
[    1.435968] DMI not present or invalid.
[    1.436749] NET: Registered protocol family 16
[    1.438908] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    1.439754] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic 
allocations
[    1.442221] Registered FIQ tty driver
[    1.442908] thermal_sys: Registered thermal governor 'fair_share'
[    1.442914] thermal_sys: Registered thermal governor 'step_wise'
[    1.443522] thermal_sys: Registered thermal governor 'user_space'
[    1.444092] thermal_sys: Registered thermal governor 'power_allocator'
[    1.444951] thermal thermal_zone1: power_allocator: sustainable_power will 
be estimated
[    1.446383] cpuidle: using governor menu
[    1.447034] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    1.447802] ASID allocator initialised with 65536 entries
[    1.450755] ramoops: dmesg-0 0x20000@0x0000000000110000
[    1.451270] ramoops: console 0x80000@0x0000000000130000
[    1.451786] ramoops: pmsg    0x50000@0x00000000001b0000
[    1.452632] printk: console [ramoops-1] enabled
[    1.453065] pstore: Registered ramoops as persistent store backend
[    1.453670] ramoops: using 0xf0000@0x110000, ecc: 0
[    1.481321] rockchip-gpio fdd60000.gpio0: probed /pinctrl/gpio0@fdd60000
[    1.482484] rockchip-gpio fe740000.gpio1: probed /pinctrl/gpio1@fe740000
[    1.483564] rockchip-gpio fe750000.gpio2: probed /pinctrl/gpio2@fe750000
[    1.484703] rockchip-gpio fe760000.gpio3: probed /pinctrl/gpio3@fe760000
[    1.485874] rockchip-gpio fe770000.gpio4: probed /pinctrl/gpio4@fe770000
[    1.486593] rockchip-pinctrl pinctrl: probed pinctrl
[    1.508349] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    1.508899] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    1.509452] fiq_debugger_probe: could not install nmi irq handler
[    1.510122] printk: console [ttyFIQ0] enabled
[    1.510550] printk: bootconsole [uart8250] disabled
[    1.511229] Registered fiq debugger ttyFIQ0
[    1.511977] vcc3v3_sys: supplied by dc_12v
[    1.512240] vcc5v0_sys: supplied by dc_12v
[    1.512513] vcc5v0_usb: supplied by dc_12v
[    1.512883] vcc5v0_host: supplied by vcc5v0_usb
[    1.513334] vcc5v0_otg: supplied by vcc5v0_usb
[    1.514355] vcc3v3_pcie: supplied by dc_12v
[    1.515203] iommu: Default domain type: Translated 
[    1.518473] SCSI subsystem initialized
[    1.518522] libata version 3.00 loaded.
[    1.518680] usbcore: registered new interface driver usbfs
[    1.518729] usbcore: registered new interface driver hub
[    1.518769] usbcore: registered new device driver usb
[    1.518856] mc: Linux media interface: v0.10
[    1.518884] videodev: Linux video capture interface: v2.00
[    1.518958] pps_core: LinuxPPS API ver. 1 registered
[    1.518967] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <giome...@linux.it>
[    1.518984] PTP clock support registered
[    1.519609] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    1.519679] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware 
version 0x0
[    1.521610] Advanced Linux Sound Architecture Driver Initialized.
[    1.522026] Bluetooth: Core ver 2.22
[    1.522063] NET: Registered protocol family 31
[    1.522071] Bluetooth: HCI device and connection manager initialized
[    1.522085] Bluetooth: HCI socket layer initialized
[    1.522096] Bluetooth: L2CAP socket layer initialized
[    1.522115] Bluetooth: SCO socket layer initialized
[    1.522586] rockchip-cpuinfo cpuinfo: SoC            : 35662000
[    1.522600] rockchip-cpuinfo cpuinfo: Serial         : 3cb4e04f0cd3ac4f
[    1.523306] clocksource: Switched to clocksource arch_sys_counter
[    1.986686] NET: Registered protocol family 2
[    1.986910] IP idents hash table entries: 32768 (order: 6, 262144 bytes, 
linear)
[    1.988141] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 
16384 bytes, linear)
[    1.988184] TCP established hash table entries: 16384 (order: 5, 131072 
bytes, linear)
[    1.988279] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, 
linear)
[    1.988499] TCP: Hash tables configured (established 16384 bind 16384)
[    1.988625] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    1.988662] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    1.988830] NET: Registered protocol family 1
[    1.989309] RPC: Registered named UNIX socket transport module.
[    1.989321] RPC: Registered udp transport module.
[    1.989328] RPC: Registered tcp transport module.
[    1.989334] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.990280] PCI: CLS 0 bytes, default 64
[    1.992575] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
[    1.993623] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 
counters available
[    1.997614] Initialise system trusted keyrings
[    1.997782] workingset: timestamp_bits=62 max_order=19 bucket_order=0
[    2.001667] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.002209] NFS: Registering the id_resolver key type
[    2.002247] Key type id_resolver registered
[    2.002256] Key type id_legacy registered
[    2.002288] ntfs: driver 2.1.32 [Flags: R/O].
[    2.002490] jffs2: version 2.2. (NAND) \xc2\xa9 2001-2006 Red Hat, Inc.
[    2.002737] fuse: init (API version 7.32)
[    2.003025] SGI XFS with security attributes, no debug enabled
[    2.038140] NET: Registered protocol family 38
[    2.038173] Key type asymmetric registered
[    2.038183] Asymmetric key parser 'x509' registered
[    2.038228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
242)
[    2.038239] io scheduler mq-deadline registered
[    2.038246] io scheduler kyber registered
[    2.038875] rockchip-csi2-dphy-hw fe870000.csi2-dphy-hw: csi2 dphy hw probe 
successfully!
[    2.039618] rockchip-csi2-dphy csi2-dphy1: csi2 dphy1 probe successfully!
[    2.048935] pwm-backlight backlight: supply power not found, using dummy 
regulator
[    2.049412] pwm-backlight backlight1: supply power not found, using dummy 
regulator
[    2.049936] iep: Module initialized.
[    2.054054] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[    2.054094] dma-pl330 fe530000.dmac:         DBUFF-128x8bytes Num_Chans-8 
Num_Peri-32 Num_Events-16
[    2.055865] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[    2.055892] dma-pl330 fe550000.dmac:         DBUFF-128x8bytes Num_Chans-8 
Num_Peri-32 Num_Events-16
[    2.056579] rockchip-pvtm fde00000.pvtm: pvtm@0 probed
[    2.056748] rockchip-pvtm fde80000.pvtm: pvtm@1 probed
[    2.056865] rockchip-pvtm fde90000.pvtm: pvtm@2 probed
[    2.057442] rockchip-system-monitor rockchip-system-monitor: system monitor 
probe
[    2.058160] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active.
[    2.058416] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    2.059407] fe650000.serial: ttyS1 at MMIO 0xfe650000 (irq = 55, base_baud = 
1500000) is a 16550A
[    2.060001] fe680000.serial: ttyS4 at MMIO 0xfe680000 (irq = 56, base_baud = 
1500000) is a 16550A
[    2.060509] fe6d0000.serial: ttyS9 at MMIO 0xfe6d0000 (irq = 57, base_baud = 
1500000) is a 16550A
[    2.062662] random: crng init done
[    2.063407] rockchip-vop2 fe040000.vop: Adding to iommu group 7
[    2.069729] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane 
mask: 0x3f, primary plane phy id: 4
[    2.069773] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane 
mask: 0x0, primary plane phy id: -1
[    2.069785] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane 
mask: 0x0, primary plane phy id: -1
[    2.069922] rockchip-vop2 fe040000.vop: [drm:vop2_bind] Cluster0-win0 as 
cursor plane for vp0
[    2.070024] [drm] failed to init overlay plane Cluster0-win1
[    2.070119] rockchip-drm display-subsystem: bound fe040000.vop (ops 
0xffffffc0092bcd98)
[    2.070417] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller 
v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[    2.070968] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C 
bus driver
[    2.071177] dwhdmi-rockchip fe0a0000.hdmi: IRQ index 1 not found
[    2.071559] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 
0xffffffc0092cb900)
[    2.198563] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame 
buffer device
[    2.199324] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem 
on minor 0
[    2.203963] input: hdmi_cec_key as 
/devices/platform/fe0a0000.hdmi/dw-hdmi-cec.1.auto/input/input0
[    2.204731] mali fde60000.gpu: Kernel DDK version g18p0-01eac0
[    2.204817] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.204860] mali fde60000.gpu: bin=0
[    2.204926] mali fde60000.gpu: leakage=6
[    2.204995] mali fde60000.gpu: pvtm = 84490, from nvmem
[    2.205017] mali fde60000.gpu: pvtm-volt-sel=1
[    2.205452] brd: module loaded
[    2.205624] mali fde60000.gpu: avs=0
[    2.205656] W : [File] : 
drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; 
[Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[    2.206013] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
[    2.206090] mali fde60000.gpu: No priority control manager is configured
[    2.206295] mali fde60000.gpu: No memory group manager is configured
[    2.208228] mali fde60000.gpu: l=0 h=2147483647 hyst=5000 l_limit=700000000 
h_limit=0 h_table=0
[    2.209104] mali fde60000.gpu: Probed as mali0
[    2.211441] loop: module loaded
[    2.211798] zram: Added device: zram0
[    2.212023] lkdtm: No crash points registered, enable through debugfs
[    2.215819] rockchip-spi fe640000.spi: no high_speed pinctrl state
[    2.215909] spi_dev@0 enforce active low on chipselect handle
[    2.216607] rockchip-spi fe640000.spi: probed, poll=0, rsd=0, cs-inactive=0, 
ready=0
[    2.218149] spi-nand spi4.0: unknown raw ID 00000000
[    2.218185] spi-nand: probe of spi4.0 failed with error -524
[    2.220197] usbcore: registered new interface driver rtl8150
[    2.220258] usbcore: registered new interface driver r8152
[    2.230950] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.230990] ehci-pci: EHCI PCI platform driver
[    2.231070] ehci-platform: EHCI generic platform driver
[    2.231325] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.231344] ohci-platform: OHCI generic platform driver
[    2.231923] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    2.232124] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus 
number 1
[    2.232267] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 
0x110 quirks 0x0000200002010010
[    2.232330] xhci-hcd xhci-hcd.4.auto: irq 70, io mem 0xfd000000
[    2.232612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, 
bcdDevice= 5.10
[    2.232624] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.232633] usb usb1: Product: xHCI Host Controller
[    2.232641] usb usb1: Manufacturer: Linux 5.10.160 xhci-hcd
[    2.232649] usb usb1: SerialNumber: xhci-hcd.4.auto
[    2.233067] hub 1-0:1.0: USB hub found
[    2.233113] hub 1-0:1.0: 1 port detected
[    2.233441] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    2.233590] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus 
number 2
[    2.233609] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[    2.233674] usb usb2: We don't know the algorithms for LPM for this host, 
disabling LPM.
[    2.233774] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, 
bcdDevice= 5.10
[    2.233785] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.233794] usb usb2: Product: xHCI Host Controller
[    2.233801] usb usb2: Manufacturer: Linux 5.10.160 xhci-hcd
[    2.233809] usb usb2: SerialNumber: xhci-hcd.4.auto
[    2.234190] hub 2-0:1.0: USB hub found
[    2.234227] hub 2-0:1.0: 1 port detected
[    2.234628] usbcore: registered new interface driver cdc_acm
[    2.234638] cdc_acm: USB Abstract Control Model driver for USB modems and 
ISDN adapters
[    2.234910] usbcore: registered new interface driver uas
[    2.234977] usbcore: registered new interface driver usb-storage
[    2.235060] usbcore: registered new interface driver usbserial_generic
[    2.235085] usbserial: USB Serial support registered for generic
[    2.235122] usbcore: registered new interface driver cp210x
[    2.235147] usbserial: USB Serial support registered for cp210x
[    2.235191] usbcore: registered new interface driver ftdi_sio
[    2.235216] usbserial: USB Serial support registered for FTDI USB Serial 
Device
[    2.235279] usbcore: registered new interface driver keyspan
[    2.235303] usbserial: USB Serial support registered for Keyspan - (without 
firmware)
[    2.235324] usbserial: USB Serial support registered for Keyspan 1 port 
adapter
[    2.235344] usbserial: USB Serial support registered for Keyspan 2 port 
adapter
[    2.235364] usbserial: USB Serial support registered for Keyspan 4 port 
adapter
[    2.235401] usbcore: registered new interface driver option
[    2.235423] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.235506] usbcore: registered new interface driver oti6858
[    2.235532] usbserial: USB Serial support registered for oti6858
[    2.235569] usbcore: registered new interface driver pl2303
[    2.235592] usbserial: USB Serial support registered for pl2303
[    2.235630] usbcore: registered new interface driver qcserial
[    2.235652] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.235694] usbcore: registered new interface driver sierra
[    2.235717] usbserial: USB Serial support registered for Sierra USB modem
[    2.237058] usbcore: registered new interface driver usbtouchscreen
[    2.237567] i2c /dev entries driver
[    2.238510] at24 0-0050: supply vcc not found, using dummy regulator
[    2.239274] at24 0-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write
[    2.239710] fan53555-regulator 0-001c: Failed to get chip ID!
[    2.241105] rk808 0-0020: failed to read the chip id at 0x17
[    2.243048] <<GTP-INF>>[gt1x_ts_probe:560] GTP Driver Version: 
V1.4<2015/07/10>
[    2.243072] <<GTP-INF>>[gt1x_ts_probe:561] GTP I2C Address: 0x14
[    2.243126] <<GTP-ERR>>[gt1x_parse_dt:341] vdd_ana not specified, fallback 
to power-supply
[    2.243464] <<GTP-INF>>[gt1x_parse_dt:348] Power Invert,no 
[    2.243557] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    2.263320] ov5647 xclk
[    2.263373] ov5647 detect 
[    2.313508] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.313527] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    2.313535] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    2.383478] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.383496] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    2.383503] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    2.430173] ov5647 2-0036: ov5647_write: i2c write error, reg: 103
[    2.432265] rkisp_hw fdff0000.rkisp: Adding to iommu group 6
[    2.432497] rkisp_hw fdff0000.rkisp: is_thunderboot: 0
[    2.432512] rkisp_hw fdff0000.rkisp: max input:0x0@0fps
[    2.432542] rkisp_hw fdff0000.rkisp: can't request region for resource [mem 
0xfdff0000-0xfdffffff]
[    2.432751] rkisp_hw fdff0000.rkisp: no find phandle sram
[    2.433227] rkisp rkisp-vir0: rkisp driver version: v02.02.02
[    2.433360] rkisp rkisp-vir0: No memory-region-thunderboot specified
[    2.433569] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was 
not initialized!
[    2.433591] rkisp rkisp-vir0: Entity type for entity rkisp-csi-subdev was 
not initialized!
[    2.435966] usbcore: registered new interface driver uvcvideo
[    2.435985] USB Video Class driver (1.1.1)
[    2.437528] Bluetooth: HCI UART driver ver 2.3
[    2.437548] Bluetooth: HCI UART protocol H4 registered
[    2.437556] Bluetooth: HCI UART protocol ATH3K registered
[    2.437618] usbcore: registered new interface driver bfusb
[    2.437661] usbcore: registered new interface driver btusb
[    2.438169] cpu cpu0: leakage=17
[    2.438218] cpu cpu0: pvtm = 84490, from nvmem
[    2.438235] cpu cpu0: pvtm-volt-sel=1
[    2.440137] sdhci: Secure Digital Host Controller Interface driver
[    2.440156] sdhci: Copyright(c) Pierre Ossman
[    2.440163] Synopsys Designware Multimedia Card Interface Driver
[    2.440755] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.441136] dwmmc_rockchip fe2c0000.dwmmc: No normal pinctrl state
[    2.441153] dwmmc_rockchip fe2c0000.dwmmc: No idle pinctrl state
[    2.441280] dwmmc_rockchip fe2c0000.dwmmc: IDMAC supports 32-bit address 
mode.
[    2.441310] dwmmc_rockchip fe2c0000.dwmmc: Using internal DMA controller.
[    2.441324] dwmmc_rockchip fe2c0000.dwmmc: Version ID is 270a
[    2.441393] dwmmc_rockchip fe2c0000.dwmmc: DW MMC controller at irq 41,32 
bit host data width,256 deep fifo
[    2.441707] dwmmc_rockchip fe2c0000.dwmmc: allocated mmc-pwrseq
[    2.441725] mmc_host mmc2: card is non-removable.
[    2.442199] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    2.442293] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.443069] cryptodev: driver 1.12 loaded.
[    2.443146] hid: raw HID events driver (C) Jiri Kosina
[    2.443610] usbcore: registered new interface driver usbhid
[    2.443622] usbhid: USB HID core driver
[    2.447359] usbcore: registered new interface driver snd-usb-audio
[    2.453530] Initializing XFRM netlink socket
[    2.453668] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.453683] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    2.453691] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    2.453796] mmc_host mmc2: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, 
actual 375000HZ div = 0)
[    2.453970] NET: Registered protocol family 10
[    2.454782] Segment Routing with IPv6
[    2.454845] NET: Registered protocol family 17
[    2.454871] NET: Registered protocol family 15
[    2.455035] Bluetooth: RFCOMM socket layer initialized
[    2.455072] Bluetooth: RFCOMM ver 1.11
[    2.455102] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.455117] Bluetooth: HIDP socket layer initialized
[    2.455161] [BT_RFKILL]: Enter rfkill_rk_init
[    2.455169] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    2.455724] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    2.455786] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6256
[    2.455795] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    2.455803] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by 
gpio.
[    2.455828] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 74 
flags = 0.
[    2.455852] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 74, 
flags = 0.
[    2.455864] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not 
found !
[    2.455872] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    2.455880] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[    2.455888] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    2.456662] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: 
uart_rts_gpios = 77.
[    2.456693] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: 
BT,reset_gpio = 79.
[    2.456710] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: 
BT,wake_gpio = 81.
[    2.456724] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: 
BT,wake_host_irq = 80.
[    2.456794] [BT_RFKILL]: Request irq for bt wakeup host
[    2.456900] [BT_RFKILL]: ** disable irq
[    2.457005] [BT_RFKILL]: bt_default device registered.
[    2.457137] Key type dns_resolver registered
[    2.458535] gc8034 2-0037: driver version: 00.01.09
[    2.458587] gc8034 2-0037: Failed to get power-gpios, maybe no use
[    2.458741] gc8034 2-0037: supply dovdd not found, using dummy regulator
[    2.458880] gc8034 2-0037: supply dvdd not found, using dummy regulator
[    2.458928] gc8034 2-0037: supply avdd not found, using dummy regulator
[    2.458979] gc8034 2-0037: lane_num(4)  pixel_rate(319887360)
[    2.458995] gc8034 2-0037: could not get default pinstate
[    2.459003] gc8034 2-0037: could not get sleep pinstate
[    2.464279] gc8034 2-0037: gc8034 read reg:0xf0 failed !
[    2.464496] gc8034 2-0037: gc8034 read reg:0xf1 failed !
[    2.464510] gc8034 2-0037: Unexpected sensor id(000000), ret(-6)
[    2.465527] Loading compiled-in X.509 certificates
[    2.467269] pstore: Using crash dump compression: deflate
[    2.468329] rga: rga2, irq = 26, match scheduler
[    2.468814] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    2.468878] rga: rga2 probe successfully
[    2.469175] rga_iommu: IOMMU binding successfully, default mapping core[0x4]
[    2.469400] rga: Module initialized. v1.2.27
[    2.470498] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using 
ADMA
[    2.493542] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.495364] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.497144] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.500240] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.503917] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[    2.504631] cfg80211: Loading compiled-in X.509 certificates for regulatory 
database
[    2.506492] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.507370] platform regulatory.0: Direct firmware load for regulatory.db 
failed with error -2
[    2.507385] cfg80211: failed to load regulatory.db
[    2.507852] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    2.507873] rockchip-suspend not set sleep-mode-config for mem-lite
[    2.507882] rockchip-suspend not set wakeup-config for mem-lite
[    2.507890] rockchip-suspend not set sleep-mode-config for mem-ultra
[    2.507897] rockchip-suspend not set wakeup-config for mem-ultra
[    2.508944] I : [File] : 
drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 406; [Func] : 
mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is 
'5', built at '10:47:45', on 'Sep  8 2023'.
[    2.509481] Mali: 
[    2.509485] Mali device driver loaded
[    2.509510] rkisp rkisp-vir0: clear unready subdev num: 1
[    2.510061] rkisp-vir0: update sensor failed
[    2.510089] ALSA device list:
[    2.510098]   #0: rockchip,hdmi
[    2.515357] mmc0: Host Software Queue enabled
[    2.515405] mmc0: new HS200 MMC card at address 0001
[    2.516178] mmcblk0: mmc0:0001 SPeMMC 7.28 GiB 
[    2.516462] mmcblk0boot0: mmc0:0001 SPeMMC partition 1 4.00 MiB
[    2.516865] mmcblk0boot1: mmc0:0001 SPeMMC partition 2 4.00 MiB
[    2.517172] mmcblk0rpmb: mmc0:0001 SPeMMC partition 3 4.00 MiB, chardev 
(237:0)
[    2.520599]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    2.523541] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.523576] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    2.523584] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    2.559579] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 
50000000Hz, actual 50000000HZ div = 0)
[    2.563120] mmc2: new high speed SDIO card at address 0001
[    2.565803] vendor storage:20190527 ret = 0
[    2.593649] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.593672] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    2.593681] <<GTP-ERR>>[gt1x_init:2345] Init failed, use default setting
[    2.593895] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-6)
[    2.593908] <<GTP-ERR>>[gt1x_get_chip_type:895] I2c communication error.
[    2.593915] <<GTP-ERR>>[gt1x_init:2355] Get chip type failed!
[    2.594121] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-6)
[    2.594133] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[    2.700290] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-6)
[    2.700310] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[    2.806956] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-6)
[    2.806976] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[    2.913371] <<GTP-INF>>[gt1x_read_version:863] IC 
VERSION:GT_000000(Patch)_0000(Mask)_00(SensorID)
[    2.913392] <<GTP-INF>>[gt1x_init_panel:606] Config group0 used, length:239
[    2.913403] <<GTP-INF>>[gt1x_init_panel:657] 
X_MAX=4096,Y_MAX=4096,TRIGGER=0x01,WAKEUP_LEVEL=1
[    2.913623] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.913838] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.914056] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.914272] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.914488] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[    2.914499] <<GTP-ERR>>[gt1x_send_cfg:551] Send config failed!
[    2.914507] <<GTP-ERR>>[gt1x_init:2367] Init panel failed.
[    2.914801] <<GTP-ERR>>[gt1x_ts_probe:587] GTP init failed!!!
[    2.914991] Goodix-TS-GT1X: probe of 1-0014 failed with error -2147483644
[    3.074494] EXT4-fs (mmcblk0p6): 2 orphan inodes deleted
[    3.074535] EXT4-fs (mmcblk0p6): recovery complete
[    3.078700] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. 
Opts: (null)
[    3.078794] VFS: Mounted root (ext4 filesystem) on device 179:6.
[    3.079676] devtmpfs: mounted
[    3.086768] Freeing unused kernel memory: 6592K
[    3.096802] Run /sbin/init as init process
[    3.096823]   with arguments:
[    3.096827]     /sbin/init
[    3.096830]   with environment:
[    3.096833]     HOME=/
[    3.096836]     TERM=linux
[    3.096838]     storagemedia=emmc
[    3.285409] systemd[1]: System time before build time, advancing clock.
[    3.290031] systemd[1]: Failed to look up module alias 'autofs4': Function 
not implemented
[    4.290576] systemd-journald[198]: Received client request to flush runtime 
journal.
[    4.297048] systemd-journald[198]: File 
/var/log/journal/91dd2456cbf54281afa309addad7e0db/system.journal corrupted or 
uncleanly shut down, renaming and replacing.
[    5.712823] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host high!
[    5.763422] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host input!
[    5.763492] [BT_RFKILL]: ENABLE UART_RTS
[    5.870061] [BT_RFKILL]: DISABLE UART_RTS
[    5.870142] [BT_RFKILL]: bt turn on power
[    5.870175] [BT_RFKILL]: Request irq for bt wakeup host
[    5.870218] [BT_RFKILL]: ** disable irq
[    7.938573] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. 
Opts: (null)
[    8.001872] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. 
Opts: (null)
[    8.883246] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.18 
(wlan=r892223-20220519-1)
[    8.883702] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 
8131584(7941K)
[    9.450664] bcmdhd: loading out-of-tree module taints kernel.
[    9.464195] [dhd] _dhd_module_init: in Dongle Host Driver, version 
101.10.361.25 (wlan=r892223-20220929-2)
               
/home/gtc/geniatech/xpi-3566-zero/external/rkwifibt/drivers/bcmdhd compiled on 
Sep 25 2023 at 16:08:41

[    9.464339] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    9.464434] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=74, 
oob_irq_flags=0x4
[    9.464447] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1
[    9.464455] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.25 
(wlan=r892223-20220928-2)
[    9.465021] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 
8138752(7948K)
[    9.465047] [dhd] dhd_wifi_platform_load: Enter
[    9.465056] [dhd] Power-up adapter 'DHD generic adapter'
[    9.465308] [dhd] dummy_probe: enter
[    9.469572] [dhd] dummy_probe: enter
[    9.475102] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[    9.475135] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ========
[    9.475145] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    9.475155] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[    9.575560] file system registered
[    9.580048] [WLAN_RFKILL]: wifi turn on power [GPIO74-1]
[    9.797002] read descriptors
[    9.797132] read strings
[    9.887037] [dhd] wifi_platform_bus_enumerate device present 1
[    9.887086] [dhd] ======== Card detection to detect SDIO card! ========
[    9.903556] [dhd] bcmsdh_register: register client driver
[    9.910401] [dhd] bcmsdh_sdmmc_probe: Enter num=1
[    9.915945] [dhd] bcmsdh_sdmmc_probe: Enter num=2
[    9.915995] [dhd] bus num (host idx)=2, slot num (rca)=1
[    9.916006] [dhd] found adapter info 'DHD generic adapter'
[    9.916019] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[    9.916058] [dhd] succeed to alloc static buf
[    9.916066] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[    9.916220] [dhd] sdioh_attach: set sd_f2_blocksize 256
[    9.916769] [dhd] sdioh_attach: sd clock rate = 50000000
[    9.922369] [dhd] dhdsdio_probe : no mutex held
[    9.922420] [dhd] dhdsdio_probe : set mutex lock
[    9.924390] [dhd] F1 signature read @0x18000000=0x15294345
[    9.931550] [dhd] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x9 pkg:0x2
[    9.932967] [dhd] DHD: dongle ram size is set to 819200(orig 819200) at 
0x198000
[    9.933210] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 32600
[    9.933262] [dhd] dhd_conf_set_chiprev : devid=0xa9bf, chip=0x4345, chiprev=9
[    9.934698] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 10320
[    9.936446] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536
[    9.945095] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688
[    9.945253] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 20, size 262144
[    9.945335] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 22, size 65536
[    9.948104] [dhd] dhd_attach(): thread:dhd_watchdog_thread:3b8 started
[    9.956868] [dhd] dhd_attach(): thread:dhd_dpc:3b9 started
[    9.960645] [dhd] dhd_attach(): thread:dhd_rxf:3bb started
[    9.960697] [dhd] dhd_deferred_work_init: work queue initialized
[    9.960711] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
[    9.960719] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=10, 
TCPDATA_INFO_MAXNUM=10
[    9.960784] [dhd] sdioh_cis_read: func_cis_ptr[0]=0x10ac
[    9.975873] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 1, size 10300
[    9.975925] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 2, size 65536
[    9.976080] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN
[    9.976283] [dhd] Dongle Host Driver, version 101.10.361.25 
(wlan=r892223-20220929-2)
               
/home/gtc/geniatech/xpi-3566-zero/external/rkwifibt/drivers/bcmdhd compiled on 
Sep 25 2023 at 16:08:41

[    9.983502] [dhd] Register interface [wlan0]  MAC: b8:2d:xxxxxx

[    9.984030] [dhd] [wlan0] wl_android_wifi_off : in g_wifi_on=1, on_failure=1
[    9.984062] [dhd] dhd_bus_devreset: == Power OFF ==
[    9.985260] [dhd] dhd_bus_stop: making DHD_BUS_DOWN
[    9.985333] [dhd] bcmsdh_oob_intr_unregister: Enter
[    9.985343] [dhd] bcmsdh_oob_intr_unregister: irq is not registered
[    9.985361] [dhd] dhd_bus_devreset: making dhdpub up FALSE
[    9.985371] [dhd] dhd_txglom_enable: enable 0
[    9.985380] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[    9.985522] [dhd] wifi_platform_set_power = 0, delay: 0 msec
[    9.985536] [dhd] ======== PULL WL_REG_ON(-1) LOW! ========
[    9.985545] [WLAN_RFKILL]: rockchip_wifi_power: 0
[    9.985554] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[    9.985561] wifi power off
[   10.051825] [dhd] dhd_pri_open : probe is already running! return.
[   10.074460] [dhd] dhd_pri_open : probe is already running! return.
[   10.084465] [dhd] dhd_pri_open : probe is already running! return.
[   10.090137] [WLAN_RFKILL]: wifi shut off power [GPIO74-0]
[   10.090186] [dhd] [wlan0] wl_android_wifi_off : out
[   10.090201] [dhd] dhdsdio_probe : mutex is released.
[   10.090516] [dhd] _dhd_module_init: Exit err=0
[   10.164305] [BT_RFKILL]: bt shut off power
[   10.203877] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host high!
[   10.256770] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host input!
[   10.256850] [BT_RFKILL]: ENABLE UART_RTS
[   10.363488] [BT_RFKILL]: DISABLE UART_RTS
[   10.363579] [BT_RFKILL]: bt turn on power
[   10.363613] [BT_RFKILL]: Request irq for bt wakeup host
[   10.363658] [BT_RFKILL]: ** disable irq
[   10.406005] of_dma_request_slave_channel: dma-names property of node 
'/serial@fe650000' missing or empty
[   10.408347] dw-apb-uart fe650000.serial: failed to request DMA, use 
interrupt mode
[   10.483792] [BT_RFKILL]: bt shut off power
[   11.533061] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host high!
[   11.583473] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host input!
[   11.583551] [BT_RFKILL]: ENABLE UART_RTS
[   11.690085] [BT_RFKILL]: DISABLE UART_RTS
[   11.690169] [BT_RFKILL]: bt turn on power
[   11.690203] [BT_RFKILL]: Request irq for bt wakeup host
[   11.690245] [BT_RFKILL]: ** disable irq
[   13.920568] systemd-journald[198]: File 
/var/log/journal/91dd2456cbf54281afa309addad7e0db/user-1000.journal corrupted 
or uncleanly shut down, renaming and replacing.
[   14.000271] Freeing drm_logo memory: 736K
[   15.527834] ttyFIQ ttyFIQ0: tty_port_close_start: tty->count = 1 port count 
= 2
[   20.401475] [dhd] dhd_pri_open : no mutex held
[   20.401613] [dhd] dhd_pri_open : set mutex lock
[   20.401625] [dhd] [wlan0] dhd_open : Enter
[   20.401635] [dhd] Dongle Host Driver, version 101.10.361.25 
(wlan=r892223-20220929-2)
               
/home/gtc/geniatech/xpi-3566-zero/external/rkwifibt/drivers/bcmdhd compiled on 
Sep 25 2023 at 16:08:41

[   20.401651] [dhd] dhd_open: ######### called for ifidx=0 #########
[   20.401669] [dhd] [wlan0] wl_android_wifi_on : in g_wifi_on=0
[   20.401679] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[   20.401686] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ========
[   20.401694] [WLAN_RFKILL]: rockchip_wifi_power: 1
[   20.401703] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[   20.506800] [WLAN_RFKILL]: wifi turn on power [GPIO74-1]
[   20.813369] [dhd] sdio_sw_reset: call mmc_hw_reset
[   20.826812] mmc_host mmc2: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, 
actual 375000HZ div = 0)
[   20.857057] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[   20.858825] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   20.860532] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   20.863836] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[   20.867573] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[   20.925517] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 
50000000Hz, actual 50000000HZ div = 0)
[   20.925667] [dhd] sdioh_start: set sd_f2_blocksize 256
[   20.925981] [dhd] dhd_bus_devreset: == Power ON ==
[   20.926104] [dhd] F1 signature read @0x18000000=0x15294345
[   20.929772] [dhd] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x9 pkg:0x2
[   20.930521] [dhd] DHD: dongle ram size is set to 819200(orig 819200) at 
0x198000
[   20.930587] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[   20.930648] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN
[   20.930825] [dhd] dhd_conf_set_path_params : Final 
fw_path=/vendor/etc/firmware/fw_bcm43456c5_ag.bin
[   20.930835] [dhd] dhd_conf_set_path_params : Final 
nv_path=/vendor/etc/firmware/nvram_ap6256.txt
[   20.930843] [dhd] dhd_conf_set_path_params : Final 
clm_path=/vendor/etc/firmware/clm_bcm43456c5_ag.blob
[   20.930850] [dhd] dhd_conf_set_path_params : Final 
conf_path=/vendor/etc/firmware/config.txt
[   20.931076] [dhd] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 
bytes) open success
[   20.931522] [dhd] dhd_conf_read_pm_params : PM = 0
[   20.931539] [dhd] dhd_conf_read_pm_params : pm_in_suspend = 2
[   20.931560] [dhd] dhd_conf_read_others : keep_alive_period = 120000
[   20.931573] [dhd] dhd_conf_read_others : garp = 1
[   20.931585] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
[   20.931601] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
[   20.931614] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 
104 105 107 
[   20.931641] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 
77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[   20.932260] [dhd] dhd_os_open_image1: 
/vendor/etc/firmware/fw_bcm43456c5_ag.bin (508373 bytes) open success
[   21.012945] [dhd] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6256.txt 
(2424 bytes) open success
[   21.013594] [dhd] #AP6256_NVRAM_V1.2_09202018.txt
[   21.014325] [dhd] dhdsdio_write_vars: Download, Upload and compare of NVRAM 
succeeded.
[   21.093111] [dhd] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[   21.094157] [dhd] bcmsdh_oob_intr_register: HW_OOB irq=74 flags=0x4
[   21.096264] [dhd] wlc_ver_major 3, wlc_ver_minor 0
[   21.097448] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, 
use legacy preinit
[   21.097495] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 1
[   21.097505] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=10, 
TCPDATA_INFO_MAXNUM=10
[   21.098671] [dhd] dhd_legacy_preinit_ioctls: use firmware generated 
mac_address b8:2d:xxxxx
[   21.098774] [dhd] dhd_apply_default_clm: Ignore clm file 
/vendor/etc/firmware/clm_bcm43456c5_ag.blob
[   21.101446] [dhd] Firmware up: op_mode=0x0005, MAC=b8:2d:xxxxx
[   21.107634] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 31 ret: -23
[   21.110968] [dhd] arp_enable:1 arp_ol:0
[   21.111012] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 
0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[   21.117056] [dhd]   Driver: 101.10.361.25 (wlan=r892223-20220929-2)
               [dhd]   Firmware: wl0: Sep  7 2018 14:33:37 version 7.45.96.27 
(42b546f@shgit) (r) FWID 01-c958c084 es7.c5.n4.a3
               [dhd]   CLM: 9.2.9 (2016-02-03 04:34:31) 
[   21.117574] [dhd] dhd_txglom_enable: enable 1
[   21.117622] [dhd] dhd_conf_set_txglom_params : txglom_mode=copy
[   21.117633] [dhd] dhd_conf_set_txglom_params : txglomsize=36, 
deferred_tx_len=0
[   21.117640] [dhd] dhd_conf_set_txglom_params : txinrx_thres=128, 
dhd_txminmax=-1
[   21.117648] [dhd] dhd_conf_set_txglom_params : tx_max_offset=0, 
txctl_tmo_fix=300
[   21.117661] [dhd] dhd_conf_get_disable_proptx : fw_proptx=1, 
disable_proptx=-1
[   21.119224] [dhd] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv 
signaling, 64
[   21.122689] [dhd] dhd_pno_init: Support Android Location Service
[   21.148163] [dhd] dhd_legacy_preinit_ioctls: Failed to get preserve log # !
[   21.169492] [dhd] dhd_conf_map_country_list : CN/38
[   21.169543] [dhd] dhd_conf_set_country : set country CN, revision 38
[   21.172072] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not 
created (WLC_E_COUNTRY_CODE_CHANGED)
[   21.172409] [dhd] dhd_conf_set_country : Country code: CN (CN/38)
[   21.179949] [dhd] [wlan0] wl_android_wifi_on : Success
[   21.233299] [dhd] CFG80211-ERROR) init_roam_cache : roamscan_mode iovar 
failed. -23
[   21.233369] [dhd] CFG80211-ERROR) wl_cfg80211_up : Failed to enable RCC.
[   21.234407] [dhd] [wlan0] dhd_open : Exit ret=0
[   21.234429] [dhd] [wlan0] dhd_pri_open : tx queue started
[   21.234437] [dhd] dhd_pri_open : mutex is released.
[   21.301397] [dhd] P2P interface registered
[   21.331052] [dhd] WLC_E_IF: NO_IF set, event Ignored

[   21.332373] [dhd] P2P interface started
[   21.394531] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 0, bssidx: 0
[   25.399791] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 1, bssidx: 0
[   25.896769] usb 1-1: new full-speed USB device number 2 using xhci-hcd
[   26.040641] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, 
bcdDevice=24.11
[   26.040703] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   26.040714] usb 1-1: Product: USB Receiver
[   26.040723] usb 1-1: Manufacturer: Logitech
[   26.078789] input: Logitech USB Receiver as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/input1
[   26.134907] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 
Keyboard [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1/input0
[   26.150920] input: Logitech USB Receiver Mouse as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input2
[   26.151935] input: Logitech USB Receiver Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input3
[   26.207483] input: Logitech USB Receiver System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input4
[   26.208529] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID 
v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1/input1
[   26.222063] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 
Device [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1/input2
[   30.397602] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 2, bssidx: 0
[   33.440143] vcc3v3_lcd1_n: disabling
[   37.403274] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 3, bssidx: 0
[   40.444368] usb 1-1: USB disconnect, device number 2
[   47.400586] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 4, bssidx: 0
[   57.310046] usb 1-1: new high-speed USB device number 3 using xhci-hcd
[   57.450395] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, 
bcdDevice= 1.00
[   57.450437] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   57.450448] usb 1-1: Product: USB2.0 HUB
[   57.492389] hub 1-1:1.0: USB hub found
[   57.492541] hub 1-1:1.0: 4 ports detected
[   57.870058] usb 1-1.1: new full-speed USB device number 4 using xhci-hcd
[   58.063782] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52b, 
bcdDevice=24.11
[   58.063821] usb 1-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   58.063831] usb 1-1.1: Product: USB Receiver
[   58.063839] usb 1-1.1: Manufacturer: Logitech
[   58.168459] input: Logitech USB Receiver as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C52B.0004/input/input6
[   58.224158] hid-generic 0003:046D:C52B.0004: input,hidraw0: USB HID v1.11 
Keyboard [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input0
[   58.235027] input: Logitech USB Receiver Mouse as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0005/input/input7
[   58.235451] input: Logitech USB Receiver Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0005/input/input8
[   58.290565] input: Logitech USB Receiver System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0005/input/input9
[   58.291040] hid-generic 0003:046D:C52B.0005: input,hiddev96,hidraw1: USB HID 
v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input1
[   58.302615] hid-generic 0003:046D:C52B.0006: hiddev97,hidraw2: USB HID v1.11 
Device [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input2
[   61.410435] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 5, bssidx: 0
[   62.260152] usb 1-1.1: USB disconnect, device number 4
[   62.733334] usb 1-1.1: new full-speed USB device number 5 using xhci-hcd
[   62.926727] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52b, 
bcdDevice=24.11
[   62.926764] usb 1-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   62.926774] usb 1-1.1: Product: USB Receiver
[   62.926782] usb 1-1.1: Manufacturer: Logitech
[   63.032694] input: Logitech USB Receiver as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C52B.0007/input/input11
[   63.088204] hid-generic 0003:046D:C52B.0007: input,hidraw0: USB HID v1.11 
Keyboard [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input0
[   63.094013] input: Logitech USB Receiver Mouse as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0008/input/input12
[   63.094541] input: Logitech USB Receiver Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0008/input/input13
[   63.150590] input: Logitech USB Receiver System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0008/input/input14
[   63.151342] hid-generic 0003:046D:C52B.0008: input,hiddev96,hidraw1: USB HID 
v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input1
[   63.156209] hid-generic 0003:046D:C52B.0009: hiddev97,hidraw2: USB HID v1.11 
Device [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input2
[   63.466730] usb 1-1.4: new low-speed USB device number 6 using xhci-hcd
[   63.662293] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c31c, 
bcdDevice=64.02
[   63.662330] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   63.662340] usb 1-1.4: Product: USB Keyboard
[   63.662349] usb 1-1.4: Manufacturer: Logitech
[   63.738680] input: Logitech USB Keyboard as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C31C.000A/input/input16
[   63.794431] hid-generic 0003:046D:C31C.000A: input,hidraw3: USB HID v1.10 
Keyboard [Logitech USB Keyboard] on usb-xhci-hcd.4.auto-1.4/input0
[   63.802956] input: Logitech USB Keyboard Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C31C.000B/input/input17
[   63.857239] input: Logitech USB Keyboard System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C31C.000B/input/input18
[   63.858002] hid-generic 0003:046D:C31C.000B: input,hiddev98,hidraw4: USB HID 
v1.10 Device [Logitech USB Keyboard] on usb-xhci-hcd.4.auto-1.4/input1
[   81.401443] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 6, bssidx: 0
[  100.148159] usb 1-1.4: USB disconnect, device number 6
[  104.500151] usb 1-1.1: USB disconnect, device number 5
[  105.000040] usb 1-1.1: new full-speed USB device number 7 using xhci-hcd
[  105.176859] usb 1-1.1: Device not responding to setup address.
[  105.383527] usb 1-1.1: Device not responding to setup address.
[  105.590046] usb 1-1.1: device not accepting address 7, error -71
[  105.970048] usb 1-1.1: new full-speed USB device number 8 using xhci-hcd
[  106.163750] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52b, 
bcdDevice=24.11
[  106.163789] usb 1-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[  106.163799] usb 1-1.1: Product: USB Receiver
[  106.163808] usb 1-1.1: Manufacturer: Logitech
[  106.296734] input: Logitech USB Receiver as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C52B.000C/input/input19
[  106.354122] hid-generic 0003:046D:C52B.000C: input,hidraw0: USB HID v1.11 
Keyboard [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input0
[  106.359457] input: Logitech USB Receiver Mouse as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.000D/input/input20
[  106.359906] input: Logitech USB Receiver Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.000D/input/input21
[  106.413872] input: Logitech USB Receiver System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.000D/input/input22
[  106.414454] hid-generic 0003:046D:C52B.000D: input,hiddev96,hidraw1: USB HID 
v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input1
[  106.418857] hid-generic 0003:046D:C52B.000E: hiddev97,hidraw2: USB HID v1.11 
Device [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input2
[  106.729981] usb 1-1.4: new low-speed USB device number 9 using xhci-hcd
[  106.925618] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c31c, 
bcdDevice=64.02
[  106.925655] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[  106.925665] usb 1-1.4: Product: USB Keyboard
[  106.925673] usb 1-1.4: Manufacturer: Logitech
[  107.002451] input: Logitech USB Keyboard as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C31C.000F/input/input24
[  107.057502] hid-generic 0003:046D:C31C.000F: input,hidraw3: USB HID v1.10 
Keyboard [Logitech USB Keyboard] on usb-xhci-hcd.4.auto-1.4/input0
[  107.065863] input: Logitech USB Keyboard Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C31C.0010/input/input25
[  107.120485] input: Logitech USB Keyboard System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C31C.0010/input/input26
[  107.121039] hid-generic 0003:046D:C31C.0010: input,hiddev98,hidraw4: USB HID 
v1.10 Device [Logitech USB Keyboard] on usb-xhci-hcd.4.auto-1.4/input1
[  110.423651] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 7, bssidx: 0
[  153.400865] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 8, bssidx: 0
[  217.401022] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 9, bssidx: 0
[  230.082903] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_disable] Crtc 
atomic disable vp0
[  230.116490] [drm:vop2_plane_atomic_check] *ERROR* Cluster0-win0 is 
invisible(src: pos[0, 0] rect[64 x 64] dst: pos[1583, 1598] rect[64 x 64]
[  230.187909] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_enable] Update 
mode to 1920x1080p120, type: 11(if:800, flag:0x0) for vp0 dclk: 297000000
[  246.747224] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_disable] Crtc 
atomic disable vp0
[  246.763535] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_enable] Update 
mode to 1920x1080p60, type: 11(if:800, flag:0x0) for vp0 dclk: 148500000
[  312.402381] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 10, bssidx: 0
[  412.212143] usb 1-1.1: USB disconnect, device number 8
[  412.570255] usb 1-1.4: USB disconnect, device number 9
[  413.063258] usb 1-1.4: new low-speed USB device number 10 using xhci-hcd
[  413.258781] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c31c, 
bcdDevice=64.02
[  413.258816] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[  413.258825] usb 1-1.4: Product: USB Keyboard
[  413.258833] usb 1-1.4: Manufacturer: Logitech
[  413.338520] input: Logitech USB Keyboard as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C31C.0011/input/input27
[  413.394022] hid-generic 0003:046D:C31C.0011: input,hidraw0: USB HID v1.10 
Keyboard [Logitech USB Keyboard] on usb-xhci-hcd.4.auto-1.4/input0
[  413.402397] input: Logitech USB Keyboard Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C31C.0012/input/input28
[  413.457068] input: Logitech USB Keyboard System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C31C.0012/input/input29
[  413.457645] hid-generic 0003:046D:C31C.0012: input,hiddev96,hidraw1: USB HID 
v1.10 Device [Logitech USB Keyboard] on usb-xhci-hcd.4.auto-1.4/input1
[  415.589983] usb 1-1.2: new high-speed USB device number 11 using xhci-hcd
[  415.781101] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5583, 
bcdDevice= 1.00
[  415.781138] usb 1-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[  415.781149] usb 1-1.2: Product:  SanDisk 3.2Gen1
[  415.781157] usb 1-1.2: Manufacturer:  USB
[  415.781166] usb 1-1.2: SerialNumber: 
05016efe255b095ca37d7cfd7cae5eeabf2a28f4e4e9fd61b8aa8177cbd545deddd80000000000000000000088e142f0ff190a10835581075e2a041c
[  415.782270] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[  415.783069] scsi host0: usb-storage 1-1.2:1.0
[  416.801089] scsi 0:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 
PQ: 0 ANSI: 6
[  416.802789] sd 0:0:0:0: [sda] 60088320 512-byte logical blocks: (30.8 
GB/28.7 GiB)
[  416.803281] sd 0:0:0:0: [sda] Write Protect is off
[  416.803302] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[  416.805948] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[  416.883060]  sda: sda1 sda4
[  416.886113] sd 0:0:0:0: [sda] Attached SCSI removable disk
[  433.498482] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 11, bssidx: 0
[  443.700195] usb 1-1.2: USB disconnect, device number 11
[  452.709967] usb 1-1.1: new full-speed USB device number 12 using xhci-hcd
[  452.903722] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52b, 
bcdDevice=24.11
[  452.903759] usb 1-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[  452.903768] usb 1-1.1: Product: USB Receiver
[  452.903776] usb 1-1.1: Manufacturer: Logitech
[  453.016266] input: Logitech USB Receiver as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C52B.0013/input/input30
[  453.070710] hid-generic 0003:046D:C52B.0013: input,hidraw2: USB HID v1.11 
Keyboard [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input0
[  453.075931] input: Logitech USB Receiver Mouse as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0014/input/input31
[  453.076342] input: Logitech USB Receiver Consumer Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0014/input/input32
[  453.133765] input: Logitech USB Receiver System Control as 
/devices/platform/usbhost/fd000000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0014/input/input33
[  453.134201] hid-generic 0003:046D:C52B.0014: input,hiddev97,hidraw3: USB HID 
v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input1
[  453.138582] hid-generic 0003:046D:C52B.0015: hiddev98,hidraw4: USB HID v1.11 
Device [Logitech USB Receiver] on usb-xhci-hcd.4.auto-1.1/input2


--Z--

Reply via email to