您尚未登录。

楼主 # 2022-06-28 15:46:32

zhongtao1701
会员
注册时间: 2022-02-05
已发帖子: 29
积分: 20

MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

软件构建和测试步骤,如下所述

1) buildroot
  https://github.com/YuzukiHD/Buildroot-YuzukiSBC
  make mangopi_mq_defconfig

2) rtl8189驱动
https://github.com/Tina-Linux/Tina_d1x_mangopi-sbc

3)参考https://whycan.com/t_8345.html, 修改dts

    rfkill: rfkill@0 {
        compatible    = "allwinner,sunxi-rfkill";
        chip_en;
        power_en;
        pinctrl-0 = <&wlan_pins_a>;
        pinctrl-names = "default";
        status        = "disabled";

        wlan: wlan@0 {
            compatible    = "allwinner,sunxi-wlan";
            clock-names = "32k-fanout1";
            clocks = <&ccu CLK_FANOUT1_OUT>;
            wlan_busnum    = <0x1>;
            wlan_regon    = <&pio PG 12 GPIO_ACTIVE_HIGH>;
            wlan_hostwake  = <&pio PG 10 GPIO_ACTIVE_HIGH>;
            /*wlan_power    = "VCC-3V3";*/
            /*wlan_power_vol = <3300000>;*/
            /*interrupt-parent = <&pio>;
            interrupts = < PG 10 IRQ_TYPE_LEVEL_HIGH>;*/
            wakeup-source;

        };

        bt: bt@0 {
            compatible    = "allwinner,sunxi-bt";
            pinctrl-0 = <&wlan_pins_a>;
            pinctrl-names = "default";
            clock-names = "32k-fanout1";
            clocks = <&ccu CLK_FANOUT1_OUT>;
            /*bt_power_num = <0x01>;*/
            /*bt_power      = "axp803-dldo1";*/
            /*bt_io_regulator = "axp803-dldo1";*/
            /*bt_io_vol = <3300000>;*/
            /*bt_power_vol = <330000>;*/
            bt_rst_n      = <&pio PG 15 GPIO_ACTIVE_LOW>;
            status        = "okay";
        };
    };

    btlpm: btlpm@0 {
        compatible  = "allwinner,sunxi-btlpm";
        uart_index  = <0x1>;
        bt_wake     = <&pio PG 14 GPIO_ACTIVE_HIGH>;
        bt_hostwake = <&pio PG 13 GPIO_ACTIVE_HIGH>;
        status      = "okay";
    };


5) 启动的log显示已经成功加载了rtl8189驱动
    1.336750] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator
[    1.348167] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9
[    1.355475] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed
[    1.362857] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed
[    1.370342] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1)
[    1.376928] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power.
[    1.383940] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=131 assert=1
[    1.391878] sun8iw20-pinctrl 2000000.pinctrl: pin PE3 already requested by 2500000.uart; cannot claim for 2000000.pinctrl:131
[    1.404683] sun8iw20-pinctrl 2000000.pinctrl: pin-131 (2000000.pinctrl:131) status -22
[    1.413633] sunxi-rfkill soc@3000000:rfkill@0: can't request wlan_regon gpio 131
[    1.422024] sunxi-rfkill: probe of soc@3000000:rfkill@0 failed with error -22
.....
[    4.735231] sunxi_usb_udc 4100000.udc-controller: 4100000.udc-controller supply udc not found, using dummy regulator
[    4.749141] device_chose finished 139!
[    4.841985] udevd[97]: starting eudev-3.2.11
[   22.307950] RTL871X: module init start
[   22.312194] RTL871X: rtl8189fs v4.3.24.8_22657.20170607
[   22.319300] RTL871X: CHIP TYPE: RTL8188F
[   22.324102] RTL871X: rtw_hal_config_rftype RF_Type is 3 TotalTxPath is 1
[   22.332414] RTL871X: Chip Version Info: CHIP_8188F_Normal_Chip_SMIC_B_CUT_1T1R_RomVer(0)
[   22.342155] RTL871X: SetHwReg8188F: hci_sus_state=1
[   22.350417] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=1
[   22.355935] RTL871X: SetHwReg8188F: hci_sus_state=2
[   22.362280] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[   22.369906] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[   22.379066] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[   22.384609] RTL871X: EEPROM type is E-FUSE
[   22.390057] RTL871X: HW EFUSE
[   22.393382] RTL871X: 0x000:
[   22.393387] FF
[   22.396607] FF
[   22.399261] FF
...
[   23.622938] RTL871X: rtw_read_efuse_from_file /system/etc/wifi/wifi_efuse_8189fs.map is not readable
[   23.633761] RTL871X: ERROR invalid phy efuse and read from file fail, will use driver default!!
[   23.643889] RTL871X: EEPROM ID(0xffff) is invalid!!
[   23.649914] RTL871X: rtw_read_macaddr_from_file /data/wifimac.txt is not readable
[   23.658751] RTL871X: [A] 2G G00 CCK-1T base:34 from IC_DEF
[   23.664901] RTL871X: [A] 2G G01 CCK-1T base:34 from IC_DEF
[   23.671678] RTL871X: [A] 2G G02 CCK-1T base:34 from IC_DEF
[   23.678219] RTL871X: [A] 2G G03 CCK-1T base:34 from IC_DEF
[   23.684368] RTL871X: [A] 2G G04 CCK-1T base:34 from IC_DEF
[   23.691055] RTL871X: [A] 2G G05 CCK-1T base:34 from IC_DEF
[   23.697239] RTL871X: [A] 2G G00 BW40-1S base:39 from IC_DEF
[   23.704030] RTL871X: [A] 2G G01 BW40-1S base:39 from IC_DEF
[   23.710674] RTL871X: [A] 2G G02 BW40-1S base:39 from IC_DEF
[   23.716978] RTL871X: [A] 2G G03 BW40-1S base:39 from IC_DEF
[   23.723769] RTL871X: [A] 2G G04 BW40-1S base:39 from IC_DEF
[   23.730417] RTL871X: hal_com_config_channel_plan use def_chplan:0x20
[   23.738391] RTL871X: kfree flag:3
[   23.742133] RTL871X: bb_gain:1
[   23.745549] RTL871X: thermal:-6
[   23.749913] RTL871X: rtl8188f_FirmwareDownload((null)) tmp_ps=3
[   23.756552] RTL871X: rtl8188f_FirmwareDownload fw: FW_NIC, size: 21020
[   23.764467] RTL871X: rtl8188f_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x88f1, Month=08, Date=22, Hour=17, Minute=36
[   23.777162] RTL871X: rtl8188f_FirmwareDownload(): Shift for fw header!
[   23.784907] RTL871X: rtl8188f_FirmwareDownload by IO write!
[   24.003881] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x07050505
[   24.014060] RTL871X: _8051Reset8188: Finish
[   24.029451] RTL871X: _FWFreeToGo: Polling FW ready OK! (114, 20ms), REG_MCUFWDL:0x070505c6
[   24.038803] RTL871X: rtl8188f_FirmwareDownload: DLFW OK !
[   24.044882] RTL871X: rtl8188f_FirmwareDownload success. write_fw:1, 260ms
[   24.053206] RTL871X:  <=== rtl8188f_FirmwareDownload()
[   24.059807] RTL871X: hal_read_mac_hidden_rpt OK! (1, 0ms), fwdl:1, id:0x19
[   24.068639] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=0
[   24.074108] RTL871X: SetHwReg8188F: hci_sus_state=3
[   24.080939] RTL871X: SetHwReg8188F: hci_sus_state=0
[   24.086462] RTL871X: rtw_hal_read_chip_info in 1740 ms
[   24.093009] RTL871X: init_channel_set((null)) ChannelPlan ID:0x20, ch num:13
[   24.102549] RTL871X: rtw_alloc_macid((null)) if1, hwaddr:ff:ff:ff:ff:ff:ff macid:1
[   24.111594] RTL871X: Init_ODM_ComInfo_8188f(): fab_ver=0 cut_ver=1
[   24.118576] RTL871X: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[   24.129660] RTL871X: phy_ConfigBBWithPgParaFile(): No File PHY_REG_PG.txt, Load from HWImg Array!
[   24.140078] RTL871X: default power by rate loaded
[   24.146212] RTL871X: ERROR invalid mac addr:00:00:00:00:00:00, assign random MAC
[   24.155133] RTL871X: rtw_macaddr_cfg mac addr:00:e0:4c:6d:31:3e
[   24.162296] RTL871X: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[   24.172272] RTL871X: rtw_wiphy_alloc(phy0)
[   24.176867] RTL871X: rtw_wdev_alloc(padapter=000000004d648a68)
[   24.184019] RTL871X: rtw_wiphy_register(phy0)
[   24.189306] RTL871X: Register RTW cfg80211 vendor cmd(0x67) interface
[   24.197261] RTL871X: _rtw_reg_notifier
[   24.202117] RTL871X: _rtw_reg_notifier_apply: NL80211_REGDOM_SET_BY_CORE to DRV
[   24.210962] RTL871X: rtw_ndev_init(wlan0) if1 mac_addr=00:e0:4c:6d:31:3e
[   24.222530] RTL871X: cfg80211_rtw_get_txpower
[   24.230493] RTL871X: module init ret=0

6)   网络设备wlan0也已经出现
# ifconfig
wlan0     Link encap:Ethernet  HWaddr 00:E0:4C:6D:31:3E
          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)

7)当时使用wpa_supplicant 进行连接是总是不成功,不停输出下信息

