Xiaomi Mi Router AX9000

The Xiaomi Mi Router AX9000 is an 802.11ax OFDMA and MU-MIMO Tri-Band WiFi router, which has the following WiFi Interfaces.:

  • one 2.4GHz (QCN9024 4×4 ax)
  • two 5GHz (QCN5024 4×4 ax + QCN9024 2×2/4×4 ax)
  • one AIoT (QCA9889 1×1 ac/n)

The radios support up to 4K QAM (through MCS0 - MCS15), for devices and paths that are compatible with those high-density modulations. Supports DFS channels, from channel 36 up to 165 (may vary on each region).

This is a router based on a Qualcomm IPQ8072 4-core SoC (up to 2.2GHz) + 2-core NPU (up to 1.7 GHz).

It has four 1G LAN ports, one 2.5G WAN port, a USB 3.0 interface and 4 non-detachable external antenna clusters.

Xiaomi is shipping 2 variants of the same model:

- one with Chinese OEM firmware

- another with International OEM firmware and secure boot enabled.

Both have now support on OpenWrt.

Install OpenWrt (generic explanation)

FIXME Please add the installation procedure here.

As of Aug 27, 2023, the 23.05.0-rc3 firmware provides good support for this device. Some features are not supported including but not limited to the following:

  QCN9024 low 5 GHz band radio (a workaround is proposed below)
  PWM LED effects
  Fan controller (Lacking driver)
  QCA9887 2.4 GHz band radio (5 GHz works however)

Follow the same procedure as the one in install_the_experimental_firmware to install the firmware.

At this time, there is also an experimental fork with good partial support for this device, by Robimarko, as 07/11/2022:

- Working:

  4x 1G ports
  1x 2.5G port
  USB 3.0 port
  QCA9889 IoT radio
  Built-in IPQ8074 radios (2.4G and high 5GHz band)
  LED-s
  Buttons

- Not working:

  QCN9024 low 5 GHz band radio (a workaround is proposed below)
  PWM LED effects
  Fan controller (Lacking driver)
  Due to a new single system partition, the International Model has lost the support to be flashed without UART and TFTPBoot method: https://forum.openwrt.org/t/openwrt-support-for-xiaomi-ax9000/98908/1123
  1. Download the build image openwrt-ipq807x-generic-xiaomi_ax9000-squashfs-factory.ubi from here
  2. With previously enabled SSH on the OEM firmware, follow these instructions.
  • An issue on the lower 5 GHz band radio (QCN9024) caused by the current BDF file (as 17/12/2022) is leading to non-connecting issues. Proposed by avanletin, a workaround is available, following the instructions below:
    1. Paste the entire command into a linux terminal to generate a new BDF file board-2.bin compressed.
    2. Backup the current board-2.bin file on the AX9000: cd /lib/firmware/ath11k/QCN9074/hw1.0 && mv ./board-2.bin ./board-2.bin_stock.
    3. Copy the compressed file generic-ax9000.tar.gz into the root directory (/) on the AX9000.
    4. Uncompress the BDF file: tar -xzvf generic-ax9000.tar.gz.
    5. Reboot the router.
    6. Although the new BDF file configuration allows otherwise, configure the QCN9024 radio exclusively on the 36,40,44,48,52,56,60 or 64 channels.
  • The sysupgrade command may fail due to a random issue of wpad not being effectively stopped while upgrading Openwrt. A firmware patch was already release, here.
  • Ath11k memory: With some (older) firmware versions, the ath11k driver needed for the main wireless radios uses a lot of memory when there are few stations connected and low bandwidth traffic flowing. Getting a recent version using the link immediately above will resolve this problem.
  • The IPQ807x target has not yet support for DSA, on OpenWrt: See this forum post.
Architecture ARMv8
Vendor Qualcomm
Bootloader U-Boot
System-On-Chip Qualcomm IPQ8072A
CPU/Speed 2.2 GHz
Flash-Chip Winbond W29N02GZ
Flash size 256 MiB
RAM 1024 MiB
Wireless 2.4GHz QCN5024 + QPF4288 802.11b/g/n/ax
Wireless 5GHz QCN9024 + QCN5054 (Both use QPF4588) 802.11a/g/n/ac/ax
Ethernet 4x 10/1000 Mbit/s 1x 10/1000/2500 Mbit/s
Switch Qualcomm QCA8075 and 8081
USB 1x 3.0
Serial Yes

Router side RX is disabled by default, to enable run the following commands via SSH on:

OEM firmware

nvram set uart_en=1
nvram set boot_wait=on
nvram commit

OpenWrt firmware

fw_setenv uart_en 1
fw_setenv boot_wait on

How to connect to the Serial Port (UART)

Make sure that your UART adapter is 1.8V I/O level, 3.3V or 5V adapters will kill your SoC

As depicted on the picture above:

TX GND RX VCC J2
Serial connection parameters
for Xiaomi AX9000
115200, 8N1, 1.8V

Click to display ⇲

Click to hide ⇱

root@XiaoQiang:/# cat /proc/mtd 
dev:    size   erasesize  name
mtd0: 00100000 00020000 "0:SBL1"
mtd1: 00100000 00020000 "0:MIBIB"
mtd2: 00080000 00020000 "0:BOOTCONFIG"
mtd3: 00080000 00020000 "0:BOOTCONFIG1"
mtd4: 00300000 00020000 "0:QSEE"
mtd5: 00300000 00020000 "0:QSEE_1"
mtd6: 00080000 00020000 "0:DEVCFG"
mtd7: 00080000 00020000 "0:DEVCFG_1"
mtd8: 00080000 00020000 "0:APDP"
mtd9: 00080000 00020000 "0:APDP_1"
mtd10: 00080000 00020000 "0:RPM"
mtd11: 00080000 00020000 "0:RPM_1"
mtd12: 00080000 00020000 "0:CDT"
mtd13: 00080000 00020000 "0:CDT_1"
mtd14: 00080000 00020000 "0:APPSBLENV"
mtd15: 00100000 00020000 "0:APPSBL_1"
mtd16: 00100000 00020000 "0:APPSBL"
mtd17: 00080000 00020000 "0:ART"
mtd18: 00080000 00020000 "bdata"
mtd19: 00080000 00020000 "crash"
mtd20: 00080000 00020000 "crash_syslog"
mtd21: 03800000 00020000 "rootfs"
mtd22: 03800000 00020000 "rootfs_1"
mtd23: 00100000 00020000 "cfg_bak"
mtd24: 07d80000 00020000 "overlay"
mtd25: 005ef000 0001f000 "kernel"
mtd26: 01e84000 0001f000 "ubi_rootfs"
mtd27: 00c79000 0001f000 "rootfs_data"
mtd28: 03013000 0001f000 "data"

Click to display ⇲

Click to hide ⇱

root@AX9000:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00100000 00020000 "0:sbl1"
mtd1: 00100000 00020000 "0:mibib"
mtd2: 00080000 00020000 "0:bootconfig"
mtd3: 00080000 00020000 "0:bootconfig1"
mtd4: 00300000 00020000 "0:qsee"
mtd5: 00300000 00020000 "0:qsee_1"
mtd6: 00080000 00020000 "0:devcfg"
mtd7: 00080000 00020000 "0:devcfg_1"
mtd8: 00080000 00020000 "0:apdp"
mtd9: 00080000 00020000 "0:apdp_1"
mtd10: 00080000 00020000 "0:rpm"
mtd11: 00080000 00020000 "0:rpm_1"
mtd12: 00080000 00020000 "0:cdt"
mtd13: 00080000 00020000 "0:cdt_1"
mtd14: 00080000 00020000 "0:appsblenv"
mtd15: 00100000 00020000 "0:appsbl"
mtd16: 00100000 00020000 "0:appsbl_1"
mtd17: 00080000 00020000 "0:art"
mtd18: 00080000 00020000 "bdata"
mtd19: 00100000 00020000 "pstore"
mtd20: 03800000 00020000 "rootfs"
mtd21: 03800000 00020000 "rootfs_1"
mtd22: 00100000 00020000 "cfg_bak"
mtd23: 07d80000 00020000 "overlay"

Are known the following 2 different methods for rooting this model. Choose the one more convenient to you.

Click to display ⇲

Click to hide ⇱

This procedure consists on patching the bdata on the firmware to receive instructions aiming telnet and ssh.

Download this file: https://drive.google.com/file/d/1YOr1c6No4GBA80IpRrydGXdvORoSmdi1/view?usp=sharing

-- Connect your PC to the router by ethernet on one of its LAN ports.

-- Make a backup of the configuration if necessary, because telnet will require a factory reset to activate.

-- Go to the admin panel on the web muzzle (miwifi.com or by the local IP address 192.168.31.1)

-- Copy the content of the create_exploit.js file into the browser console (press F12 + choose Console) and press Enter.

-- You should expect a window appearing where you can change the bdata region or leave it as is.

-- Wait 10-15 seconds for the patch file to be generated. Then it should download automatically, so if the browser has crashes on this, it is better to remove them.

-- Unpack the contents of the downloaded file.

-- After unpacking, there should be 3 files: 1.bin, 2.bin, 3.bin.

 In the same order, upload them to the router webgui where the firmware is manually uploaded. If everything is fine, after each load, the router should restart. 

-- Factory reset through the webgui.

-- Go to the router admin panel and run the script calc_passwd.js in the browser console to find out your password for telnet.

 This step can be done once and at any time. The default password depends on the serial number and will not change if the serial number is not changed

-- Try to connect via telnet (IP: 192.168.31.1, port: 21). If it says the password is wrong, you can also repeat the “factory reset” step and forward, until it works.

 On this model and similar ones (AX3600, e.g.), there is often a glitch: after factory reset the default password is not accepted and the router needs to be reset again.

-- Connect via telnet and turn on the ssh service:

sed -i 's/channel=.*/channel=\"debug\"/g' /etc/init.d/dropbear
/etc/init.d/dropbear start

-- Have fun. :-)

Click to display ⇲

Click to hide ⇱

  1. this step is only applicable for the Chinese OEM firmware: Roll back to firmware to 1.0.108 || http://cdn.cnbj1.fds.api.mi-img.com/xiaoqiang/rom/ra70/miwifi_ra70_firmware_d96a4_1.0.108.bin
  2. Setup the router admin password (the quickest way is using the mobile setup app)
  3. Login to the router web interface using the password set using the app and get the value of “stok=” from the URL

Now you need a second OpenWrt based WLAN router with LuCI (Make sure that its not HTTPS version):

  • Disable DHCP server on br-lan:

/etc/config/dhcp

config dhcp 'lan'
        option interface 'lan'
        option dhcpv6 'server'
        option ra 'server'
        option ra_management '1'
        option ignore '1'
  • Set br-lan IP to 169.254.31.1

/etc/config/network

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0'
        option proto 'static'
        option ipaddr '169.254.31.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
  • Add lua file

/usr/lib/lua/luci/controller/admin/xqsystem.lua

module("luci.controller.admin.xqsystem", package.seeall)


function index()
    local page   = node("api")
    page.target  = firstchild()
    page.title   = ("")
    page.order   = 100
    page.index = true
    page   = node("api","xqsystem")
    page.target  = firstchild()
    page.title   = ("")
    page.order   = 100
    page.index = true
    entry({"api", "xqsystem", "token"}, call("getToken"), (""), 103, 0x08)
end

local LuciHttp = require("luci.http")

function getToken()
    local result = {}
    result["code"] = 0
    result["token"] = "; nvram set ssh_en=1; nvram set uart_en=1; nvram set boot_wait=on; nvram commit; sed -i 's/channel=.*/channel=\"debug\"/g' /etc/init.d/dropbear; /etc/init.d/dropbear start;"
    LuciHttp.write_json(result)
end
  • Setup WLAN SSID

/etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'platform/soc/a000000.wifi'
        option htmode 'HT20'
        option disabled '0'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'psk2'
        option key '12345678'
  • Remove wired connection to that router and reboot

Now you need to use the following URL(s) in order to enable SSH access after modifying them with you values for :

  • Replace <STOK> with the stok value gaind above
  • Replace <SSID> with the SSID on the router that was prepared
  • Replace <PASSWORD> with the SSID password(Key) on the router that was prepared
  • Replace <ENCRYPTION> with the SSID encryption on the router that was prepared
  • Replace <ENCTYPE> with the SSID encryption type on the router that was prepared
  • Replace <CHANNEL> with the SSID channel on the router that was prepared
  • Replace <BAND> with the SSID band (2g or 5g) on the router that was prepared
http://192.168.31.1/cgi-bin/luci/;stok=<STOK>/api/xqsystem/extendwifi_connect_inited_router?ssid=<SSID>&password=<PASSWORD>&encryption=<ENCRYPTION>enctype=<ENCTYPE>&channel=<CHANNEL>&band=<BAND>&admin_username=root&admin_password=admin&admin_nonce=xxx

Example:

http://192.168.31.1/cgi-bin/luci/;stok=0a445755411dc750673aea041adcd06f/api/xqsystem/extendwifi_connect_inited_router?ssid=OpenWrt&password=12345678&encryption=WPA2PSKenctype=CCMP&channel=11&band=2g&admin_username=root&admin_password=admin&admin_nonce=xxx

After some time you should see this returned:

{"token":"; nvram set ssh_en=1; nvram set uart_en=1; nvram set boot_wait=on; nvram commit; sed -i 's/channel=.*/channel=\u0022debug\u0022/g' /etc/init.d/dropbear; /etc/init.d/dropbear start;","code":0}

Now you should be able to login using ssh root@192.168.31.1 using the password generated based on your device SN.

UART writing should work as well and you can interrupt the bootloader before booting.

Click to display ⇲

Click to hide ⇱

