导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. Nanf_bunan
    N
    • 资料
    • 关注 0
    • 粉丝 0
    • 我的积分 165
    • 主题 1
    • 帖子 4
    • 最佳 0
    • 群组 0

    Nanf_bunanLV 2

    @Nanf_bunan

    165
    积分
    0
    声望
    2
    资料浏览
    4
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    Nanf_bunan 取消关注 关注

    Nanf_bunan 发布的最新帖子

    • 回复: D1 Dock移植RTL8723DS驱动无法联网

      @whycanservice 找出来问题了,没有关掉XR829驱动,在初始化的时侯导致sdio注册不上,谢谢

      发布在 MR Series
      N
      Nanf_bunan
    • 回复: D1 Dock移植RTL8723DS驱动无法联网

      @nanf_bunan 目前发现好像是驱动没有完全挂上

      [ 52.187063] ======== XRADIO WIFI OPEN ========
      [ 52.192625] [XRADIO] Driver Label:XR_V02.16.84_P2P_HT40_01.31
      [ 52.199514] [XRADIO] Allocated hw_priv @ 0000000071530283
      [ 52.214243] sunxi-rfkill soc@3000000:rfkill@0: bus_index: 1
      [ 52.220522] sunxi-rfkill soc@3000000:rfkill@0: wlan power[0] (VCC-3V3) set voltage failed
      [ 52.235314] sunxi-rfkill soc@3000000:rfkill@0: set power failed
      [ 52.442041] [XRADIO] Detect SDIO card 1
      [ 54.584450] [XRADIO] Remove SDIO card 1
      [ 54.598765] [SBUS_ERR] sdio probe timeout!
      [ 54.603363] [XRADIO_ERR] sbus_sdio_init failed
      [ 54.609573] xradio_core_init failed (-110)!

      发布在 MR Series
      N
      Nanf_bunan
    • 回复: D1 Dock移植RTL8723DS驱动无法联网

      @whycan ssid和密码已经配过了,连的是手机热点,热点频段已经设置为2.4G,烧录官方的出场镜像可以连接上

      发布在 MR Series
      N
      Nanf_bunan
    • D1 Dock移植RTL8723DS驱动无法联网

      根据这篇文章移植:

      https://wiki.sipeed.com/news/Lichee/RV/D1_RTL8723DS_Drivers/D1_RTL8723DS_Drivers.html

      显示有驱动,网卡也能显示

      root@MaixLinux:/# lsmod
      8723ds               3639876  0
      fuse                  152450  0
      hdmi20                281415  0
      ipt_REJECT              2647  0
      iptable_filter          1759  0
      uvcvideo              128408  0
      videobuf2_memops        1796  1 videobuf2_vmalloc
      videobuf2_vmalloc       7423  1 uvcvideo
      xt_LOG                  1639  0
      xt_TCPMSS               4060  0
      xt_comment              1156  0
      xt_limit                2725  0
      xt_mac                  1338  0
      xt_mark                 1472  0
      xt_multiport            2489  0
      xt_time                 3573  0
      
      root@MaixLinux:/# ifconfig -a
      eth0      Link encap:Ethernet  HWaddr B6:68:97:CD:D9:E6
                BROADCAST MULTICAST  MTU:1500  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
                Interrupt:62
      
      lo        Link encap:Local Loopback
                LOOPBACK  MTU:65536  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      
      sit0      Link encap:IPv6-in-IPv4
                NOARP  MTU:1480  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      
      wlan0     Link encap:Ethernet  HWaddr 2C:05:47:53:97:DE
                UP BROADCAST MULTICAST  MTU:1500  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      
      wlan1     Link encap:Ethernet  HWaddr 2E:05:47:53:97:DE
                BROADCAST MULTICAST  MTU:1500  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      

      执行:wpa_supplicant -iwlan0 -c /etc/wifi/wpa_supplicant.conf &

      root@MaixLinux:/# wpa_supplicant -iwlan0 -c /etc/wifi/wpa_supplicant.conf &
      root@MaixLinux:/# Successfully initialized wpa_supplicant  (一直显示这一句)
      

      执行:ifconfig wlan0 up; udhcpc -iwlan0 &

      root@MaixLinux:/# ifconfig wlan0 up; udhcpc -iwlan0 &
      root@MaixLinux:/# udhcpc: started, v1.27.2
      udhcpc: sending discover
      udhcpc: sending discover
      udhcpc: sending discover
      
      打印三次卡住
      

      执行:iwconfig

      root@MaixLinux:/# iw
      iw        iwconfig  iwlist    iwpriv    iwspy
      root@MaixLinux:/# iwconfig
      sit0      no wireless extensions.
      
      eth0      no wireless extensions.
      
      wlan0     no wireless extensions.
      
      wlan1     no wireless extensions.
      
      lo        no wireless extensions.
      
      

      启动日志:

      Starting kernel ...
      
      [01.278][mmc]: MMC Device 2 not found
      [01.281][mmc]: mmc 2 not find, so not exit
      [    0.000000] OF: fdt: Ignoring memory range 0x40000000 - 0x40200000
      [    0.000000] Linux version 5.4.61 (nihao@3b89a5878afb) (riscv64-unknown-linux-gnu-gcc (C-SKY RISCV Tools V1.8.4 B20200702) 8.1.0, GNU ld (GNU Binutils) 2.32) #163 PREEMPT Wed Apr 12 07:51:43 UTC 2023
      [    0.000000] cma: Reserved 8 MiB at 0x000000005f800000
      [    0.000000] Zone ranges:
      [    0.000000]   DMA32    [mem 0x0000000040200000-0x000000005fffffff]
      [    0.000000]   Normal   empty
      [    0.000000] Movable zone start for each node
      [    0.000000] Early memory node ranges
      [    0.000000]   node   0: [mem 0x0000000040200000-0x000000005fffffff]
      [    0.000000] Initmem setup node 0 [mem 0x0000000040200000-0x000000005fffffff]
      [    0.000000] On node 0 totalpages: 130560
      [    0.000000]   DMA32 zone: 1785 pages used for memmap
      [    0.000000]   DMA32 zone: 0 pages reserved
      [    0.000000]   DMA32 zone: 130560 pages, LIFO batch:31
      [    0.000000] elf_hwcap is 0x20112d
      [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
      [    0.000000] pcpu-alloc: [0] 0 
      [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 128775
      [    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 console=tty0 loglevel=8 root=/dev/mmcblk0p7 init=/sbin/init partitions=boot-resource@mmcblk0p1:env@mmcblk0p2:env-redund@mmcblk0p3:boot@mmcblk0p4:dsp0@mmcblk0p5:recovery@mmcblk0p6:rootfs@mmcblk0p7:UDISK@mmcblk0p8 cma=8M snum= mac_addr= wifi_mac= bt_mac= specialstr= gpt=1 androidboot.mode=normal androidboot.hardware=sun20iw1p1 boot_type=1 androidboot.boot_type=1 gpt=1 uboot_message=2018.05-g0a88ac9-dirty-config-dirty(04
      [    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
      [    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
      [    0.000000] Sorting __ex_table...
      [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
      [    0.000000] Memory: 495484K/522240K available (6059K kernel code, 642K rwdata, 2090K rodata, 192K init, 330K bss, 18564K reserved, 8192K cma-reserved)
      [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
      [    0.000000] rcu: Preemptible hierarchical RCU implementation.
      [    0.000000] 	Tasks RCU enabled.
      [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
      [    0.000000] NR_IRQS: 0, nr_irqs: 0, preallocated irqs: 0
      [    0.000000] plic: mapped 200 interrupts with 1 handlers for 2 contexts.
      [    0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0]
      [    0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
      [    0.000005] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
      [    0.000022] riscv_timer_clockevent depends on broadcast, but no broadcast function available
      [    0.000313] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
      [    0.000906] Console: colour dummy device 80x25
      [    0.002045] printk: console [tty0] enabled
      [    0.002108] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
      [    0.002183] pid_max: default: 32768 minimum: 301
      [    0.002401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
      [    0.002479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
      [    0.004140] ASID allocator initialised with 65536 entries
      [    0.004337] rcu: Hierarchical SRCU implementation.
      [    0.005000] devtmpfs: initialized
      [    0.017078] random: get_random_u32 called from bucket_table_alloc.isra.31+0x4e/0x15e with crng_init=0
      [    0.017975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
      [    0.018126] futex hash table entries: 256 (order: 0, 6144 bytes, linear)
      [    0.018543] pinctrl core: initialized pinctrl subsystem
      [    0.019807] NET: Registered protocol family 16
      [    0.021698] DMA: preallocated 256 KiB pool for atomic allocations
      [    0.022295] cpuidle: using governor menu
      [    0.063754] rtc_ccu: sunxi ccu init OK
      [    0.070746] clock: sunxi ccu init OK
      [    0.071631] clock: sunxi ccu init OK
      [    0.103351] iommu: Default domain type: Translated 
      [    0.103551] sunxi iommu: irq = 4
      [    0.104670] SCSI subsystem initialized
      [    0.105020] usbcore: registered new interface driver usbfs
      [    0.105137] usbcore: registered new interface driver hub
      [    0.105275] usbcore: registered new device driver usb
      [    0.105465] mc: Linux media interface: v0.10
      [    0.105568] videodev: Linux video capture interface: v2.00
      [    0.106610] sunxi-msgbox-amp 3003000.msgbox: invalid resource
      [    0.107286] Advanced Linux Sound Architecture Driver Initialized.
      [    0.107904] Bluetooth: Core ver 2.22
      [    0.108046] NET: Registered protocol family 31
      [    0.108091] Bluetooth: HCI device and connection manager initialized
      [    0.108146] Bluetooth: HCI socket layer initialized
      [    0.108196] Bluetooth: L2CAP socket layer initialized
      [    0.108264] Bluetooth: SCO socket layer initialized
      [    0.108558] pwm module init!
      [    0.110039] g2d 5410000.g2d: Adding to iommu group 0
      [    0.110626] G2D: rcq version initialized.major:250
      [    0.111356] input: sunxi-keyboard as /devices/virtual/input/input0
      [    0.112758] clocksource: Switched to clocksource riscv_clocksource
      [    0.124630] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver
      [    0.139562] thermal_sys: Registered thermal governor 'step_wise'
      [    0.139567] thermal_sys: Registered thermal governor 'user_space'
      [    0.140119] NET: Registered protocol family 2
      [    0.140962] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
      [    0.141064] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
      [    0.141181] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
      [    0.141263] TCP: Hash tables configured (established 4096 bind 4096)
      [    0.141430] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
      [    0.141508] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
      [    0.141773] NET: Registered protocol family 1
      [    0.144360] Initialise system trusted keyrings
      [    0.144607] workingset: timestamp_bits=62 max_order=17 bucket_order=0
      [    0.151006] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    0.171558] Key type asymmetric registered
      [    0.171608] Asymmetric key parser 'x509' registered
      [    0.171663] io scheduler mq-deadline registered
      [    0.171702] io scheduler kyber registered
      [    0.171750] atomic64_test: passed
      [    0.173007] [DISP]disp_module_init
      [    0.173574] disp 5000000.disp: Adding to iommu group 0
      [    0.198834] disp 5000000.disp: 5000000.disp supply vcc-lcd not found, using dummy regulator
      [    0.199161] disp 5000000.disp: 5000000.disp supply vcc-pd not found, using dummy regulator
      [    0.210504] ##########################lcd_init
      [    0.210559] =====lcd 0, driver_name st7701s_rgb,  panel_name default_lcd
      [    0.210603] =====lcd 0, driver_name st7701s_rgb,  panel_name inet_dsi_panel
      [    0.210648] =====lcd 0, driver_name st7701s_rgb,  panel_name st7789v_cpu
      [    0.210690] =====lcd 0, driver_name st7701s_rgb,  panel_name tft08006
      [    0.210733] =====lcd 0, driver_name st7701s_rgb,  panel_name st7701s_rgb
      [    0.210772] ##match!
      [    0.210817] =====lcd 0, driver_name st7701s_rgb,  panel_name nv3052c_rgb
      [    0.210861] =====lcd 0, driver_name st7701s_rgb,  panel_name bp101wx1
      [    0.210903] =====lcd 0, driver_name st7701s_rgb,  panel_name k101im2qa04
      [    0.210946] =====lcd 0, driver_name st7701s_rgb,  panel_name fx070
      [    0.210988] =====lcd 0, driver_name st7701s_rgb,  panel_name K080_IM2HYL802R_800X1280
      [    0.211054] =====lcd 0, driver_name st7701s_rgb,  panel_name K101_IM2BYL02_L_800X1280
      [    0.211148] display_fb_request,fb_id:0
      [    0.217491] [DISP] Fb_copy_boot_fb,line:1444:
      [    0.217496] no boot_fb0
      [    0.217949] ===disp_lcd_enable lcd 0
      [    0.217995] ===2033
      [    0.218028] ===2039
      [    0.218060] ===2042
      [    0.218135] disp_al_manager_apply ouput_type:0
      [    0.218293] ===2047
      [    0.218333] ===2064
      [    0.218396] ===2069
      [    0.218666] [DISP] lcd_clk_config,line:732:
      [    0.218679] disp 0, clk: pll(304000000),clk(304000000),dclk(19000000) dsi_rate(304000000)
      [    0.218679]      clk real:pll(300000000),clk(300000000),dclk(18750000) dsi_rate(0)
      [    0.218679]  tcon_div=16, lcd_div=1, dsi_div=1
      [    0.218736] ===2078
      [    0.218905] ===2081
      [    0.218940] going to enbale pwm
      [    0.218974] ===2089
      [    0.219021] ===2109
      [    0.219055] =====================LCD_open_flow
      [    0.219094] ===2114
      [    0.219127] ===2118
      [    0.219158] =====================LCD_power_on
      [    0.219205] lcd 0 pin config, state on, 1
      [    0.219242] ## io=pad
      [    0.220498] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pd not found, using dummy regulator
      [    0.220993] open flow:step 0 finish, to delay 20
      [    0.221411] [DISP]disp_module_init finish
      [    0.222299] sunxi_sid_init()506 - insmod ok
      [    0.222940] pwm-regulator: supplied by regulator-dummy
      [    0.229844] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulator
      [    0.230276] uart uart0: get regulator failed
      [    0.230339] uart uart0: uart0 supply uart not found, using dummy regulator
      [    0.230731] uart0: ttyS0 at MMIO 0x2500000 (irq = 18, base_baud = 1500000) is a SUNXI
      [    0.230819] sw_console_setup()1808 - console setup baud 115200 parity n bits 8, flow n
      [    0.257554] =====================LCD_panel_init
      [    0.526625] open flow:step 1 finish, to delay 20
      [    0.557337] open flow:step 2 finish, to delay 100
      [    0.665396] =====================LCD_bl_open
      [    0.665609] open flow:step 3 finish, to delay 0
      [    0.665614] ===2129
      [    0.665618] ===2142
      [    0.665623] [DISP] disp_device_attached_and_enable,line:233:
      [    0.665627] attached ok, mgr0<-->dev0
      [    0.665630] [DISP] disp_device_attached_and_enable,line:236:
      [    0.665638] type:1,mode:0,fmt:rgb,bits:8bits,eotf:4,cs:0 dvi_hdmi:2, range:2 scan:0 ratio:8
      [    1.270072] printk: console [ttyS0] enabled
      [    1.275675] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator
      [    1.287152] uart uart1: get regulator failed
      [    1.292000] uart uart1: uart1 supply uart not found, using dummy regulator
      [    1.300038] uart1: ttyS1 at MMIO 0x2500400 (irq = 19, base_baud = 1500000) is a SUNXI
      [    1.309994] misc dump reg init
      [    1.314254] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9
      [    1.321551] sunxi-rfkill soc@3000000:rfkill@0: devm_pinctrl_get() failed!
      [    1.329217] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed
      [    1.336569] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed
      [    1.344063] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1)
      [    1.350610] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power.
      [    1.357613] sunxi-rfkill soc@3000000:rfkill@0: wlan clock[0] (32k-fanout1)
      [    1.365382] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1
      [    1.373317] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1
      [    1.381465] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled
      [    1.389182] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power.
      [    1.395985] sunxi-rfkill soc@3000000:rfkill@0: bt clock[0] (32k-fanout1)
      [    1.403555] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=210 assert=0
      [    1.411798] [ADDR_MGT] addr_mgt_probe: module version: v1.0.9
      [    1.419362] [ADDR_MGT] addr_mgt_probe: success.
      [    1.425841] libphy: Fixed MDIO Bus: probed
      [    1.430446] CAN device driver interface
      [    1.435606] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator
      [    1.446974] sunxi gmac driver's version: 1.0.0
      [    1.452103] gmac-power0: NULL
      [    1.455489] gmac-power1: NULL
      [    1.458854] gmac-power2: NULL
      [    1.463443] Failed to alloc md5
      [    1.466986] eth0: Use random mac address
      [    1.471718] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
      [    1.479164] sunxi-ehci: EHCI SUNXI driver
      [    1.484261] get ehci0-controller wakeup-source is fail.
      [    1.490220] sunxi ehci0-controller don't init wakeup source
      [    1.496604] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xffffffe0008f3938, 0x:ffffffd004077000, irq_no:2e
      [    1.510252] [sunxi-ehci0]: Not init ehci0
      [    1.515169] get ehci1-controller wakeup-source is fail.
      [    1.521126] sunxi ehci1-controller don't init wakeup source
      [    1.527492] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xffffffe0008f3cf8, 0x:ffffffd00407b000, irq_no:31
      [    1.541104] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply drvvbus not found, using dummy regulator
      [    1.553728] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller
      [    1.561013] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1
      [    1.570911] sunxi-ehci 4200000.ehci1-controller: irq 49, io mem 0x04200000
      [    1.602804] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00
      [    1.611546] hub 1-0:1.0: USB hub found
      [    1.615883] hub 1-0:1.0: 1 port detected
      [    1.621083] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
      [    1.628148] sunxi-ohci: OHCI SUNXI driver
      [    1.633240] get ohci0-controller wakeup-source is fail.
      [    1.639209] sunxi ohci0-controller don't init wakeup source
      [    1.645547] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xffffffe0008f4478
      [    1.656014] [sunxi-ohci0]: Not init ohci0
      [    1.660903] get ohci1-controller wakeup-source is fail.
      [    1.666921] sunxi ohci1-controller don't init wakeup source
      [    1.673211] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xffffffe0008f4838
      [    1.683750] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply drvvbus not found, using dummy regulator
      [    1.696389] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller
      [    1.703711] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2
      [    1.713599] sunxi-ohci 4200400.ohci1-controller: irq 50, io mem 0x04200400
      [    1.787693] hub 2-0:1.0: USB hub found
      [    1.791970] hub 2-0:1.0: 1 port detected
      [    1.797496] usbcore: registered new interface driver uas
      [    1.803698] usbcore: registered new interface driver usb-storage
      [    1.810501] usbcore: registered new interface driver ums-alauda
      [    1.817327] usbcore: registered new interface driver ums-cypress
      [    1.824177] usbcore: registered new interface driver ums-datafab
      [    1.831035] usbcore: registered new interface driver ums_eneub6250
      [    1.838080] usbcore: registered new interface driver ums-freecom
      [    1.844941] usbcore: registered new interface driver ums-isd200
      [    1.851684] usbcore: registered new interface driver ums-jumpshot
      [    1.858631] usbcore: registered new interface driver ums-karma
      [    1.865333] usbcore: registered new interface driver ums-onetouch
      [    1.872248] usbcore: registered new interface driver ums-realtek
      [    1.879101] usbcore: registered new interface driver ums-sddr09
      [    1.885900] usbcore: registered new interface driver ums-sddr55
      [    1.892619] usbcore: registered new interface driver ums-usbat
      [    1.900294] sunxi_gpadc_init,1968, success
      [    1.907055] sunxi-rtc 7090000.rtc: registered as rtc0
      [    1.912906] sunxi-rtc 7090000.rtc: setting system clock to 1970-01-01T00:00:07 UTC (7)
      [    1.921854] sunxi-rtc 7090000.rtc: sunxi rtc probed
      [    1.927761] i2c /dev entries driver
      [    1.931792] IR NEC protocol handler initialized
      [    1.937607] sunxi cedar version 1.1
      [    1.941783] sunxi-cedar 1c0e000.ve: Adding to iommu group 0
      [    1.948104] VE: install start!!!
      [    1.948104] 
      [    1.953725] VE: cedar-ve the get irq is 6
      [    1.953725] 
      [    1.960088] VE: ve_debug_proc_info:(____ptrval____), data:(____ptrval____), lock:(____ptrval____)
      [    1.960088] 
      [    1.971795] VE: install end!!!
      [    1.971795] 
      [    1.978214] sunxi-wdt 6011000.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
      [    1.987460] Bluetooth: HCI UART driver ver 2.3
      [    1.992453] Bluetooth: HCI UART protocol H4 registered
      [    1.998251] Bluetooth: HCI UART protocol BCSP registered
      [    2.004275] Bluetooth: XRadio Bluetooth LPM Mode Driver Ver 1.0.10
      [    2.014242] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.19 2021-03-24 19:50)
      [    2.024334] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8
      [    2.030551] sunxi-mmc 4020000.sdmmc: No vmmc regulator found
      [    2.036999] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found
      [    2.043477] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found
      [    2.049918] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found
      [    2.056512] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found
      [    2.063083] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found
      [    2.069639] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found
      [    2.076617] sunxi-mmc 4020000.sdmmc: Got CD GPIO
      [    2.082100] sunxi-mmc 4020000.sdmmc: set cd-gpios as 24M fail
      [    2.088837] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.100037] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator
      [    2.120259] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.144691] sunxi-mmc 4020000.sdmmc: detmode:gpio irq
      [    2.150421] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.162820] sunxi-mmc 4021000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.19 2021-03-24 19:50)
      [    2.172972] sunxi-mmc 4021000.sdmmc: ***ctl-spec-caps*** 8
      [    2.179226] sunxi-mmc 4021000.sdmmc: No vmmc regulator found
      [    2.185650] sunxi-mmc 4021000.sdmmc: No vqmmc regulator found
      [    2.192151] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.203846] sunxi-mmc 4021000.sdmmc: No vdmmc regulator found
      [    2.210292] sunxi-mmc 4021000.sdmmc: No vd33sw regulator found
      [    2.216958] sunxi-mmc 4021000.sdmmc: No vd18sw regulator found
      [    2.223595] sunxi-mmc 4021000.sdmmc: No vq33sw regulator found
      [    2.230171] sunxi-mmc 4021000.sdmmc: No vq18sw regulator found
      [    2.236793] sunxi-mmc 4021000.sdmmc: Cann't get pin bias hs pinstate,check if needed
      [    2.245575] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.258228] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.269471] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator
      [    2.278449] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.290126] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.314475] sunxi-mmc 4021000.sdmmc: detmode:manually by software
      [    2.322097] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.334330] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator
      [    2.345755] sunxi_led_probe()1715 - start
      [    2.350422] sunxi_get_str_of_property()1560 - failed to get the string of propname led_regulator!
      [    2.360529] sunxi_register_led_classdev()1448 - led_classdev start
      [    2.367559] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.381032] mmc0: host does not support reading read-only switch, assuming write-enable
      [    2.392726] sunxi_led_probe()1820 - finish
      [    2.398086] usbcore: registered new interface driver usbhid
      [    2.404421] mmc0: Problem switching card into high-speed mode!
      [    2.411001] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
      [    2.422851] usbhid: USB HID core driver
      [    2.427210] sunxi-mmc 4021000.sdmmc: card claims to support voltages below defined range
      [    2.438021] usbcore: registered new interface driver snd-usb-audio
      [    2.448703] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B
      [    2.461243] sunxi-daudio 2034000.daudio: regulator missing or invalid
      [    2.469729] [AUDIOCODEC][sunxi_codec_parse_params][2094]:digital_vol:0, lineout_vol:26, mic1gain:19, mic2gain:19 pa_msleep:120, pa_level:1, pa_pwr_level:1
      [    2.469729] 
      [    2.487079] mmc0: new SDHC card at address 0001
      [    2.493522] mmcblk0: mmc0:0001 USD 14.9 GiB 
      [    2.500760] [AUDIOCODEC][sunxi_codec_parse_params][2130]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachpf:0
      [    2.511829] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
      [    2.524048] [AUDIOCODEC][sunxi_internal_codec_probe][2266]:codec probe finished
      [    2.532450]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
      [    2.537488] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
      [    2.553126] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present!
      [    2.563186] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
      [    2.575026] [SNDCODEC][sunxi_card_init][583]:card init finished
      [    2.584000] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok
      [    2.594752] mmc1: new high speed SDIO card at address 0001
      [    2.602539] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input1
      [    2.614657] [SNDCODEC][sunxi_card_dev_probe][832]:register card finished
      [    2.622910] sunxi-rpaf-dsp soc@3000000:rpaf-dsp@203034c: register device finished!
      [    2.631446] sunxi-rpaf-dsp soc@3000000:rpaf-dsp@203034c: [rpaf_dsp0] probe finished!
      [    2.640577] rpmsg_hifi 3003000.msgbox.sunxi,dsp-msgbox.514.258: id:sunxi,dsp-msgbox new channel: 0x202 -> 0x102!
      [    2.652226] rpmsg_hifi 3003000.msgbox.sunxi,dsp-msgbox.514.258: rpmsg hifi[0] client driver is probed
      [    2.664304] NET: Registered protocol family 10
      [    2.670706] Segment Routing with IPv6
      [    2.675092] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
      [    2.682549] NET: Registered protocol family 17
      [    2.687682] can: controller area network core (rev 20170425 abi 9)
      [    2.694774] NET: Registered protocol family 29
      [    2.699801] can: raw protocol (rev 20170425)
      [    2.704630] can: broadcast manager protocol (rev 20170425 t)
      [    2.710986] can: netlink gateway (rev 20190810) max_hops=1
      [    2.717505] Bluetooth: RFCOMM TTY layer initialized
      [    2.723091] Bluetooth: RFCOMM socket layer initialized
      [    2.728877] Bluetooth: RFCOMM ver 1.11
      [    2.734183] Loading compiled-in X.509 certificates
      [    2.762884] twi twi2: twi2 supply twi not found, using dummy regulator
      [    2.777129] input: fts_ts as /devices/platform/soc@3000000/twi2/i2c-2/2-0048/input/input2
      [    2.792118] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    2.799051] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    2.805641] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    2.848263] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    2.855192] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    2.861775] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    2.871237] fts_ts 2-0048: 2-0048 supply  not found, using dummy regulator
      [    2.879207] fts_ts 2-0048: 2-0048 supply  not found, using dummy regulator
      [    2.887038] debugfs: Directory '2-0048-' with parent 'reg-dummy-regulator-dummy' already present!
      [    2.899621] random: fast init done
      [    3.158297] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.165228] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.171826] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.218248] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.225178] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.231761] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.278255] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.285185] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.291768] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.322821] [SNDCODEC][sunxi_check_hs_detect_status][191]:plugin --> switch:3
      [    3.338257] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.345186] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.351774] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.398240] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.405169] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.411754] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.458244] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.465171] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.471755] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.518245] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.525174] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.531758] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.578206] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.585132] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.591715] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.638210] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.645139] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.651729] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.698354] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.705285] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.711858] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.758216] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.765147] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.771730] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.818237] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.825166] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.831736] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.878193] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.885123] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.891707] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.938203] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    3.945132] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    3.951702] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    3.998271] twi_stop()488 - [i2c2] i2c state(0x0) isn't idle(0xf8)
      [    4.005201] sunxi_i2c_core_process()1632 - [i2c2] STOP failed!
      [    4.011788] sunxi_i2c_do_xfer()1816 - [i2c2] incomplete xfer (status: 0xff, dev addr: 0x48)
      [    4.053091] sunxi_i2c_probe()2262 - [i2c2] probe success
      [    4.062725] debugfs: Directory '2031000.dmic' with parent 'snddmic' already present!
      [    4.073038] sunxi-audio-card 2031060.sounddmic: dmic-hifi <-> 2031000.dmic mapping ok
      [    4.083235] debugfs: Directory '2034000.daudio' with parent 'sndhdmi' already present!
      [    4.093935] sunxi-audio-card 20340a0.sounddaudio2: 20340a4.hdmiaudio <-> 2034000.daudio mapping ok
      [    4.105740] get det_vbus is fail, -84
      [    4.109862] get id is fail, -84
      [    4.114708] cfg80211: Loading compiled-in X.509 certificates for regulatory database
      [    4.125708] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
      [    4.133324] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
      [    4.143099] clk: Not disabling unused clocks
      [    4.147903] ALSA device list:
      [    4.151238]   #0: audiocodec
      [    4.154597] cfg80211: failed to load regulatory.db
      [    4.160072]   #1: snddmic
      [    4.163094]   #2: sndhdmi
      [    4.166055] alloc_fd: slot 0 not NULL!
      [    4.187078] EXT4-fs (mmcblk0p7): mounted filesystem without journal. Opts: (null)
      [    4.195693] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
      [    4.204468] devtmpfs: mounted
      [    4.208005] Freeing unused kernel memory: 192K
      [    4.213032] This architecture does not have kernel memory protection.
      [    4.220249] Run /sbin/init as init process
      [    4.411866] init: Console is alive
      [    4.416056] init: - watchdog -
      [    4.419637] init: - preinit -
      [    4.991590] random: procd: uninitialized urandom read (4 bytes read)
      [    4.999415] HDMI 2.0 driver init start!
      [    5.004543] boot_hdmi=false
      [    5.011340] ERROR: pinctrl_get for HDMI2.0 DDC fail
      [    5.021109] HDMI2.0 module init end
      [    5.030868] mount_root: mounting /dev/root
      [    5.036718] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
      [    5.043197] mount_root: loading kmods from internal overlay
      [    5.179721] block: attempting to load /etc/config/fstab
      [    5.188384] block: extroot: not configured
      [    5.203380] 
      [    5.203380] insmod_device_driver
      [    5.203380] 
      [    5.210478] device_chose finished 139!
      [    5.215922] procd: - early -
      [    5.219365] procd: - watchdog -
      [    5.232615] random: procd: uninitialized urandom read (4 bytes read)
      [    5.523831] procd: - watchdog -
      [    5.527646] procd: - ubus -
      [    5.531467] procd (1): /proc/118/oom_adj is deprecated, please use /proc/118/oom_score_adj instead.
      [    5.564888] random: ubusd: uninitialized urandom read (4 bytes read)
      [    5.590603] procd: - init -
      Please press Enter to activate this console.
      [    6.409328] fuse: init (API version 7.31)
      [    6.448432] file system registered
      [    6.503229] usbcore: registered new interface driver uvcvideo
      [    6.509677] USB Video Class driver (1.1.1)
      [    6.533898] configfs-gadget 4100000.udc-controller: failed to start g1: -19
      [    6.992938] read descriptors
      [    6.996195] read strings
      [    8.623010] hdmi_hpd_sys_config_release
      [    9.455084] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
      [   20.922844] random: crng init done
      [   20.926694] random: 7 urandom warning(s) missed due to ratelimiting
      [   34.402825] usb1-vbus: disabling
      [   34.406460] vdd_3v3: disabling
      [   47.680582] RTW: module init start
      [   47.684487] RTW: rtl8723ds v5.10.1-26-ga10bc0b8b.20200617_COEX20200103-3535
      [   47.692314] RTW: build time: Apr 12 2023 07:50:08
      [   47.697661] RTW: rtl8723ds BT-Coex version = COEX20200103-3535
      [   47.714257] sunxi-rfkill soc@3000000:rfkill@0: wlan power on success
      [   47.821400] sunxi-rfkill soc@3000000:rfkill@0: bus_index: 1
      [   47.827751] ----- platform_wifi_power_on sdc_id: 1
      [   47.833572] RTW: == SDIO Card Info ==
      [   47.837693] RTW:   card: 000000000b79ab49
      [   47.842189] RTW:   clock: 50000000 Hz
      [   47.846374] RTW:   timing spec: sd high-speed
      [   47.851270] RTW:   sd3_bus_mode: FALSE
      [   47.855521] RTW:   func num: 1
      [   47.858960] RTW:   func1: 00000000237986d5 (*)
      [   47.864018] RTW: ================
      [   47.903631] RTW: HW EFUSE
      [   47.906591] RTW: 0x000: 29 81 00 7C  E1 88 07 00  A0 04 EC 35  12 C0 A2 D8  
      [   47.914590] RTW: 0x010: 28 28 28 28  28 28 28 28  28 28 28 02  FF FF FF FF  
      [   47.922515] RTW: 0x020: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   47.930492] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF 22 22  22 22 22 22  
      [   47.938457] RTW: 0x040: 21 21 21 21  21 02 FF FF  FF FF FF FF  FF FF FF FF  
      [   47.946434] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   47.954441] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   47.962409] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   47.970364] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   47.978327] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   47.986315] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   47.994283] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  20 09 1E 00  00 00 FF FF  
      [   48.002225] RTW: 0x0C0: FF 29 20 11  00 00 00 FF  00 FF 11 FF  FF FF FF FF  
      [   48.010173] RTW: 0x0D0: 3E 10 01 12  23 FF FF FF  20 04 4C 02  23 D7 21 02  
      [   48.018158] RTW: 0x0E0: 0C 00 22 04  00 08 00 32  FF 21 02 0C  00 22 2A 01  
      [   48.026109] RTW: 0x0F0: 01 00 00 00  00 00 00 00  00 00 00 00  02 00 FF FF  
      [   48.034097] RTW: 0x100: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  
      [   48.042020] RTW: 0x110: 00 EB 00 6E  01 00 00 00  00 FF 2C 05  47 53 97 DE  
      [   48.050009] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.057976] RTW: 0x130: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.065960] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.073927] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.081889] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.089880] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.097850] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.105840] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.113807] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.121750] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.129695] RTW: 0x1C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.137693] RTW: 0x1D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.145647] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.153635] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
      [   48.161691] RTW: hal_com_config_channel_plan chplan:0x20
      [   48.466235] RTW: [RF_PATH] ver_id.RF_TYPE:RF_1T1R
      [   48.471524] RTW: [RF_PATH] HALSPEC's rf_reg_trx_path_bmp:0x11, rf_reg_path_avail_num:1, max_tx_cnt:1
      [   48.481883] RTW: [RF_PATH] PG's trx_path_bmp:0x00, max_tx_cnt:0
      [   48.488595] RTW: [RF_PATH] Registry's trx_path_bmp:0x00, tx_path_lmt:0, rx_path_lmt:0
      [   48.497450] RTW: [RF_PATH] HALDATA's trx_path_bmp:0x11, max_tx_cnt:1
      [   48.504601] RTW: [RF_PATH] HALDATA's rf_type:RF_1T1R, NumTotalRFPath:1
      [   48.511937] RTW: [TRX_Nss] HALSPEC - tx_nss:1, rx_nss:1
      [   48.517840] RTW: [TRX_Nss] Registry - tx_nss:0, rx_nss:0
      [   48.523863] RTW: [TRX_Nss] HALDATA - tx_nss:1, rx_nss:1
      [   48.530940] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
      [   48.544369] RTW: rtw_ndev_init(wlan0) if1 mac_addr=2c:05:47:53:97:de
      [   48.554361] RTW: rtw_ndev_init(wlan1) if2 mac_addr=2e:05:47:53:97:de
      [   48.576318] RTW: module init ret=0
      [   49.925687] ======== XRADIO WIFI OPEN ========
      [   49.931313] [XRADIO] Driver Label:XR_V02.16.84_P2P_HT40_01.31   
      [   49.938197] [XRADIO] Allocated hw_priv @ 00000000a14d4669
      [   49.952880] sunxi-rfkill soc@3000000:rfkill@0: bus_index: 1
      [   50.164247] [XRADIO] Detect SDIO card 1
      [   52.243012] sunxi-rfkill soc@3000000:rfkill@0: wlan power off success
      [   52.350317] [XRADIO] Remove SDIO card 1
      [   52.364679] [SBUS_ERR] sdio probe timeout!
      [   52.369282] [XRADIO_ERR] sbus_sdio_init failed
      [   52.375498] xradio_core_init failed (-110)!
      [   52.458417] xt_time: kernel timezone is -0000
      [   52.475180] Error: Driver 'gt9xxnew_ts' is already registered, aborting...
      [   53.710879] ======== XRADIO WIFI OPEN ========
      [   53.716573] [XRADIO] Driver Label:XR_V02.16.84_P2P_HT40_01.31   
      [   53.723422] [XRADIO] Allocated hw_priv @ 0000000012675e45
      [   53.732864] sunxi-rfkill soc@3000000:rfkill@0: bus_index: 1
      [   53.758863] sunxi-rfkill soc@3000000:rfkill@0: wlan power on success
      [   53.966614] [XRADIO] Detect SDIO card 1
      [   56.003004] sunxi-rfkill soc@3000000:rfkill@0: wlan power off success
      [   56.110336] [XRADIO] Remove SDIO card 1
      [   56.124697] [SBUS_ERR] sdio probe timeout!
      [   56.129316] [XRADIO_ERR] sbus_sdio_init failed
      [   56.135487] xradio_core_init failed (-110)!
      [   57.194918] EXT4-fs (mmcblk0p7): warning: mounting unchecked fs, running e2fsck is recommended
      [   57.226493] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
      [   57.544519] RTW: txpath=0x1, rxpath=0x1
      [   57.548832] RTW: txpath_1ss:0x1, num:1
      [   58.049095] [SNDCODEC][sunxi_card_hw_params][620]:stream_flag: 0
      
      
      发布在 MR Series
      N
      Nanf_bunan