# wpa_supplicant -Dnl80211 -iwlan0 -c/etc/wpa_supplicant.conf&
# Successfully initialized wpa_supplicant
[ 2051.464162] RTL871X: cfg80211_rtw_get_txpower
[ 2051.469478] RTL871X: cfg80211_rtw_get_txpower
[ 2051.475753] RTL871X: cfg80211_rtw_get_txpower
[ 2051.481984] RTL871X: cfg80211_rtw_get_txpower
rfkill: Cannot open RFKILL contr[ 2051.494551] RTL871X: cfg80211_rtw_get_txpower
ol device
[ 2051.529882] RTL871X: cfg80211_rtw_flush_pmksa(wlan0)
[ 2051.636522] RTL871X: cfg80211_rtw_scan(wlan0)
[ 2051.641542] RTL871X: _rtw_pwr_wakeup call ips_leave....
[ 2051.647939] RTL871X: ==>ips_leave cnts:6
[ 2051.652343] RTL871X: ===>  rtw_ips_pwr_up..............
[ 2051.658780] RTL871X: ===> ips_netdrv_open.........
[ 2051.664412] RTL871X: FW does not exist before power on!!
[ 2051.671744] RTL871X: SetHwReg8188F: hci_sus_state=1
[ 2051.679945] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=1
[ 2051.685440] RTL871X: SetHwReg8188F: hci_sus_state=2
[ 2051.691899] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[ 2051.699529] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[ 2051.708697] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[ 2051.714166] RTL871X: Power on ok!
[ 2051.718729] RTL871X: rtl8188f_FirmwareDownload(wlan0) tmp_ps=3
[ 2051.725272] RTL871X: rtl8188f_FirmwareDownload fw: FW_NIC, size: 21020
[ 2051.733196] RTL871X: rtl8188f_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x88f1, Month=08, Date=22, Hour=17, Minute=36
[ 2051.745919] RTL871X: rtl8188f_FirmwareDownload(): Shift for fw header!
[ 2051.753712] RTL871X: rtl8188f_FirmwareDownload by IO write!
[ 2051.974275] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050505
[ 2051.984529] RTL871X: _8051Reset8188: Finish
[ 2051.999904] RTL871X: _FWFreeToGo: Polling FW ready OK! (111, 20ms), REG_MCUFWDL:0x000505c6
[ 2052.009259] RTL871X: rtl8188f_FirmwareDownload: DLFW OK !
[ 2052.015317] RTL871X: rtl8188f_FirmwareDownload success. write_fw:1, 260ms
[ 2052.023675] RTL871X:  <=== rtl8188f_FirmwareDownload()
[ 2052.029899] RTL871X: HalDetectPwrDownMode(): PDN=0
[ 2052.035275] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
[ 2052.532918] RTL871X: #### hw_var_set_opmode() -4815 iface_type(0) mode = 2 ####
[ 2052.541354] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:1
[ 2052.552430] RTL871X: kfree gain_offset 0x55:0x82060
[ 2052.553335] RTL871X:  after :0x86070
[ 2052.563702] RTL871X: <===  rtw_ips_pwr_up.............. in 910ms
[ 2052.571155] RTL871X: nolinked power save leave
[ 2052.576275] RTL871X: ==> ips_leave.....LED(0x01028282)...
[ 2052.582943] RTL871X: rtw_cfg80211_set_probe_req_wpsp2pie(wlan0) listen channel - country:XX, class:81, ch:1
[ 2054.331173] RTL871X: survey done event(0) band:0 for wlan0
[ 2054.337351] RTL871X: rtw_indicate_scan_done(wlan0)
[ 2054.352310] RTL871X: ==>rtw_ps_processor .fw_state(8)
[ 2054.358069] RTL871X: ==>ips_enter cnts:7
[ 2054.362490] RTL871X: nolinked power save enter
[ 2054.368183] RTL871X: ===> rtw_ips_pwr_down...................
[ 2054.374632] RTL871X: ====> rtw_ips_dev_unload...
[ 2054.391263] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=0
[ 2054.396740] RTL871X: SetHwReg8188F: hci_sus_state=3
[ 2054.403599] RTL871X: SetHwReg8188F: hci_sus_state=0
[ 2054.409513] RTL871X: <=== rtw_ips_pwr_down..................... in 40ms
[ 2059.350332] RTL871X: cfg80211_rtw_scan(wlan0)
[ 2059.355229] RTL871X: _rtw_pwr_wakeup call ips_leave....
[ 2059.361921] RTL871X: ==>ips_leave cnts:7
[ 2059.366314] RTL871X: ===>  rtw_ips_pwr_up..............
[ 2059.372823] RTL871X: ===> ips_netdrv_open.........
[ 2059.378867] RTL871X: FW does not exist before power on!!
[ 2059.385615] RTL871X: SetHwReg8188F: hci_sus_state=1
[ 2059.394109] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=1
[ 2059.399977] RTL871X: SetHwReg8188F: hci_sus_state=2
[ 2059.405788] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[ 2059.413594] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[ 2059.422772] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[ 2059.428636] RTL871X: Power on ok!
[ 2059.432669] RTL871X: rtl8188f_FirmwareDownload(wlan0) tmp_ps=3
[ 2059.439816] RTL871X: rtl8188f_FirmwareDownload fw: FW_NIC, size: 21020
[ 2059.447137] RTL871X: rtl8188f_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x88f1, Month=08, Date=22, Hour=17, Minute=36
[ 2059.459969] RTL871X: rtl8188f_FirmwareDownload(): Shift for fw header!
[ 2059.467310] RTL871X: rtl8188f_FirmwareDownload by IO write!
[ 2059.689930] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050505
[ 2059.700175] RTL871X: _8051Reset8188: Finish
[ 2059.715497] RTL871X: _FWFreeToGo: Polling FW ready OK! (109, 10ms), REG_MCUFWDL:0x000505c6
[ 2059.724808] RTL871X: rtl8188f_FirmwareDownload: DLFW OK !
[ 2059.731398] RTL871X: rtl8188f_FirmwareDownload success. write_fw:1, 270ms
[ 2059.739539] RTL871X:  <=== rtl8188f_FirmwareDownload()
[ 2059.745309] RTL871X: HalDetectPwrDownMode(): PDN=0
[ 2059.751269] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
[ 2060.306510] RTL871X: #### hw_var_set_opmode() -4815 iface_type(0) mode = 2 ####
[ 2060.315079] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:1
[ 2060.326178] RTL871X: kfree gain_offset 0x55:0x82060
[ 2060.327094] RTL871X:  after :0x86070
[ 2060.337520] RTL871X: <===  rtw_ips_pwr_up.............. in 980ms
[ 2060.344274] RTL871X: nolinked power save leave
[ 2060.350363] RTL871X: ==> ips_leave.....LED(0x01028282)...
[ 2062.091206] RTL871X: survey done event(0) band:0 for wlan0
[ 2062.097490] RTL871X: rtw_indicate_scan_done(wlan0)
[ 2062.113136] RTL871X: ==>rtw_ps_processor .fw_state(8)
[ 2062.119061] RTL871X: ==>ips_enter cnts:8
[ 2062.123454] RTL871X: nolinked power save enter
[ 2062.129160] RTL871X: ===> rtw_ips_pwr_down...................
[ 2062.135608] RTL871X: ====> rtw_ips_dev_unload...
[ 2062.152211] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=0
[ 2062.157718] RTL871X: SetHwReg8188F: hci_sus_state=3
[ 2062.163979] RTL871X: SetHwReg8188F: hci_sus_state=0
[ 2062.170225] RTL871X: <=== rtw_ips_pwr_down..................... in 40ms

请大家帮忙看一下,给一点建议,谢谢

离线

楼主 #1 2022-06-28 15:53:17

zhongtao1701
会员
注册时间: 2022-02-05
已发帖子: 29
积分: 20

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

如果停止和启动wlan0, 也会有以下提示

# ifconfig wlan0 down
[ 2170.385025] RTL871X: -871x_drv - drv_close, bup=1
# ifconfig wlan0 up
[ 2174.191120] RTL871X: +871x_drv - drv_open, bup=1
[ 2174.196313] RTL871X: -871x_drv - drv_open, bup=1
[ 2174.202458] RTL871X: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1
#

离线

楼主 #2 2022-06-28 20:49:17

zhongtao1701
会员
注册时间: 2022-02-05
已发帖子: 29
积分: 20

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

进展:只拷贝更新后sun20i-mangopi-mq-linux.dtb到sdcard, 其实是不生效的,重新烧录sdcard.img, 可以看到PG12,PG10和PG15是生效的

[    1.335069] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not  found, using dummy regulator
[    1.346428] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9
[    1.353737] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed
[    1.361115] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed
[    1.368573] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1)
[    1.375094] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power.
[    1.382149] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1
[    1.390121] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1
[    1.398323] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled
[    1.406125] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power.
[    1.412947] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=207 assert=0
[    1.421049] [ADDR_MGT] addr_mgt_probe: module version: v1.0.10
[    1.429090] [ADDR_MGT] addr_mgt_probe: success.
[    1.435474] sunxi-spinand: AW SPINand MTD Layer Version: 2.0 20201228

但是使用wpa_supplicant进行连接,问题依旧失败,不停提示
[  814.954970] RTL871X: _rtw_pwr_wakeup call ips_leave....
[  814.961602] RTL871X: ==>ips_leave cnts:85
[  814.966096] RTL871X: ===>  rtw_ips_pwr_up..............
[  814.972679] RTL871X: ===> ips_netdrv_open.........
[  814.978754] RTL871X: FW does not exist before power on!!
[  814.985536] RTL871X: SetHwReg8188F: hci_sus_state=1
[  814.993996] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=1
[  814.999914] RTL871X: SetHwReg8188F: hci_sus_state=2
[  815.005729] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[  815.013463] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the sa
-[  815.022875] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[  815.028729] RTL871X: Power on ok!
[  815.032752] RTL871X: rtl8188f_FirmwareDownload(wlan0) tmp_ps=3
[  815.039856] RTL871X: rtl8188f_FirmwareDownload fw: FW_NIC, size: 21020
[  815.047213] RTL871X: rtl8188f_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x887, Minute=36
[  815.060187] RTL871X: rtl8188f_FirmwareDownload(): Shift for fw header!
[  815.067961] RTL871X: rtl8188f_FirmwareDownload by IO write!
[  815.310784] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUF
[  815.321103] RTL871X: _8051Reset8188: Finish
[  815.336435] RTL871X: _FWFreeToGo: Polling FW ready OK! (101, 10ms), REG_MCUFWDL:
[  815.345831] RTL871X: rtl8188f_FirmwareDownload: DLFW OK !
[  815.352519] RTL871X: rtl8188f_FirmwareDownload success. write_fw:1, 280ms
[  815.360735] RTL871X:  <=== rtl8188f_FirmwareDownload()
[  815.366508] RTL871X: HalDetectPwrDownMode(): PDN=0
[  815.372440] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
9 [  815.902927] RTL871X: #### hw_var_set_opmode() -4815 iface_type(0) mode = 2 ###
[  815.911305] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0
[  815.922236] RTL871X: kfree gain_offset 0x55:0x82060
[  815.923195] RTL871X:  after :0x86070
[  815.933513] RTL871X: <===  rtw_ips_pwr_up.............. in 970ms
[  815.940937] RTL871X: nolinked power save leave
[  815.946085] RTL871X: ==> ips_leave.....LED(0x01028282)...
238
# [  817.691731] RTL871X: survey done event(0) band:0 for wlan0
[  817.707451] RTL871X: rtw_indicate_scan_done(wlan0)
[  817.738107] RTL871X: ==>rtw_ps_processor .fw_state(8)
[  817.743778] RTL871X: ==>ips_enter cnts:86
[  817.757437] RTL871X: nolinked power save enter
[  817.762416] RTL871X: ===> rtw_ips_pwr_down...................
[  817.787425] RTL871X: ====> rtw_ips_dev_unload...
[  817.828475] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=0
[  817.833941] RTL871X: SetHwReg8188F: hci_sus_state=3
[  817.858367] RTL871X: SetHwReg8188F: hci_sus_state=0
[  817.863836] RTL871X: <=== rtw_ips_pwr_down..................... in 100ms