- Installation is done by the ubiformat method, through SSH:

  • Open an SSH shell to the router
  • Copy the file openwrt-ipq807x-generic-xiaomi_ax9000-initramfs-factory.ubi to the /tmp directory
  • Check which rootfs partition is your router booted in (0 = rootfs | 1 = rootfs_1):
nvram get flag_boot_rootfs
  • Find the rootfs and rootfs_1 mtd indexes respectively:
cat /proc/mtd
  • Please confirm if mtd21 and mtd22 are the correct indexes from above
  • Use the command ubiformat to flash the opposite mtd with UBI image: Proceed accordingly by the previous command.
  • If nvram get flag_boot_rootfs returned 0:
ubiformat /dev/mtd22 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-initramfs-factory.ubi && nvram set flag_boot_rootfs=1 && nvram set flag_last_success=1 && nvram commit
  • otherwise:
ubiformat /dev/mtd21 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-initramfs-factory.ubi && nvram set flag_boot_rootfs=0 && nvram set flag_last_success=0 && nvram commit
  • This creates a dual boot router, with OpenWrt on one mtd partition and OEM firmware on the other. Reboot the router, by typing the reboot command.
  • Follow the next steps only if you wish to proceed into with a dual boot OpenWrt exclusive router, booted and on the OpenWrt CLI.
  • Find the rootfs and rootfs_1 mtd indexes respectively again:
cat /proc/mtd
  • Please confirm if mtd20 and mtd21 are the correct indexes from above
  • If fw_printenv flag_boot_rootfs returns 0:
ubiformat /dev/mtd21 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-initramfs-factory.ubi && fw_setenv flag_boot_rootfs 1 && fw_setenv flag_last_success 1
  • Otherwise:
ubiformat /dev/mtd20 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-initramfs-factory.ubi && fw_setenv flag_boot_rootfs 0 && fw_setenv flag_last_success 0

- After all that, the regular sysupgrade command could be used through the CLI or even on LuCI. Although, see potential_issueslimitations.

Due to a change into a single system partition, the International version now has no support for ubiformat flashing. This is caused by its different address set by Xiaomi to boot the kernel.

For now, just the advanced UART flashing method is available.

Click to display ⇲

Click to hide ⇱

- Installation is done by the ubiformat method, through SSH: * Open an SSH shell to the router, and set the ARM Trust Platform to be enabled: <code>nvram set atf=“1” && nvram commit && reboot</code> * Re-Open again the SSH shell * Copy the file openwrt-ipq807x-generic-xiaomi_ax9000-squashfs-factory.ubi to the /tmp directory * Check which rootfs partition is your router booted in (0 = rootfs | 1 = rootfs_1): <code>nvram get flag_boot_rootfs</code> * Find the rootfs and rootfs_1 mtd indexes respectively: <code>cat /proc/mtd</code> * Please confirm if mtd21 and mtd22 are the correct indexes from above * Use the command ubiformat to flash the opposite mtd with UBI image: Proceed accordingly by the previous command. * If nvram get flag_boot_rootfs returned 0: <code>ubiformat /dev/mtd22 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-squashfs-factory.ubi && nvram set flag_boot_rootfs=1 && nvram set flag_last_success=1 && nvram commit</code> * otherwise: <code>ubiformat /dev/mtd21 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-squashfs-factory.ubi && nvram set flag_boot_rootfs=0 && nvram set flag_last_success=0 && nvram commit</code> * This creates a dual boot router, with OpenWrt on one mtd partition and OEM firmware on the other. Reboot the router, by typing the reboot command. * Follow the next steps only if you wish to proceed into with a dual boot OpenWrt exclusive router, booted and on the OpenWrt CLI. * Find the rootfs and rootfs_1 mtd indexes respectively again: <code>cat /proc/mtd</code> * Please confirm if mtd20 and mtd21 are the correct indexes from above * If fw_printenv flag_boot_rootfs returns 0: <code>ubiformat /dev/mtd21 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-squashfs-factory.ubi && fw_setenv flag_boot_rootfs 1 && fw_setenv flag_last_success 1</code> * Otherwise: <code>ubiformat /dev/mtd20 -y -f /tmp/openwrt-ipq807x-generic-xiaomi_ax9000-squashfs-factory.ubi && fw_setenv flag_boot_rootfs 0 && fw_setenv flag_last_success 0</code> - After all that, the regular sysupgrade command could be used through the CLI or even on LuCI. Although, see potential_issueslimitations.

Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00163 S - IMAGE_VARIANT_STRING=HAACANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x000002e5 B - 203 - PBL, Start B - 2739 - bootable_media_detect_entry, Start B - 3445 - bootable_media_detect_success, Start B - 3450 - elf_loader_entry, Start B - 6111 - auth_hash_seg_entry, Start B - 6353 - auth_hash_seg_exit, Start B - 68173 - elf_segs_hash_verify_entry, Start B - 131028 - PBL, End B - 217373 - SBL1, Start B - 296673 - GCC [RstStat:0x10, RstDbg:0x600000] WDog Stat : 0x4 B - 306586 - pm_device_init, Start B - 488823 - PM_SET_VAL:Skip D - 180316 - pm_device_init, Delta B - 491233 - pm_driver_init, Start D - 5337 - pm_driver_init, Delta B - 497546 - clock_init, Start D - 2104 - clock_init, Delta B - 501542 - boot_flash_init, Start D - 12566 - boot_flash_init, Delta B - 517890 - boot_config_data_table_init, Start D - 3080 - boot_config_data_table_init, Delta - (575 Bytes) B - 525393 - Boot Setting : 0x00000600 B - 529327 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:18 B - 536312 - sbl1_ddr_set_params, Start B - 540063 - CPR configuration: 0x300 B - 543510 - cpr_init, Start B - 546377 - Rail:0 Mode: 5 Voltage: 832000 B - 551501 - CL CPR settled at 784000mV B - 554307 - Rail:1 Mode: 5 Voltage: 896000 B - 558577 - Rail:1 Mode: 7 Voltage: 944000 D - 16470 - cpr_init, Delta B - 565439 - Pre_DDR_clock_init, Start B - 569465 - Pre_DDR_clock_init, End B - 572759 - DDR Type : PCDDR3 B - 578493 - do ddr sanity test, Start D - 1067 - do ddr sanity test, Delta B - 583343 - DDR: Start of HAL DDR Boot Training B - 587979 - DDR: End of HAL DDR Boot Training B - 593682 - DDR: Checksum to be stored on flash is 2018897167 B - 604113 - Image Load, Start D - 223260 - QSEE Image Loaded, Delta - (1371968 Bytes) B - 827404 - Image Load, Start D - 61 - SEC Image Loaded, Delta - (0 Bytes) B - 835090 - Image Load, Start D - 10736 - DEVCFG Image Loaded, Delta - (26088 Bytes) B - 845917 - Image Load, Start D - 22082 - RPM Image Loaded, Delta - (86660 Bytes) B - 868030 - Image Load, Start D - 91835 - APPSBL Image Loaded, Delta - (562458 Bytes) B - 959987 - QSEE Execution, Start D - 61 - QSEE Execution, Delta B - 965782 - USB D+ check, Start D - 0 - USB D+ check, Delta B - 972187 - SBL1, End D - 757102 - SBL1, Delta S - Flash Throughput, 6725 KB/s (2048421 Bytes, 304565 us) S - DDR Frequency, 466 MHz S - Core 0 Frequency, 1651 MHz

U-Boot 2016.01 (Jan 25 2021 - 14:55:10 +0000), Build: jenkins-common_router_openwrt_ota_publish-785

DRAM: smem ram ptable found: ver: 1 len: 4 1 GiB NAND: Could not find nand_gpio in dts, using defaults ONFI device found ID = 1590aaef Vendor = ef Device = aa SF: Unsupported flash IDs: manuf ff, jedec ffff, ext_jedec ffff ipq_spi: SPI Flash not found (bus/cs/speed/mode) = (0/0/48000000/0) 256 MiB MMC: sdhci: Node Not found, skipping initialization

## Error: flags type check failure for “ethaddr” ⇐ ““00:AA:BB:CC:DD:10”” (type: m) himport_r: can't insert “ethaddr=“00:AA:BB:CC:DD:10”” into hash table PCI Link Intialized PCI Link Intialized In: serial@78B3000 Out: serial@78B3000 Err: serial@78B3000 machid: 8010012 MMC Device 0 not found bootwait is on, bootdelay=5 Hit any key to stop autoboot: 0 trigger button release! boot from rootfs 0

miwifi: check crash in rmem !  

