Routerich AX3000
Routerich AX3000 is an indoor wireless router based on the MediaTek MT7981BA SoC, with four 10/100/1000 Ethernet ports (3xLAN + 1xWAN), dual band 802.11 a/b/g/n/ac/ax (MIMO 2×2) WiFi, 256 MB of DDR3 RAM, 128 MB of SPI NAND storage, USB port and six external non-detachable antennas.
Supported Versions
Experimental Versions
None at this time.
Hardware Highlights
Installation
→ Install OpenWrt (generic explanation)
OpenWrt is supported by default. Flash 'sysupgrade.bin' using web-interface. Do not keep/save (i.e. erase all) settings.
Flash Layout
Start | End | Label |
---|---|---|
0x0 | 0x8000000 | spi0.0 |
0x0 | 0x100000 | BL2 |
0x100000 | 0x180000 | u-boot-env |
0x180000 | 0x380000 | Factory |
0x380000 | 0x580000 | FIP |
0x580000 | 0x4580000 | ubi |
0x4580000 | 0x6580000 | firmware_backup |
0x6580000 | 0x6680000 | zrsave |
0x6680000 | 0x6780000 | config2 |
OEM easy installation
Flash OpenWrt 'sysupgrade.bin' image using stock firmware web-interface (without keeping settings).
OEM installation using the TFTP method
None so far.
Installation OpenWrt U-Boot
1. Download files from https://downloads.openwrt.org/ → Choose release you need → targets → mediatek → filogic:
openwrt-mediatek-filogic-routerich_ax3000-ubootmod-bl31-uboot.fip openwrt-mediatek-filogic-routerich_ax3000-ubootmod-initramfs-recovery.itb openwrt-mediatek-filogic-routerich_ax3000-ubootmod-preloader.bin openwrt-mediatek-filogic-routerich_ax3000-ubootmod-squashfs-sysupgrade.itb
2. Copy OpenWrt openwrt-mediatek-filogic-routerich_ax3000-ubootmod-bl31-uboot.fip
, openwrt-mediatek-filogic-routerich_ax3000-ubootmod-preloader.bin
, to the /tmp
folder of the router using scp.
3. Make mtd partitions backups. http://192.168.1.1/cgi-bin/luci/admin/system/flash → Save mtdblock contents
4. Install kmod-mtd-rw:
opkg update && opkg install kmod-mtd-rw
5. Write FIP and preloader:
insmod mtd-rw i_want_a_brick=1 mtd unlock BL2 mtd erase BL2 mtd write /tmp/openwrt-mediatek-filogic-routerich_ax3000-ubootmod-preloader.bin BL2 mtd unlock FIP mtd erase FIP mtd write /tmp/openwrt-mediatek-filogic-routerich_ax3000-ubootmod-bl31-uboot.fip FIP
6. Copy OpenWrt openwrt-mediatek-filogic-routerich_ax3000-ubootmod-initramfs-recovery.itb
to the tftp server root with IP 192.168.1.254
. For example, you can use PC with tftp64
for windows installed.
7. Reboot router:
reboot
U-Boot will automatically download from the tftp server and boot OpenWrt initramfs system.
8. Copy OpenWrt openwrt-mediatek-filogic-routerich_ax3000-ubootmod-squashfs-sysupgrade.itb
to the /tmp
dir of the router using scp.
9. Run sysupgrade:
sysupgrade -n /tmp/openwrt-mediatek-filogic-routerich_ax3000-ubootmod-squashfs-sysupgrade.itb
Return to stock U-Boot
1. Copy partition backups (BL2.bin
and FIP.bin
) to the /tmp
dir of the router using scp.
2. Install kmod-mtd-rw
:
opkg update && opkg install kmod-mtd-rw
3. Restore stock U-Boot and reboot:
insmod mtd-rw i_want_a_brick=1 mtd unlock BL2 mtd erase BL2 mtd write /tmp/BL2.bin BL2 mtd unlock FIP mtd erase FIP mtd write /tmp/FIP.bin FIP reboot
4. Open U-Boot web recovery, upload stock firmware image and start upgrade.
Upgrading OpenWrt
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/admin/system/flash
LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Terminal Upgrade Process
sysupgrade
- Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
Debricking
Web UI method
- Power off the device (pull the power cable out).
- Pull all LAN/WAN cables off the device.
- Press and hold reset button located next to the power connector.
- Power on the device (plug in the power cable) while holding the reset button.
- Wait ~5-10 sec. until LAN1 LED lights up. If any of the LEDs is flashing, repeat steps 1-4.
- Connect LAN cable to port LAN1.
- Change PC interface settings from DHCP to static. IP address: any IP from 192.168.1.0/24 subnet except 192.168.1.1 (e.x. 192.168.1.2); net mask: 255.255.255.0 (/24); gateway: 192.168.1.1
- Open a browser and navigate to http://192.168.1.1 to flash sysupgrade.bin or http://192.168.1.1/uboot.html to flash uboot. Follow instructions on the page.
UART method
Connect UART, use u-boot menu to flash stock firmware image or boot OpenWrt initramfs image.
Debricking OpenWrt U-Boot
tftp method
1. Place OpenWrt openwrt-mediatek-filogic-routerich_ax3000-ubootmod-initramfs-recovery.itb
image on the tftp server (IP: 192.168.1.254
).
2. Press “reset” button and power on the router. After ~10 sec release the button.
3. Use OpenWrt initramfs system for recovery.
BL2 and FIP recovery
Use mtk_uartboot
and UART connection if BL2 or FIP in UBI is destroyed. https://github.com/981213/mtk_uartboot
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | LAN & WiFi | 192.168.1.1/24 |
phy0 | WiFi | Disabled, br-lan |
phy1 | WiFi | Disabled, br-lan |
Switch Ports (for VLANs)
Port | Switch port |
---|---|
Internet (WAN) | 4 |
LAN 1 | 0 |
LAN 2 | 2 |
LAN 3 | 3 |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The Routerich AX3000 has the following buttons:
BUTTON | Event |
---|---|
Reset | reset |
Mesh | BTN_0 |
Hardware
Info
Photos
Opening the case
Note: Opening the case will void your warranty!
The screws are located on the bottom. There are also clips around the edge of the case. You will need to try open, using, for example, a plastic card.
Main PCB:
Insert photo of PCB
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Serial connection parameters for Routerich AX3000 | 115200, 8N1, 3.3V |
---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
No JTAG port
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 024F [010F] Jump to BL NOTICE: BL2: v2.7(release):ca9b8f564-dirty NOTICE: BL2: Built : 11:37:21, May 11 2023 NOTICE: WDT: disabled NOTICE: EMI: Using DDR3 settings dump toprgu registers data: 1001c000 | 00000000 0000ffe0 00000000 00000000 1001c010 | 00000fff 00000000 00f00000 00000000 1001c020 | 00000000 00000000 00000000 00000000 1001c030 | 003c0003 003c0003 00000000 00000000 1001c040 | 00000000 00000000 00000000 00000000 1001c050 | 00000000 00000000 00000000 00000000 1001c060 | 00000000 00000000 00000000 00000000 1001c070 | 00000000 00000000 00000000 00000000 1001c080 | 00000000 00000000 00000000 00000000 dump drm registers data: 1001d000 | 00000000 00000000 00000000 00000000 1001d010 | 00000000 00000000 00000000 00000000 1001d020 | 00000000 00000000 00000000 00000000 1001d030 | 00a003f1 000000ff 00100000 00000000 1001d040 | 00027e71 000200a0 00020303 000000ff 1001d050 | 00000000 00000000 00000000 00000000 1001d060 | 00000002 00000000 00000000 00000000 drm: 500 = 0xc [DDR Reserve] ddr reserve mode not be enabled yet DDR RESERVE Success 0 [EMI] ComboMCP not ready, using default setting BYTE_swap:0 BYTE_swap:0 Window Sum 532, worse bit 0, min window 64 Window Sum 520, worse bit 8, min window 64 Window Sum 344, worse bit 0, min window 42 Window Sum 324, worse bit 9, min window 38 Window Sum 354, worse bit 1, min window 42 Window Sum 334, worse bit 8, min window 40 Window Sum 366, worse bit 6, min window 44 Window Sum 346, worse bit 9, min window 42 Window Sum 376, worse bit 0, min window 46 Window Sum 362, worse bit 8, min window 44 Window Sum 384, worse bit 1, min window 46 Window Sum 368, worse bit 9, min window 44 Window Sum 398, worse bit 1, min window 48 Window Sum 378, worse bit 8, min window 46 Window Sum 402, worse bit 1, min window 48 Window Sum 394, worse bit 8, min window 48 Window Sum 414, worse bit 1, min window 50 Window Sum 398, worse bit 9, min window 48 Window Sum 422, worse bit 0, min window 52 Window Sum 408, worse bit 8, min window 50 Window Sum 416, worse bit 13, min window 50 NOTICE: EMI: Detected DRAM size: 256MB NOTICE: EMI: complex R/W mem test passed NOTICE: CPU: MT7981 (1300MHz) NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0xc8 NOTICE: Page size 2048, Block size 131072, size 134217728 NOTICE: Initializing NMBM ... NOTICE: Signature found at block 1023 [0x07fe0000] NOTICE: First info table with writecount 0 found in block 960 NOTICE: Second info table with writecount 0 found in block 963 NOTICE: NMBM has been successfully attached in read-only mode NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.7(release):ca9b8f564-dirty NOTICE: BL31: Built : 11:37:24, May 11 2023 NOTICE: Hello BL31!!! U-Boot 2022.07-rc3 (May 11 2023 - 11:36:58 +0800) CPU: MediaTek MT7981 Model: mt7981-rfb DRAM: 256 MiB Core: 36 devices, 16 uclasses, devicetree: embed Initializing NMBM ... spi-nand: spi_nand spi_nand@0: GigaDevice SPI NAND was found. spi-nand: spi_nand spi_nand@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Could not find a valid device for nmbm0 Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached Loading Environment from MTD... OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Net: eth0: ethernet@15100000 *** U-Boot Boot Menu *** 1. Startup system (Default) 2. Upgrade firmware 3. Upgrade ATF BL2 4. Upgrade ATF FIP 5. Upgrade single image 6. Load image 0. U-Boot console Hit any key to stop autoboot: 4 Press UP/DOWN to move, ENTER to select, ESC/CTRL+C to quit ubi0: attaching mtd6 ubi0: scanning is finished ubi0: attached mtd6 (name "ubi", size 64 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: 512, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 16/10, WL threshold: 4096, image sequence number: 1683785850 ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 Reading from volume 'kernel' to 0x46000000, size 0x0 ... OK ## Loading kernel from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-5.4.194 Type: Kernel Image Compression: lzma compressed Data Start: 0x460000e8 Data Size: 3340675 Bytes = 3.2 MiB Architecture: AArch64 OS: Linux Load Address: 0x48080000 Entry Point: 0x48080000 Hash algo: crc32 Hash value: 31f17a28 Hash algo: sha1 Hash value: a63f28dc367f6f28d22e5020c26d76d785e60701 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt mt7981-spim-nand-rfb device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x4632fbb0 Data Size: 18964 Bytes = 18.5 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 59446433 Hash algo: sha1 Hash value: 85e29fef6702680eaf3973c56428756c20e44f89 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x4632fbb0 Uncompressing Kernel Image Loading Device Tree to 000000004f7f1000, end 000000004f7f8a13 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.194 (root@jimmywang) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r0-0e8a77c2)) #0 SMP Thu May 11 06:17:30 2023 [ 0.000000] Machine model: MediaTek MT7981 RFB [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] On node 0 totalpages: 64592 [ 0.000000] DMA32 zone: 1024 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 64592 pages, LIFO batch:15 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 20 pages/cpu s43800 r8192 d29928 u81920 [ 0.000000] pcpu-alloc: s43800 r8192 d29928 u81920 alloc=20*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 63568 [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 230784K/258368K available (6846K kernel code, 444K rwdata, 1940K rodata, 448K init, 289K bss, 27584K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 640 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 [ 0.000000] random: get_random_bytes called from start_kernel+0x2d4/0x420 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns [ 0.000003] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns [ 0.008177] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000) [ 0.018495] pid_max: default: 32768 minimum: 301 [ 0.023211] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.030472] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.038986] ASID allocator initialised with 65536 entries [ 0.044482] rcu: Hierarchical SRCU implementation. [ 0.049569] smp: Bringing up secondary CPUs ... [ 0.054404] Detected VIPT I-cache on CPU1 [ 0.054424] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.054446] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.054504] smp: Brought up 1 node, 2 CPUs [ 0.076117] SMP: Total of 2 processors activated. [ 0.080842] CPU features: detected: 32-bit EL0 Support [ 0.086005] CPU features: detected: CRC32 instructions [ 0.091272] CPU: All CPU(s) started at EL2 [ 0.095394] alternatives: patching kernel code [ 0.102184] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.111997] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.118891] pinctrl core: initialized pinctrl subsystem [ 0.124633] NET: Registered protocol family 16 [ 0.129311] DMA: preallocated 256 KiB pool for atomic allocations [ 0.150019] SCSI subsystem initialized [ 0.153953] libata version 3.00 loaded. [ 0.158053] usbcore: registered new interface driver usbfs [ 0.163629] usbcore: registered new interface driver hub [ 0.169003] usbcore: registered new device driver usb [ 0.174819] Bluetooth: Core ver 2.22 [ 0.178464] NET: Registered protocol family 31 [ 0.182934] Bluetooth: HCI device and connection manager initialized [ 0.189323] Bluetooth: HCI socket layer initialized [ 0.194224] Bluetooth: L2CAP socket layer initialized [ 0.199305] Bluetooth: SCO socket layer initialized [ 0.204420] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.210382] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff] [ 0.217293] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.222805] pci_bus 0000:00: scanning bus [ 0.226844] pci 0000:00:00.0: [14c3:7981] type 00 class 0x000280 [ 0.232889] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.239713] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.246012] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.252312] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.258611] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.265768] pci_bus 0000:00: fixups for bus [ 0.269978] pci_bus 0000:00: bus scan returning with max=00 [ 0.276292] clocksource: Switched to clocksource arch_sys_counter [ 0.283049] thermal_sys: Registered thermal governor 'fair_share' [ 0.283052] thermal_sys: Registered thermal governor 'bang_bang' [ 0.289195] thermal_sys: Registered thermal governor 'step_wise' [ 0.295232] thermal_sys: Registered thermal governor 'user_space' [ 0.301268] thermal_sys: Registered thermal governor 'power_allocator' [ 0.307616] NET: Registered protocol family 2 [ 0.318628] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.326146] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.334553] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.342351] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.349544] TCP: Hash tables configured (established 2048 bind 2048) [ 0.355984] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.362556] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.369631] NET: Registered protocol family 1 [ 0.374030] PCI: CLS 0 bytes, default 64 [ 0.378715] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.388063] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.393944] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.416904] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0 [ 0.432462] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.439508] printk: console [ttyS0] disabled [ 0.463912] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 12, base_baud = 2500000) is a ST16650V2 [ 0.473121] printk: console [ttyS0] enabled [ 0.473121] printk: console [ttyS0] enabled [ 0.481482] printk: bootconsole [uart8250] disabled [ 0.481482] printk: bootconsole [uart8250] disabled [ 0.491766] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.500021] loop: module loaded [ 0.503288] mediatek,mt2701-ice_debug ice_debug: get dbg_sel clock fail: -2 [ 0.510251] mediatek,mt2701-ice_debug: probe of ice_debug failed with error -2 [ 0.518282] mt7981-pinctrl 11d00000.pinctrl: pin_config_set op failed for pin 19 [ 0.525678] mtk-spi 1100a000.spi: Error applying setting, reverse things back [ 0.533348] spi-nand spi0.0: GigaDevice SPI NAND was found. [ 0.538938] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.549327] [mtk_hw_init] reset_lock:0, force:0 [ 0.553894] [mtk_hw_init] execute fe cold reset [ 0.569662] mtk_soc_eth 15100000.ethernet: generated random MAC address 16:73:b9:76:2e:01 [ 0.578127] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011800000, irq 75 [ 0.587197] mtk_soc_eth 15100000.ethernet: generated random MAC address d6:7a:30:3e:1d:a1 [ 0.595635] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011800000, irq 75 [ 0.604678] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 0.612488] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator [ 0.621126] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator [ 0.630013] phy phy-usb-phy@11e10000.0: try to get sw efuse [ 0.635586] phy phy-usb-phy@11e10000.1: try to get sw efuse [ 0.641150] phy phy-usb-phy@11e10000.1: try to get sw efuse+ [ 0.646822] phy phy-usb-phy@11e10000.1: u3 efuse - intr 2b, rx_imp 11, tx_imp 11 [ 0.654244] phy_efuse_set set efuse, tx_imp 11, rx_imp 11 intr 2b [ 0.660412] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.665807] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1 [ 0.676265] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010 [ 0.685563] xhci-mtk 11200000.xhci: irq 85, io mem 0x11200000 [ 0.691749] hub 1-0:1.0: USB hub found [ 0.695540] hub 1-0:1.0: 1 port detected [ 0.699690] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.705014] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2 [ 0.712494] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed [ 0.719671] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.728078] hub 2-0:1.0: USB hub found [ 0.731858] hub 2-0:1.0: 1 port detected [ 0.736203] usbcore: registered new interface driver uas [ 0.741593] usbcore: registered new interface driver usb-storage [ 0.747689] i2c /dev entries driver [ 0.752066] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 0.760040] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 0.768578] Bluetooth: HCI UART driver ver 2.3 [ 0.773028] Bluetooth: HCI UART protocol H4 registered [ 0.778158] Bluetooth: HCI UART protocol BCSP registered [ 0.783538] Bluetooth: HCI UART protocol Broadcom registered [ 0.789209] Bluetooth: HCI UART protocol QCA registered [ 0.796500] NET: Registered protocol family 10 [ 0.801566] Segment Routing with IPv6 [ 0.805296] NET: Registered protocol family 17 [ 0.809791] Bridge firewalling registered [ 0.813911] 8021q: 802.1Q VLAN Support v1.8 [ 0.826938] nmbm nmbm_spim_nand: Signature found at block 1023 [0x07fe0000] [ 0.834778] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 960 [ 0.845224] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 963 [ 0.853230] nmbm nmbm_spim_nand: NMBM has been successfully attached [ 0.859827] 8 fixed-partitions partitions found on MTD device nmbm_spim_nand [ 0.866873] Creating 8 MTD partitions on "nmbm_spim_nand": [ 0.872352] 0x000000000000-0x000000100000 : "BL2" [ 0.877555] 0x000000100000-0x000000180000 : "u-boot-env" [ 0.883326] 0x000000180000-0x000000380000 : "Factory" [ 0.888833] 0x000000380000-0x000000580000 : "FIP" [ 0.894006] 0x000000580000-0x000004580000 : "ubi" [ 0.899277] 0x000004580000-0x000006580000 : "firmware_backup" [ 0.905533] 0x000006580000-0x000006680000 : "zrsave" [ 0.910960] 0x000006680000-0x000006780000 : "config2" [ 1.476329] mt753x gsw@0: LAN/WAN VLAN setting=llllw [ 1.481563] mt753x gsw@0: Switch is MediaTek MT7531AE rev 1 [ 1.490989] mt753x gsw@0: HWSTRAP=0xff XTAL=25MHz [ 5.136839] mt753x gsw@0: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> START CALIBRATION: [ 5.144822] mt753x gsw@0: -------- gephy-calbration (port:0) -------- [ 5.160029] CALDLY = 40 [ 5.204830] 0x1e-e0 = 2626 [ 5.209228] 0x1f-115 = 4 [ 5.211748] GE Rext AnaCal Done! (6)(0x26) [ 5.262159] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 5.307977] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 5.353800] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 5.404177] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 5.411941] GE 1e_174(0xb7b7), 1e_175(0xb7b5) [ 5.449213] GE Tx offset AnaCal Done! (pair-0)(2)(0x2) 0x1e_172=0x220 [ 5.469352] GE Tx offset AnaCal Done! (pair-1)(1)(0x1) 0x1e_172=0x201 [ 5.503153] GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320 [ 5.523466] GE Tx offset AnaCal Done! (pair-3)(1)(0x1) 0x1e_173=0x2301 [ 5.598035] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6419) [ 5.658649] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1d1d) [ 5.688742] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x171f) [ 5.769794] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x2129) [ 5.816500] PORT 0 RX_DC_OFFSET [ 5.829163] before pairA output = f [ 5.834425] after pairA output = 1 [ 5.839521] before pairB output = 1c [ 5.844869] after pairB output = ff [ 5.850051] before pairC output = f [ 5.855313] after pairC output = ff [ 5.860496] before pairD output = 1d [ 5.865840] after pairD output = 1 [ 5.869491] mt753x gsw@0: -------- gephy-calbration (port:1) -------- [ 5.884693] CALDLY = 40 [ 5.942255] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 5.997274] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 6.047652] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 6.102582] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 6.110346] GE 1e_174(0xb2b4), 1e_175(0xb5b4) [ 6.156724] GE Tx offset AnaCal Done! (pair-0)(4)(0x23) 0x1e_172=0x2320 [ 6.199809] GE Tx offset AnaCal Done! (pair-1)(6)(0x25) 0x1e_172=0x2325 [ 6.220127] GE Tx offset AnaCal Done! (pair-2)(1)(0x1) 0x1e_173=0x120 [ 6.240268] GE Tx offset AnaCal Done! (pair-3)(1)(0x1) 0x1e_173=0x101 [ 6.303432] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6018) [ 6.364050] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1e1e) [ 6.428118] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1e26) [ 6.514829] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x222a) [ 6.561540] PORT 1 RX_DC_OFFSET [ 6.574211] before pairA output = e [ 6.579473] after pairA output = 0 [ 6.584569] before pairB output = f [ 6.589826] after pairB output = 0 [ 6.594922] before pairC output = e [ 6.600184] after pairC output = 0 [ 6.605279] before pairD output = 1d [ 6.610628] after pairD output = fe [ 6.614366] mt753x gsw@0: -------- gephy-calbration (port:2) -------- [ 6.629571] CALDLY = 40 [ 6.678022] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 6.728398] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 6.774215] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 6.820035] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 6.827801] GE 1e_174(0xb5b5), 1e_175(0xb7b7) [ 6.892401] GE Tx offset AnaCal Done! (pair-0)(8)(0x27) 0x1e_172=0x2720 [ 6.921824] GE Tx offset AnaCal Done! (pair-1)(3)(0x22) 0x1e_172=0x2722 [ 6.951251] GE Tx offset AnaCal Done! (pair-2)(3)(0x22) 0x1e_173=0x2220 [ 6.985227] GE Tx offset AnaCal Done! (pair-3)(4)(0x23) 0x1e_173=0x2223 [ 7.059887] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x6c1b) [ 7.097855] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1919) [ 7.150595] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x131b) [ 7.220321] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1f27) [ 7.267026] PORT 2 RX_DC_OFFSET [ 7.279694] before pairA output = e [ 7.284955] after pairA output = 0 [ 7.290051] before pairB output = e [ 7.295313] after pairB output = 0 [ 7.300408] before pairC output = 1e [ 7.305752] after pairC output = 0 [ 7.310847] before pairD output = 1e [ 7.316196] after pairD output = 1 [ 7.319845] mt753x gsw@0: -------- gephy-calbration (port:3) -------- [ 7.335047] CALDLY = 40 [ 7.383505] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 7.429326] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 7.479699] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 7.530074] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 7.537842] GE 1e_174(0xb5b7), 1e_175(0xb5b5) [ 7.570558] GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120 [ 7.608914] GE Tx offset AnaCal Done! (pair-1)(5)(0x24) 0x1e_172=0x124 [ 7.651913] GE Tx offset AnaCal Done! (pair-2)(6)(0x25) 0x1e_173=0x2520 [ 7.672228] GE Tx offset AnaCal Done! (pair-3)(1)(0x20) 0x1e_173=0x2520 [ 7.752548] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x5014) [ 7.824491] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x2020) [ 7.854584] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1921) [ 7.918649] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1f27) [ 7.965354] PORT 3 RX_DC_OFFSET [ 7.978021] before pairA output = 1e [ 7.983370] after pairA output = ff [ 7.988552] before pairB output = 1e [ 7.993896] after pairB output = ff [ 7.999078] before pairC output = e [ 8.004341] after pairC output = 1 [ 8.009432] before pairD output = 1e [ 8.014780] after pairD output = ff [ 8.018518] mt753x gsw@0: -------- gephy-calbration (port:4) -------- [ 8.033720] CALDLY = 40 [ 8.077618] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 8.118884] GE R50 AnaCal Done! (6) (0x40)(0xc0) [ 8.160146] GE R50 AnaCal Done! (6) (0x40)(0xc0) [ 8.205965] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 8.213729] GE 1e_174(0xb7c0), 1e_175(0xc0b7) [ 8.260112] GE Tx offset AnaCal Done! (pair-0)(4)(0x23) 0x1e_172=0x2320 [ 8.289536] GE Tx offset AnaCal Done! (pair-1)(3)(0x22) 0x1e_172=0x2322 [ 8.323512] GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320 [ 8.362050] GE Tx offset AnaCal Done! (pair-3)(5)(0x24) 0x1e_173=0x2324 [ 8.448039] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x4c13) [ 8.508656] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1111) [ 8.606694] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0xb13) [ 8.681998] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0xf17) [ 8.728616] PORT 4 RX_DC_OFFSET [ 8.741279] before pairA output = 1e [ 8.746628] after pairA output = 0 [ 8.751723] before pairB output = 1e [ 8.757072] after pairB output = fe [ 8.762254] before pairC output = f [ 8.767515] after pairC output = 0 [ 8.772610] before pairD output = 1e [ 8.777954] after pairD output = 0 [ 8.784164] UBI: auto-attach mtd5 [ 8.787493] ubi0: attaching mtd5 [ 8.791811] random: fast init done [ 8.912209] mt753x gsw@0: Port 2 Link is Up - 100Mbps/Full [ 9.002630] ubi0: scanning is finished [ 9.011470] ubi0: attached mtd5 (name "ubi", size 64 MiB) [ 9.016877] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 9.023743] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 9.030522] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 9.037473] ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 [ 9.043468] ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 [ 9.050679] ubi0: max/mean erase counter: 16/10, WL threshold: 4096, image sequence number: 1683785850 [ 9.059971] ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 [ 9.069183] ubi0: background thread "ubi_bgt0d" started, PID 713 [ 9.069806] block ubiblock0_2: created from ubi0:2(rootfs) [ 9.080677] ubiblock: device ubiblock0_2 (rootfs) set to be root filesystem [ 9.087632] hctosys: unable to open rtc device (rtc0) [ 9.095646] VFS: Mounted root (squashfs filesystem) readonly on device 253:0. [ 9.103007] Freeing unused kernel memory: 448K [ 9.120327] Run /sbin/init as init process [ 9.325047] init: Console is alive [ 9.328562] init: - watchdog - [ 9.583582] crng init done [ 9.870944] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 9.895418] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register [ 9.903116] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc010ae5000) size=(0x1000) [ 9.912504] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010aed000) size=(0x1000) [ 9.921713] Get Index(2-GPIO_BASE) phy_addr(0x11d00000) vir_addr=(0xffffffc010aef000) size=(0x1000) [ 9.930747] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc010af1000) size=(0x1000) [ 9.940128] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc010af3000) size=(0x1000) [ 9.949512] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc010af5000) size=(0x1000) [ 9.959155] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc010afd000) size=(0x1000) [ 9.969057] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc010aff000) size=(0x1000) [ 9.979218] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc010b01000) size=(0x1000) [ 9.989987] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010b03000) size=(0x1000) [ 10.000153] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010b05000) size=(0x1000) [ 10.010402] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010b79000) size=(0x1000) [ 10.020390] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010b7b000) size=(0x1000) [ 10.030812] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010b7d000) size=(0x1000) [ 10.041754] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010b7f000) size=(0x1000) [ 10.052179] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010b81000) size=(0x1000) [ 10.063123] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010bb0000) size=(0x10000) [ 10.073199] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010b83000) size=(0x1000) [ 10.083013] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010b85000) size=(0x1000) [ 10.093176] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010bd0000) size=(0x10000) [ 10.103511] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010b87000) size=(0x1000) [ 10.113152] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010b89000) size=(0x1000) [ 10.123314] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010b8b000) size=(0x1000) [ 10.133215] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010b8d000) size=(0x1000) [ 10.145466] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010e10000) size=(0x10000) [ 10.155460] conninfra@(consys_plt_hw_init:162) adie_cfg_type = 1, one_adie_dbdc = 1 [ 10.163111] [emi_mng_init] gConEmiPhyBase = [0x47c80000] size = [0x100000] fw size = [0x100000] ops=[000000000e2a0104] [ 10.173883] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register [ 10.181730] ConnInfra Dev: init (0) [ 10.186665] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 10.196493] conninfra@(connsys_d_die_cfg:365) D-die efuse: 0x00000000 [ 10.203957] conninfra@(_connsys_a_die_cfg_7976:919) adie_idx[0], A-die CHIP ID = 0x7976, HW Version = 0x8a10 [ 10.214778] conninfra@(consys_spi_write_nolock:501) addr=0x0a00, val=0xffffffff [ 10.223081] conninfra@(consys_spi_write_nolock:501) addr=0x04ac, val=0x0000001c [ 10.231384] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 10.240694] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x00000000 [ 10.250004] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x43a60000 [ 10.263345] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008700bc, 0x00000000] [ 10.274859] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 10.284169] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a6003a [ 10.293483] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63a7003a [ 10.306823] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008700bc, 0x00000000] [ 10.318335] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002 [ 10.327645] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a7003a [ 10.336955] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63ac003a [ 10.350297] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008700bc, 0x00000000] [ 10.361809] conninfra@(consys_spi_write_nolock:501) addr=0x0038, val=0x4a563b00 [ 10.370112] conninfra@(consys_spi_write_nolock:501) addr=0x065c, val=0x1d59080f [ 10.378415] conninfra@(consys_spi_write_nolock:501) addr=0x0664, val=0x34c00fe0 [ 10.386721] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x88888005 [ 10.395996] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x00000005 [ 10.404239] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 10.414052] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]->[1] wakeup!! [ 10.422916] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]->[0] sleep!! [ 10.431515] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1] [ 10.444116] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 10.451242] ehci-fsl: Freescale EHCI Host controller driver [ 10.457429] ehci-platform: EHCI generic platform driver [ 10.464152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 10.470895] ohci-platform: OHCI generic platform driver [ 10.479708] mediatek_soc_hnat 15100000.hnat: wan = eth1 [ 10.484948] mediatek_soc_hnat 15100000.hnat: lan = eth0 [ 10.490172] mediatek_soc_hnat 15100000.hnat: ppd = eth0 [ 10.495389] mediatek_soc_hnat 15100000.hnat: gmac num = 2 [ 10.500780] mediatek_soc_hnat 15100000.hnat: ppe num = 1 [ 10.506491] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192 [ 10.523256] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start [ 10.529049] hnat roaming work enable [ 10.535486] warp_module_init(): module init and register callback for warp [ 10.542417] create warp_ctrl ok!!! [ 10.545851] wed_get_slot_map(): assign slot_id:0 for entry: 0! [ 10.551688] wed_get_slot_map(): assign slot_id:1 for entry: 1! [ 10.558084] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 10.575531] init: - preinit - [ 10.833413] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 10.841785] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx 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 [ 14.921653] mount_root: loading kmods from internal overlay [ 14.937188] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 14.945619] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 15.804341] UBIFS (ubi0:3): Mounting in unauthenticated mode [ 15.810188] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 828 [ 15.842070] UBIFS (ubi0:3): recovery needed [ 15.927009] UBIFS (ubi0:3): recovery completed [ 15.931551] UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "rootfs_data" [ 15.939380] UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 15.949290] UBIFS (ubi0:3): FS size: 38981632 bytes (37 MiB, 307 LEBs), journal size 1904640 bytes (1 MiB, 15 LEBs) [ 15.959716] UBIFS (ubi0:3): reserved for root: 1841198 bytes (1798 KiB) [ 15.966324] UBIFS (ubi0:3): media format: w5/r0 (latest is w5/r0), UUID 5DBF1A2A-F0BF-4CB2-843F-054E3492256E, small LPT model [ 15.978749] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 15.989654] block: extroot: not configured [ 15.993878] UBIFS (ubi0:3): un-mount UBI device 0 [ 15.998590] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" stops [ 16.007501] UBIFS (ubi0:3): Mounting in unauthenticated mode [ 16.013243] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 831 [ 16.066494] UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "rootfs_data" [ 16.074330] UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 16.084232] UBIFS (ubi0:3): FS size: 38981632 bytes (37 MiB, 307 LEBs), journal size 1904640 bytes (1 MiB, 15 LEBs) [ 16.094652] UBIFS (ubi0:3): reserved for root: 1841198 bytes (1798 KiB) [ 16.101273] UBIFS (ubi0:3): media format: w5/r0 (latest is w5/r0), UUID 5DBF1A2A-F0BF-4CB2-843F-054E3492256E, small LPT model [ 16.115125] mount_root: loading kmods from internal overlay [ 16.129141] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 16.138505] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 16.931898] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 16.941754] block: extroot: not configured [ 16.947443] mount_root: switching to ubifs overlay [ 16.959270] urandom-seed: Seed file not found (/etc/urandom.seed) [ 16.996726] procd: - early - [ 16.999687] procd: - watchdog - [ 17.523604] procd: - watchdog - [ 17.527685] procd: - ubus - [ 17.582318] procd: - init - [ 17.900123] urngd: v1.0.2 started. [ 17.974441] kmodloader: loading kernel modules from /etc/modules.d/* [ 18.006590] RPC: Registered named UNIX socket transport module. [ 18.012614] RPC: Registered udp transport module. [ 18.017313] RPC: Registered tcp transport module. [ 18.022007] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 18.037755] l2tp_core: L2TP core driver, V2.0 [ 18.042735] l2tp_netlink: L2TP netlink interface [ 18.048059] gre: GRE over IPv4 demultiplexor driver [ 18.053724] ip_gre: GRE over IPv4 tunneling driver [ 18.063565] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 18.084807] GACT probability on [ 18.088623] Mirror/redirect action on [ 18.095557] u32 classifier [ 18.098283] input device check on [ 18.101937] Actions configured [ 18.110651] Simple TC action Loaded [ 18.148669] Current mapfilter version v3.0.1.2 [ 19.061582] mt_wifi: module license 'Proprietary' taints kernel. [ 19.067614] Disabling lock debugging due to kernel taint [ 19.110110] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3] [ 19.117672] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000) [ 19.135568] Adie Type: 0x7976 [ 19.135571] SKU Type: 3000 [ 19.139507] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1] [ 19.153632] WiFi@C12L1,get_dbg_setting_by_profile() 4244: debug level setting=INDEX0_debug_level not found!! [ 19.163517] WiFi@C12L1,get_dbg_setting_by_profile() 4267: debug option setting=INDEX0_debug_option not found!! [ 19.173590] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch [ 19.187841] mt7981_init()--> [ 19.190748] Use the default iPAiLNA bin image! [ 19.195242] <--mt7981_init() [ 19.198184] RtmpRaDevCtrlInit(): MCS_LUT not used becasue MacTb size(288) > 128! [ 19.205726] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX1 [ 19.213103] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX2 [ 19.220439] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX3 [ 19.227775] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX4 [ 19.235112] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX5 [ 19.242448] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX6 [ 19.249791] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX7 [ 19.257127] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX8 [ 19.264457] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX9 [ 19.271778] WiFi@C12L2,match_index_by_chipname() 507: Not find slot id, back to old rule. [ 19.280109] msta_ifname not found [ 19.291488] -->mtfwd_init(ver:2.0) [ 19.291529] <-- [ 19.295736] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint. [ 19.308355] -->mtqos_init(), mtqos ver:1.0 [ 19.308396] <-- [ 19.363824] xt_time: kernel timezone is -0000 [ 19.375801] PPP generic driver version 2.4.2 [ 19.381072] PPP MPPE Compression module registered [ 19.387060] NET: Registered protocol family 24 [ 19.392535] PPTP driver version 0.8.5 [ 19.398535] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 19.405346] kmodloader: done loading kernel modules from /etc/modules.d/* error: config frist_encvalue name is null error: [ 24.138047] mtk_soc_eth 15100000.ethernet eth0: Link is Down [ 24.159591] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 24.167975] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 24.169359] br-lan: port 1(eth0) entered blocking state [ 24.181836] br-lan: port 1(eth0) entered disabled state [ 24.187256] device eth0 entered promiscuous mode [ 24.197813] br-lan: port 1(eth0) entered blocking state [ 24.203073] br-lan: port 1(eth0) entered forwarding state [ 24.230718] mtk_soc_eth 15100000.ethernet eth1: configuring for fixed/2500base-x link mode [ 24.239135] mtk_soc_eth 15100000.ethernet eth1: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 27.892350] sh (4724): drop_caches: 3 [ 29.025969] 7981@C12L1,rt28xx_ap_ioctl() 870: interface is down, cmd [8be2] return!!! [ 29.154243] 7981@C01L2,RTMP_COM_IoctlHandle() 1511: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 29.163788] msta_ifname not found [ 29.167795] client_get_axi_slot_id(): wrong BUS_TYPE [ 29.172799] warp_cap_support(): chip_id=7981 is in WHNAT support list [ 29.179255] warp_entry_acquire(): bus slot:0, hook to WARP, entry id=0, entry: 00000000e08fd58e [ 29.187958] client_hif_specific_get(): hw->base_phy_addr 0x18000000!! [ 29.194396] client_chip_specific_get(): 0x7981 chip id 0x7981!! [ 29.200404] warp_entry_get_by_pdev(): return entry[0] [ 29.205799] warp_msg_register():warp,pid,5141,id,0,wed_idx,0 [ 29.211548] wed_init(0): res_start = 0x15010000, size = 1000, irq=7,base_addr=0xffffffc010b58000 [ 29.220753] wed_ring_init(): wed tx ring init result = 0 [ 29.226278] wed_ring_init(): wed rx ring init result = 0 [ 29.238466] create wed ok!!! [ 29.241405] wdma_init(): wdma(0) base_addr=0xffffffc010e26800, base_phy_addr=0x15104800 [ 29.250179] warp_woif_bus_init_hw(): bus:00000000ceea1dce, txring: 20, pa: 0x0000000045548000, 0x0000000045548000, 24, 28, 3c [ 29.261526] warp_woif_bus_init_hw(): bus:00000000ceea1dce, rxring: 50, pa: 0x000000004554a000, 0x000000004554a000, 54, 58, 6c [ 29.272888] get_region_info(): wed_idx = 0, base_addr = 0x000000003a2b3497, size = 0x40000, res.start = 0x47d80000, shared:0 [ 29.284154] get_region_info(): wed_idx = 0, base_addr = 0x00000000e05238c9, size = 0x8000, res.start = 0x151e0000, shared:0 [ 29.295359] get_region_info(): wed_idx = 0, base_addr = 0x0000000088ef3fec, size = 0x240000, res.start = 0x47dc0000, shared:1 [ 29.306704] get_region_info(): wed_idx = 0, base_addr = 0x0000000015619c50, size = 0x1000, res.start = 0x15194000, shared:0 [ 29.317843] warp_fwdl_mcu_mode(): mcu mode, need fwdl [ 29.362798] ########## WO Firmware ########## [ 29.367179] Chip ID: 0x0000 [ 29.369986] ECO version:0 [ 29.372615] Version: DEV_000000 [ 29.375750] Build date: 20220601202945 [ 29.379505] Total region:3 [ 29.382223] ################################# [ 29.386598] Parsing tailer region 0 [ 29.390103] Target address: 0x151e0000 [ 29.393951] Download size: 20768 [ 29.397304] Parsing tailer region 1 [ 29.400801] Target address: 0x47d80000 [ 29.404646] Download size: 86160 [ 29.408021] Parsing tailer region 2 [ 29.411522] Target address: 0x47dc0000 [ 29.415376] Download size: 2319824 [ 29.421364] warp_fwdl_ready_check_mcu_mode(): waiting for wocpu [ 29.442148] warp_fwdl_ready_check_mcu_mode(): wocpu is ready [ 29.450617] warp_woctrl_init_state(), wo_state: WO_STATE_ENABLE [ 29.456562] wo_proc_init done 0000000069ccd452 [ 29.461109] wo_exep_proc_init done 0000000069ccd452 [ 29.466118] wo_exception_init(0): exp log= 0x000000000617fb39, phy_addr= 0x0000000044c58000 size= 32768 [ 29.564359] 7981@C08L2,profile_wds_reg() 1328: WdsEnable is unknow(0;0;0;0) [ 29.571480] 7981@C08L2,profile_wds_reg() 1328: WdsEnable is unknow(0;0;0;0) [ 29.594657] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS0 PhyMode=78 [ 29.601377] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS1 PhyMode=78 [ 29.607994] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS2 PhyMode=78 [ 29.614604] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS3 PhyMode=78 [ 29.621212] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS4 PhyMode=14 [ 29.627823] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS5 PhyMode=177 [ 29.634520] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS6 PhyMode=177 [ 29.641219] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS7 PhyMode=177 [ 29.647918] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS8 PhyMode=177 [ 29.654617] 7981@C12L1,RTMPWirelessModeCfg() 604: Init: BSS9 PhyMode=49 [ 29.661569] 7981@C23L3,auto_ch_select_set_cfg() 3434: BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 29.671132] 7981@C23L3,auto_ch_select_set_cfg() 3434: BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 29.749393] 7981@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=1 [ 29.756813] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=1 [ 29.764249] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=2, Desired MFPC=1 [ 29.771681] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=3, Desired MFPC=1 [ 29.779099] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=4, Desired MFPC=1 [ 29.786503] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=5, Desired MFPC=1 [ 29.793899] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=6, Desired MFPC=1 [ 29.801295] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=7, Desired MFPC=1 [ 29.808691] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=8, Desired MFPC=1 [ 29.816090] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=9, Desired MFPC=1 [ 29.826104] WiFi@C12L1,RTMPSetProfileParameters() 8513: ra0, QoSMgmtCapa=1 [ 29.832984] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.840121] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.847254] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.854390] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.861532] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.868670] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.875807] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.882943] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.890080] WiFi@C12L1,RTMPSetProfileParameters() 8513: (null), QoSMgmtCapa=1 [ 29.906212] WiFi@C12L1,rtmp_read_ap_client_from_file() 1632: APCLI[0] ApCliMuMimoDlEnable = 0 [ 29.914745] WiFi@C12L1,rtmp_read_ap_client_from_file() 1632: APCLI[1] ApCliMuMimoDlEnable = 0 [ 29.923504] WiFi@C12L1,rtmp_read_ap_client_from_file() 1651: APCLI[0] ApCliMuMimoUlEnable = 0 [ 29.932045] WiFi@C12L1,rtmp_read_ap_client_from_file() 1651: APCLI[1] ApCliMuMimoUlEnable = 0 [ 29.943087] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 29.954325] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48 [ 29.962781] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 29.973997] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48 [ 30.074998] wdma_dma_ctrl(): WDMA_GLO_CFG=50404e70, txrx = 0 [ 30.084015] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e70, txrx = 0 [ 30.104338] warp_tx_ring_init_hw(): configure ring 0 setting [ 30.110029] warp_tx_ring_init_hw(): wed:00000000c43a9052 wifi:00000000c1a190f3: 24420=46f98000,24424=2048,24428=0 [ 30.120306] warp_tx_ring_init_hw(): configure ring 1 setting [ 30.125982] warp_tx_ring_init_hw(): wed:00000000c43a9052 wifi:00000000c1a190f3: 24430=46ee0000,24434=2048,24438=0 [ 30.136361] set_rrocfg,0 [ 30.161754] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e74, txrx = 3 [ 30.167415] using E1 ROM patch [ 30.170465] using E1 RAM [ 30.173000] current sync CR = 0x1 [ 30.191408] Built date: 20220601202543a [ 30.195394] Platform: ALPS [ 30.198195] HW/SW version: 0x8a108a10 [ 30.201945] Patch version: 0xffffffff [ 30.209713] current sync CR = 0x1 [ 30.369233] Chip ID: 0x14 [ 30.371940] Eco version: 0x00 [ 30.375032] Region number: 0x0b [ 30.378289] Format version: 0x02 [ 30.381622] Format flag: 0x01 [ 30.384687] Ram version: ____000000 [ 30.388260] Built date: 20220601202558 [ 30.392108] Common crc: 0x2b559f08 [ 30.395603] Release info: header tag = 0, total length = 64 [ 30.401262] tag 1, padding length = 1, tag length = 59 [ 30.406480] payload: t-neptune-main-mt7915-1953-MT7981_MP2111_3_0-20220601202514 [ 30.501037] Chip ID: 0x00 [ 30.503743] Eco version: 0x00 [ 30.506848] Region number: 0x03 [ 30.510115] Format version: 0x02 [ 30.513434] Format flag: 0x01 [ 30.516483] Ram version: DEV_000000 [ 30.520050] Built date: 20220601202911 [ 30.523886] Common crc: 0x93ba84dd [ 30.527370] Release info: header tag = 0, total length = 0 [ 30.612854] current sync CR = 0x7 [ 30.616788] efuse_probe: efuse = deaddead [ 30.668001] WiFi@C02L1,is_cal_free_ic() 831: [a-die version:1] [ 33.667773] WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now! [ 33.675306] WiFi@C01L1,AntCfgInit() 3059: Not support for HIF_MT yet! [ 33.699152] ch_switch_monitor_state_machine_init:: enter [ 33.704489] ch_switch_monitor_cfg_reset:: enter [ 33.709026] ch_switch_monitor_cfg_reset:: enter [ 33.713845] WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet! [ 33.719670] WiFi@C12L1,SCS_init() 880: INIT SCSEnable [0]= 1 [ 33.725343] WiFi@C12L1,SCS_init() 887: INIT SCSEnable [1]= 0 [ 33.731114] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 33.736617] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 33.742226] WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited! [ 33.769084] wdma_dma_ctrl(): WDMA_GLO_CFG=58804e75, txrx = 3 [ 33.774845] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 33.780352] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 33.785829] WiFi@C00L1,set_ack_timeout_mode_byband() 13332: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 33.795738] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13420: DAT config band(0) cck_timeout Fail! [ 33.804432] WiFi@C00L1,set_ack_timeout_mode_byband() 13332: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 33.814337] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13431: DAT config band(0) ofdm_timeout Fail! [ 33.823115] WiFi@C00L1,set_ack_timeout_mode_byband() 13332: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 33.833022] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13442: DAT config band(0) ofdma_timeout Fail! [ 33.841887] WiFi@C00L1,set_ack_timeout_mode_byband() 13332: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 33.851791] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13420: DAT config band(1) cck_timeout Fail! [ 33.860483] WiFi@C00L1,set_ack_timeout_mode_byband() 13332: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 33.870392] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13431: DAT config band(1) ofdm_timeout Fail! [ 33.879173] WiFi@C00L1,set_ack_timeout_mode_byband() 13332: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 33.889080] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13442: DAT config band(1) ofdma_timeout Fail! [ 33.904173] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 33.912950] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 34.042715] :(op = 1) [ 34.049853] 7981@C00L1,FastPathCheckMIC() 1010: (ret = 0)(op:1) [ 34.055797] 7981@C00L2,red_tail_drop_init() 83: red_tail_drop_init: available token:8192, whnat_en:1 [ 34.064972] 7981@C00L1,MtCmdCr4RedSet() 914: MtCmdCr4RedSet: (ret = 0) [ 34.071520] 7981@C00L1,SendRedCmd() 1049: SendRedCmd:(ret = 1) [ 34.077454] 7981@C01L2,RTMP_COM_IoctlHandle() 1488: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 34.085483] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 0 [ 34.091042] 7981@C18L3,BuildChannelList() 475: [ 34.095599] 7981@C00L3,BuildChannelList() 505: BandIdx = 0, PhyMode = 78, ChListNum = 13: [ 34.103802] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.110154] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.116593] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.122959] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.129417] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.135781] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.142218] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.148564] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.155012] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.161371] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.167817] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.174178] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.180619] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.186979] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.193426] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.199789] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.206232] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.212592] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.219041] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.225396] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.231856] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.238216] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.244665] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.251021] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.257473] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0 [ 34.263862] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0 [ 34.270327] 7981@C23L1,DfsBuildChannelList() 3472: [RDM]: wdev is not 5G. [ 34.277143] 7981@C23L3,RadarStateCheck() 244: Zero Wait State: 0 [ 34.283178] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(0), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 34.294666] phy_freq_adjust : no prim_ch value for adjust! [ 34.300165] 7981@C23L1,operate_loader_phy() 393: phy_freq_adjust failed!WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 34.313618] wdev_attr_update(): wdevId0 = 00:0c:43:26:60:80 [ 34.319243] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0 [ 34.328267] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=0 [ 34.334206] 7981@C23L1,HcGetBandByChannel() 1139: No hdev parking on channel:0, just return a default band_idx 0! [ 34.344551] 7981@C02L2,AsicRadioOnOffCtrl() 2317: DbdcIdx=0 RadioOn [ 34.351499] 7981@C00L2,ApAutoChannelAtBootUp() 333: -----------------> [ 34.358223] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 34.363797] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 34.369471] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x418 [mt_wifi])!! [ 34.381837] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 34.391023] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 34.429353] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 34.790839] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 34.800009] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 34.838354] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 35.192742] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 35.201905] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 35.240452] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) BusyBox v1.33.2 (2023-05-11 06:17:30 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 21.02-SNAPSHOT, r0-0e8a77c2 ---------------------------------[ 35.600815] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x258/0x418 [mt_wifi])!! ----------------[ 35.613347] 7981@C23L3,SelectClearChannelBusyTime() 1880: ==================================================================== ---- CMCCAdmin@[ 35.626075] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 1 : Busy Time = 1288, Skip Channel = FALSE, BwCap = TRUE ZROUTER:/# [ 35.638823] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 6 : Busy Time = 3, Skip Channel = FALSE, BwCap = TRUE [ 35.651149] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 11 : Busy Time = 2, Skip Channel = FALSE, BwCap = TRUE [ 35.662553] 7981@C23L3,SelectClearChannelBusyTime() 1889: ==================================================================== [ 35.673952] 7981@C23L3,SelectClearChannelBusyTime() 2123: Rule 3 Channel Busy time value : Select Primary Channel 11 [ 35.684477] 7981@C23L3,SelectClearChannelBusyTime() 2125: Rule 3 Channel Busy time value : Min Channel Busy = 2 [ 35.694576] 7981@C23L3,SelectClearChannelBusyTime() 2130: Rule 3 Channel Busy time value : BW = 20 [ 35.703544] 7981@C23L3,SelectClearChannelBusyTime() 2164: [SelectClearChannelBusyTime] - band0 END [ 35.712526] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(11), ht_bw(1), extcha(3), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 35.724106] 7981@C23L3,operate_loader_phy() 403: oper_dev after adjust: bw(1), prim_ch(11), cen_ch_1(9), cen_ch_2(0),ext_cha(3)! [ 35.735694] 7981@C23L3,operate_loader_phy() 423: oper_radio after decision: bw(1), prim_ch(11), cen_ch_1(9), cen_ch_2(0)! [ 35.746807] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 35.755975] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=11, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0) [ 35.907773] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=11, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3, scan(0) [ 35.921587] 7981@C23L1,DfsBuildChannelList() 3472: [RDM]: wdev is not 5G. [ 35.928440] 7981@C23L3,zero_wait_dfs_switch_ch() 925: outband ch 0, ch_stat 0 [ 35.935821] 7981@C08L2,APStartUpForMbss() 977: ===>(caller:ap_inf_open+0x144/0x4d0 [mt_wifi]), mbss_idx:0, CfgMode:0 [ 35.946453] 7981@C15L2,APPMFInit() 133: [PMF] apidx=0, MFPC=1, MFPR=0, SHA256=0 [ 35.953803] 7981@C18L3,BuildChannelList() 475: [ 35.958609] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 35.966190] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 35.971731] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 35.980899] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 36.019248] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 36.169630] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 36.484514] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 36.490070] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 36.499252] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 36.537603] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 36.689033] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 37.028481] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 37.034093] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 37.043261] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 37.081615] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 37.230945] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 37.572481] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 37.578039] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 37.587206] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 37.625587] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 37.775760] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 38.116437] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 38.121899] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 38.131046] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 38.169276] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 38.319747] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 38.660432] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 38.665889] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 38.675031] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 38.713268] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 38.863928] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 39.204565] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:update_ap_qload_to_bcn+0xa0/0xc8 [mt_wifi])!! [ 39.217057] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 39.222521] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 39.231662] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 39.269895] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 39.421796] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 39.748406] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 39.753851] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 39.762991] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=10, ctrl_ch2=0, cent_ch=10 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 39.801391] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=10, ctrl_ch2=0, cent_ch=10, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 39.953883] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 40.292437] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 40.297899] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 40.307041] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 40.345449] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 40.498341] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 40.836411] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 40.841867] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 40.851012] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=12, ctrl_ch2=0, cent_ch=12 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 40.889405] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=12, ctrl_ch2=0, cent_ch=12, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 41.041300] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 41.380405] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 41.385851] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 41.394993] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=13, ctrl_ch2=0, cent_ch=13 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 41.433395] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=13, ctrl_ch2=0, cent_ch=13, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 41.586181] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 41.924311] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(11), ht_bw(1), extcha(3), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 41.935877] 7981@C23L3,operate_loader_phy() 403: oper_dev after adjust: bw(1), prim_ch(11), cen_ch_1(9), cen_ch_2(0),ext_cha(3)! [ 41.947447] 7981@C23L3,operate_loader_phy() 423: oper_radio after decision: bw(1), prim_ch(11), cen_ch_1(9), cen_ch_2(0)! [ 41.958456] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 41.967595] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=11, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0) [ 42.119013] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=11, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3, scan(0) [ 42.132923] WiFi@C08L2,ap_link_up() 7074: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(0) [ 42.141559] 7981@C01L3,wifi_sys_linkup() 1166: wdev idx = 0 [ 42.216980] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=0 [ 42.226723] 7981@C08L3,UpdateBeaconHandler() 1907: BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 42.234557] 7981@C08L3,UpdateBeaconHandler() 1920: Band0 BcnInitedRnd = 78 [ 42.241650] 7981@C00L1,TxCCKStreamCtrl() 20360: set wrong parameters [ 42.258086] PrintSrCmd: [ 42.258086] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 42.258086] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 42.272083] PrintSrCmd: [ 42.272083] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 42.272083] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.286099] PrintSrCmd: [ 42.286099] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 42.286099] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 42.300092] PrintSrCmd: [ 42.300092] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 42.300092] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.314170] PrintSrCmd: [ 42.314170] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 42.314170] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.328246] PrintSrCmd: [ 42.328246] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 42.328246] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.342362] 7981@C03L3,MtCmdTxPwrShowInfo() 13707: ucTxPowerInfoCatg: 2, BandIdx: 0 [ 42.350318] 7981@C03L3,MtCmdTxPwrShowInfo() 13736: (ret = 0) [ 42.350542] [mtf_txpower_all_rate_info] band_idx:0 pwr:46 ChBand:2G ePAGain:0 [ 42.356000] mtk_ppe_dev_register_hook : ineterface ra0 register (1) [ 42.370770] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 42.379393] nf_unregister_hooks() [ 42.425499] br-lan: port 2(ra0) entered blocking state [ 42.430663] br-lan: port 2(ra0) entered disabled state [ 42.436075] device ra0 entered promiscuous mode [ 42.440777] br-lan: port 2(ra0) entered blocking state [ 42.445951] br-lan: port 2(ra0) entered forwarding state [ 42.654319] 7981@C08L2,mbss_virtual_if_open() 134: ===> rax0 [ 42.660086] 7981@C01L2,RTMP_COM_IoctlHandle() 1511: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 42.668199] 7981@C01L2,RTMP_COM_IoctlHandle() 1488: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 42.676218] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 5 [ 42.681804] 7981@C18L3,BuildChannelList() 475: [ 42.686357] 7981@C00L3,BuildChannelList() 505: BandIdx = 1, PhyMode = 177, ChListNum = 13: [ 42.694666] 7981@C23L3,DfsBuildChannelList() 3517: Done [ 42.699920] 7981@C23L3,RadarStateCheck() 244: Zero Wait State: 0 [ 42.705947] 7981@C23L3,RadarStateCheck() 290: RD_NORMAL_MODE [ 42.712737] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(0), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 42.724289] phy_freq_adjust : no prim_ch value for adjust! [ 42.729771] 7981@C23L1,operate_loader_phy() 393: phy_freq_adjust failed!WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 42.743187] wdev_attr_update(): wdevId5 = 02:0c:43:56:60:80 [ 42.748841] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[5]=4, bw_grp=16 omac=0 [ 42.760013] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=5 [ 42.767129] 7981@C23L1,HcGetBandByChannel() 1139: No hdev parking on channel:0, just return a default band_idx 0! [ 42.777406] 7981@C02L2,AsicRadioOnOffCtrl() 2317: DbdcIdx=0 RadioOn [ 42.784241] 7981@C00L2,ApAutoChannelAtBootUp() 333: -----------------> [ 42.790894] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 42.796400] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0) [ 42.801812] 7981@C23L3,AutoChSelBuildChannelListFor56G() 2707: ChListNum56G = 13 [ 42.809218] 7981@C23L3,AutoChSelBuildChannelListFor56G() 2895: ACSChListNum = 8 [ 42.816714] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(5) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x418 [mt_wifi])!! [ 42.829048] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 42.838189] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=36, ctrl_ch2=0, cent_ch=36 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 42.899026] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=36, ctrl_ch2=0, cent_ch=36, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 43.356608] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 43.365754] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=40, ctrl_ch2=0, cent_ch=40 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 43.426614] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=40, ctrl_ch2=0, cent_ch=40, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 43.880593] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 43.889739] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=44, ctrl_ch2=0, cent_ch=44 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 43.950515] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=44, ctrl_ch2=0, cent_ch=44, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 44.412608] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 44.421750] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=48, ctrl_ch2=0, cent_ch=48 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 44.434705] BcnCheck start after 2800 ms (ra0) [ 44.439453] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(5) bss not ready (state:0, caller:update_ap_qload_to_bcn+0xa0/0xc8 [mt_wifi])!! [ 44.482537] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=48, ctrl_ch2=0, cent_ch=48, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 44.952599] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 44.961745] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=52, ctrl_ch2=0, cent_ch=52 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 45.022017] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=52, ctrl_ch2=0, cent_ch=52, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 45.288615] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 45.297766] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=56, ctrl_ch2=0, cent_ch=56 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 45.358016] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=56, ctrl_ch2=0, cent_ch=56, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 45.628643] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 45.637787] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=60, ctrl_ch2=0, cent_ch=60 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 45.698109] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=60, ctrl_ch2=0, cent_ch=60, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 45.964603] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 45.973749] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=64, ctrl_ch2=0, cent_ch=64 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1) [ 46.034071] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=64, ctrl_ch2=0, cent_ch=64, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1) [ 46.300730] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(5) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x258/0x418 [mt_wifi])!! [ 46.313005] 7981@C23L3,SelectClearChannelBusyTime() 1880: ==================================================================== [ 46.324395] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 36 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.335781] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 40 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.347162] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 44 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.358543] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 48 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.369923] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 52 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.381305] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 56 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.392757] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 60 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.404144] 7981@C23L3,SelectClearChannelBusyTime() 1886: Channel 64 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 46.415526] 7981@C23L3,SelectClearChannelBusyTime() 1889: ==================================================================== [ 46.426910] 7981@C23L3,SelectClearChannelBusyTime() 2123: Rule 3 Channel Busy time value : Select Primary Channel 36 [ 46.437422] 7981@C23L3,SelectClearChannelBusyTime() 2125: Rule 3 Channel Busy time value : Min Channel Busy = 0 [ 46.447501] 7981@C23L3,SelectClearChannelBusyTime() 2130: Rule 3 Channel Busy time value : BW = 160 [ 46.456544] 7981@C23L3,SelectClearChannelBusyTime() 2164: [SelectClearChannelBusyTime] - band1 END [ 46.465499] 7981@C23L3,RadarStateCheck() 244: Zero Wait State: 0 [ 46.471501] 7981@C23L3,RadarStateCheck() 290: RD_NORMAL_MODE [ 46.478294] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 46.489939] 7981@C23L3,operate_loader_phy() 403: oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1)! [ 46.501589] 7981@C23L3,operate_loader_phy() 423: oper_radio after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0)! [ 46.512696] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal [ 46.521839] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=36, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(0) [ 46.774040] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=36, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=7, scan(0) [ 46.792811] 7981@C23L3,DfsBuildChannelList() 3517: Done [ 46.798041] 7981@C23L3,zero_wait_dfs_switch_ch() 925: outband ch 0, ch_stat 0 [ 46.805172] 7981@C23L3,zero_wait_dfs_switch_ch() 932: bDedicatedZeroWaitDefault == 0 [ 46.813099] 7981@C08L2,APStartUpForMbss() 977: ===>(caller:ap_inf_open+0x144/0x4d0 [mt_wifi]), mbss_idx:5, CfgMode:0 [ 46.823659] 7981@C15L2,APPMFInit() 133: [PMF] apidx=5, MFPC=1, MFPR=0, SHA256=0 [ 46.830987] 7981@C18L3,BuildChannelList() 475: [ 46.835729] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 46.843321] WiFi@C08L2,ap_link_up() 7074: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(5) [ 46.851940] 7981@C01L3,wifi_sys_linkup() 1166: wdev idx = 5 [ 46.927227] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=5 [ 46.936914] 7981@C08L3,UpdateBeaconHandler() 1907: BCN_UPDATE_INIT, OmacIdx = 0 (rax0) [ 46.944831] 7981@C08L3,UpdateBeaconHandler() 1920: Band1 BcnInitedRnd = 123 [ 46.965004] PrintSrCmd: [ 46.965004] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 46.965004] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 46.979001] PrintSrCmd: [ 46.979001] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 46.979001] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 46.992993] PrintSrCmd: [ 46.992993] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 46.992993] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 47.006980] PrintSrCmd: [ 47.006980] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 47.006980] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 47.021058] PrintSrCmd: [ 47.021058] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 47.021058] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 47.035136] PrintSrCmd: [ 47.035136] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 47.035136] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 47.049243] 7981@C03L3,MtCmdTxPwrShowInfo() 13707: ucTxPowerInfoCatg: 2, BandIdx: 1 [ 47.056992] 7981@C03L3,MtCmdTxPwrShowInfo() 13736: (ret = 0) [ 47.057095] [mtf_txpower_all_rate_info] band_idx:1 pwr:45 ChBand:5G ePAGain:0 [ 47.062664] mtk_ppe_dev_register_hook : ineterface rax0 register (2) [ 47.076542] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0 [ 47.084845] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20 [ 47.091630] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.099599] 7981@C12L1,RTMPAPPrivIoctlSet() 3554: IOCTL::(iwpriv) Command not Support [MapChannelEn=0] [ 47.108946] br-lan: port 3(rax0) entered blocking state [ 47.114206] br-lan: port 3(rax0) entered disabled state [ 47.119651] device rax0 entered promiscuous mode [ 47.124428] br-lan: port 3(rax0) entered blocking state [ 47.129664] br-lan: port 3(rax0) entered forwarding state [ 47.136093] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.152317] BcnCheck start after 300 ms (ra0) [ 47.156697] BcnCheck start after 4800 ms (ra0) [ 47.168702] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.181686] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.194766] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.209432] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.221892] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.234342] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8be1] return!!! [ 47.269499] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 47.298877] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 47.328119] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 47.355288] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 47.422530] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 47.449090] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 47.475640] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 47.502291] 7981@C12L1,rt28xx_ap_ioctl() 837: interface is down, cmd [8bee] return!!! [ 49.764303] BcnCheck start after 2300 ms (ra0)
OpenWrt bootlog
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
Notes
None at this time.