离线

楼主 #3 2022-06-28 22:06:35

zhongtao1701
会员
注册时间: 2022-02-05
已发帖子: 29
积分: 20

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

一点新线索

https://debugdump.com/topic/1427/%E6%B7%98%E5%AE%9D%E6%8A%93%E4%BA%86%E5%8F%AA%E7%83%82%E9%BA%BB%E9%9B%80-mq/2?_=1656421718464&lang=zh-CN

其中提到 wifi_efuse_8189fs.map is not readable 传说中的efuse被冲了?

在log可以看到是相同的现象
...
[   23.622938] RTL871X: rtw_read_efuse_from_file /system/etc/wifi/wifi_efuse_8189fs.map is not readable
[   23.633761] RTL871X: ERROR invalid phy efuse and read from file fail, will use driver default!!
[   23.643889] RTL871X: EEPROM ID(0xffff) is invalid!!

处理的方法是需要跟换wifi模块, 看起来有点麻烦

离线

楼主 #4 2022-06-29 13:32:30

zhongtao1701
会员
注册时间: 2022-02-05
已发帖子: 29
积分: 20

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

在log可以看到如果读efuse失败,它会尝试从文件系统加载

[   23.622938] RTL871X: rtw_read_efuse_from_file /system/etc/wifi/wifi_efuse_8189fs.map is not readable
[   23.633761] RTL871X: ERROR invalid phy efuse and read from file fail, will use driver default!!
[   23.643889] RTL871X: EEPROM ID(0xffff) is invalid!!

在https://whycan.com/t_6229.html,他的log输出了一个完整eFuse数据, 把这些数据存成文件
放置在文件系统中 /system/etc/wifi/wifi_efuse_8189fs.map, 重新启动, efuse 数据似乎能正确
加载了, 下面是它的log

[   24.946103] FF
[   24.948907] FF
[   24.950867] FF
[   24.954662]
[   24.956543] RTL871X: hal_EfuseSwitchToBank: Efuse switch bank to 0
[   25.013459] RTL871X: hal_ReadEFuse_WiFi: data end at address=0x98
[   25.020427] RTL871X: hal_com_config_channel_plan chplan:0x20
[   25.027238] RTL871X: kfree flag:1

但是,当尝试连接时,问题依旧存在

# wpa_supplicant -Dnl80211 -iwlan0 -c/etc/wpa_supplicant.conf&
# Successfully initialized wpa_supplicant
[  144.854258] RTL871X: cfg80211_rtw_get_txpower
[  144.859552] RTL871X: cfg80211_rtw_get_txpower
[  144.865824] RTL871X: cfg80211_rtw_get_txpower
[  144.872657] RTL871X: cfg80211_rtw_get_txpower
rfkill: Cannot open RFKILL contr[  144.887036] RTL871X: cfg80211_rtw_get_txpower
ol device
[  144.929954] RTL871X: cfg80211_rtw_flush_pmksa(wlan0)
[  145.036769] RTL871X: cfg80211_rtw_scan(wlan0)
[  145.041837] RTL871X: _rtw_pwr_wakeup call ips_leave....
[  145.048225] RTL871X: ==>ips_leave cnts:1
[  145.052624] RTL871X: ===>  rtw_ips_pwr_up..............
[  145.059048] RTL871X: ===> ips_netdrv_open.........
[  145.064681] RTL871X: FW does not exist before power on!!
[  145.071989] RTL871X: SetHwReg8188F: hci_sus_state=1
[  145.080261] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=1
[  145.085752] RTL871X: SetHwReg8188F: hci_sus_state=2
[  145.092193] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[  145.099804] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[  145.109003] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[  145.114466] RTL871X: Power on ok!
[  145.119019] RTL871X: rtl8188f_FirmwareDownload(wlan0) tmp_ps=3
[  145.125551] RTL871X: rtl8188f_FirmwareDownload fw: FW_NIC, size: 21020
[  145.133515] RTL871X: rtl8188f_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x88f1, Month=08, Date=22, Hour=17, Minute=36
[  145.146210] RTL871X: rtl8188f_FirmwareDownload(): Shift for fw header!
[  145.154010] RTL871X: rtl8188f_FirmwareDownload by IO write!
[  145.397058] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050505
[  145.407957] RTL871X: _8051Reset8188: Finish
[  145.423302] RTL871X: _FWFreeToGo: Polling FW ready OK! (109, 20ms), REG_MCUFWDL:0x000505c6
[  145.432704] RTL871X: rtl8188f_FirmwareDownload: DLFW OK !
[  145.439299] RTL871X: rtl8188f_FirmwareDownload success. write_fw:1, 290ms
[  145.446978] RTL871X:  <=== rtl8188f_FirmwareDownload()
[  145.453335] RTL871X: HalDetectPwrDownMode(): PDN=0
[  145.459143] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
[  145.965860] RTL871X: #### hw_var_set_opmode() -4815 iface_type(0) mode = 2 ####
[  145.974268] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:1
[  145.985199] RTL871X: kfree gain_offset 0x55:0x82060
[  145.986165] RTL871X:  after :0x86070
[  145.996690] RTL871X: <===  rtw_ips_pwr_up.............. in 940ms
[  146.003840] RTL871X: nolinked power save leave
[  146.009480] RTL871X: ==> ips_leave.....LED(0x01028282)...
[  146.015557] RTL871X: rtw_cfg80211_set_probe_req_wpsp2pie(wlan0) listen channel - country:XX, class:81, ch:6
[  147.761455] RTL871X: survey done event(0) band:0 for wlan0
[  147.767685] RTL871X: rtw_indicate_scan_done(wlan0)
[  147.783290] RTL871X: ==>rtw_ps_processor .fw_state(8)
[  147.789090] RTL871X: ==>ips_enter cnts:2
[  147.793457] RTL871X: nolinked power save enter
[  147.799135] RTL871X: ===> rtw_ips_pwr_down...................
[  147.805675] RTL871X: ====> rtw_ips_dev_unload...
[  147.822517] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=0
[  147.828020] RTL871X: SetHwReg8188F: hci_sus_state=3
[  147.834357] RTL871X: SetHwReg8188F: hci_sus_state=0
[  147.840496] RTL871X: <=== rtw_ips_pwr_down..................... in 40ms
[  152.779856] RTL871X: cfg80211_rtw_scan(wlan0)
[  152.784742] RTL871X: _rtw_pwr_wakeup call ips_leave....
[  152.791432] RTL871X: ==>ips_leave cnts:2
[  152.795844] RTL871X: ===>  rtw_ips_pwr_up..............
[  152.802341] RTL871X: ===> ips_netdrv_open.........
[  152.808329] RTL871X: FW does not exist before power on!!
[  152.815240] RTL871X: SetHwReg8188F: hci_sus_state=1
[  152.823708] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=1
[  152.829582] RTL871X: SetHwReg8188F: hci_sus_state=2
[  152.835395] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[  152.843252] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[  152.852344] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[  152.858193] RTL871X: Power on ok!
[  152.862262] RTL871X: rtl8188f_FirmwareDownload(wlan0) tmp_ps=3
[  152.869355] RTL871X: rtl8188f_FirmwareDownload fw: FW_NIC, size: 21020
[  152.876643] RTL871X: rtl8188f_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x88f1, Month=08, Date=22, Hour=17, Minute=36
[  152.889510] RTL871X: rtl8188f_FirmwareDownload(): Shift for fw header!
[  152.896817] RTL871X: rtl8188f_FirmwareDownload by IO write!
[  153.142751] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050505
[  153.152972] RTL871X: _8051Reset8188: Finish
[  153.168315] RTL871X: _FWFreeToGo: Polling FW ready OK! (108, 20ms), REG_MCUFWDL:0x000505c6
[  153.177667] RTL871X: rtl8188f_FirmwareDownload: DLFW OK !
[  153.183713] RTL871X: rtl8188f_FirmwareDownload success. write_fw:1, 290ms
[  153.192111] RTL871X:  <=== rtl8188f_FirmwareDownload()
[  153.198266] RTL871X: HalDetectPwrDownMode(): PDN=0
[  153.203630] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
[  153.706052] RTL871X: #### hw_var_set_opmode() -4815 iface_type(0) mode = 2 ####
[  153.714453] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:1
[  153.725672] RTL871X: kfree gain_offset 0x55:0x82060
[  153.726625] RTL871X:  after :0x86070
[  153.736992] RTL871X: <===  rtw_ips_pwr_up.............. in 940ms
[  153.744503] RTL871X: nolinked power save leave
[  153.750033] RTL871X: ==> ips_leave.....LED(0x01028282)...
[  155.491458] RTL871X: survey done event(0) band:0 for wlan0
[  155.497725] RTL871X: rtw_indicate_scan_done(wlan0)
[  155.513298] RTL871X: ==>rtw_ps_processor .fw_state(8)
[  155.519094] RTL871X: ==>ips_enter cnts:3
[  155.523467] RTL871X: nolinked power save enter
[  155.529265] RTL871X: ===> rtw_ips_pwr_down...................
[  155.535720] RTL871X: ====> rtw_ips_dev_unload...
[  155.552563] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=0
[  155.558054] RTL871X: SetHwReg8188F: hci_sus_state=3
[  155.564382] RTL871X: SetHwReg8188F: hci_sus_state=0
[  155.570531] RTL871X: <=== rtw_ips_pwr_down..................... in 40ms