ubi0: attaching mtd1 ubi0: scanning is finished ubi0: attached mtd1 (name “mtd=0”, size 56 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 448, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 5/1, WL threshold: 4096, image sequence number: 973967233 ubi0: available PEBs: 0, total reserved PEBs: 448, PEBs reserved for bad PEB handling: 40 Read 0 bytes from volume kernel to 44000000 No size specified → Using max size (6221824) ## Loading kernel from FIT Image at 44000000 ...

 Using 'config@hk14' configuration
 Trying 'kernel@1' kernel subimage
   Description:  ARM64 OpenWrt Linux-4.4.60
   Type:         Kernel Image
   Compression:  gzip compressed
   Data Start:   0x440000e8
   Data Size:    4076183 Bytes = 3.9 MiB
   Architecture: AArch64
   OS:           Linux
   Load Address: 0x41080000
   Entry Point:  0x41080000
   Hash algo:    crc32
   Hash value:   544e38bb
   Hash algo:    sha1
   Hash value:   ffdd46a31f2a5a843645ae6244eea861046e70e4
 Verifying Hash Integrity ... crc32+ sha1+ OK

## Loading fdt from FIT Image at 44000000 ...

 Using 'config@hk14' configuration
 Trying 'fdt@hk14' fdt subimage
   Description:  ARM64 OpenWrt qcom-ipq807x-hkxx device tree blob
   Type:         Flat Device Tree
   Compression:  uncompressed
   Data Start:   0x44487e40
   Data Size:    86662 Bytes = 84.6 KiB
   Architecture: AArch64
   Hash algo:    crc32
   Hash value:   132fb393
   Hash algo:    sha1
   Hash value:   e39ed73071388829a5dd2eeed9b8f5b91f843500
 Verifying Hash Integrity ... crc32+ sha1+ OK
 Booting using the fdt blob at 0x44487e40
 Uncompressing Kernel Image ... OK
 Loading Device Tree to 4a3e7000, end 4a3ff285 ... OK

Using machid 0x8010012 from environment

Starting kernel ...

Jumping to AARCH64 kernel via monitor [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.60 (jenkins@7805891bd76a) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 unknown) ) #0 SMP PREEMPT Mon Jan 25 14:55:10 2021 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Ignoring memory range 0x40000000 - 0x41000000 [ 0.000000] Machine: Qualcomm Technologies, Inc. IPQ807x/AP-HK14 [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000054800000, size 24 MiB [ 0.000000] Reserved memory: initialized node dma_pool0@54800000, compatible id shared-dma-pool [ 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] PERCPU: Embedded 14 pages/cpu @ffffffc03ef4c000 s19224 r8192 d29928 u57344 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 204624 [ 0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait uart_en=1 swiotlb=1 coherent_pool=2M [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.000000] software IO TLB [mem 0x7fe03000-0x7fe43000] (0MB) mapped at [ffffffc03ee03000-ffffffc03ee42fff] [ 0.000000] Memory: 802476K/831488K available (5660K kernel code, 658K rwdata, 2872K rodata, 228K init, 433K bss, 29012K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB) [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum) [ 0.000000] 0xffffffbdc0040000 - 0xffffffbdc1000000 ( 15 MB actual) [ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB) [ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB) [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB) [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc03f000000 ( 1008 MB) [ 0.000000] .init : 0xffffffc0008d7000 - 0xffffffc000910000 ( 228 KB) [ 0.000000] .text : 0xffffffc000080000 - 0xffffffc0008d6984 ( 8539 KB) [ 0.000000] .data : 0xffffffc000920000 - 0xffffffc0009c4a00 ( 659 KB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000451] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000462] pid_max: default: 32768 minimum: 301 [ 0.000557] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000566] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.001101] Initializing cgroup subsys io [ 0.001117] Initializing cgroup subsys memory [ 0.001147] Initializing cgroup subsys devices [ 0.001161] Initializing cgroup subsys freezer [ 0.001172] Initializing cgroup subsys net_cls [ 0.001181] Initializing cgroup subsys pids [ 0.001419] EFI services will not be available. [ 0.001441] ASID allocator initialised with 65536 entries [ 0.051862] MSM Memory Dump base table set up [ 0.051883] MSM Memory Dump apps data table set up [ 0.090059] Detected VIPT I-cache on CPU1 [ 0.090101] CPU1: Booted secondary processor [410fd034] [ 0.120045] Detected VIPT I-cache on CPU2 [ 0.120072] CPU2: Booted secondary processor [410fd034] [ 0.150073] Detected VIPT I-cache on CPU3 [ 0.150099] CPU3: Booted secondary processor [410fd034] [ 0.150150] Brought up 4 CPUs [ 0.150177] SMP: Total of 4 processors activated. [ 0.150187] CPU: All CPU(s) started at EL1 [ 0.150210] alternatives: patching kernel code [ 0.169054] DMI not present or invalid. [ 0.169300] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.169324] futex hash table entries: 1024 (order: 5, 131072 bytes) [ 0.169537] pinctrl core: initialized pinctrl subsystem [ 0.170482] NET: Registered protocol family 16 [ 0.200015] cpuidle: using governor ladder [ 0.230032] cpuidle: using governor menu [ 0.230232] NET: Registered protocol family 42 [ 0.230318] vdso: 2 pages (1 code @ ffffffc000925000, 1 data @ ffffffc000924000) [ 0.230968] DMA: preallocated 2048 KiB pool for atomic allocations [ 0.231082] CPU: IPQ8072A, SoC Version: 2.0 [ 0.231494] IPC logging disabled [ 0.231500] IPC logging disabled [ 0.231504] IPC logging disabled [ 0.231509] IPC logging disabled [ 0.231513] IPC logging disabled [ 0.234057] Soc version is not 1, changing clock offsets [ 0.242854] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.245259] irq: no irq domain found for /soc/smp2p-wcss/slave-kernel ! [ 0.248632] sps:sps is ready. [ 0.254744] spmi spmi-0: PMIC Arb Version-2 (0x20010000) [ 0.261223] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 0.267119] kcompactd init [ 0.268979] pps_core: LinuxPPS API ver. 1 registered [ 0.268988] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.269012] PTP clock support registered [ 0.269182] dmi: Firmware registration failed. [ 0.270516] Advanced Linux Sound Architecture Driver Initialized. [ 0.271168] clocksource: Switched to clocksource arch_sys_counter [ 0.274398] NET: Registered protocol family 2 [ 0.275028] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.275136] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.275321] TCP: Hash tables configured (established 8192 bind 8192) [ 0.275379] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.275415] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.275593] NET: Registered protocol family 1 [ 0.285652] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.285922] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.289491] io scheduler noop registered [ 0.289506] io scheduler deadline registered [ 0.289674] io scheduler cfq registered (default) [ 0.291595] ipq807x-pinctrl 1000000.pinctrl: pin GPIO_63 already requested by 1000000.pinctrl; cannot claim for soc:pwm [ 0.291607] ipq807x-pinctrl 1000000.pinctrl: pin-63 (soc:pwm) status -22 [ 0.291618] ipq807x-pinctrl 1000000.pinctrl: could not request pin 63 (GPIO_63) from group gpio63 on device 1000000.pinctrl [ 0.291628] qca,ipq4019-pwm soc:pwm: Error applying setting, reverse things back [ 0.292243] 20000000.pci supply vdda not found, using dummy regulator [ 0.292294] 20000000.pci supply vdda_phy not found, using dummy regulator [ 0.292352] 20000000.pci supply vdda_refclk not found, using dummy regulator [ 0.292993] PCI host bridge /soc/pci@20000000 ranges: [ 0.293019] IO 0x20200000..0x2020ffff → 0x20200000 [ 0.293034] MEM 0x20220000..0x2fffffff → 0x20220000 [ 0.542707] qcom-pcie 20000000.pci: link up [ 0.542852] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00 [ 0.542866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.542879] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x20200000-0x2020ffff]) [ 0.542890] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff] [ 0.543201] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.544120] pci 0000:00:00.0: BAR 8: assigned [mem 0x20400000-0x205fffff] [ 0.544135] pci 0000:00:00.0: BAR 9: assigned [mem 0x20600000-0x207fffff 64bit pref] [ 0.544148] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff 64bit] [ 0.544164] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 0.544178] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit] [ 0.544227] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.544237] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 0.544249] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff] [ 0.544260] pci 0000:00:00.0: bridge window [mem 0x20600000-0x207fffff 64bit pref] [ 0.544315] PCIe: RC0 enabled during bootup [ 0.544490] 10000000.pci supply vdda not found, using dummy regulator [ 0.544530] 10000000.pci supply vdda_phy not found, using dummy regulator [ 0.544563] 10000000.pci supply vdda_refclk not found, using dummy regulator [ 0.545106] PCI host bridge /soc/pci@10000000 ranges: [ 0.545127] IO 0x10200000..0x1020ffff → 0x10200000 [ 0.545141] MEM 0x10220000..0x1fffffff → 0x10220000 [ 0.792710] qcom-pcie 10000000.pci: link up [ 0.792847] qcom-pcie 10000000.pci: PCI host bridge to bus 0001:00 [ 0.792858] pci_bus 0001:00: root bus resource [bus 00-ff] [ 0.792871] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x10200000-0x1020ffff]) [ 0.792881] pci_bus 0001:00: root bus resource [mem 0x10220000-0x1fffffff] [ 0.793176] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.794526] pci 0001:00:00.0: BAR 8: assigned [mem 0x10300000-0x105fffff] [ 0.794540] pci 0001:00:00.0: BAR 0: assigned [mem 0x10220000-0x10220fff 64bit] [ 0.794560] pci 0001:01:00.0: BAR 0: assigned [mem 0x10400000-0x105fffff 64bit] [ 0.794638] pci 0001:01:00.0: BAR 6: assigned [mem 0x10300000-0x1030ffff pref] [ 0.794648] pci 0001:00:00.0: PCI bridge to [bus 01] [ 0.794660] pci 0001:00:00.0: bridge window [mem 0x10300000-0x105fffff] [ 0.794720] PCIe: RC1 enabled during bootup [ 0.799451] NET: Registered protocol family 27 [ 0.799463] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled [ 0.799475] qmi_log_init: IPC Logging disabled [ 0.799481] qmi_log_init: IPC Logging disabled [ 0.799570] msm_rpm_log_probe: OK [ 0.799903] msm-dcc b3000.dcc: DCC XPU is not specified [ 0.800147] msm-dcc b3000.dcc: jiffies_64: 0xffff8b1f, cntvct_64: 0xb15aae9 [ 0.800159] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xffffff800059a004) [ 0.800170] msm-dcc b3000.dcc: gcnt_lo: 0x0b15acaf(0xffffff800059a000) [ 0.800735] TZ SMMU State: SMMU Stage2 Enabled [ 0.800816] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set [ 0.802381] msm_serial 78b3000.serial: msm_serial: detected port #0 [ 0.802421] msm_serial 78b3000.serial: uartclk = 3686400 [ 0.802458] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 78, base_baud = 230400) is a MSM [ 0.802476] msm_serial: console setup on port #0 [ 1.807415] console [ttyMSM0] enabled [ 1.812422] msm_serial: driver initialized [ 1.815929] msm_serial_hsl_init: driver initialized [ 1.828269] brd: module loaded [ 1.828902] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.831760] m25p80 spi32766.0: unrecognized JEDEC id bytes: ff, ff, ff [ 1.838195] QPIC controller hw version Major:1, Minor:5 [ 1.844082] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa [ 1.848879] nand: ONFI 10-Compliant Winbond W29N02GZ [ 1.855518] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.860521] 25 ofpart partitions found on MTD device qcom_nand.0 [ 1.867814] Creating 25 MTD partitions on “qcom_nand.0”: [ 1.873977] 0x000000000000-0x000000100000 : “0:SBL1” [ 1.880869] 0x000000100000-0x000000200000 : “0:MIBIB” [ 1.885707] 0x000000200000-0x000000280000 : “0:BOOTCONFIG” [ 1.890248] 0x000000280000-0x000000300000 : “0:BOOTCONFIG1” [ 1.895634] 0x000000300000-0x000000600000 : “0:QSEE” [ 1.902993] 0x000000600000-0x000000900000 : “0:QSEE_1” [ 1.908179] 0x000000900000-0x000000980000 : “0:DEVCFG” [ 1.911299] 0x000000980000-0x000000a00000 : “0:DEVCFG_1” [ 1.916382] 0x000000a00000-0x000000a80000 : “0:APDP” [ 1.921868] 0x000000a80000-0x000000b00000 : “0:APDP_1” [ 1.926792] 0x000000b00000-0x000000b80000 : “0:RPM” [ 1.931751] 0x000000b80000-0x000000c00000 : “0:RPM_1” [ 1.936501] 0x000000c00000-0x000000c80000 : “0:CDT” [ 1.941735] 0x000000c80000-0x000000d00000 : “0:CDT_1” [ 1.946409] 0x000000d00000-0x000000d80000 : “0:APPSBLENV” [ 1.951657] 0x000000d80000-0x000000e80000 : “0:APPSBL_1” [ 1.957384] 0x000000e80000-0x000000f80000 : “0:APPSBL” [ 1.962815] 0x000000f80000-0x000001000000 : “0:ART” [ 1.967351] 0x000001000000-0x000001080000 : “bdata” [ 1.972106] 0x000001080000-0x000001100000 : “crash” [ 1.976991] 0x000001100000-0x000001180000 : “crash_syslog” [ 1.981857] 0x000001180000-0x000004980000 : “rootfs” [ 2.028450] mtd: device 21 (rootfs) set to be root filesystem [ 2.028705] mtdsplit: no squashfs found in “rootfs” [ 2.033190] 0x000004980000-0x000008180000 : “rootfs_1” [ 2.080184] 0x000008180000-0x000008280000 : “cfg_bak” [ 2.081705] 0x000008280000-0x000010000000 : “overlay” [ 2.178765] libphy: Fixed MDIO Bus: probed [ 2.399453] qca-mdio 90000.mdio: Skip reset GPIO 44 [ 2.399482] qca-mdio 90000.mdio: Could not find phy-reset-gpio [ 2.403238] libphy: qca_mdio: probed [ 2.409423] mdio_bus 90000.mdio: registered phy ethernet-phy at address 0 [ 2.413006] mdio_bus 90000.mdio: registered phy ethernet-phy at address 1 [ 2.419653] mdio_bus 90000.mdio: registered phy ethernet-phy at address 2 [ 2.426456] mdio_bus 90000.mdio: registered phy ethernet-phy at address 3 [ 2.433213] mdio_bus 90000.mdio: registered phy ethernet-phy at address 24 [ 2.439766] qca-mdio 90000.mdio: qca-mdio driver was registered [ 2.446767] Unable to create IPC log context! [ 2.452636] Skip QCA8074V1 in V2 platform [ 2.457105] cnss[2]: INFO: Platform driver probed successfully. plat ffffffc03cf08018 tgt 0xfffe [ 2.461038] cnss[27]: INFO: Platform driver probed successfully. plat ffffffc03cf18018 tgt 0x1104 [ 2.470189] i2c /dev entries driver [ 2.481449] emc2305 1-002f: hwmon0: sensor 'emc2305' [ 2.488992] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 2.489454] sdhci: Secure Digital Host Controller Interface driver [ 2.496529] sdhci: Copyright© Pierre Ossman [ 2.502493] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.507634] qcom_ice_get_device_tree_data: No vdd-hba-supply regulator, assuming not needed [ 2.512712] ICE IRQ = 81 [ 2.521236] [ 2.521236] Version Rollback Feature Disabled [ 2.526036] remoteproc remoteproc0: releasing cd00000.qcom_q6v5_wcss [ 2.530350] SPMI VADC - Min ch: 0 Max ch: 15 [ 2.537685] of_graph_get_next_endpoint(): no port node found in /soc/csr@6001000 [ 2.539981] coresight-csr 6001000.csr: CSR initialized [ 2.547480] of_graph_get_next_endpoint(): no port node found in /soc/cti@6010000 [ 2.552424] of_graph_get_next_endpoint(): no port node found in /soc/cti@6011000 [ 2.559918] of_graph_get_next_endpoint(): no port node found in /soc/cti@6012000 [ 2.567325] of_graph_get_next_endpoint(): no port node found in /soc/cti@6013000 [ 2.574693] of_graph_get_next_endpoint(): no port node found in /soc/cti@6014000 [ 2.582075] of_graph_get_next_endpoint(): no port node found in /soc/cti@6015000 [ 2.589433] of_graph_get_next_endpoint(): no port node found in /soc/cti@6016000 [ 2.596829] of_graph_get_next_endpoint(): no port node found in /soc/cti@6017000 [ 2.604207] of_graph_get_next_endpoint(): no port node found in /soc/cti@6018000 [ 2.611587] of_graph_get_next_endpoint(): no port node found in /soc/cti@6019000 [ 2.618953] of_graph_get_next_endpoint(): no port node found in /soc/cti@601a000 [ 2.626345] of_graph_get_next_endpoint(): no port node found in /soc/cti@601b000 [ 2.633723] of_graph_get_next_endpoint(): no port node found in /soc/cti@601c000 [ 2.641083] of_graph_get_next_endpoint(): no port node found in /soc/cti@601d000 [ 2.648481] of_graph_get_next_endpoint(): no port node found in /soc/cti@601e000 [ 2.655861] of_graph_get_next_endpoint(): no port node found in /soc/cti@601f000 [ 2.663235] of_graph_get_next_endpoint(): no port node found in /soc/cti@6198000 [ 2.670606] of_graph_get_next_endpoint(): no port node found in /soc/cti@6199000 [ 2.678001] of_graph_get_next_endpoint(): no port node found in /soc/cti@619a000 [ 2.685392] of_graph_get_next_endpoint(): no port node found in /soc/cti@619b000 [ 2.692768] of_graph_get_next_endpoint(): no port node found in /soc/cti@610c000 [ 2.700276] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000006044000 [ 2.707364] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000006044000 [ 2.724456] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000006044000 [ 2.740332] sps:BAM 0x0000000006044000 is registered.[ 2.748115] coresight-tmc 6028000.tmc: TMC initialized [ 2.752817] coresight-tmc 6027000.tmc: TMC initialized [ 2.757932] coresight-funnel 6021000.funnel: FUNNEL initialized [ 2.762971] coresight-funnel 6100000.funnel: FUNNEL initialized [ 2.768782] coresight-funnel 6120000.funnel: FUNNEL initialized [ 2.774689] coresight-funnel 6130000.funnel: FUNNEL initialized [ 2.780596] coresight-funnel 61a1000.funnel: FUNNEL initialized [ 2.787009] coresight-etm4x 619c000.etm: ETM 4.0 initialized [ 2.792649] coresight-etm4x 619d000.etm: ETM 4.0 initialized [ 2.798537] coresight-etm4x 619e000.etm: ETM 4.0 initialized [ 2.804211] coresight-etm4x 619f000.etm: ETM 4.0 initialized [ 2.809606] coresight-replicator-qcom 6026000.replicator: REPLICATOR 1.0 initialized [ 2.815362] coresight-stm 6002000.stm: STM initialized [ 2.823947] of_graph_get_next_endpoint(): no port node found in /soc/hwevent@6101000 [ 2.827760] coresight-hwevent 6101000.hwevent: Hardware Event driver initialized [ 2.838232] Netfilter messages via NETLINK v0.30. [ 2.842986] ip_set: protocol 6 [ 2.848532] NET: Registered protocol family 10 [ 2.851209] NET: Registered protocol family 17 [ 2.854948] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.859377] Bridge firewalling registered [ 2.872118] 8021q: 802.1Q VLAN Support v1.8 [ 2.876567] page_owner is disabled [ 2.880884] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 [ 2.883708] pmd9655_s3: supplied by e-smps1-reg [ 2.890848] cpr4_ipq807x_apss_read_fuse_data: apc_corner: speed bin = 0 [ 2.895206] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR fusing revision = 1 [ 2.901802] cpr4_ipq807x_apss_read_fuse_data: apc_corner: CPR misc fuse value = 0 [ 2.909454] cpr4_ipq807x_apss_read_fuse_data: apc_corner: Voltage boost fuse config = 0 boost = disable [ 2.916980] cpr3_mem_acc_init: apc: not using memory accelerator regulator [ 2.926109] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loop= 704000 uV [ 2.933055] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused NOM: open-loop= 840000 uV [ 2.943037] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused TURBO: open-loop= 904000 uV [ 2.952845] cpr4_ipq807x_apss_calculate_open_loop_voltages: apc_corner: fused STURBO: open-loop=1000000 uV [ 2.962715] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused SVS: quot[ 7]= 684, quot_offset[ 7]= 0 [ 2.972469] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused NOM: quot[ 7]= 923, quot_offset[ 7]= 235 [ 2.983316] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused TURBO: quot[ 7]=1022, quot_offset[ 7]= 95 [ 2.994257] cpr4_ipq807x_apss_calculate_target_quotients: apc_corner: fused STURBO: quot[ 7]=1176, quot_offset[ 7]= 150 [ 3.005328] cpr3_regulator_init_ctrl: apc: Default CPR mode = closed-loop [ 3.017316] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 800000 KHz [ 3.023039] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1017600 KHz [ 3.031531] qcom-q6v5-wcss-pil cd00000.qcom_q6v5_wcss: ssr registeration success qcom_q6v5_wcss [ 3.038721] remoteproc remoteproc0: cd00000.qcom_q6v5_wcss is available [ 3.047463] ubi0: attaching mtd21 [ 3.211001] random: nonblocking pool is initialized [ 3.264021] ubi0: scanning is finished [ 3.268904] ubi0: attached mtd21 (name “rootfs”, size 56 MiB) [ 3.268922] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 3.273623] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 3.280387] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 3.287248] ubi0: good PEBs: 448, bad PEBs: 0, corrupted PEBs: 0 [ 3.294019] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 3.300267] ubi0: max/mean erase counter: 5/1, WL threshold: 4096, image sequence number: 973967233 [ 3.307305] ubi0: available PEBs: 0, total reserved PEBs: 448, PEBs reserved for bad PEB handling: 40 [ 3.316252] ubi0: background thread “ubi_bgt0d” started, PID 121 [ 3.317273] hctosys: unable to open rtc device (rtc0) [ 3.335649] crash_kernel_init, res rsvd1, 56000000, 400000, /reserved-memory/rsvd1@56000000 [ 3.336642] mtd dev crash, size 0x80000 [ 3.345455] crash_kernel_init, crash init, res→start:56000000,crash_buf:0xffffff800dd00000,crash_buf_len 0x7ffe4, crash_avail_sz 0x80000 [ 3.349236] Crash kernel dumper registered ok! [ 3.361902] crash_syslog_init, res rsvd2, 56400000, 400000, /reserved-memory/rsvd2@56400000 [ 3.366416] mtd dev crash_syslog, size 0x80000 [ 3.375400] crash_syslog_init, crash init, crash_buf_len 0x3ffe4, crash_avail_sz 0x40000 [ 3.379705] Crash syslog dumper register ok! [ 3.388149] pmd9655_ldo11: disabling [ 3.392785] ALSA device list: [ 3.396091] No soundcards found. [ 3.400954] VFS: Mounted root (squashfs filesystem) readonly on device 31:26. [ 3.402375] Freeing unused kernel memory: 228K (ffffffc0008d7000 - ffffffc000910000) [ 3.409481] Freeing alternatives memory: 44K (ffffffc000910000 - ffffffc00091b000) [ 3.664593] init: Console is alive [ 3.664675] init: - watchdog - [ 4.476890] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.489825] usbcore: registered new interface driver usbfs [ 4.489866] usbcore: registered new interface driver hub [ 4.494285] usbcore: registered new device driver usb [ 4.500713] Button Hotplug driver version 0.4.1 [ 4.506349] SCSI subsystem initialized [ 4.513826] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.514157] ehci-platform: EHCI generic platform driver [ 4.525287] msm-usb-ssphy-qmp 78000.ssphy: Initializing QMP phy [ 4.532026] msm-usb-ssphy-qmp 78000.ssphy: QMP PHY initialization timeout [ 4.532047] msm-usb-ssphy-qmp 78000.ssphy: USB3_PHY_PCS_STATUS:68686868 [ 4.740641] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.740675] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 4.745182] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010 [ 4.752603] xhci-hcd xhci-hcd.0.auto: irq 211, io mem 0x08a00000 [ 4.761535] hub 1-0:1.0: USB hub found [ 4.767503] hub 1-0:1.0: 1 port detected [ 4.771191] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.775135] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 4.780455] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.788208] hub 2-0:1.0: USB hub found [ 4.796328] hub 2-0:1.0: 1 port detected [ 4.801650] ipq807x-pinctrl 1000000.pinctrl: pin GPIO_63 already requested by 1000000.pinctrl; cannot claim for soc:leds [ 4.803963] ipq807x-pinctrl 1000000.pinctrl: pin-63 (soc:leds) status -22 [ 4.814815] ipq807x-pinctrl 1000000.pinctrl: could not request pin 63 (GPIO_63) from group gpio63 on device 1000000.pinctrl [ 4.821505] leds-gpio soc:leds: Error applying setting, reverse things back [ 4.834133] usbcore: registered new interface driver usb-storage [ 4.839541] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.855358] init: - preinit - [RESTORE-DEBUG-INFO] Enter preinit [RESTORE-DEBUG-INFO] preinit_main=define_default_set_state do_sysinfo_generic do_ipq806x preinit_ip pi_indicate_preinit failsafe_wait restore_nvram run_failsafe_hook indicate_regular_preinit initramfs_test do_mount_root do_load_ipq4019_board_bin do_urandom_seed do_mount_bind_etc run_init [RESTORE-DEBUG-INFO] Enter define_set_state [RESTORE-DEBUG-INFO] Enter fs_wait_for_key no failsafe Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [RESTORE-DEBUG-INFO] Enter restore_nvram, restore is 0 [RESTORE-DEBUG-INFO] Enter mount_root [ 8.124761] UBIFS (ubi0:2): background thread “ubifs_bgt0_2” started, PID 181 [ 8.151705] UBIFS (ubi0:2): recovery needed [ 8.228947] UBIFS (ubi0:2): recovery completed [ 8.229004] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name “rootfs_data” [ 8.232293] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 8.240185] UBIFS (ubi0:2): FS size: 12062720 bytes (11 MiB, 95 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs) [ 8.250086] UBIFS (ubi0:2): reserved for root: 569752 bytes (556 KiB) [ 8.260317] UBIFS (ubi0:2): media format: w4/r0 (latest is w4/r0), UUID C0E82EDB-BAD7-4FAF-8A73-D24586A912E7, small LPT model [ 8.269775] mount_root: switching to ubifs overlay [RESTORE-DEBUG-INFO] Done mount_root [RESTORE-DEBUG-INFO] Enter find_mount_ubi_data [ 8.330926] ubi1: attaching mtd24 [ 8.814193] ubi1: scanning is finished [ 8.819352] ubi1: attached mtd24 (name “overlay”, size 125 MiB) [ 8.819373] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 8.824081] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 8.831012] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 8.837875] ubi1: good PEBs: 1004, bad PEBs: 0, corrupted PEBs: 0 [ 8.844643] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 8.850891] ubi1: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 389514362 [ 8.858016] ubi1: available PEBs: 563, total reserved PEBs: 441, PEBs reserved for bad PEB handling: 40 [ 8.866964] ubi1: background thread “ubi_bgt1d” started, PID 195 UBI device number 1, total 1004 LEBs (127483904 bytes, 121.5 MiB), available 563 LEBs (71487488 bytes, 68.1 MiB), LEB size 126976 bytes (124.0 KiB) [ 8.901963] UBIFS (ubi1:0): background thread “ubifs_bgt1_0” started, PID 208 [ 8.927809] UBIFS (ubi1:0): recovery needed [ 9.030767] UBIFS (ubi1:0): recovery completed [ 9.030819] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name “data” [ 9.034099] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 9.041308] UBIFS (ubi1:0): FS size: 49139712 bytes (46 MiB, 387 LEBs), journal size 2412544 bytes (2 MiB, 19 LEBs) [ 9.051291] UBIFS (ubi1:0): reserved for root: 2320989 bytes (2266 KiB) [ 9.061529] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID 3FE702F5-3996-4BA7-8D49-CB2BC848051B, small LPT model [RESTORE-DEBUG-INFO] Done find_mount_ubi_data /etc/preinit: line 1: pi_include: not found /etc/preinit: line 1: pi_include: not found /etc/preinit: line 1: set_jffs_mp: not found /etc/preinit: line 1: determine_root_device: not found /etc/preinit: line 1: check_skip: not found [RESTORE-DEBUG-INFO] Done preinit_mount_root 131072+0 records in 131072+0 records out 131072 bytes (128.0KB) copied, 0.214368 seconds, 597.1KB/s ln: /lib/firmware/IPQ8074/caldata.bin: File exists 131072+0 records in 131072+0 records out 131072 bytes (128.0KB) copied, 0.218333 seconds, 586.3KB/s ln: /lib/firmware/qcn9000/caldata_1.bin: File [ 9.580441] urandom-seed: Seed file not found (/etc/urandom.seed) exists 2116+0 records in 2116+0 records out 2116 bytes (2.1KB) copied, 0.004027 seconds, 513.1KB/s [RESTORE-DEBUG-INFO] Enter do_mount_bind_etc [RESTORE-DEBUG-INFO] Done do_mount_bind_etc [ 9.957565] procd: - early - [ 9.957605] procd: - watchdog - [ 10.537128] procd: - watchdog - [ 10.537235] procd: - ubus - [ 10.590052] procd: - init - Please press Enter to activate this console. /etc/rc.d/S00sysfixtime: Sat Jun 12 18:43:30 UTC 2021 /etc/rc.d/S00wifi_fw_mount: 131072+0 records in /etc/rc.d/S00wifi_fw_mount: 131072+0 records out /etc/rc.d/S00wifi_fw_mount: 131072 bytes (128.0KB) copied, 0.220920 seconds, 579.4KB/s /etc/rc.d/S00wifi_fw_mount: ln: /lib/firmware/IPQ8074/caldata.bin: File exists /etc/rc.d/S00wifi_fw_mount: 131072+0 records in /etc/rc.d/S00wifi_fw_mount: 131072+0 records out /etc/rc.d/S00wifi_fw_mount: 131072 bytes (128.0KB) copied, 0.230118 seconds, 556.2KB/s /etc/rc.d/S00wifi_fw_mount: ln: /lib/firmware/qcn9000/caldata_1.bin: File exists /etc/rc.d/S00wifi_fw_mount: 2116+0 records in /etc/rc.d/S00wifi_fw_mount: 2116+0 records out /etc/rc.d/S00wifi_fw_mount: 2116 bytes (2.1KB) copied, 0.004085 seconds, 505.9KB/s /usr/bin/iotd[1424]: Started iot daemon [ 11.333978] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.950708] cfg80211: World regulatory domain updated: [ 11.950733] cfg80211: DFS Master region: unset [ 11.954784] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 11.959387] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 11.960844] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 11.964132] Initializing XFRM netlink socket [ 11.964841] NET: Registered protocol family 15 [ 11.986547] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 11.990419] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 11.999825] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 12.007724] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 12.017634] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 12.027123] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 12.034999] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 12.097773] ssdk_switch_device_num_init[1112]:INFO:ess-switch dts node number: 1 [ 12.097834] ssdk_dt_get_switch_node[940]:INFO:ess-switch DT exist! [ 12.104279] ssdk_dt_parse_access_mode[841]:INFO:switch_access_mode: local bus [ 12.110223] ssdk_dt_parse_access_mode[854]:INFO:switchreg_base_addr: 0x3a000000 [ 12.117463] ssdk_dt_parse_access_mode[855]:INFO:switchreg_size: 0x1000000 [ 12.124592] ssdk_dt_parse_mac_mode[289]:INFO:mac mode = 0x0 [ 12.131501] ssdk_dt_parse_mac_mode[298]:INFO:mac mode1 = 0xf [ 12.136868] ssdk_dt_parse_mac_mode[307]:INFO:mac mode2 = 0xff [ 12.142806] ssdk_dt_parse_phy_info[641]:INFO:[PORT 5] port_mac_sel = QGMAC_PORT [ 12.148417] ssdk_dt_parse_phy_info[644]:INFO:Force reset GPIO 44 reset 8081 PHY [ 12.361208] hsl_port_phy_gpio_reset[681]:INFO:GPIO44 reset PHY done [ 12.471283] ssdk_dt_parse_uniphy[326]:INFO:ess-uniphy DT exist! [ 12.471489] ssdk_dt_parse_intf_mac[787]:INFO:dp1 MAC 9c:9d:7e:7b:d2:9a [ 12.476066] ssdk_dt_parse_intf_mac[787]:INFO:dp2 MAC 9c:9d:7e:7b:d2:9a [ 12.482675] ssdk_dt_parse_intf_mac[787]:INFO:dp3 MAC 9c:9d:7e:7b:d2:9a [ 12.489237] ssdk_dt_parse_intf_mac[787]:INFO:dp4 MAC 9c:9d:7e:7b:d2:9a [ 12.495802] ssdk_dt_parse_intf_mac[787]:INFO:dp5 MAC 9c:9d:7e:b5:c3:a2 [ 12.502357] ssdk_plat_init start [ 12.583108] ssdk_gcc_clock_init[939]:INFO:SSDK gcc clock init successfully! [ 12.583317] ssdk_probe[1997]:INFO:ess_rst doesn't exist! [ 12.589618] HPPE initializing... [ 12.594625] malibu_phy_api_ops_init[2851]:INFO:qca probe malibu phy driver succeeded! [ 12.600544] qca808x_phy_api_ops_init[2188]:INFO:qca probe qca808x phy driver succeeded! [ 12.606197] qca808x_ptp_register[1407]:INFO:qca808x ptp clock registered [ 12.613336] regi_init[3525]:INFO:Initializing HPPE!! [ 12.831205] ssdk_ppe_reset_init[1171]:INFO:ppe reset successfully! [ 12.834277] qca_hppe_tdm_hw_init[674]:INFO:tdm setup num=96 [ 12.836551] qca_hppe_portctrl_hw_init[105]:INFO:Hawkeye PPE port initializing [ 14.188259] ssdk_switch_register[1691]:INFO:Chip version 0x1500 [ 14.188296] qca_link_polling_select[1307]:INFO:link-polling-required node does not exist [ 14.192988] ssdk_switch_register[1717]:INFO:polling is selected [ 14.201314] regi_init[3529]:INFO:Initializing HPPE Done!! [ 14.207010] regi_init[3589]:INFO:qca-ssdk module init succeeded! [ 14.214483] tun: Universal TUN/TAP device driver, 1.6 [ 14.218581] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com [ 14.225929] EDMA ver 1 hw init [ 14.229823] EDMA HW Reset completed succesfully [ 14.232727] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) [ 14.237071] RxDesc:1 (15-15) RxFill:1 (7-7) [ 14.446919] [ 14.446945] * NSS Data Plane driver [ 14.452361] [ 14.462848] l2tp_core: L2TP core driver, V2.0 [ 14.463450] l2tp_netlink: L2TP netlink interface [ 14.607995] nss_driver - fw of size 758896 bytes copied to load addr: 40000000, nss_id : 0 [ 14.609712] Supported Frequencies - [ 14.615190] 748.8 MHz 1.4976 GHz [ 14.621122] 1.6896 GHz [ 14.622168] [ 14.624582] ffffffbffc767580: set sdma ffffffc03af36100 [ 14.626074] ffffffbffc767580: meminfo init succeed [ 14.660783] node size 2 # items 4 [ 14.660806] memory: 40000000 1073741824 (avl 848982016) items 4 active_cores 2 [ 14.663108] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000 [ 14.670200] ffffffbffc767580: nss core 0 booted successfully [ 14.688710] nss_driver - fw of size 290472 bytes copied to load addr: 40800000, nss_id : 1 [ 14.690707] Supported Frequencies - [ 14.697050] 748.8 MHz 1.4976 GHz [ 14.701929] 1.6896 GHz [ 14.702881] [ 14.705353] ffffffbffc76f900: set sdma ffffffc038bbe400 [ 14.706787] ffffffbffc76f900: meminfo init succeed [ 14.714062] sit: IPv6 over IPv4 tunneling driver [ 14.716552] node size 2 # items 4 [ 14.716556] memory: 40000000 1073741824 (avl 848982016) items 4 active_cores 2 [ 14.716562] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000 [ 14.716575] ffffffbffc76f900: nss core 1 booted successfully [ 14.740901] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded. [ 14.746594] gre: GRE over IPv4 demultiplexor driver [ 14.753013] ip_gre: GRE over IPv4 tunneling driver [ 14.758249] ip6_gre: GRE over IPv6 tunneling driver [ 14.763960] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 14.766301] Warning: miimon must be specified, otherwise bonding will not detect link failure, speed and duplex which are essential for 802.3ad operation [ 14.772975] Forcing miimon to 100msec [ 14.786603] MII link monitoring set to 100 ms [ 14.803885] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 14.811462] nf_conntrack version 0.5.0 (6271 buckets, 40000 max) [ 14.811487] xqnss: extend init success! [ 17.332507] PPP generic driver version 2.4.2 [ 17.571675] nss_lag_init[352]:LAG Manager Installed [ 18.001777] NET: Registered protocol family 24 [ 18.342014] PPTP driver version 0.8.5 [ 18.813971] diag: IPC Logging disabled [ 18.814362] TRACK: P[0] PMask[4] [ 18.816600] TRACK: P[1] PMask[4] [ 18.819984] TRACK: P[2] PMask[4] [ 18.823333] TRACK: P[3] PMask[4] [ 18.826439] nik 4097 info→svc_id [ 19.162388] <NSS-CRYPTO>:module loaded Build_ID - 01/25/21, 15:28:36 SoC=ipq807x_64 [ 19.392706] cannot find nss-macsec0 node [ 19.392755] cannot find nss-macsec1 node [ 19.395702] cannot find nss-macsec2 node [ 19.399589] nss_macsec init success [ 22.071768] u32 classifier [ 22.071785] input device check on [ 22.073355] Actions configured [ 22.501748] Mirror/redirect action on [ 27.152356] ipaccount: ifname [lo] event[5] [ 27.152380] ipaccount: ifname [miireg] event[5] [ 27.155378] ipaccount: ifname [eth0] event[5] [ 27.159958] ipaccount: ifname [eth1] event[5] [ 27.164433] ipaccount: ifname [eth2] event[5] [ 27.168712] ipaccount: ifname [eth3] event[5] [ 27.173073] ipaccount: ifname [eth4] event[5] [ 27.177430] ipaccount: ifname [ip6tnl0] event[5] [ 27.181744] ipaccount: ifname [sit0] event[5] [ 27.186419] ipaccount: ifname [ifb0] event[5] [ 27.190677] ipaccount: ifname [ifb1] event[5] [ 27.195026] ipaccount: ifname [gre0] event[5] [ 27.199358] ipaccount: ifname [gretap0] event[5] [ 27.203825] ipaccount: ifname [ip6gre0] event[5] [ 27.208382] ipaccount: ifname [bond0] event[5] [ 27.212986] ipaccount: ifname [ipsecdummy] event[5] [ 27.217244] ipaccount: ifname [teql0] event[5] [ 27.673209] fuse init (API version 7.23) [ 27.893609] arp_tables: (C) 2002 David S. Miller [ 27.895715] ip_tables: (C) 2000-2006 Netfilter Core Team [ 27.899788] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 27.917335] nf_conntrack_rtsp v0.6.21 loading [ 28.143832] nf_nat_rtsp v0.6.21 loading [ 28.146088] PPP MPPE Compression module registered [ 28.150084] ipt: xt_cgroup_MARK installed ok. [ 28.161928] xt_time: kernel timezone is -0000 [ 28.169443] kmodloader: done loading kernel modules from /etc/modules.d/* qcawifi configuration is disable /etc/rc.d/S10boot: qcawifi: Detect failed * starting cnssdaemon -i integrated -i pci0 * *cnssdaemon pid=5542* *initiating cold boot calibration* No Direct-Attach chipsets found. qcawifi qcawificfg80211 disable radio wifi0 qcawifi qcawificfg80211 disable radio wifi1 qcawifi qcawificfg80211 disable radio wifi2 qcawifi qcawificfg80211 disable radio wifi3 Not the first boot. Skip coldboot calibration* [ 51.208381] ipaccount: ifname [bond0] event[11] [ 51.213324] Modified watermark limit:low:20480kB high:96000kB /etc/rc.d/S15qca-wpa-supplicant: Successfully initialized wpa_supplicant /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: SSDK Init OK! /etc/rc.d/S16qca-ssdk: operation done. /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: SSDK Init OK! /etc/rc.d/S16qca-ssdk: operation done. /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: SSDK Init OK! /etc/rc.d/S16qca-ssdk: operation done. /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: SSDK Init OK! /etc/rc.d/S16qca-ssdk: operation done. /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: SSDK Init OK! /etc/rc.d/S16qca-ssdk: operation done. /etc/rc.d/S16qca-ssdk: /etc/rc.d/S16qca-ssdk: starting /etc/rc.d/S19dnsmasq: cp: can't stat '/etc/dnsmasq.d/*': No such file or directory /etc/rc.d/S19dnsmasq: sh: out of range /etc/rc.d/S19dnsmasq: sh: out of range [ 53.016595] ECM init [ 53.016645] ECM database jhash random seed: 0xc9cff798 [ 53.019242] ECM init complete /etc/rc.d/S19qca-nss-ecm: net.bridge.bridge-nf-call-ip6tables = 1 /etc/rc.d/S19qca-nss-ecm: net.bridge.bridge-nf-call-iptables = 1 /etc/rc.d/S19qca-nss-ecm: dev.nss.general.redirect = 1 /etc/rc.d/S20fstab: /etc/rc.common: /lib/functions/mount.sh: line 8: pi_include: not found /etc/rc.d/S20fstab: /etc/rc.common: /lib/functions/mount.sh: line 9: pi_include: not found /etc/rc.d/S20network: uci: Invalid argument /etc/rc.d/S22mihttpd: env_init /etc/rc.d/S22mihttpd: start fcgi-cgi by spawn-fcgi. /etc/rc.d/S22mihttpd: start nginx ok. /etc/rc.d/S22sysapihttpd: env_init /etc/rc.d/S22sysapihttpd: start fcgi-cgi by spawn-fcgi. [ 53.400684] ipaccount: ifname [lo] event[9] [ 53.401545] ipaccount: ifname [lo] event[2] /etc/rc.d/S22sysapihttpd: start nginx ok. [ 53.480967] ipaccount: ifname [br-lan] event[16] [ 53.481833] ipaccount: ifname [br-lan] event[5] [ 53.485232] ipaccount: ifname [eth0] event[13] [ 53.492356] ipaccount: ifname [eth0] event[1] [ 53.494488] ipaccount: ifname [eth0] event[20] [ 53.501366] ipaccount: ifname [eth0] event[26] [ 53.503029] ipaccount: ifname [eth0] event[21] [ 53.506806] ipaccount: ifname [eth0] event[11] [ 53.511435] device eth0 entered promiscuous mode [ 53.515602] ipaccount: ifname [br-lan] event[11] [ 53.520746] ipaccount: ifname [br-lan] event[8] [ 53.525472] ipaccount: ifname [eth0] event[27] [ 53.530262] ipaccount: ifname [br-lan] event[8] [ 53.534276] ipaccount: ifname [br-lan] event[13] [ 53.538065] br-lan: port 1(eth0) entered forwarding state [ 53.542975] br-lan: port 1(eth0) entered forwarding state [ 53.548415] ipaccount: ifname [br-lan] event[1] [ 53.557109] ipaccount: ifname [eth1] event[13] [ 53.559515] ipaccount: ifname [eth1] event[1] [ 53.563482] ipaccount: ifname [eth1] event[20] [ 53.567028] ipaccount: ifname [eth1] event[26] [ 53.571433] ipaccount: ifname [eth1] event[21] [ 53.575712] ipaccount: ifname [eth1] event[11] [ 53.580051] device eth1 entered promiscuous mode [ 53.584605] br-lan: port 2(eth1) entered forwarding state [ 53.589275] br-lan: port 2(eth1) entered forwarding state [ 53.594667] ipaccount: ifname [eth1] event[27] [ 53.600437] ipaccount: ifname [eth2] event[13] [ 53.609766] ipaccount: ifname [eth2] event[1] [ 53.610560] ipaccount: ifname [eth2] event[20] [ 53.613346] ipaccount: ifname [eth2] event[26] [ 53.617899] ipaccount: ifname [eth2] event[21] [ 53.622025] ipaccount: ifname [eth2] event[11] [ 53.626626] device eth2 entered promiscuous mode [ 53.631102] br-lan: port 3(eth2) entered forwarding state [ 53.635582] br-lan: port 3(eth2) entered forwarding state [ 53.641542] ipaccount: ifname [eth2] event[27] [ 53.646911] ipaccount: ifname [eth3] event[13] [ 53.651282] ipaccount: ifname [eth3] event[1] [ 53.655652] ipaccount: ifname [eth3] event[20] [ 53.659542] ipaccount: ifname [eth3] event[26] [ 53.664332] ipaccount: ifname [eth3] event[21] [ 53.668259] ipaccount: ifname [eth3] event[11] [ 53.672627] device eth3 entered promiscuous mode [ 53.677088] br-lan: port 4(eth3) entered forwarding state [ 53.681846] br-lan: port 4(eth3) entered forwarding state [ 53.687207] ipaccount: ifname [eth3] event[27] stopping miwifi-roam /etc/init.d/network: Command failed: Not found /etc/init.d/network: Command failed: Not found [ 53.712449] ipaccount: ifname [eth4] event[13] [ 53.713242] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready [ 53.715809] ipaccount: ifname [eth4] event[1] [ 53.722095] ipaccount: ifname [lo] event[13] [ 53.726424] ipaccount: ifname [lo] event[1] /etc/init.d/network: Command failed: Not found qcawifi qcawificfg80211 disable radio wifi0 /etc/rc.d/S49messagingagent.sh: start messagingagent ok. qcawifi qcawificfg80211 disable radio wifi1 qcawifi qcawificfg80211 disable radio wifi2 qcawifi qcawificfg80211 disable radio wifi3 /etc/rc.d/S51cp_preinstall_plugins.sh: ls: /usr/share/datacenter/appdata/uninstallable/app_infos: No such file or directory /etc/init.d/network: device: wifi0 vifs: cfg023579 /etc/init.d/network: device: wifi1 vifs: cfg043579 miot_2G /etc/init.d/network: device: wifi2 vifs: cfg063579 /etc/init.d/network: device: wifi3 vifs: cfg083579 [ 54.481352] br-lan: port 1(eth0) entered disabled state [ 54.481440] ipaccount: ifname [eth0] event[4] [ 54.485472] ipaccount: ifname [br-lan] event[4] [ 54.489962] br-lan: port 2(eth1) entered disabled state [ 54.494297] ipaccount: ifname [eth1] event[4] [ 54.502425] br-lan: port 3(eth2) entered disabled state [ 54.504025] ipaccount: ifname [eth2] event[4] [ 54.509109] br-lan: port 4(eth3) entered disabled state [ 54.513593] ipaccount: ifname [eth3] event[4] [ 54.518940] ipaccount: ifname [eth4] event[4] qcawifi qcawificfg80211: enable radio wifi0 [ 55.481298] ipaccount: ifname [br-lan] event[4] /etc/rc.d/S51key_services_boot_check: @@@@@@ R3600 key_service_check skip wireless! [ 55.988256] wlan: [14534:I:ANY] wlan_scan_update_channel_list: 1155: num_chan: 5 [ 55.988694] wlan: [14534:I:ANY] wlan_scan_update_channel_list: 1155: num_chan: 5 [ 55.994846] wlan: [14534:I:ANY] number of channels: 2G = 0 5G = 5, 6G = 0 [ 56.002123] wlan: [14534:I:ANY] wlan_cfg80211_set_country: 7522: wlan_cfg80211_set_country: Country: CN ret: 0 [ 56.009407] wlan: [10682:I:ANY] ol_acfg_handle_wifi_ioctl: 447: ol_acfg_handle_wifi_ioctl: req→cmd=76 not valid for radio interface, it's for VAP [ 56.111110] wlan: [14563:I:Monitor Filter] dp_mon_ht2_rx_ring_cfg: 119: srng type 2 Max_mac_rings 1 [ 56.111213] wlan: [14563:I:Monitor Filter] dp_mon_ht2_rx_ring_cfg: 119: srng type 1 Max_mac_rings 1 [ 56.146889] wlan: [14584:I:ANY] wlan_cfg80211_set_hwaddr: 7595: wlan_cfg80211_set_hwaddr :9c:9d:7e:7b:d2:9b ret: 0 [ 56.165396] wlan: [14597:I:ANY] ol_ath_set_config_param: 1650: set TXBF_SND_PERIOD: val 100 stat 0 [ 56.230271] wlan: [0:I:ANY] ol_ath_set_config_param: 2442: Disconnect_timeout value: 10 [ 56.261234] wlan: [0:I:ANY] ol_ath_set_config_param: 2448: Reconfiguration_timeout value:60 /etc/rc.d/S60iweventd: iwevent-call start ok /etc/rc.d/S77trafficd: refresh ifname into ipaacount in [lan-dev 5g-wl 2.4g-wl wl-guest[ 56.417602] ipaccount: refresh dev ifname to [eth0 ethwl7] [ 56.421591] ipaccount: landev_init_all() add dev [eth0] is_wireless: 0. [ 56.427122] ipaccount: landev_init_all() add dev [eth1] is_wireless: 0. [ 56.434117] ipaccount: landev_init_all() add dev [eth2] is_wireless: 0. [ 56.440319] ipaccount: landev_init_all() add dev [eth3] is_wireless: 0. [ 56.441273] nss-dp 3a001800.dp5 eth4: PHY Link up speed: 1000 [ 56.441353] IPv6: ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready [ 56.441474] ipaccount: ifname [eth4] event[4] [ 56.441954] ipaccount: ifname [wifi0] event[13] [ 56.442145] ipaccount: ifname [wifi0] event[1] [ 56.474462] ipaccount: landev_init_all() get dev [wl2] not found. [ 56.478858] ipaccount: landev_init_all() get dev [wl0] not found. [ 56.485058] ipaccount: landev_init_all() get dev [wl1] not found. [ 56.491096] ipaccount: landev_init_all() get dev [wl14] not found. 5g-wl-backhaul] /etc/rc.d/S77trafficd: eth0 eth1 eth2 eth3 wl0 wl1 wl14 wl7 number of vifs: cfg023579 /etc/rc.d/S77trafficd: trafficd start ok /etc/init.d/network: cfg80211: ifname: wl0 mode: ap cfgphy: phy4 [ 56.591834] ipaccount: landev_init_all() add dev [eth0] is_wireless: 0. [ 56.591863] ipaccount: landev_init_all() add dev [eth1] is_wireless: 0. [ 56.597260] ipaccount: landev_init_all() add dev [eth2] is_wireless: 0. [ 56.603869] ipaccount: landev_init_all() add dev [eth3] is_wireless: 0. [ 56.610445] ipaccount: landev_init_all() get dev [wl2] not found. [ 56.617051] ipaccount: landev_init_all() get dev [wl0] not found. [ 56.623315] ipaccount: landev_init_all() get dev [wl1] not found. [ 56.629366] ipaccount: landev_init_all() get dev [wl14] not found. [ 56.635857] wlan: [14899:I:ANY] wlan_cfg80211_add_virtual_intf: 352: proprietary mode 6 for interface: wl0 : clone params: 0x00000001 [ 56.641778] wlan: [14899:I:ANY] osifp_create_wlan_vap: 9922: VDEV Create 9c:9d:7e:7b:d2:9b [ 56.653909] wlan: [14899:I:ANY] wlan_vap_create: 1644: devhandle=0xffffffc030940880, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 56.653909] [ 56.662038] wlan: [14899:I:ANY] ol_ath_vap_set_param: 1556: Setting SGI value: 1 [ 56.674584] wlan: [14899:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1|dl_muofdma_bfer:0 [ 56.681872] wlan: [14899:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0x7b [ 56.696883] wlan: [14899:I:ANY] ol_ath_vap_set_param: 2637: VDEV params: AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged [ 56.703793] wlan: [14899:I:ANY] MBO Initialized [ 56.717863] wlan: [14899:I:ANY] OCE Initialized [ 56.722636] wlan: [14899:I:ANY] osif_create_vap_complete: 10142: TX Checksum:1|SG:1|TSO:1|LRO:0 [ 56.727341] ipaccount: ifname [wl0] event[16] [ 56.736078] ipaccount: ifname [wl0] event[5] [ 56.740051] ipaccount: landev_init set ifname [wl0] [ 56.744563] wlan: [14899:I:ANY] VAP device wl0 created osifp: (ffffffc039094880) os_if: (ffffffc038be0000) /etc/rc.d/S80samba: 5 /etc/init.d/network: error_handler received : -22 /etc/init.d/network: Failed to send message to driver Error:-22 /etc/rc.d/S80samba: 2 /etc/rc.d/S80samba: E0613 02:44:16.269758 15001 ConfigInfo.cpp:283] no primary disk info /etc/init.d/network: sh: 1: unknown operand [ 57.120660] wlan: [15220:I:ANY] ieee80211_ucfg_setparam: 1741: Setting Max Stations:124 [ 57.131000] wlan: [15249:I:ANY] wlan_set_param: 3242: HE MU BFER already set with this value =1 [ 57.136122] wlan: [15253:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:0|dl_muofdma_bfer:0 [ 57.138879] wlan: [15253:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0x3b /etc/init.d/network: Following channels are blocked from Channel selection algorithm /etc/init.d/network: [36] [40] [44] [48] [52] [56] [60] [64] [165] /etc/init.d/network: wep40,wep104,tkip,aes-ocb,aes-ccmp-128,aes-ccmp-256,aes-gcmp-128,aes-gcmp-256,ckip,wapi,aes-cmac-128,aes-gmac-128,aes-gmac-256,none [ 57.497840] ipaccount: ifname [wl0] event[13] [ 57.498045] 8021q: adding VLAN 0 to HW filter on device wl0 [ 57.501397] ipaccount: ifname [wl0] event[1] [ 57.509209] ipaccount: ifname [wl0] event[20] [ 57.511312] ipaccount: ifname [wl0] event[26] [ 57.515808] ipaccount: ifname [wl0] event[21] [ 57.519743] device wl0 entered promiscuous mode [ 57.524381] br-lan: port 5(wl0) entered forwarding state [ 57.528400] br-lan: port 5(wl0) entered forwarding state [ 57.534075] ipaccount: ifname [wl0] event[27] [ 57.539275] ipaccount: ifname [br-lan] event[4] [ 57.601656] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4440: vap-0(wl0):ACS Params [ 57.601688] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4443: ht_enabled:1|ht40_enabled:0|vht_enabled:1|hw_mode:30|chwidth:20| [ 57.608150] wlan: [10693:I:ANY] ieee80211_autoselect_infra_bss_channel: 4136: ACS started: vap:0xffffffc038be0000 /etc/init.d/network: OK /etc/rc.d/S96scan: FAIL qcawifi qcawificfg80211: enable radio wifi1 /etc/rc.d/S96wifi_fw_done: 131072+0 records in /etc/rc.d/S96wifi_fw_done: 131072+0 records out /etc/rc.d/S96wifi_fw_done: 131072 bytes (128.0KB) copied, 0.243008 seconds, 526.7KB/s /etc/rc.d/S96wifi_fw_done: ln: /lib/firmware/IPQ8074/caldata.bin: File exists /etc/rc.d/S96wifi_fw_done: 131072+0 records in /etc/rc.d/S96wifi_fw_done: 131072+0 records out /etc/rc.d/S96wifi_fw_done: 131072 bytes (128.0KB) copied, 0.245113 seconds, 522.2KB/s /etc/rc.d/S96wifi_fw_done: ln: /lib/firmware/qcn9000/caldata_1.bin: File exists /etc/rc.d/S96wifi_fw_done: 2116+0 records in /etc/rc.d/S96wifi_fw_done: 2116+0 records out /etc/rc.d/S96wifi_fw_done: 2116 bytes (2.1KB) copied, 0.004323 seconds, 478.0KB/s /etc/rc.d/S98miqos: miqos: will delay 20s to start after boot-up. /etc/rc.d/S98plugin_start_script.sh: uci: Entry not found [ 58.995990] wlan: [16743:I:ANY] wlan_scan_update_channel_list: 1155: num_chan: 13 [ 58.996071] wlan: [16743:I:ANY] number of channels: 2G = 13 5G = 0, 6G = 0 [ 59.002562] wlan: [16743:I:ANY] wlan_cfg80211_set_country: 7522: wlan_cfg80211_set_country: Country: CN ret: 0 [ 59.104645] wlan: [16755:I:Monitor Filter] dp_mon_ht2_rx_ring_cfg: 119: srng type 2 Max_mac_rings 1 [ 59.104720] wlan: [16755:I:Monitor Filter] dp_mon_ht2_rx_ring_cfg: 119: srng type 1 Max_mac_rings 1 [ 59.130077] wlan: [16757:I:ANY] wlan_cfg80211_set_hwaddr: 7595: wlan_cfg80211_set_hwaddr :9c:9d:7e:7b:d2:9c ret: 0 [ 59.146064] wlan: [16759:I:ANY] ol_ath_set_config_param: 1650: set TXBF_SND_PERIOD: val 100 stat 0 [ 59.166565] wlan: [8161:I:ANY] vap-0(wl0): ACS result PCH 161 freq 5805, SCH 149 freq 5745, hw_mode 2 chwidth 80, vht_seg0 155 freq 5775, vht_seg1 0 freq 0 [ 59.166627] wlan: [8161:I:ANY] ieee80211_acs_scan_evhandler: 3870: lock held duration: 0(ms) [ 59.190407] wlan: [10693:I:ANY] DES SSID SET=Xiaomi_C3A2_5G [ 59.190433] wlan: [10693:I:ANY] desired hw mode: 30 [ 59.195051] wlan: [10693:I:ANY] ieee80211_ucfg_set_freq_internal: 575: [ 59.195051] Channel is configured already!! [ 59.200553] ipaccount: ifname [wl0] event[4] [ 59.210940] wlan: [0:I:ANY] ol_ath_set_config_param: 2442: Disconnect_timeout value: 10 [ 59.230440] wlan: [0:I:ANY] ol_ath_set_config_param: 2448: Reconfiguration_timeout value:60 [ 59.343205] ipaccount: ifname [wifi1] event[13] [ 59.343427] ipaccount: ifname [wifi1] event[1] number of vifs: cfg043579 miot_2G /etc/init.d/network: cfg80211: ifname: wl1 mode: ap cfgphy: ph[ 59.408054] wlan: [16841:I:ANY] wlan_cfg80211_add_virtual_intf: 352: proprietary mode 6 for interface: wl1 : clone params: 0x00000001 [ 59.409213] wlan: [16841:I:ANY] osifp_create_wlan_vap: 9922: VDEV Create 9c:9d:7e:7b:d2:9c [ 59.421415] wlan: [16841:I:ANY] wlan_vap_create: 1644: devhandle=0xffffffc036ba0880, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 59.421415] [ 59.429717] wlan: [16841:I:ANY] ol_ath_vap_set_param: 1556: Setting SGI value: 1 [ 59.442015] wlan: [16841:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1|dl_muofdma_bfer:0 [ 59.449559] wlan: [16841:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0x7b [ 59.464554] wlan: [16841:I:ANY] ol_ath_vap_set_param: 2637: VDEV params: AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged [ 59.471478] wlan: [16841:I:ANY] MBO Initialized [ 59.485432] wlan: [16841:I:ANY] OCE Initialized [ 59.490169] wlan: [16841:I:ANY] osif_create_vap_complete: 10142: TX Checksum:1|SG:1|TSO:1|LRO:0 [ 59.494898] ipaccount: ifname [wl1] event[16] [ 59.504182] ipaccount: ifname [wl1] event[5] [ 59.507651] ipaccount: landev_init set ifname [wl1] [ 59.512255] wlan: [16841:I:ANY] VAP device wl1 created osifp: (ffffffc0391ba880) os_if: (ffffffc0396c0000) [ 59.520744] wlan: [0:I:CMN_MLME] vdev[0] ieee chan:161 freq:5805 [ 59.521190] br-lan: port 5(wl0) entered forwarding state [ 59.532831] wlan: [0:I:ANY] vdev[0]: Mgt Rate:6000(kbps) [ 59.537828] wlan: [0:I:ANY] vdev[0]: Mgt Rate:6000(kbps) y5 /etc/init.d/network: error_handler received : -22 /etc/init.d/network: Failed to send message to driver Error:-22 /etc/init.d/network: sh: 1: unknown operand [ 59.950476] wlan: [17183:I:ANY] ieee80211_ucfg_setparam: 1741: Setting Max Stations:124 [ 59.961524] wlan: [17232:I:ANY] wlan_set_param: 3242: HE MU BFER already set with this value =1 [ 59.966483] wlan: [17237:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:0|dl_muofdma_bfer:0 [ 59.969391] wlan: [17237:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0x3b /etc/rc.d/S99boot_check: fan cycle - 0 /etc/init.d/network: wep40,wep104,tkip,aes-ocb,aes-ccmp-128,aes-ccmp-256,aes-gcmp-128,aes-gcmp-256,ckip,wapi,aes-cmac-128,aes-gmac-128,aes-gmac-256,none [ 60.233633] ipaccount: ifname [wl1] event[13] [ 60.233841] 8021q: adding VLAN 0 to HW filter on device wl1 [ 60.237023] ipaccount: ifname [wl1] event[1] [ 60.243198] ipaccount: ifname [wl1] event[20] [ 60.247277] ipaccount: ifname [wl1] event[26] [ 60.251643] ipaccount: ifname [wl1] event[21] [ 60.255473] device wl1 entered promiscuous mode [ 60.259909] br-lan: port 6(wl1) entered forwarding state [ 60.264171] br-lan: port 6(wl1) entered forwarding state [ 60.269940] ipaccount: ifname [wl1] event[27] /etc/rc.d/S99boot_check: { /etc/rc.d/S99boot_check: “code”: 0, /etc/rc.d/S99boot_check: “msg”: “success” /etc/rc.d/S99boot_check: } [ 60.351881] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4440: vap-1(wl1):ACS Params [ 60.351913] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4443: ht_enabled:1|ht40_enabled:0|vht_enabled:1|hw_mode:29|chwidth:20| [ 60.358362] wlan: [10693:I:ANY] ieee80211_autoselect_infra_bss_channel: 4136: ACS started: vap:0xffffffc0396c0000 /etc/init.d/network: OK /etc/rc.d/S99boot_check: Unlocking cfg_bak ... /etc/rc.d/S99boot_check: Erasing cfg_bak ... /etc/rc.d/S99boot_check: Unlocking cfg_bak ... /etc/rc.d/S99boot_check: /etc/rc.d/S99boot_check: Writing from /tmp/cfg_bak.tgz to cfg_bak ... /etc/rc.d/S99boot_check: : INFO: rcS timing 50.232500824s seconds. [ 60.494165] wlan: [17538:I:ANY] ol_ath_setTxPowerLimit: 263: Tx power value is greater than supported [ 60.494199] wlan: [17538:I:ANY] ol_ath_setTxPowerLimit: 265: max tx power 63, Limiting to default Max [ 60.502708] wlan: [17538:I:ANY] ol_ath_setTxPowerLimit: 263: Tx power value is greater than supported [ 60.511885] wlan: [17538:I:ANY] ol_ath_setTxPowerLimit: 265: max tx power 63, Limiting to default Max Sun Jun 13 02:44:19 CST 2021 boot_check[17381]: Booting up finished. /etc/init.d/network: cfg80211: ifname: wl33 mode: ap cfg[ 60.536303] wlan: [17553:I:ANY] wlan_cfg80211_add_virtual_intf: 352: proprietary mode 6 for interface: wl33 : clone params: 0x00000001 [ 60.541296] wlan: [17553:I:ANY] osifp_create_wlan_vap: 9922: VDEV Create a2:9d:7e:7b:d2:9c [ 60.553510] wlan: [17553:I:ANY] wlan_vap_create: 1644: devhandle=0xffffffc036ba0880, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 60.553510] [ 60.561795] wlan: [17553:I:ANY] ol_ath_vap_set_param: 1556: Setting SGI value: 1 [ 60.574193] wlan: [17553:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1|dl_muofdma_bfer:0 [ 60.581655] wlan: [17553:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0x7b [ 60.596727] wlan: [17553:I:ANY] ol_ath_vap_set_param: 2637: VDEV params: AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged [ 60.603553] wlan: [17553:I:ANY] MBO Initialized [ 60.617724] wlan: [17553:I:ANY] OCE Initialized [ 60.622379] wlan: [17553:I:ANY] osif_create_vap_complete: 10142: TX Checksum:1|SG:1|TSO:1|LRO:0 [ 60.627181] ipaccount: ifname [wl33] event[16] [ 60.636141] ipaccount: ifname [wl33] event[5] [ 60.640017] wlan: [17553:I:ANY] VAP device wl33 created osifp: (ffffffc02dee2880) os_if: (ffffffc039210000) [ 60.644449] ipaccount: ifname [br-miot] event[16] [ 60.655032] ipaccount: ifname [br-miot] event[5] [ 60.659445] ipaccount: ifname [wl33] event[13] [ 60.663563] 8021q: adding VLAN 0 to HW filter on device wl33 [ 60.667744] ipaccount: ifname [wl33] event[1] [ 60.674734] ipaccount: ifname [wl33] event[20] [ 60.677944] ipaccount: ifname [wl33] event[26] [ 60.682520] ipaccount: ifname [wl33] event[21] [ 60.686459] device wl33 entered promiscuous mode [ 60.691262] ipaccount: ifname [br-miot] event[11] [ 60.695992] ipaccount: ifname [br-miot] event[8] [ 60.700400] ipaccount: ifname [wl33] event[27] [ 60.705534] ipaccount: ifname [br-miot] event[8] [ 60.709247] ipaccount: ifname [br-miot] event[13] [ 60.714085] br-miot: port 1(wl33) entered forwarding state [ 60.718571] br-miot: port 1(wl33) entered forwarding state [ 60.724481] ipaccount: ifname [br-miot] event[1] phy: phy5 /etc/rc.d/S99cab_meshd: /etc/rc.d/S99cab_meshd: /etc/init.d/network: error_handler received : -22 /etc/init.d/network: Failed to send message to driver Error:-22 /etc/rc.d/S99cab_meshd: /etc/rc.d/S99cab_meshd: [ 60.920724] ipaccount: landev_init_all() add dev [eth0] is_wireless: 0. [ 60.920753] ipaccount: landev_init_all() add dev [eth1] is_wireless: 0. [ 60.926169] ipaccount: landev_init_all() add dev [eth2] is_wireless: 0. [ 60.932743] ipaccount: landev_init_all() add dev [eth3] is_wireless: 0. [ 60.939336] ipaccount: landev_init_all() get dev [wl2] not found. [ 60.945939] ipaccount: landev_init_all() add dev [wl0] is_wireless: 1. [ 60.952187] ipaccount: landev_init_all() add dev [wl1] is_wireless: 1. [ 60.958604] ipaccount: landev_init_all() get dev [wl14] not found. /etc/rc.d/S99cab_meshd: /etc/rc.d/S99cab_meshd: /tmp/mq/cc/xiaoqiang_ct: OK /etc/rc.d/S99cab_meshd: /etc/rc.d/S99cab_meshd: [ 61.141241] wlan: [18035:I:ANY] ieee80211_ucfg_setparam: 1741: Setting Max Stations:20 [ 61.157374] wlan: [18078:I:ANY] wlan_set_param: 3242: HE MU BFER already set with this value =1 [ 61.161365] wlan: [18089:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:0|dl_muofdma_bfer:0 [ 61.166593] wlan: [18089:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0x3b /etc/init.d/network: Hidden SSID is enabled on “wl33”, WPS will be automatically disabled [ 61.501787] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4440: vap-2(wl33):ACS Params [ 61.501818] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4443: ht_enabled:1|ht40_enabled:0|vht_enabled:1|hw_mode:29|chwidth:20| [ 61.508292] wlan: [10693:I:ANY] ieee80211_autoselect_infra_bss_channel: 4136: ACS started: vap:0xffffffc039210000 /etc/init.d/network: OK [ 61.627620] wlan: [18500:I:ANY] ol_ath_setTxPowerLimit: 263: Tx power value is greater than supported [ 61.627654] wlan: [18500:I:ANY] ol_ath_setTxPowerLimit: 265: max tx power 63, Limiting to default Max [ 61.635888] wlan: [18500:I:ANY] ol_ath_setTxPowerLimit: 263: Tx power value is greater than supported [ 61.645116] wlan: [18500:I:ANY] ol_ath_setTxPowerLimit: 265: max tx power 63, Limiting to default Max [ 61.654470] ipaccount: ifname [br-miot] event[4] [ 61.664050] wlan: [10693:I:ANY] Skip bcast de-auth reason code 3, handled in VDEV down [ 61.781392] ipaccount: ifname [wl33] event[4] /etc/init.d/network: OK qcawifi qcawificfg80211: enable radio wifi2 [ 62.261185] br-lan: port 6(wl1) entered forwarding state [ 62.711185] br-miot: port 1(wl33) entered forwarding state [ 62.849012] ipaccount: landev_init_all() add dev [eth0] is_wireless: 0. [ 62.849040] ipaccount: landev_init_all() add dev [eth1] is_wireless: 0. [ 62.854454] ipaccount: landev_init_all() add dev [eth2] is_wireless: 0. [ 62.861026] ipaccount: landev_init_all() add dev [eth3] is_wireless: 0. [ 62.867628] ipaccount: landev_init_all() get dev [wl2] not found. [ 62.874242] ipaccount: landev_init_all() add dev [wl0] is_wireless: 1. [ 62.880468] ipaccount: landev_init_all() add dev [wl1] is_wireless: 1. [ 62.886911] ipaccount: landev_init_all() get dev [wl14] not found. [ 63.235022] wlan: [20179:I:ANY] wlan_scan_update_channel_list: 1155: num_chan: 8 [ 63.235154] wlan: [20179:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 3188: ieee=50 bw=160 [ 63.241980] wlan: [20179:I:ANY] wlan_scan_update_channel_list: 1155: num_chan: 8 [ 63.250297] wlan: [20179:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 3188: ieee=50 bw=160 [ 63.257836] wlan: [20179:I:ANY] number of channels: 2G = 0 5G = 8, 6G = 0 [ 63.266574] wlan: [20179:I:ANY] wlan_cfg80211_set_country: 7522: wlan_cfg80211_set_country: Country: CN ret: 0 [ 63.273579] wlan: [10682:I:ANY] ol_acfg_handle_wifi_ioctl: 447: ol_acfg_handle_wifi_ioctl: req→cmd=76 not valid for radio interface, it's for VAP [ 63.379485] wlan: [20239:I:Monitor Filter] dp_mon_ht2_rx_ring_cfg: 119: srng type 2 Max_mac_rings 1 [ 63.379552] wlan: [20239:I:Monitor Filter] dp_mon_ht2_rx_ring_cfg: 119: srng type 1 Max_mac_rings 1 [ 63.403303] wlan: [20241:I:ANY] wlan_cfg80211_set_hwaddr: 7595: wlan_cfg80211_set_hwaddr :9c:9d:7e:7b:d2:9d ret: 0 [ 63.418705] wlan: [20243:I:ANY] ol_ath_set_config_param: 1650: set TXBF_SND_PERIOD: val 100 stat 0 [ 63.462892] wlan: [0:I:ANY] ol_ath_set_config_param: 2442: Disconnect_timeout value: 10 [ 63.478204] wlan: [0:I:ANY] ol_ath_set_config_param: 2448: Reconfiguration_timeout value:60 [ 63.587908] ipaccount: ifname [wifi2] event[13] [ 63.588094] ipaccount: ifname [wifi2] event[1] number of vifs: cfg063579 /etc/init.d/network: cfg80211: ifname: wl2 mode: ap cfgphy: ph[ 63.644079] wlan: [20328:I:ANY] wlan_cfg80211_add_virtual_intf: 352: proprietary mode 6 for interface: wl2 : clone params: 0x00000001 [ 63.645297] wlan: [20328:I:ANY] osifp_create_wlan_vap: 9922: VDEV Create 9c:9d:7e:7b:d2:9d [ 63.657627] wlan: [20328:I:ANY] wlan_vap_create: 1644: devhandle=0xffffffc031a60880, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 63.657627] [ 63.666049] wlan: [20328:I:ANY] ol_ath_vap_set_param: 1556: Setting SGI value: 1 [ 63.678151] wlan: [20328:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:1|dl_muofdma_bfer:1 [ 63.685705] wlan: [20328:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0xfb [ 63.700692] wlan: [20328:I:ANY] ol_ath_vap_set_param: 2637: VDEV params: AC/VHT sounding mode:HE|SU/MU sounding mode:SU|Trig/Non-Trig sounding mode:Non-Trigged [ 63.707582] wlan: [20328:I:ANY] MBO Initialized [ 63.721664] wlan: [20328:I:ANY] OCE Initialized [ 63.726376] wlan: [20328:I:ANY] osif_create_vap_complete: 10142: TX Checksum:1|SG:1|TSO:1|LRO:0 [ 63.731091] ipaccount: ifname [wl2] event[16] [ 63.739858] ipaccount: ifname [wl2] event[5] [ 63.743901] ipaccount: landev_init set ifname [wl2] [ 63.748322] wlan: [20328:I:ANY] VAP device wl2 created osifp: (ffffffc0390c2880) os_if: (ffffffc022c30000) y6 /etc/init.d/network: error_handler received : -22 /etc/init.d/network: Failed to send message to driver Error:-22 /etc/init.d/network: sh: 1: unknown operand [ 64.071857] wlan: [20601:I:ANY] ieee80211_ucfg_setparam: 1741: Setting Max Stations:124 [ 64.079313] wlan: [20624:I:ANY] wlan_set_param: 3242: HE MU BFER already set with this value =1 [ 64.082544] wlan: [20626:I:ANY] ol_ath_vap_set_param: 2609: VDEV params:HE su_bfee:1|su_bfer:1|mu_bfee:0|mu_bfer:1|dl_muofdma:1|ul_muofdma:1|ul_mumimo:0|dl_muofdma_bfer:1 [ 64.087737] wlan: [20626:I:ANY] ol_ath_vap_set_param: 2622: he_bf_cap=0xbb /etc/init.d/network: Following channels are blocked from Channel selection algorithm /etc/init.d/network: [52] [56] [60] [64] [149] [153] [157] [161] [165] /etc/init.d/network: wep40,wep104,tkip,aes-ocb,aes-ccmp-128,aes-ccmp-256,aes-gcmp-128,aes-gcmp-256,ckip,wapi,aes-cmac-128,aes-gmac-128,aes-gmac-256,none [ 64.329581] ipaccount: ifname [wl2] event[13] [ 64.329793] 8021q: adding VLAN 0 to HW filter on device wl2 [ 64.333111] ipaccount: ifname [wl2] event[1] [ 64.338804] ipaccount: ifname [wl2] event[20] [ 64.343101] ipaccount: ifname [wl2] event[26] [ 64.347231] ipaccount: ifname [wl2] event[21] [ 64.351547] device wl2 entered promiscuous mode [ 64.355815] br-lan: port 7(wl2) entered forwarding state [ 64.360098] br-lan: port 7(wl2) entered forwarding state [ 64.365831] ipaccount: ifname [wl2] event[27] [ 64.421627] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4440: vap-0(wl2):ACS Params [ 64.421657] wlan: [10693:I:ANY] wlan_cfg80211_do_acs: 4443: ht_enabled:1|ht40_enabled:0|vht_enabled:1|hw_mode:31|chwidth:20| [ 64.428132] wlan: [10693:I:ANY] ieee80211_autoselect_infra_bss_channel: 4136: ACS started: vap:0xffffffc022c30000 /etc/init.d/network: OK qcawifi qcawificfg80211: enable radio wifi3 [ 64.980164] wlan: [8161:I:ANY] ACS failed to derive the channel. So,selecting random channel [ 64.980213] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 64.987743] wlan: [8161:I:ANY] ACS report ** [ 64.994463] wlan: [8161:I:ANY] Channel | BSS | minrssi | maxrssi | NF | Ch load | spect load | sec_chan | SR bss | SR load | Ch Avil | Chan eff | NearBSS | Med BSS | Far BSS | Eff BSS | chan grade [ 65.000362] wlan: [8161:I:ANY] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- [ 65.017974] wlan: [8161:I:ANY] 2412( 1) 3 22 25 -93 12 0 0 0 0 43 438 0 0 3 228 100 [ 65.035519] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.052659] wlan: [8161:I:ANY] 2417( 2) 1 26 26 -93 7 0 0 0 0 51 0 0 0 1 195 100 [ 65.059574] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.077146] wlan: [8161:I:ANY] 2422( 3) 2 21 24 -94 5 0 0 0 0 46 0 0 0 2 215 100 [ 65.083939] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.101259] wlan: [8161:I:ANY] 2427( 4) 1 23 23 -94 3 0 0 0 0 50 0 0 0 1 199 100 [ 65.108187] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.125592] wlan: [8161:I:ANY] 2432( 5) 2 22 22 -91 8 0 0 0 0 49 0 0 0 2 203 100 [ 65.132549] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.149889] wlan: [8161:I:ANY] 2437( 6) 2 26 26 -93 5 0 0 0 0 52 492 0 0 2 191 100 [ 65.156851] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.174186] wlan: [8161:I:ANY] 2442( 7) 0 0 0 -95 1 0 0 0 0 56 0 0 0 0 178 100 [ 65.181099] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.198482] wlan: [8161:I:ANY] 2447( 8) 1 21 21 -94 17 0 0 0 0 53 0 0 0 1 186 100 [ 65.205445] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.222780] wlan: [8161:I:ANY] 2452( 9) 3 22 24 -94 9 0 0 0 0 40 0 0 0 3 249 100 [ 65.229714] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.247082] wlan: [8161:I:ANY] 2457( 10) 1 25 25 -93 5 0 0 0 0 40 0 0 0 1 245 100 [ 65.254051] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.271384] wlan: [8161:I:ANY] 2462( 11) 4 22 80 -93 11 0 0 0 0 34 348 1 1 2 287 100 [ 65.278323] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.295701] wlan: [8161:I:ANY] 2467( 12) 0 0 0 -94 3 0 0 0 0 54 0 0 0 0 183 100 [ 65.302648] wlan: [8161:E:ANY] wlan_get_opclass: 1737: Operating class is 0 [ 65.320001] wlan: [8161:I:ANY] 2472( 13) 0 0 0 -94 4 0 0 0 0 66 0 0 0 0 150 100 [ 65.327131] wlan: [8161:I:ANY] vap-1(wl1): ACS result PCH 6 freq 2437, SCH 10 freq 2457, hw_mode 1 chwidth 40, vht_seg0 8 freq 2447, vht_seg1 0 freq 0 [ 65.344564] wlan: [8161:I:ANY] vap-2(wl33): ACS result PCH 6 freq 2437, SCH 10 freq 2457, hw_mode 1 chwidth 40, vht_seg0 8 freq 2447, vht_seg1 0 freq 0 [ 65.357906] wlan: [8161:I:ANY] ieee80211_acs_scan_evhandler: 3870: lock held duration: 378(ms) [ 65.362639] wlan: [10693:I:ANY] DES SSID SET=Xiaomi_C3A2 [ 65.362643] wlan: [10693:I:ANY] desired hw mode: 29 [ 65.362738] wlan: [10693:I:ANY] ieee80211_ucfg_set_freq_internal: 575: [ 65.362738] Channel is configured already!! [ 65.363460] ipaccount: ifname [wl1] event[4] [ 65.483690] wlan: [0:I:CMN_MLME] vdev[1] ieee chan:6 freq:2437 [ 65.484006] wlan: [0:I:ANY] vdev[1]: Mgt Rate:1000(kbps) [ 65.488436] wlan: [0:I:ANY] vdev[1]: Mgt Rate:1000(kbps) [ 65.685940] wlan: [21681:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_get_po_radars: 459: FCC domain -- Country China(156) override FCC radar pattern [ 65.686309] wlan: [21681:I:ANY] wlan_scan_update_channel_list: 1155: num_chan: 26 [ 65.697768] wlan: [21681:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 3188: ieee=58 bw=80 [ 65.705322] wlan: [21681:I:ANY] wlan_scan_update_channel_list: 1155: num_chan: 26 [ 65.713833] wlan: [21681:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_init_precac_list: 3188: ieee=58 bw=80 [ 65.721400] wlan: [21681:I:ANY] number of channels: 2G = 13 5G = 13, 6G = 0 [ 65.730185] wlan: [21681:I:ANY] wlan_cfg80211_set_country: 7522: wlan_cfg80211_set_country: Country: CN ret: 0 [ 65.736981] wlan: [10682:I:ANY] ol_acfg_handle_wifi_ioctl: 447: ol_acfg_handle_wifi_ioctl: req→cmd=76 not valid for radio interface, it's for VAP [ 65.794957] wlan: [241:E:ANY] [soc2] FWLOG: [66549] WAL_DBGID_PDEV_INFO_PRINT ( 0x57, 0x40, 0x40) [ 65.794957] [ 65.843728] wlan: [21696:I:ANY] wlan_cfg80211_set_hwaddr: 7595: wlan_cfg80211_set_hwaddr :8c:fd:f0:19:ba:a2 ret: 0 [ 65.859277] wlan: [21704:I:ANY] ol_ath_set_config_param: 1650: set TXBF_SND_PERIOD: val 100 stat 0 [ 65.918513] wlan: [0:I:ANY] ol_ath_set_config_param: 2442: Disconnect_timeout value: 10 [ 65.933414] wlan: [0:I:ANY] ol_ath_set_config_param: 2448: Reconfiguration_timeout value:60 [ 66.041099] ipaccount: ifname [wifi3] event[13] [ 66.041340] ipaccount: ifname [wifi3] event[1] number of vifs: cfg083579 /etc/init.d/network: cfg80211: ifname: wl3 mode: managed cfgphy:[ 66.070434] wlan: [21763:I:ANY] wlan_cfg80211_add_virtual_intf: 352: proprietary mode 1 for interface: wl3 : clone params: 0x00000001 [ 66.071936] wlan: [21763:I:ANY] osifp_create_wlan_vap: 9922: VDEV Create 8c:fd:f0:19:ba:a2 [ 66.084145] wlan: [21763:I:ANY] wlan_vap_create: 1644: devhandle=0xffffffc026fc0880, opmode=IEEE80211_M_STA, flags=0x1 [ 66.084145] [ 66.092553] wlan: [21763:I:ANY] ol_ath_vap_set_param: 1556: Setting SGI value: 1 [ 66.104816] wlan: [21763:I:ANY] dp_lag_pdev_set_sta_vdev: 68: dp_lag_pdev_set_sta_vdev pdev(ffffffc02f55f008) sta_vdev ffffffc03948f400 [ 66.112118] wlan: [21763:I:ANY] osif_create_vap_complete: 10142: TX Checksum:1|SG:1|TSO:1|LRO:1 [ 66.124701] wlan: [21763:I:ANY] dp_lag_pdev_set_sta_vdev: 68: dp_lag_pdev_set_sta_vdev pdev(ffffffc02f55f008) sta_vdev ffffffc03948f400 [ 66.132708] ipaccount: ifname [wl3] event[16] [ 66.145787] ipaccount: ifname [wl3] event[5] [ 66.149652] wlan: [21763:I:ANY] VAP device wl3 created osifp: (ffffffc0391bc880) os_if: (ffffffc026b88000) phy7 /etc/init.d/network: error_handler received : -22 /etc/init.d/network: Failed to send message to driver Error:-22 [ 66.351180] br-lan: port 7(wl2) entered forwarding state [ 66.480119] wlan: [22044:I:ANY] ieee80211_ucfg_setparam: 1749: This command only support on Host AP mode. /etc/init.d/network: error_handler received : -22 /etc/init.d/network: Failed to send message to driver Error:-22 [ 66.504565] wlan: [22052:I:ANY] DES SSID SET=MIIOT_DEV /etc/init.d/network: [ 66.963239] wlan: [8161:E:ANY] ol_ath_get_chan_grade_info: 4720: RF characterization entries is empty [ 66.963401] wlan: [8161:I:ANY] vap-0(wl2): ACS result PCH 44 freq 5220, SCH 28 freq 5140, hw_mode 2 chwidth 160, vht_seg0 50 freq 5250, vht_seg1 0 freq 0 [ 66.981239] wlan: [8161:I:ANY] ieee80211_acs_scan_evhandler: 3870: lock held duration: 8(ms) [ 66.992880] wlan: [10693:I:ANY] DES SSID SET=Xiaomi_C3A2_5G_Game [ 66.993653] wlan: [10693:I:ANY] desired hw mode: 31 [ 66.999751] wlan: [10693:I:ANY] ieee80211_ucfg_set_freq_internal: 575: [ 66.999751] Channel is configured already!! [ 67.005297] ipaccount: ifname [wl2] event[4] [ 67.027590] wlan: [0:I:CMN_MLME] vdev[0] ieee chan:44 freq:5220 [ 67.027731] wlan: [0:I:ANY] vdev[0]: Mgt Rate:6000(kbps) [ 67.032506] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5180. [ 67.032506] [ 67.037887] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5200. [ 67.037887] [ 67.049166] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5220. [ 67.049166] [ 67.060343] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5240. [ 67.060343] [ 67.071505] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5320. [ 67.071505] [ 67.082697] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5300. [ 67.082697] [ 67.093907] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5280. [ 67.093907] [ 67.105108] wlan: [116:I:ANY] ieee80211_dfs_deliver_event: dfs CAC_START event delivered on chan freq 5260. [ 67.105108] [ 67.220646] ipaccount: ifname [wl3] event[13] [ 67.220860] 8021q: adding VLAN 0 to HW filter on device wl3 [ 67.224099] ipaccount: ifname [wl3] event[1] [ 67.229442] ipaccount: ifname [wl3] event[4] [ 67.233984] ipaccount: ifname [wl3] event[4] [ 67.272523] wlan: [10699:I:ANY] wlan_cfg80211_set_wificonfiguration: 10139: wlan_cfg80211_set_wificonfiguration: Unsuported Genric command: 0 /etc/init.d/network: OK /etc/init.d/network: device: wifi0 vifs: cfg023579 /etc/init.d/network: device: wifi1 vifs: cfg043579 miot_2G /etc/init.d/network: device: wifi2 vifs: cfg063579 /etc/init.d/network: device: wifi3 vifs: cfg083579


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


Write a5 5a 00 00 into crash partition to enter into factory mode. Use with caution.

Source: https://www.5v13.com/mesh/26276.html

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1