# wpa_[  160.509836] RTL871X: cfg80211_rtw_scan(wlan0)
[  160.514730] RTL871X: _rtw_pwr_wakeup call ips_leave....
[  160.521404] RTL871X: ==>ips_leave cnts:3
[  160.525831] RTL871X: ===>  rtw_ips_pwr_up..............
[  160.532329] RTL871X: ===> ips_netdrv_open.........
[  160.538423] RTL871X: FW does not exist before power on!!
[  160.545196] RTL871X: SetHwReg8188F: hci_sus_state=1
[  160.553719] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=1
[  160.559590] RTL871X: SetHwReg8188F: hci_sus_state=2
[  160.565400] RTL871X: PowerOnCheck: val_mix:0x0000063f, res:0x0000063f
[  160.573343] RTL871X: PowerOnCheck: 0x100 the result of cmd52 and cmd53 is the same.
[  160.582471] RTL871X: PowerOnCheck: 0x1B8 test Pass.
[  160.588326] RTL871X: Power on ok!
[  160.592348] RTL871X: rtl8188f_FirmwareDownload(wlan0) tmp_ps=3
[  160.599481] RTL871X: rtl8188f_FirmwareDownload fw: FW_NIC, size: 21020
[  160.606797] RTL871X: rtl8188f_FirmwareDownload: fw_ver=4 fw_subver=0000 sig=0x88f1, Month=08, Date=22, Hour=17, Minute=36
[  160.619672] RTL871X: rtl8188f_FirmwareDownload(): Shift for fw header!
[  160.626982] RTL871X: rtl8188f_FirmwareDownload by IO write!
[  160.872588] RTL871X: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050505
[  160.882826] RTL871X: _8051Reset8188: Finish
[  160.898224] RTL871X: _FWFreeToGo: Polling FW ready OK! (109, 20ms), REG_MCUFWDL:0x000505c6
[  160.907564] RTL871X: rtl8188f_FirmwareDownload: DLFW OK !
[  160.913605] RTL871X: rtl8188f_FirmwareDownload success. write_fw:1, 290ms
[  160.921988] RTL871X:  <=== rtl8188f_FirmwareDownload()
[  160.928139] RTL871X: HalDetectPwrDownMode(): PDN=0
c[  160.933723] RTL871X: Set RF Chip ID to RF_6052 and RF type to 3.
li[  161.435968] RTL871X: #### hw_var_set_opmode() -4815 iface_type(0) mode = 2 ####
[  161.444450] RTL871X: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:1
[  161.455593] RTL871X: kfree gain_offset 0x55:0x82060
[  161.456545] RTL871X:  after :0x86070
[  161.466909] RTL871X: <===  rtw_ips_pwr_up.............. in 940ms
[  161.474420] RTL871X: nolinked power save leave
[  161.479954] RTL871X: ==> ips_leave.....LED(0x01028282)...

离线

楼主 #5 2022-06-29 15:34:56

zhongtao1701
会员
注册时间: 2022-02-05
已发帖子: 29
积分: 20

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

最后,测试了一下晕哥的支持wifi的版本,现象依旧,确实可能是需要跟换wifi模块

https://bbs.aw-ol.com/topic/791/%E8%8A%92%E6%9E%9C%E6%B4%BE%E9%BA%BB%E9%9B%80%E5%88%B0%E6%89%8B%E8%AF%95%E7%8E%A9/24,  芒果派麻雀固件,支持WIFI 2021-12-19.7z

#> wifi_connect_ap_test xxxx xxxx

get scan results is null
Disconnected,the reason:WSE_NETWORK_NOT_EXIST
Wifi connect ap :[  103.734586] RTL871X: ==>rtw_ps_processor .fw_state(8) Failure!
root@TinaLinux:/# [  103.740775] RTL871X: ==>ips_enter cnts:5
[  103.747833] RTL871X: nolinked power save enter
[  103.752795] RTL871X: ===> rtw_ips_pwr_down...................
[  103.759525] RTL871X: ====> rtw_ips_dev_unload...
[  103.776203] RTL871X: SetHwReg8188F: bMacPwrCtrlOn=0
[  103.781831] RTL871X: SetHwReg8188F: hci_sus_state=3
[  103.788230] RTL871X: SetHwReg8188F: hci_sus_state=0
[  103.793929] RTL871X: <=== rtw_ips_pwr_down..................... in 50ms

无法连接成功, RTL8189 模块确实问题比较多,我还有另外一块MQ-R(T113) 板子,它的EFUSE 也是冲掉了

离线

#6 2022-08-24 16:05:44

mango
会员
所在地: 芒果派
注册时间: 2017-12-02
已发帖子: 779
积分: 730

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

快联系我换货。 771992497
另外,fae那边说新驱动可大概率规避这个问题,Tina-Linux里边的8189已经是5.11.x了。你这个驱动很老。






歪朵拉开源硬件: https://widora.cn
淘宝:  https://widora.taobao.com/

离线

#7 2023-03-07 22:03:53

mango
会员
所在地: 芒果派
注册时间: 2017-12-02
已发帖子: 779
积分: 730

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

刷我们官方镜像 https://mangopi.org/mqr  ,这里的新wifi驱动应该会自动修复efuse。






歪朵拉开源硬件: https://widora.cn
淘宝:  https://widora.taobao.com/

离线

#8 2023-03-07 22:34:02

mango
会员
所在地: 芒果派
注册时间: 2017-12-02
已发帖子: 779
积分: 730

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

x▒[53]HELLO! BOOT0 is starting!
[56]BOOT0 commit : adaf1174cc
[59]set pll start
[61]fix vccio detect value:0xc0
[68]periph0 has been enabled
[71]set pll end
[72][pmu]: bus read error
[75]board init ok
[77]ZQ value = 0x2e
[79]get_pmu_exist() = -1
[81]ddr_efuse_type: 0xa
[84]trefi:7.8ms
[86][AUTO DEBUG] single rank and full DQ!
[90]ddr_efuse_type: 0xa
[93]trefi:7.8ms
[95][AUTO DEBUG] rank 0 row = 13
[98][AUTO DEBUG] rank 0 bank = 8
[101][AUTO DEBUG] rank 0 page size = 2 KB
[106]DRAM BOOT DRIVE INFO: V0.33
[109]DRAM CLK = 936 MHz
[111]DRAM Type = 3 (2:DDR2,3:DDR3)
[114]DRAMC read ODT  off.
[117]DRAM ODT value: 0x42.
[120]ddr_efuse_type: 0xa
[123]DRAM SIZE =128 M
[125]dram_tpr4:0x0
[127]PLL_DDR_CTRL_REG:0xf8004d00
[130]DRAM_CLK_REG:0xc0000000
[133][TIMING DEBUG] MR2= 0x20
[141]DRAM simple test OK.
[143]rtc standby flag is 0x0, super standby flag is 0x0
[148]dram size =128
[151]card no is 0
[153]sdcard 0 line count 4
[155][mmc]: mmc driver ver 2021-05-21 14:47
[165][mmc]: Wrong media type 0x0
[168][mmc]: ***Try SD card 0***
[177][mmc]: HSSDR52/SDR25 4 bit
[180][mmc]: 50000000 Hz
[182][mmc]: 30474 MB
[184][mmc]: ***SD/MMC 0 init OK!!!***
[275]Loading boot-pkg Succeed(index=0).
[278]Entry_name        = u-boot
[285]Entry_name        = optee
[289]Entry_name        = dtb
[292]mmc not para
[294]Jump to second Boot.
M/TC: OP-TEE version: 6aef7bb2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #1 Fri Ju                                            l 23 09:25:11 UTC 2021 arm


U-Boot 2018.05-g2a1965a (Jul 10 2022 - 02:50:57 +0000) Allwinner Technology

[00.347]CPU:   Allwinner Family
[00.350]Model: sun8iw20
[00.352]DRAM:  128 MiB
[00.355]Relocation Offset is: 04ebc000
[00.381]secure enable bit: 0
[00.383]smc_tee_inform_fdt failed with: -65526[00.387]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=10                                            0Mhz  MBus=300Mhz
[00.394]gic: sec monitor mode
[00.396]flash init start
[00.398]workmode = 0,storage type = 1
[00.402][mmc]: mmc driver ver uboot2018:2021-12-20 13:35:00
[00.407][mmc]: get sdc_type fail and use default host:tm1.
[00.413][mmc]: can't find node "mmc0",will add new node
[00.418][mmc]: fdt err returned <no error>
[00.422][mmc]: Using default timing para
[00.426][mmc]: SUNXI SDMMC Controller Version:0x50310
[00.443][mmc]: card_caps:0x3000000a
[00.447][mmc]: host_caps:0x3000003f
[00.450]sunxi flash init ok
[00.453]line:703 init_clocks
[00.456]drv_disp_init
request pwm success, pwm7:pwm7:0x2000c00.
fdt get node offset faill: hdmi
[00.472]unable to map hdmi registers
[00.475]drv_disp_init finish
[00.484]Loading Environment from SUNXI_FLASH... OK
[00.503]boot_gui_init:start
[00.506]set disp.dev2_output_type fail. using defval=0
[00.512]boot_gui_init:finish
partno erro : can't find partition bootloader
54 bytes read in 1 ms (52.7 KiB/s)
[00.523]bmp_name=bootlogo.bmp size 38454
38454 bytes read in 3 ms (12.2 MiB/s)
[00.535]Item0 (Map) magic is bad
[00.538]the secure storage item0 copy0 magic is bad
[00.543]Item0 (Map) magic is bad
[00.546]the secure storage item0 copy1 magic is bad
[00.550]Item0 (Map) magic is bad
[00.553]out of usb burn from boot: not need burn key
List file under ULI/factory
** Unrecognized filesystem type **
root_partition is rootfs
set root to /dev/mmcblk0p5
[00.569]update part info
[00.572]update bootcmd
[00.575]change working_fdt 0x43e7be70 to 0x43e5be70
disable nand error: FDT_ERR_BADPATH
[00.596]update dts
Hit any key to stop autoboot:  1 FDT ERROR:get muxsel err returned FDT_ERR_INTERNAL
sunxi_pwm_pin_set_state, fdt_set_all_pin, ret=-1
[00.702]LCD open finish                                                                           0
[01.764]no vendor_boot partition is found
Android's image name: t113-evb1
[01.774]Starting kernel ...

[01.777][mmc]: MMC Device 2 not found
[01.780][mmc]: mmc 2 not find, so not exit
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.61 (mango@vbox) (arm-openwrt-linux-muslgnueabi-gcc.bin (OpenWrt/Lin                                            aro GCC 6.4-2017.11 2017-11) 6.4.1, GNU ld (GNU Binutils) 2.27) #32 SMP PREEMPT Wed Aug 10 15:39:32                                             UTC 2022
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: sun8iw20
[    0.000000] printk: bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 4 MiB at 0x47c00000
[    0.000000] On node 0 totalpages: 32768
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 15 pages/cpu s30348 r8192 d22900 u61440
[    0.000000] pcpu-alloc: s30348 r8192 d22900 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_deb                                            ug=0 console=ttyS0,115200 rootdelay=2 loglevel=8 root=/dev/mmcblk0p5 init=/pseudo_init partitions=bo                                            ot-resource@mmcblk0p1:env@mmcblk0p2:env-redund@mmcblk0p3:boot@mmcblk0p4:rootfs@mmcblk0p5:private@mmc                                            blk0p6:rootfs_data@mmcblk0p7:UDISK@mmcblk0p8 cma=4M snum= mac_addr= wifi_mac= bt_mac= specialstr= gp                                            t=1 androidboot.mode=normal androidboot.hardware=sun8iw20p1 boot_type=1 androidboot.boot_type=1 gpt=                                            1 uboot_message=2018.05-g2a1965a(07/10/2022-02:50:57) mbr_offset=1032192 disp_reserve=1536000,0x43f0                                            6000 androidboot.dramsize=128
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 106084K/131072K available (6144K kernel code, 279K rwdata, 1468K rodata, 1024                                            K init, 1161K bss, 20892K reserved, 4096K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x26c/0x3ec with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_id                                            le_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008007] Switching to timer-based delay loop, resolution 41ns
[    0.014175] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949                                             ns
[    0.023858] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 Bogo                                            MIPS (lpj=240000)
[    0.034199] pid_max: default: 32768 minimum: 301
[    0.038943] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.046276] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.054594] CPU: Testing write buffer coherency: ok
[    0.059794] /cpus/cpu@0 missing clock-frequency property
[    0.065119] /cpus/cpu@1 missing clock-frequency property
[    0.070452] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.076589] Setting up static identity map for 0x40100000 - 0x40100060
[    0.083239] rcu: Hierarchical SRCU implementation.
[    0.088433] smp: Bringing up secondary CPUs ...
[    0.094067] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.094186] smp: Brought up 1 node, 2 CPUs
[    0.103971] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.110149] CPU: All CPU(s) started in SVC mode.
[    0.115233] devtmpfs: initialized
[    0.129385] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.137504] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 191126044                                            62750000 ns
[    0.147609] pinctrl core: initialized pinctrl subsystem
[    0.153710] NET: Registered protocol family 16
[    0.159634] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.195236] rtc_ccu: sunxi ccu init OK
[    0.201310] ccu: sunxi ccu init OK
[    0.205128] r_ccu: sunxi ccu init OK
[    0.227725] iommu: Default domain type: Translated
[    0.232769] sunxi iommu: irq = 24
[    0.236941] SCSI subsystem initialized
[    0.240867] usbcore: registered new interface driver usbfs
[    0.246387] usbcore: registered new interface driver hub
[    0.251802] usbcore: registered new device driver usb
[    0.257622] Advanced Linux Sound Architecture Driver Initialized.
[    0.264294] Bluetooth: Core ver 2.22
[    0.267917] NET: Registered protocol family 31
[    0.272354] Bluetooth: HCI device and connection manager initialized
[    0.278741] Bluetooth: HCI socket layer initialized
[    0.283641] Bluetooth: L2CAP socket layer initialized
[    0.288701] Bluetooth: SCO socket layer initialized
[    0.293804] pwm module init!
[    0.297876] g2d 5410000.g2d: Adding to iommu group 0
[    0.303159] G2D: rcq version initialized.major:252
[    0.308756] clocksource: Switched to clocksource arch_sys_counter
[    0.323293] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver
[    0.332570] NET: Registered protocol family 2
[    0.337487] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.345914] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.353620] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.360703] TCP: Hash tables configured (established 1024 bind 1024)
[    0.367164] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.373743] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.380921] NET: Registered protocol family 1
[    0.386238] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator
[    0.396542] spi spi0: spi0 supply spi not found, using dummy regulator
[    0.403260] sunxi_spi_resource_get()2116 - [spi0] SPI MASTER MODE
[    0.409399] sunxi_spi_resource_get()2154 - Failed to get sample mode
[    0.415761] sunxi_spi_resource_get()2159 - Failed to get sample delay
[    0.422216] sunxi_spi_resource_get()2163 - sample_mode:-1431633921 sample_delay:-1431633921
[    0.430643] sunxi_spi_clk_init()2205 - [spi0] mclk 100000000
[    0.436891] sunxi_spi_probe()2623 - [spi0]: driver probe succeed, base c881f000, irq 39
[    0.446496] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    0.457072] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.463094] ntfs: driver 2.1.32 [Flags: R/W].
[    0.496774] io scheduler mq-deadline registered
[    0.501329] io scheduler kyber registered
[    0.506371] [DISP]disp_module_init
[    0.510310] disp 5000000.disp: Adding to iommu group 0
[    0.515936] [DISP] parser_disp_init_para,line:1430:
[    0.515939] of_property_read fb0_width fail
[    0.525026] [DISP] disp_init,line:2386:
[    0.525030] smooth display screen:0 type:1 mode:4
[    0.549680] display_fb_request,fb_id:0
[    0.555745] Freeing logo buffer memory: 1500K
[    0.560636] disp_al_manager_apply ouput_type:1
[    0.565296] sunxi_pwm_enable_dual: can't parse pwm device
[    0.569060] [DISP]disp_module_init finish
[    0.575746] sunxi_sid_init()551 - insmod ok
[    0.580923] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator
[    0.591114] uart uart0: uart0 supply uart not found, using dummy regulator
[    0.598249] uart0: ttyS0 at MMIO 0x2500000 (irq = 34, base_baud = 1500000) is a SUNXI
[    0.606146] sw_console_setup()1808 - console setup baud 115200 parity n bits 8, flow n
[    0.614138] printk: console [ttyS0] enabled
[    0.614138] printk: console [ttyS0] enabled
[    0.623045] printk: bootconsole [earlycon0] disabled
[    0.623045] printk: bootconsole [earlycon0] disabled
[    0.634373] misc dump reg init
[    0.639001] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator
[    0.650218] sunxi-rfkill soc@3000000:rfkill@0: module version: v1.0.9
[    0.657479] sunxi-rfkill soc@3000000:rfkill@0: get gpio chip_en failed
[    0.664832] sunxi-rfkill soc@3000000:rfkill@0: get gpio power_en failed
[    0.672282] sunxi-rfkill soc@3000000:rfkill@0: wlan_busnum (1)
[    0.678841] sunxi-rfkill soc@3000000:rfkill@0: Missing wlan_power.
[    0.685787] sunxi-rfkill soc@3000000:rfkill@0: wlan clock[0] (32k-fanout1)
[    0.693541] sunxi-rfkill soc@3000000:rfkill@0: wlan_regon gpio=204 assert=1
[    0.701406] sunxi-rfkill soc@3000000:rfkill@0: wlan_hostwake gpio=202 assert=1
[    0.709546] sunxi-rfkill soc@3000000:rfkill@0: wakeup source is enabled
[    0.717177] sunxi-rfkill soc@3000000:rfkill@0: Missing bt_power.
[    0.723968] sunxi-rfkill soc@3000000:rfkill@0: bt clock[0] (32k-fanout1)
[    0.731520] sunxi-rfkill soc@3000000:rfkill@0: bt_rst gpio=207 assert=0
[    0.739534] [ADDR_MGT] addr_mgt_probe: module version: v1.0.11
[    0.746690] [ADDR_MGT] addr_mgt_probe: success.
[    0.752066] dma-buf: Running sanitycheck
[    0.756485] dma-buf: Running dma_fence
[    0.760750] sizeof(dma_fence)=48
[    0.764478] dma-buf: Running dma_fence/sanitycheck
[    0.769885] dma-buf: Running dma_fence/test_signaling
[    0.775562] dma-buf: Running dma_fence/test_add_callback
[    0.781565] dma-buf: Running dma_fence/test_late_add_callback
[    0.788010] dma-buf: Running dma_fence/test_rm_callback
[    0.793893] dma-buf: Running dma_fence/test_late_rm_callback
[    0.800252] dma-buf: Running dma_fence/test_status
[    0.805624] dma-buf: Running dma_fence/test_error
[    0.810916] dma-buf: Running dma_fence/test_wait
[    0.816095] dma-buf: Running dma_fence/test_wait_timeout
[    0.858770] dma-buf: Running dma_fence/test_stub
[    0.863967] dma-buf: Running dma_fence/race_signal_callback
[    0.938766] thread_signal_callback[0] completed 36767 passes, 103 misses
[    0.946314] thread_signal_callback[1] completed 36741 passes, 77 misses
[    1.018768] thread_signal_callback[0] completed 41374 passes, 41373 misses
[    1.026507] thread_signal_callback[1] completed 41340 passes, 41338 misses
[    1.034752] sunxi-spinand: AW SPINand MTD Layer Version: 2.3 20211223
[    1.042069] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306
[    1.053197] random: fast init done
[    1.234626] random: crng init done
[    2.048778] sunxi-spinand-phy: read id failed : -110
[    2.054368] spi-nand: probe of spi0.0 failed with error -110
[    2.060855] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.068188] sunxi-ehci: EHCI SUNXI driver
[    2.073155] get ehci1-controller wakeup-source is fail.
[    2.079145] sunxi ehci1-controller don't init wakeup source
[    2.085419] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xc0b61480, 0x:c8837000, irq_no:3a
[    2.097460] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply drvvbus not found, using dummy regulator
[    2.109977] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator
[    2.122236] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller
[    2.129521] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1
[    2.139566] sunxi-ehci 4200000.ehci1-controller: irq 58, io mem 0x04200000
[    2.168789] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00
[    2.177421] hub 1-0:1.0: USB hub found
[    2.181698] hub 1-0:1.0: 1 port detected
[    2.186681] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.193666] sunxi-ohci: OHCI SUNXI driver
[    2.198626] get ohci1-controller wakeup-source is fail.
[    2.204634] sunxi ohci1-controller don't init wakeup source
[    2.210904] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xc0b61710
[    2.220622] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply drvvbus not found, using dummy regulator
[    2.233110] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator
[    2.245330] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller
[    2.252620] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2
[    2.262522] sunxi-ohci 4200400.ohci1-controller: irq 59, io mem 0x04200400
[    2.343580] hub 2-0:1.0: USB hub found
[    2.347825] hub 2-0:1.0: 1 port detected
[    2.352951] i2c /dev entries driver
[    2.356938] sunxi cedar version 1.1
[    2.361071] sunxi-cedar 1c0e000.ve: Adding to iommu group 0
[    2.367383] VE: sunxi_cedar_probe power-domain init!!!
[    2.373188] VE: install start!!!
[    2.373188]
[    2.378690] VE: cedar-ve the get irq is 40
[    2.378690]
[    2.385160] VE: ve_debug_proc_info:901fd78c, data:9a6b38c1, lock:8efde653
[    2.385160]
[    2.394455] VE: install end!!!
[    2.394455]
[    2.399544] VE: sunxi_cedar_probe
[    2.403517] Bluetooth: HCI UART driver ver 2.3
[    2.408504] Bluetooth: HCI UART protocol H4 registered
[    2.414288] Bluetooth: HCI UART protocol BCSP registered
[    2.420267] Bluetooth: HCI UART protocol (null) registered
[    2.426417] Bluetooth: HCI Realtek H5 protocol initialized
[    2.434520] sunxi-mmc 4020000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.22 2021-12-20 15:40)
[    2.444548] sunxi-mmc 4020000.sdmmc: ***ctl-spec-caps*** 8
[    2.450766] sunxi-mmc 4020000.sdmmc: No vmmc regulator found
[    2.457125] sunxi-mmc 4020000.sdmmc: No vqmmc regulator found
[    2.463604] sunxi-mmc 4020000.sdmmc: No vdmmc regulator found
[    2.470074] sunxi-mmc 4020000.sdmmc: No vd33sw regulator found
[    2.476618] sunxi-mmc 4020000.sdmmc: No vd18sw regulator found
[    2.483172] sunxi-mmc 4020000.sdmmc: No vq33sw regulator found
[    2.489732] sunxi-mmc 4020000.sdmmc: No vq18sw regulator found
[    2.496709] sunxi-mmc 4020000.sdmmc: Got CD GPIO
[    2.502109] sunxi-mmc 4020000.sdmmc: set cd-gpios as 24M fail
[    2.508741] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.519936] sunxi-mmc 4020000.sdmmc: no vqmmc,Check if there is regulator
[    2.540081] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.564513] sunxi-mmc 4020000.sdmmc: detmode:gpio irq
[    2.570226] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.582347] sunxi-mmc 4021000.sdmmc: SD/MMC/SDIO Host Controller Driver(v4.22 2021-12-20 15:40)
[    2.592353] sunxi-mmc 4021000.sdmmc: ***ctl-spec-caps*** 8
[    2.593427] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.598548] sunxi-mmc 4021000.sdmmc: No vmmc regulator found
[    2.616495] sunxi-mmc 4021000.sdmmc: No vqmmc regulator found
[    2.622968] sunxi-mmc 4021000.sdmmc: No vdmmc regulator found
[    2.629437] sunxi-mmc 4021000.sdmmc: No vd33sw regulator found
[    2.629448] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.635979] sunxi-mmc 4021000.sdmmc: No vd18sw regulator found
[    2.654168] sunxi-mmc 4021000.sdmmc: No vq33sw regulator found
[    2.655423] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.660724] sunxi-mmc 4021000.sdmmc: No vq18sw regulator found
[    2.678919] sunxi-mmc 4021000.sdmmc: Cann't get pin bias hs pinstate,check if needed
[    2.688421] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.699652] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator
[    2.714016] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.723031] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.734670] mmc0: Problem switching card into high-speed mode!
[    2.734683] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.753161] sunxi-mmc 4020000.sdmmc: sdc set ios:clk 25000000Hz bm PP pm ON vdd 21 width 4 timing LEGACY(SDR12) dt B
[    2.753841] sunxi-mmc 4021000.sdmmc: detmode:manually by software
[    2.765033] mmc0: new SDHC card at address 0001
[    2.772571] exFAT: Version 1.3.0
[    2.776910] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!
[    2.777807] mmcblk0: mmc0:0001 USD 29.8 GiB
[    2.781419] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 52, RTO !!
[    2.799156] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.812020]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    2.813435] sunxi-spdif 2036000.spdif: Not using gpio-spdif gpio from dts
[    2.824646] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    2.829414] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulator
[    2.838536] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
[    2.848202] [AUDIOCODEC][sunxi_codec_parse_params][2412]:digital_vol:0, lineout_vol:26, mic1gain:31, mic2gain:31 pa_msleep:120, pa_level:1, pa_pwr_level:1
[    2.848202]
[    2.854878] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
[    2.871228] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:1, dacdrc_cfg:0, dachpf:0
[    2.878826] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
[    2.889303] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished
[    2.896469] sunxi-mmc 4021000.sdmmc: smc 1 p1 err, cmd 5, RTO !!
[    2.904692] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present!
[    2.910603] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm OFF vdd 0 width 1 timing LEGACY(SDR12) dt B
[    2.920351] [SNDCODEC][sunxi_card_init][583]:card init finished
[    2.938534] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok
[    2.949489] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input0
[    2.961431] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished
[    2.969837] NET: Registered protocol family 10
[    2.975745] Segment Routing with IPv6
[    2.979906] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch
[    2.987317] NET: Registered protocol family 17
[    2.992495] Bluetooth: RFCOMM TTY layer initialized
[    2.997975] Bluetooth: RFCOMM socket layer initialized
[    3.003792] Bluetooth: RFCOMM ver 1.11
[    3.008569] Registering SWP/SWPB emulation handler
[    3.028363] sunxi-i2c sunxi-i2c2: sunxi-i2c2 supply twi not found, using dummy regulator
[    3.038241] sunxi-i2c sunxi-i2c2: probe success
[    3.045696] debugfs: Directory '2031000.dmic' with parent 'snddmic' already present!
[    3.054958] sunxi-audio-card 2031060.sounddmic: dmic-hifi <-> 2031000.dmic mapping ok
[    3.064689] sunxi-audio-card 203605c.soundspdif: use dummy codec for simple card.
[    3.073295] debugfs: Directory '2036000.spdif' with parent 'sndspdif' already present!
[    3.082711] sunxi-audio-card 203605c.soundspdif: snd-soc-dummy-dai <-> 2036000.spdif mapping ok
[    3.093432] get ehci0-controller wakeup-source is fail.
[    3.099452] sunxi ehci0-controller don't init wakeup source
[    3.105708] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0b60f60, 0x:c88a6000, irq_no:38
[    3.117743] [sunxi-ehci0]: Not init ehci0
[    3.122568] get ohci0-controller wakeup-source is fail.
[    3.128541] sunxi ohci0-controller don't init wakeup source
[    3.134829] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0b611f0
[    3.144510] [sunxi-ohci0]: Not init ohci0
[    3.152042] clk: Not disabling unused clocks
[    3.156891] ALSA device list:
[    3.160418] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.170129] cfg80211: failed to load regulatory.db
[    3.170140]   #0: audiocodec
[    3.178726]   #1: snddmic
[    3.181701]   #2: sndspdif
[    3.184742] alloc_fd: slot 0 not NULL!
[    3.189163] Waiting 2 sec before mounting root device...
[    5.241786] VFS: Mounted root (squashfs filesystem) readonly on device 179:5.
[    5.252149] devtmpfs: mounted
[    5.257369] Freeing unused kernel memory: 1024K
[    5.278905] Run /pseudo_init as init process
mount: mounting none on /dev failed: Resource busy
mount: mounting /dev/by-name/rootfs_data on /overlay failed: No such device
Mount Failed: formating /dev/by-name/rootfs_data to ext4 ...
/pseudo_init: line 402: mkfs.ext4: not found
can't run '/etc/preinit': No such file or directory
mount: mounting proc on /proc failed: Resource busy
mount: mounting tmpfs on /run failed: No such file or directory
hostname: can't open '/etc/hostname': No such file or directory
------run rc.preboot file-----
install private mount info
libubi: error!: "/dev/by-name/private" is not a character device
ubiblock: error!: error while probing "/dev/by-name/private"
[    5.528032] /dev/ubiblock0_: Can't open blockdev
          error 22 (Invalid argument)
mount: mounting /dev/ubiblock0_ on /tmp/private/ failed: No such file or directory
/etc/init.d/rcS: line 136: mkfs.ext4: not found
------run rc.modules file-----
[    5.580972] usbcore: registered new interface driver usb-storage
[    5.591535] sunxi_gpadc_init,2151, success
[    5.596431] sunxi_gpadc_setup: get channel scan data failed
[    5.603074] input: sunxi-gpadc0 as /devices/virtual/input/input1
[    5.614674] get ctp_power is fail, -22
[    5.618934] get ctp_power_ldo_vol is fail, -22
[    5.623927] sunxi_ctp_startup: ctp_power_io is invalid.
[    5.629862] get ctp_gesture_wakeup fail, no gesture wakeup
[    5.636036] gt9xxnew_ts 2-0014: 2-0014 supply ctp not found, using dummy regulator
[    5.798823] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    5.806954] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    5.814626] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    5.822751] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    5.830419] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    5.838540] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    5.846206] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    5.854329] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    5.861994] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    5.870117] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    5.877732] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    6.038766] <<-GTP-ERROR->> GTP i2c test failed time 1.
[    6.068803] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.076924] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.084591] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.092714] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.100380] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.108501] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.116165] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.124288] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.131975] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.140100] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.147714] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    6.308765] <<-GTP-ERROR->> GTP i2c test failed time 2.
[    6.338803] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.346924] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.354591] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.362715] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.370385] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.378508] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.386181] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.394307] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.401975] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.410098] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.417712] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    6.578764] <<-GTP-ERROR->> GTP i2c test failed time 3.
[    6.608800] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.616922] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.624590] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.632713] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.640391] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.648512] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.656177] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.664300] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.671966] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.680089] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.687704] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    6.719019] sunxi_usb_udc 4100000.udc-controller: 4100000.udc-controller supply udc not found, using dummy regulator
[    6.848769] <<-GTP-ERROR->> GTP i2c test failed time 4.
[    6.878814] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.886938] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.894609] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.902734] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.910401] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.918522] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.926188] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.934311] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.941979] sunxi-i2c sunxi-i2c2: SLA+W has been transmitted; ACK not received
[    6.950102] sunxi-i2c sunxi-i2c2: engine-mode: xfer failed(dev addr:0x14)
[    6.957717] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    7.118764] <<-GTP-ERROR->> GTP i2c test failed time 5.
[    7.148762] I2C communication ERROR!
[    7.148789] regulator-dummy: Underflow of regulator enable count
[    7.159710] gt9xxnew_ts: probe of 2-0014 failed with error -1
[    7.241604] Error: Driver 'gt9xxnew_ts' is already registered, aborting...
insmod: can't insert '/lib/modules/5.4.61/gt9xxnew_ts.ko': Operation not permitted
[    7.527498] RTW: module init start
[    7.531376] RTW: rtl8189fs v5.11.3-29-g5a946024c.20200901
[    7.537430] RTW: build time: Aug 10 2022 14:48:36
[    7.552739] sunxi-rfkill soc@3000000:rfkill@0: wlan power on success
[    7.659888] sunxi-rfkill soc@3000000:rfkill@0: bus_index: 1
[    7.666137] RTW: ----- platform_wifi_power_on sdc_id: 1
[    7.672064] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 0Hz bm PP pm UP vdd 21 width 1 timing LEGACY(SDR12) dt B
[    7.683253] RTW: rtw_inetaddr_notifier_register
[    7.688383] RTW: module init ret=0
[    7.692316] sunxi-mmc 4021000.sdmmc: no vqmmc,Check if there is regulator
[    7.712806] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    7.737740] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    7.753429] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing LEGACY(SDR12) dt B
[    7.766727] sunxi-mmc 4021000.sdmmc: card claims to support voltages below defined range
[    7.785380] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 400000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    7.796981] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 1 timing SD-HS(SDR25) dt B
[    7.808849] sunxi-mmc 4021000.sdmmc: sdc set ios:clk 50000000Hz bm PP pm ON vdd 21 width 4 timing SD-HS(SDR25) dt B
[    7.821432] mmc1: new high speed SDIO card at address 0001
[    7.828081] RTW: == SDIO Card Info ==
[    7.832221] RTW:   card: 8b18ddde
[    7.835935] RTW:   clock: 50000000 Hz
[    7.840049] RTW:   timing spec: sd high-speed
[    7.844935] RTW:   sd3_bus_mode: FALSE
[    7.849148] RTW:   func num: 1
[    7.852571] RTW:   func1: e73a4e79 (*)
[    7.856770] RTW: ================
[    7.860495] RTW: CHIP TYPE: RTL8188F
[    7.864539] RTW: loadparam, Select P2P interface: iface_id:1
[    7.871152] RTW: Chip Version Info: CHIP_8188F_S2_1T1R_RomVer(0)
[    7.878030] RTW: SetHwReg: hci_sus_state=1
[    7.884224] RTW: SetHwReg: bMacPwrCtrlOn=1
[    7.888833] RTW: SetHwReg: hci_sus_state=2
[    7.893626] RTW: sdio_power_on_check: val_mix:0x0000063f, res:0x0000063f
[    7.901160] RTW: sdio_power_on_check: 0x100 the result of cmd52 and cmd53 is the same.
[    7.910104] RTW: sdio_power_on_check: 0x1B8 test Pass.
[    7.915906] RTW: EEPROM type is E-FUSE
[    7.920386] RTW: hal_EfuseSwitchToBank: Efuse switch bank to 0
[    7.956471] RTW: hal_ReadEFuse_WiFi: data end at address=0x98
[    7.962986] RTW: HW EFUSE
[    7.965923] RTW: 0x000: 29 81 03 CC  00 00 50 00  00 00 04 CC  0A 0C 00 00
[    7.973867] RTW: 0x010: 2A 2A 2A 2A  2A 2A 2D 2D  2D 2D 2D 03  FF FF FF FF
[    7.981807] RTW: 0x020: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    7.989746] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    7.997674] RTW: 0x040: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.005612] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.013549] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.021488] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.029426] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.037355] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.045290] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.053237] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  20 25 1A 00  00 00 00 FF
[    8.061175] RTW: 0x0C0: FF 11 00 10  00 FF 00 FF  00 00 FF FF  FF FF FF FF
[    8.069114] RTW: 0x0D0: 3E 10 01 12  23 FF FF FF  20 04 4C 02  79 F1 21 02
[    8.077043] RTW: 0x0E0: 0C 00 22 04  00 08 00 32  FF 21 02 0C  00 22 2A 01
[    8.084981] RTW: 0x0F0: 01 00 00 00  00 00 00 00  00 00 00 00  02 00 FF FF
[    8.092919] RTW: 0x100: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
[    8.100857] RTW: 0x110: 00 EB 00 6E  01 00 00 00  00 FF 94 A4  08 EE 20 E8
[    8.108795] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.116724] RTW: 0x130: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.124661] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.132600] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.140538] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.148467] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.156410] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.164347] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.172287] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.180225] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.188154] RTW: 0x1C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.196089] RTW: 0x1D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.204059] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.212000] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[    8.219949] RTW: hal_com_config_channel_plan chplan:0x20
[    8.226292] RTW: kfree Pwr Trim flag:1
[    8.230509] RTW: bb_gain:2
[    8.233623] RTW: rtl8188f_FirmwareDownload((null)) tmp_ps=3
[    8.239888] RTW: rtl8188f_FirmwareDownload fw: FW_NIC, size: 20832
[    8.246822] RTW: rtl8188f_FirmwareDownload: fw_ver=f fw_subver=0000 sig=0x88f1, Month=06, Date=01, Hour=11, Minute=39
[    8.258747] RTW: rtl8188f_FirmwareDownload(): Shift for fw header!
[    8.265677] RTW: rtl8188f_FirmwareDownload by IO write!
[    8.392227] RTW: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x07050105
[    8.401822] RTW: _8051Reset8188: Finish
[    8.415333] RTW: _FWFreeToGo: Polling FW ready OK! (146, 10ms), REG_MCUFWDL:0x070501c6
[    8.424228] RTW: rtl8188f_FirmwareDownload: DLFW OK !
[    8.429902] RTW: rtl8188f_FirmwareDownload success. write_fw:1, 170ms
[    8.437148] RTW:  <=== rtl8188f_FirmwareDownload()
[    8.442801] RTW: hal_read_mac_hidden_rpt OK! (1, 0ms), fwdl:1, id:0x19
[    8.450512] RTW: SetHwReg: bMacPwrCtrlOn=0
[    8.455104] RTW: SetHwReg: hci_sus_state=3
[    8.460220] RTW: SetHwReg: hci_sus_state=0
[    8.464812] RTW: rtw_hal_read_chip_info in 590 ms
[    8.470149] RTW: init_channel_set((null)) ChannelPlan ID:0x20, ch num:13
[    8.477680] RTW: [RF_PATH] ver_id.RF_TYPE:RF_1T1R
[    8.482969] RTW: [RF_PATH] HALSPEC's rf_reg_trx_path_bmp:0x11, rf_reg_path_avail_num:1, max_tx_cnt:1
[    8.493224] RTW: [RF_PATH] PG's trx_path_bmp:0x00, max_tx_cnt:0
[    8.499880] RTW: [RF_PATH] Registry's trx_path_bmp:0x00, tx_path_lmt:0, rx_path_lmt:0
[    8.508661] RTW: [RF_PATH] HALDATA's trx_path_bmp:0x11, max_tx_cnt:1
[    8.515796] RTW: [RF_PATH] HALDATA's rf_type:RF_1T1R, NumTotalRFPath:1
[    8.523128] RTW: rtw_hal_rfpath_init trx_path_bmp:0x11(RF_1T1R), NumTotalRFPath:1, max_tx_cnt:1
[    8.532894] RTW: [TRX_Nss] HALSPEC - tx_nss:1, rx_nss:1
[    8.538763] RTW: [TRX_Nss] Registry - tx_nss:0, rx_nss:0
[    8.544717] RTW: [TRX_Nss] HALDATA - tx_nss:1, rx_nss:1
[    8.550585] RTW: rtw_hal_trxnss_init tx_nss:1, rx_nss:1
[    8.556539] RTW: init_mlme_default_rate_set: support CCK
[    8.562511] RTW: init_mlme_default_rate_set: support OFDM
[    8.569150] RTW: rtw_alloc_macid((null)) if1, mac_addr:ff:ff:ff:ff:ff:ff macid:1
[    8.577457] RTW: rtw_init_pwrctrl_priv: IPS_mode=1, LPS_mode=2, LPS_level=1
[    8.585384] RTW: IQK FW offload:disable
[    8.589722] RTW: Init_ODM_ComInfo_8188f(): Fv=0 Cv=5
[    8.595338] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[    8.605537] RTW: phy_ConfigBBWithPgParaFile(): No File PHY_REG_PG.txt, Load from HWImg Array!
[    8.615128] RTW: default power by rate loaded
[    8.620045] RTW: rtw_macaddr_cfg mac addr:94:a4:08:ee:20:e8
[    8.626393] RTW: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[    8.635536] RTW: loadparam, Select P2P interface: iface_id:1
[    8.642035] RTW: init_mlme_default_rate_set: support CCK
[    8.647993] RTW: init_mlme_default_rate_set: support OFDM
[    8.654615] RTW: rtw_alloc_macid((null)) if2, mac_addr:ff:ff:ff:ff:ff:ff macid:1
[    8.662977] RTW: rtw_drv_add_vir_if if2 mac_addr : 96:a4:08:ee:20:e8
[    8.670143] RTW: rtw_cfg80211_init_wiphy_band:rf_type=0
[    8.676011] RTW: [HT] HAL Support STBC = 0x01
[    8.680911] RTW: rtw_wiphy_alloc(phy0)
[    8.685148] RTW: rtw_wdev_alloc(padapter=90f79636)
[    8.690546] RTW: rtw_wdev_alloc(padapter=19cd022b)
[    8.695919] RTW: rtw_wiphy_register(phy0)
[    8.700435] RTW: Register RTW cfg80211 vendor cmd(0x67) interface
[    8.707430] RTW: rtw_reg_notifier: NL80211_REGDOM_SET_BY_CORE
[    8.714156] RTW: rtw_ndev_init(wlan0) if1 mac_addr=94:a4:08:ee:20:e8
[    8.721678] RTW: rtw_ndev_notifier_call(wlan0) state:17
[    8.728219] RTW: cfg80211_rtw_get_txpower(wlan0) total max: -10000 mbm
[    8.735730] RTW: rtw_ndev_notifier_call(wlan0) state:5
[    8.741589] RTW: rtw_ndev_init(wlan1) if2 mac_addr=96:a4:08:ee:20:e8
[    8.749141] RTW: rtw_ndev_notifier_call(wlan1) state:17
[    8.755685] RTW: cfg80211_rtw_get_txpower(wlan1) total max: -10000 mbm
[    8.763203] RTW: rtw_ndev_notifier_call(wlan1) state:5
Successfully initialized wpa_supplicant
[   11.863730] RTW: cfg80211_rtw_get_txpower(wlan0) total max: -10000 mbm
[   11.871182] RTW: cfg80211_rtw_get_txpower(wlan0) total max: -10000 mbm
[   11.879019] RTW: cfg80211_rtw_get_txpower(wlan0) total max: -10000 mbm
[   11.886413] RTW: cfg80211_rtw_get_txpower(wlan0) total max: -10000 mbm
[   11.894892] RTW: cfg80211_rtw_get_txpower(wlan0) total max: -10000 mbm
[   11.902317] RTW: rtw_ndev_notifier_call(wlan0) state:14
[   11.908181] RTW: _netdev_open(wlan0) , bup=0
[   11.913136] RTW: FW does not exist before power on!!
[   11.918839] RTW: SetHwReg: hci_sus_state=1
[   11.924930] RTW: SetHwReg: bMacPwrCtrlOn=1
[   11.929547] RTW: SetHwReg: hci_sus_state=2
[   11.934345] RTW: sdio_power_on_check: val_mix:0x0000063f, res:0x0000063f
[   11.941884] RTW: sdio_power_on_check: 0x100 the result of cmd52 and cmd53 is the same.
[   11.950839] RTW: sdio_power_on_check: 0x1B8 test Pass.
[   11.956600] RTW: Power on ok!
[   11.960029] RTW: rtl8188f_FirmwareDownload(wlan0) tmp_ps=3
[   11.966181] RTW: rtl8188f_FirmwareDownload fw: FW_NIC, size: 20832
[   11.973130] RTW: rtl8188f_FirmwareDownload: fw_ver=f fw_subver=0000 sig=0x88f1, Month=06, Date=01, Hour=11, Minute=39
[   11.985043] RTW: rtl8188f_FirmwareDownload(): Shift for fw header!
[   11.991979] RTW: rtl8188f_FirmwareDownload by IO write!
[   12.123098] RTW: polling_fwdl_chksum: Checksum report OK! (1, 0ms), REG_MCUFWDL:0x00050105
[   12.132691] RTW: _8051Reset8188: Finish
[   12.146193] RTW: _FWFreeToGo: Polling FW ready OK! (140, 10ms), REG_MCUFWDL:0x000501c6
[   12.155088] RTW: rtl8188f_FirmwareDownload: DLFW OK !
[   12.160763] RTW: rtl8188f_FirmwareDownload success. write_fw:1, 170ms
[   12.168011] RTW:  <=== rtl8188f_FirmwareDownload()
[   12.173399] RTW: HalDetectPwrDownMode(): PDN=0
[   12.178379] RTW: Set RF Chip ID to RF_6052 and RF type to 0.
[   12.473367] RTW: txpath=0x1, rxpath=0x1
[   12.477669] RTW: txpath_1ss:0x1, num:1
[   12.556897] RTW: rtw_hal_set_macaddr_port wlan0- hw port(0) mac_addr =94:a4:08:ee:20:e8
[   12.566006] RTW: rtw_hal_set_macaddr_port wlan1- hw port(1) mac_addr =96:a4:08:ee:20:e8
[   12.575216] RTW: [HW_VAR_ENABLE_RX_BAR] 0x6A2=0x500
[   12.582719] RTW: rtw_hal_set_macaddr_port wlan0- hw port(0) mac_addr =94:a4:08:ee:20:e8
[   12.591883] RTW: #### hw_var_set_opmode() -4561 hw_port(0) mode = 2 ####
[   12.599532] RTW: rtw_rf_get_kfree_tx_gain_offset path:0, ch:6, bb_gain_sel:0, kfree_offset:2
[   12.609308] RTW: kfree gain_offset 0x55:0x82060
[   12.609914] RTW:  after :0x8a060
[   12.618703] RTW: MAC Address = 94:a4:08:ee:20:e8
[   12.623896] RTW: rtw_start_drv_threads(wlan0) enter
[   12.629375] RTW: rtw_start_drv_threads(wlan0) start RTW_XMIT_THREAD
[   12.636530] RTW: rtw_start_drv_threads(wlan0) start RTW_CMD_THREAD
[   12.643578] RTW: rtl8188f_start_thread(wlan0) start RTWHALXT
[   12.650035] RTW: start rtl8188fs_xmit_thread(wlan0)
[   12.650225] RTW: _netdev_vir_if_open(wlan1) , bup=0
[   12.661070] RTW: rtw_start_drv_threads(wlan1) enter
[   12.666540] RTW: rtl8188f_start_thread(wlan1) start RTWHALXT
[   12.672991] RTW: _netdev_vir_if_open(wlan1) (bup=1) exit
[   12.672994] RTW: start rtl8188fs_xmit_thread(wlan1)
[   12.684438] RTW: -871x_drv - drv_open, bup=1
[   12.689436] RTW: cfg80211_rtw_set_power_mgmt(wlan0) enabled:1, timeout:-1
[   12.697074] RTW: rtw_ndev_notifier_call(wlan0) state:1
[   12.702935] RTW: rtw_ndev_notifier_call(wlan0) state:4
[   12.749440] RTW: cfg80211_rtw_flush_pmksa(wlan0)
------run rc.final file-----
[   12.851378] file system registered
[   12.867952] configfs-gadget 4100000.udc-controller: failed to start g1: -19
sh: write error: No such device
[   12.889156] read descriptors
[   12.892406] read strings
[   13.107701] android_work: sent uevent USB_STATE=CONNECTED
[   13.232105] configfs-gadget gadget: high-speed config #1: c
[   13.238434] android_work: sent uevent USB_STATE=CONFIGURED
[   13.798964] [ehci0-controller]: sunxi_usb_enable_ehci
[   13.804647] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0b60f60, 0x:c88a6000, irq_no:38
[   13.817039] android_work: sent uevent USB_STATE=DISCONNECTED
[   13.823675] sunxi-ehci 4101000.ehci0-controller: 4101000.ehci0-controller supply hci not found, using dummy regulator
[   13.837091] sunxi-ehci 4101000.ehci0-controller: EHCI Host Controller
[   13.844396] sunxi-ehci 4101000.ehci0-controller: new USB bus registered, assigned bus number 3
[   13.854651] sunxi-ehci 4101000.ehci0-controller: irq 56, io mem 0x04101000
[   13.888784] sunxi-ehci 4101000.ehci0-controller: USB 2.0 started, EHCI 1.00
[   13.897397] hub 3-0:1.0: USB hub found
[   13.901678] hub 3-0:1.0: 1 port detected
[   13.906569] [ohci0-controller]: sunxi_usb_enable_ohci
[   13.912259] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0b611f0
[   13.922147] sunxi-ohci 4101400.ohci0-controller: 4101400.ohci0-controller supply hci not found, using dummy regulator
[   13.934435] sunxi-ohci 4101400.ohci0-controller: OHCI Host Controller
[   13.941726] sunxi-ohci 4101400.ohci0-controller: new USB bus registered, assigned bus number 4
[   13.951602] debugfs: Directory 'sunxi-ohci' with parent 'ohci' already present!
[   13.959919] sunxi-ohci 4101400.ohci0-controller: irq 57, io mem 0x04101400
[   14.033563] hub 4-0:1.0: USB hub found
[   14.037836] hub 4-0:1.0: 1 port detected
host_chose finished!
clear private mount info
nice: can't execute '/usr/bin/story_ota_bin': No such file or directory
umount: can't unmount /tmp/private/: Invalid argument
libubi: error!: "/dev/by-name/private" is not a character device
ubiblock: error!: error while probing "/dev/by-name/private"
          error 22 (Invalid argument)


BusyBox v1.27.2 () built-in shell (ash)

------run profile file-----
 _____  _              __     _
|_   _||_| ___  _ _   |  |   |_| ___  _ _  _ _
  | |   _ |   ||   |  |  |__ | ||   || | ||_'_|
  | |  | || | || _ |  |_____||_||_|_||___||_,_|
  |_|  |_||_|_||_|_|  Tina is Based on OpenWrt!
 ----------------------------------------------
 Tina Linux (Neptune, 5C1C9C53)
 ----------------------------------------------
nodev   debugfs
root@TinaLinux:/# [   14.683210] RTW: ==>rtw_ps_processor .fw_state(8)
[   14.688493] RTW: ==>ips_enter cnts:1
[   14.692515] RTW: nolinked power save enter
[   14.697118] RTW: ===> rtw_ips_pwr_down...................
[   14.703179] RTW: ====> rtw_ips_dev_unload...
[   14.717160] RTW: SetHwReg: bMacPwrCtrlOn=0
[   14.721767] RTW: SetHwReg: hci_sus_state=3
[   14.726833] RTW: SetHwReg: hci_sus_state=0
[   14.731438] RTW: <=== rtw_ips_pwr_down..................... in 40ms





歪朵拉开源硬件: https://widora.cn
淘宝:  https://widora.taobao.com/

离线

楼主 #9 2023-03-08 13:09:06

zhongtao1701
会员
注册时间: 2022-02-05
已发帖子: 29
积分: 20

Re: MQ-R(D1s) 无线RTL8189连接失败,请大家帮忙看一下

谢谢答复,我上次更新过最新的驱动,发现这个问题被自动修复了

最近编辑记录 zhongtao1701 (2023-03-08 13:13:28)

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn