ASUS RT-AX54

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

The RT-AX54 is a dual-band 802.11ax WiFi 6 router, supporting ramips/mt7621 platform, featuring four Gbit Ethernet ports and one Gigabit WAN port. AX54 is not the marketing name of this device.This device has few marketing name : AX1800HP , AX1800S , AX54HP. ASUS RT-AX54 Router

Installation via the web interface of the original firmware or via Asus recovery tools is currently not possible. It is possible to install the factory image with the mtd-write tool over ssh.

Steps

1. Go to Administration settings in the web interface and enable ssh access.

2. Connect to ssh and login by using the same credentials you used to login to the web interface (user is usually “admin”).

3. Download the factory image to the filesystem.

wget  <--link for the download the openwrt firmware-->

Alternative: Transfer the factory image from your machine to the filesystem:

cat openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin | ssh admin@device "cat > /root/openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin"

4. Flash the image to Kernel partition.

mtd-write -i <--file name of the firmware--> -d Kernel

5. Reboot the device. If you do the graceful reboot there is a chance that the kernel will panic and the router won't reboot. In this case just perform a forceful reboot with a physical button or power cycle the device.

6. The device should now boot OpenWRT.

To flash your device from factory firmware via TFTP, you have to open the case to get to the serial connector. A USB-TTL adapter, a terminal emulator program (e.g. minicom), a TFTP server program and soldering equipment should be available. After that you can solder a 4 pin header onto the board. Luckily the manufacturer has printed the assignment of the interface (J2) on the circuit board, please see serial. You can use 115200.8N1 as the serial connection parameter. Please disable serial control signals in the terminal emulation if they are enabled.

Steps

0. Prepare you PC

Have terminal emulation program installed, set the ip address of your PC to 192.168.1.2/24, download the OpenWRT image, place it into you root directory of your TFTP-server, fire up your TFTP-server.

1. Connect the USB-TTL-adapter to the J2 connector

PIN BOARD TTL
1 RX TX
2 TX RX
3 GND GND
4 VCC not needed

2. Plug the USB adapter into you PC, establish the serial connection with not power to the router. This is because you have to interrupt uboot very quickly, possible during approx. 3 seconds.

3. Power on the router and press any key to interrupt boot.

4. If everything worked out, you are presented a menu with some options, select 2 for firmware upgrading.

5. The following output should occur:

*** Upgrading Firmware ***
Run firmware after upgrading? (Y/n): Y

Press enter to use the default value Y.

6. Now choose 0 for the load method:

Available load methods:
    0 - TFTP client (Default)
    1 - Xmodem
    2 - Ymodem
    3 - Kermit
    4 - S-Record

Select (enter for default): 0

7. Enter the IP address configuration for the tftp setup

Input U-Boot's IP address: 192.168.1.1 
Input TFTP server's IP address: 192.168.1.2
Input IP netmask: 255.255.255.0

8. Enter the filename of the firmware (which you have placed into the root of your tftp server)

Input file name: openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin

9. The output should look something like this:

Using eth@1e100000 device
TFTP from server 192.168.1.2; our IP address is 192.168.1.1
Filename 'openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin'.
Load address: 0x83000000
Loading: T T #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #########################################
         1.1 MiB/s
done
Bytes transferred = 9175040 (8c0000 hex)

*** Loaded 9175040 (0x8c0000) bytes at 0x83000000 ***

Erasing from 0x3e0000 to 0xc9ffff, size 0x8c0000 ... OK
Writting from 0x83000000 to 0x3e0000, size 0x8c0000 ... OK

*** Firmware upgrade completed! ***

10. Restart your router. You are done.

Specific values needed for tftp

Bootloader tftp server IPv4 address 192.168.1.2/24
Firmware tftp image openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin (for first time conversion)
TFTP window start not applicable when interrupting uboot boot menu
TFTP client required IP address 192.168.1.1

generic.sysupgrade

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget <--link for the download the openwrt firmware-->
sysupgrade  <--file name of the firmware-->

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget <--link for the download the openwrt firmware-->
mtd write <--file name of the firmware--> && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
wan WAN port DHCP

FIXME Default WiFi config missing

VLAN (802.1q) devices can be configured at the br-lan bridge device. The ASUS RT-AX54 uses the new DSA switch configuration:

Port Switch port
WAN (blue) wan
LAN 1 lan1
LAN 2 lan2
LAN 3 lan3
LAN 4 lan4

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.

cat /sys/kernel/debug/gpio

gpiochip2: GPIOs 416-447, parent: platform/1e000600.gpio, 1e000600.gpio-bank2:

gpiochip1: GPIOs 448-479, parent: platform/1e000600.gpio, 1e000600.gpio-bank1:

gpiochip0: GPIOs 480-511, parent: platform/1e000600.gpio, 1e000600.gpio-bank0:
 gpio-493 (                    |blue:power          ) out hi ACTIVE LOW
 gpio-495 (                    |wps                 ) in  hi IRQ ACTIVE LOW
 gpio-496 (                    |reset               ) in  hi IRQ ACTIVE LOW
 gpio-499 (                    |reset               ) out hi ACTIVE LOW

The ASUS RT-AX54 has the following buttons:

BUTTON EVENT
Power switch Power on/off
Reset button Pressed < 1 sec. = reboot, pressed > 5 sec. factory reset
WPS button WPS < 3 sec. trigger WPS on hostapd, WPS > 3 sec. trigger WPS on wpa_supplicant only

Layout by inspecting /proc/mtd and dmesg:

dev start end size erasesize name
mtd0 00000000 00080000 00080000 00020000 u-boot
mtd1 00080000 000e0000 00060000 00020000 u-boot-env
mtd2 000e0000 001e0000 00100000 00020000 nvram
mtd3 001e0000 002e0000 00100000 00020000 factory
mtd4 002e0000 003e0000 00100000 00020000 factory2
mtd5 003e0000 007e0000 00400000 00020000 kernel
mtd6 007e0000 00702000 000DE000 00020000 ubi

Top :

top?400

LED :

top?400

Bottom :

buttom?400

Port :

buttom?400

PCB :

pcb?400

Note: This will void your warranty!

  1. unscrew two screws that are sitting below the rubber feet casings and two screws near the antennas.One of the screws has a warranty sticker sticked on top of it.
  2. use a metal pry tool and start opening form the lower part of the bottom casing (on the same side of the LEDs), slide the plier carefully around the unit in order to remove the top cover
  3. you now have access to the pcb and can move onto the soldering part

port.serial general information about the serial port, serial port cable, etc.

Serial port is identifiable easily on the left side of the pcb and has markings for each pin:
uarl?400

Serial connection parameters
for ASUS RT-AX54
PARAMS: 115200, 8N1, 3.3V

None so far.

RT-AX54 bootloader version: 1.0.0.1 Reading from 0x1e0000, size 0x100000 Succeeded MAC Address: 1F:F7:52:5E:B2:83 Reading from 0x1e0000, size 0x40000 Succeeded Check Factory's EEPROM successfully! (r = 16) Reading from 0x2e0000, size 0x40000 Succeeded Check Factory2's EEPROM successfully! (r = 16) Reading from 0x3e0000, size 0x2000 Succeeded Reading from 0x3e0000, size 0x17d1304 Succeeded Image Name:  Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 24974020 Bytes = 23.8 MiB Load Address: 81001000 Entry Point: 81001000 Verifying Checksum ... OK ## Loading kernel from FIT Image at 83000040 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: MIPS OpenWrt Linux-4.4.198 Type: Kernel Image Compression: lzma compressed Data Start: 0x83000124 Data Size: 3847488 Bytes = 3.7 MiB Architecture: MIPS OS: Linux Load Address: 0x81001000 Entry Point: 0x81001000 Hash algo: crc32 Hash value: 36036317 Hash algo: sha1 Hash value: b6a01f9d541a966cbbc1a2f16fdf84be0f013d5e Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 83000040 ... Using 'config@1' configuration Trying 'fdt@1' fdt subimage Description: MIPS OpenWrt mt7621-rfb-ax-nmbm device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x833ab7a8 Data Size: 11203 Bytes = 10.9 KiB Architecture: MIPS Hash algo: crc32 Hash value: a60c718b Hash algo: sha1 Hash value: 7203d5d756400c621650318339f6e3d7f808cb3d Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x833ab7a8 Uncompressing Kernel Image ... OK Loading Device Tree to 8fe67000, end 8fe6cbc2 ... OK [ 0.000000] Linux version 4.4.198 (heidi_wen@sw4-build-server) (gcc version 5.4.0 (LEDE GCC 5.4.0 r0-22e5567) ) #1 SMP Wed Dec 7 17:14:41 CST 2022 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is MediaTek MT7621 RFB (802.11ax, NAND with NMBM) [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 10000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x0000000000ffffff] [ 0.000000] Normal [mem 0x0000000001000000-0x000000000fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] PERCPU: Embedded 10 pages/cpu @81f74000 s9280 r8192 d23488 u40960 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Writing ErrCtl register=00020800 [ 0.000000] Readback ErrCtl register=00020800 [ 0.000000] Memory: 245944K/262144K available (7945K kernel code, 2951K rwdata, 2200K rodata, 268K init, 327K bss, 16200K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.007778] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.070403] pid_max: default: 32768 minimum: 301 [ 0.075123] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.081648] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 7.770179] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 7.770188] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 7.770199] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 7.770343] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.177676] Synchronize counters for CPU 1: done. [ 7.546717] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 7.546723] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 7.546730] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 7.546801] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.268061] Synchronize counters for CPU 2: done. [ 7.636835] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 7.636841] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 7.636848] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 7.636931] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.353243] Synchronize counters for CPU 3: done. [ 0.357982] Brought up 4 CPUs [ 0.361557] devtmpfs: initialized [ 0.369366] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.379150] futex hash table entries: 1024 (order: 3, 32768 bytes) [ 0.385443] pinctrl core: initialized pinctrl subsystem [ 0.391239] NET: Registered protocol family 16 [ 0.421652] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.427291] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.432935] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.438938] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe1 [ 0.445080] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe2 [ 0.651500] PCIe port 2 link down [ 0.654733] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 0.684224] PCI host bridge to bus 0000:00 [ 0.688257] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 0.695122] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 0.701895] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.708657] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.718939] pci 0000:00:00.0: BAR 9: assigned [mem 0x60000000-0x601fffff pref] [ 0.726061] pci 0000:00:01.0: BAR 9: assigned [mem 0x60200000-0x603fffff pref] [ 0.733246] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 0.739975] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 0.746738] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit pref] [ 0.754417] pci 0000:01:00.0: BAR 2: assigned [mem 0x60100000-0x60103fff 64bit pref] [ 0.762118] pci 0000:01:00.0: BAR 4: assigned [mem 0x60104000-0x60104fff 64bit pref] [ 0.769793] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.774721] pci 0000:00:00.0: bridge window [mem 0x60000000-0x601fffff pref] [ 0.781876] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit pref] [ 0.789596] pci 0000:02:00.0: BAR 2: assigned [mem 0x60300000-0x60303fff 64bit pref] [ 0.797271] pci 0000:02:00.0: BAR 4: assigned [mem 0x60304000-0x60304fff 64bit pref] [ 0.804978] pci 0000:00:01.0: PCI bridge to [bus 02] [ 0.809863] pci 0000:00:01.0: bridge window [mem 0x60200000-0x603fffff pref] [ 0.818812] clocksource: Switched to clocksource GIC [ 0.826655] NET: Registered protocol family 2 [ 0.831862] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.838812] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.845184] TCP: Hash tables configured (established 2048 bind 2048) [ 0.851564] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.857314] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.863830] NET: Registered protocol family 1 [ 0.883050] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.888850] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.905512] io scheduler noop registered [ 0.909389] io scheduler deadline registered (default) [ 0.916268] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.924377] console [ttyS0] disabled [ 0.927921] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A [ 0.936925] console [ttyS0] enabled [ 0.936925] console [ttyS0] enabled [ 0.943796] bootconsole [early0] disabled [ 0.943796] bootconsole [early0] disabled [ 0.952638] 1e000d00.uartfull: ttyS1 at MMIO 0x1e000d00 (irq = 34, base_baud = 3125000) is a 16550A [ 0.962427] 1e000e00.uartfull: ttyS2 at MMIO 0x1e000e00 (irq = 35, base_baud = 3125000) is a 16550A [ 0.976532] IMQ driver loaded successfully. (numdevs = 3, numqueues = 1, imq_dev_accurate_stats = 1) [ 0.985663] Hooking IMQ after NAT on PREROUTING. [ 0.990360] Hooking IMQ before NAT on POSTROUTING. [ 0.995636] libphy: Fixed MDIO Bus: probed [ 1.059084] libphy: mdio: probed [ 1.062875] mtk_soc_eth 1e100000.ethernet: generated random MAC address 7e:24:8b:77:f1:6c [ 1.071552] mtk_soc_eth 1e100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY] [ 1.082741] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10 [ 1.091163] mtk_soc_eth 1e100000.ethernet: generated random MAC address 2a:2b:ba:67:23:b3 [ 1.099847] mtk_soc_eth 1e100000.ethernet: connected mac 1 to PHY at fixed-0:01 [uid=00000000, driver=Generic PHY] [ 1.111025] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 10 [ 1.119660] PPP generic driver version 2.4.2 [ 1.124313] PPP BSD Compression module registered [ 1.129065] PPP MPPE Compression module registered [ 1.133848] NET: Registered protocol family 24 [ 1.138308] PPTP driver version 0.8.5 [ 1.142258] register mt_drv [ 1.145226] <--mt7916_hif_init() [ 1.149005] Rx[0] Ring: total 24576 bytes allocated [ 1.158230] Rx[1] Ring: total 16384 bytes allocated [ 1.163213] <-- pci_alloc_tx_rx_ring_mem, Status=0 [ 1.201389] [ 1.201389] [ 1.201389] === pAd = c0381000, size = 13482752 === [ 1.201389] [ 1.212201] <-- RTMPAllocAdapterBlock, Status=0 [ 1.216726] PCI CSRBaseAddress =0xc0280000, csr_addr=0xc0280000! [ 1.222749] RTMPInitPCIeDevice():device_id=0x7915 [ 1.227435] mt7915_init()--> [ 1.230313] Use the default iPAiLNA bin image! [ 1.234811] <--mt7915_init() [ 1.237963] RtmpOSFileOpen(): Error 2 opening /etc/wireless/l1profile.dat [ 1.245800] wdev_init(caller:RTMP_COM_IoctlHandle+0x39c/0x18ac), wdev(0) [ 1.253533] Rx[0] Ring: total 24576 bytes allocated [ 1.258591] Rx[1] Ring: total 24576 bytes allocated [ 1.265833] Rx[2] Ring: total 8192 bytes allocated [ 1.274952] Rx[3] Ring: total 16384 bytes allocated [ 1.282093] Rx[4] Ring: total 8192 bytes allocated [ 1.286930] <-- pci_alloc_tx_rx_ring_mem, Status=0 [ 1.293630] GACT probability NOT on [ 1.297135] Mirror/redirect action on [ 1.300871] u32 classifier [ 1.303563] Performance counters on [ 1.307372] input device check on [ 1.311032] Actions configured [ 1.314452] Netfilter messages via NETLINK v0.30. [ 1.319236] nf_conntrack version 0.5.0 (3842 buckets, 15368 max) [ 1.325675] ctnetlink v0.93: registering with nfnetlink. [ 1.331246] xt_time: kernel timezone is -0000 [ 1.335818] gre: GRE over IPv4 demultiplexor driver [ 1.340893] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.346506] arp_tables: (C) 2002 David S. Miller [ 1.352669] NET: Registered protocol family 10 [ 1.359255] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 1.364917] NET: Registered protocol family 17 [ 1.369420] NET: Registered protocol family 15 [ 1.373893] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.386513] l2tp_core: L2TP core driver, V2.0 [ 1.390892] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 1.395663] 8021q: 802.1Q VLAN Support v1.8 [ 1.402549] mtkmips-pinmux pinctrl: spi is already enabled [ 1.408029] mtk-nand 1e003000.nand: Error applying setting, reverse things back [ 1.415858] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1 [ 1.422198] nand: AMD/Spansion S34ML01G2 [ 1.426102] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.434365] Scanning device for bad blocks [ 3.127086] nmbm nmbm: Signature found at block 1023 [0x07fe0000] [ 3.136657] nmbm nmbm: First info table with writecount 0 found in block 960 [ 3.153732] nmbm nmbm: Second info table with writecount 0 found in block 963 [ 3.160981] nmbm nmbm: NMBM has been successfully attached [ 3.166485] 7 ofpart partitions found on MTD device nmbm [ 3.171781] Creating 7 MTD partitions on "nmbm": [ 3.176379] 0x000000000000-0x0000000e0000 : "Bootloader" [ 3.183194] 0x0000000e0000-0x0000001e0000 : "nvram" [ 3.189495] 0x0000001e0000-0x0000002e0000 : "Factory" [ 3.195915] 0x0000002e0000-0x0000003e0000 : "Factory2" [ 3.202465] 0x0000003e0000-0x0000035e0000 : "Kernel" [ 3.541421] 2 fit-fw partitions found on MTD device Kernel [ 3.546903] 0x0000003e0000-0x0000007a0000 : "linux" [ 3.553218] 0x00000078e694-0x0000035e0000 : "rootfs" [ 3.559905] mtd: device 7 (rootfs) set to be root filesystem [ 3.565571] 0x0000035e0000-0x0000067e0000 : "Kernel2" [ 3.572337] 0x0000067e0000-0x000007800000 : "jffs2" [ 3.618931] mt753x gsw: Switch is MediaTek MT7530 rev 1 [ 3.645638] libphy: mt753x_mdio: probed [ 3.655661] hctosys: unable to open rtc device (rtc0) [ 3.675095] offset 0x11000 elapse 10ms [ 3.711459] VFS: Mounted root (squashfs filesystem) readonly on device 31:7. [ 3.736541] devtmpfs: mounted [ 3.740244] Freeing unused kernel memory: 268K [ 3.744677] This architecture does not have kernel memory protection. [ 6.572974] mt753x gsw: Port 3 Link is Up - 1Gbps/Full init_main start ## mknod /dev/nvram: File exists 1: set_action 0 Hit ENTER for console... firmware version: 3.0.0.4.386_68383-gb66e314, dev:(N2IG4V601807876/50:EB:F6:A5:30:50) mtd productid: RT-AX54 bootloader version: RT-AX54-01-00-00-01 firmware version: 3.0.0.4 odmpid: RT-AX1800HP current FW productid: RT-AX54 current FW firmver: 3.0.0.4 N2I[ 10.820403] init (1): drop_caches: 1 G4V601807876 clean_mode(1) clean_time(2) threshold(0) free_caches: Start syncing... free_caches: Start cleaning... free_caches: waiting 2 second... free_caches: Finish. [ 12.830160] random: init: uninitialized urandom read (5 bytes read, 38 bits of entropy available) [1 init:init_nvram +13] init_nvram for model(140) set_basic_ifname_vars: WAN eth1 LAN vlan1 [vlan1 ra0 rai0] WIRED [vlan1] ETH_IFNAMES [] 2G ra0 5G rai0 60G N/A USB (null) AP_LAN vlan1 DW_WAN eth1 DW_LAN vlan3 force_dwlan 0, sw_mode 1 wan_ifnames: eth1 init_amas_subunit: Set default value. init_amas_subunit(9713): update wl1_vifnames [wl1.1 wl1.2 wl1.3 wl1.4] init_amas_subunit(9732): update wl0_vifnames [wl0.1 wl0.2 wl0.3 wl0.4] 1: check_action 0: 1(init) 1: set_action 7 1: set_action 0 [ 15.137950] random: init: uninitialized urandom read (4 bytes read, 42 bits of entropy available) [ 15.148875] random: init: uninitialized urandom read (4 bytes read, 42 bits of entropy available) [AUTO_FW_UPGRADE] default tmp_time_str= 02:13 tcode: location(AA) model(140): wl0_country_code(AA) reg_spec(FCC) wl1_country_code(AA) using FCC SKU for AA config_switch(0x0214): link down all ports [ 17.092039] mt753x gsw: Port 3 Link is Down rtkswitch!!!=8 config_mt7621_esw_LANWANPartition: LAN/WAN/WANS_LAN portmask 0000000f/00000030/00000000 config_mt7621_esw_LANWANPartition: P0 PVID 1 config_mt7621_esw_LANWANPartition: P1 PVID 1 config_mt7621_esw_LANWANPartition: P2 PVID 1 config_mt7621_esw_LANWANPartition: P3 PVID 1 config_mt7621_esw_LANWANPartition: P4 PVID 2 config_mt7621_esw_LANWANPartition: P5 PVID 2 mt762x_vlan_set: idx=1, vid=1, portmap=11110011, stag=0 mt762x_vlan_set: idx=2, vid=2, portmap=00001100, stag=0 config_switch(0x0264): ISP Profile/STB: none/0 config_switch(0x0544): link up wan port(s) 1+0 records in 1+0 records out 1: check_action 0: 1(init) 1: check_action 0: 1(init) 1: set_action 7 1: set_action 0 start_jffs2: getting the information of jffs2 start jffs2: 9, 16908288 start_jffs2: mounting jffs2 1: check_action 0: 1(init) 1: set_action 7 1: set_action 0 start_jffs2: create jffs2 successfully 1: check_action 0: 1(init) 1: set_action 7 1: set_action 0 1: check_action 0: 1(init) 1: set_action 7 1: set_action 0 hotplug net INTERFACE=vlan1 ACTION=add SEQNUM=346 hotplug net INTERFACE=vlan1 ACTION=add SEQNUM=346 hotplug net INTERFACE=vlan2 ACTION=add SEQNUM=349 hotplug net INTERFACE=vlan2 ACTION=add SEQNUM=349 update_lan_state(lan_, 0, 0) 1+0 records in 1+0 records out hotplug net INTERFACE=br0 ACTION=add SEQNUM=352 hotplug net INTERFACE=br0 ACTION=add SEQNUM=352 _ifconfig: name=vlan1 flags=1243 IFUP addr= netmask= gen ralink config wl0.5_ap_isolate doesn't exist, default value [0] warning: 26!!!! Miss some configuration, please check!!!! gen ralink iNIC config wl1.5_ap_isolate doesn't exist, default value [0[ 32.623539] ra0: ===> main_virtual_if_open ] warning: 26!![ 32.628657] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT !! Miss some co[ 32.636502] check_runtime_para 1317: match nfiguration, ple[ 32.643181] load l1profile succeed! ase check!!!! _[ 32.646817] mt_service_open: wlan service opens successfully! ifconfig: name=ra0 flags=1243 IFUP addr= netmask= [ 32.661735] APWdsInitialize():WdsEntry[0~15] [ 32.784000] [multi_profile_merge_5g_only] DBDC_MODE=1 [ 32.811832] multi-profile merge success, en:1,pf1_num:6,pf2_num:6,total:12 [ 32.818702] Open file "/etc/Wireless/RT2860/DBDC_card0.dat" to store DBDC cfg! (21) [ 32.826666] Write file "/etc/Wireless/RT2860/DBDC_card0.dat" success (size=7246)! [ 32.835486] BssidNum=12 [ 32.837944] Pf2MbssIdxMap: [ 32.840710] 0 1 2 3 4 5 6 7 8 9 10 11 [ 32.846285] MacAddress1 = 00:00:00:00:00:00 [ 32.850777] MacAddress2 = 00:00:00:00:00:00 [ 32.855318] MacAddress3 = 00:00:00:00:00:00 [ 32.860847] MacAddress6 = 00:00:00:00:00:00 [ 32.865297] MacAddress7 = 00:00:00:00:00:00 [ 32.869791] MacAddress8 = 00:00:00:00:00:00 [ 32.874423] MacAddress9 = 00:00:00:00:00:00 [ 32.881872] E2pAccessMode=2 [ 32.885318] SSID[0]=ASUS_50, EdcaIdx=0 [ 32.889254] SSID[1]=ASUS_50_2G_Guest, EdcaIdx=0 [ 32.893949] SSID[2]=ASUS_50_2G_Guest2, EdcaIdx=0 [ 32.898706] SSID[3]=ASUS_50_2G_Guest3, EdcaIdx=0 [ 32.903501] SSID[4]=ASUS_50_2G_Guest4, EdcaIdx=0 [ 32.908247] SSID[5]=ASUS6, EdcaIdx=0 [ 32.912066] SSID[6]=ASUS_50, EdcaIdx=0 [ 32.916036] SSID[7]=ASUS_50_5G_Guest, EdcaIdx=0 [ 32.921104] SSID[8]=ASUS_50_5G_Guest2, EdcaIdx=0 [ 32.925953] SSID[9]=ASUS_50_5G_Guest3, EdcaIdx=0 [ 32.930817] SSID[10]=ASUS_50_5G_Guest4, EdcaIdx=0 [ 32.935691] SSID[11]=ASUS6, EdcaIdx=0 [ 32.939765] RTMPSetProfileParameters(): DBDC Mode=1, eDBDC_mode = 1 [ 32.946789] cfg_mode=16 [ 32.949292] cfg_mode=16 [ 32.951785] cfg_mode=16 [ 32.954304] wmode_band_equal(): Band Equal! [ 32.958484] cfg_mode=16 [ 32.960962] cfg_mode=16 [ 32.963447] cfg_mode=16 [ 32.965909] cfg_mode=16 [ 32.968360] cfg_mode=16 [ 32.971124] cfg_mode=16 [ 32.973630] cfg_mode=16 [ 32.976081] cfg_mode=16 [ 32.978534] cfg_mode=16 [ 32.981311] cfg_mode=16 [ 32.983824] cfg_mode=16 [ 32.986275] cfg_mode=17 [ 32.988726] cfg_mode=17 [ 32.991455] cfg_mode=17 [ 32.993964] cfg_mode=17 [ 32.996416] cfg_mode=17 [ 32.998947] cfg_mode=17 [ 33.001423] cfg_mode=17 [ 33.003856] cfg_mode=17 [ 33.006289] cfg_mode=17 [ 33.008722] cfg_mode=17 [ 33.011461] cfg_mode=17 [ 33.013941] cfg_mode=17 [ 33.017084] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 33.025484] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 33.034211] Index0 Channel=0 [ 33.037087] Index1 Channel=0 [ 33.042322] BndStrgBssIdx=1;0;0;0;0;0;1;0;0;0;0;0 [ 33.047430] [TxPower] BAND0: 100, BAND1: 100 [ 33.056961] [SKUenable] BAND0: 1, BAND1: 1 [ 33.062427] [BFBACKOFFenable] BAND0: 1, BAND1: 1 [ 33.069768] profile: FragThreshold[0]=2346 [ 33.073930] profile: FragThreshold[1]=2346 [ 33.078002] profile: FragThreshold[2]=2346 [ 33.082147] profile: FragThreshold[3]=2346 [ 33.086240] profile: FragThreshold[4]=2346 [ 33.090671] profile: FragThreshold[5]=2346 [ 33.094807] profile: FragThreshold[6]=2346 [ 33.098993] profile: FragThreshold[7]=2346 [ 33.103133] profile: FragThreshold[8]=2346 [ 33.107216] profile: FragThreshold[9]=2346 [ 33.111359] profile: FragThreshold[10]=2346 [ 33.115561] profile: FragThreshold[11]=2346 [ 33.121108] APEdca0 [ 33.123548] Valid=1 [ 33.125638] APAifsn[0]=3 [ 33.128153] APAifsn[1]=7 [ 33.130757] APAifsn[2]=1 [ 33.133306] APAifsn[3]=1 [ 33.135883] APEdca1 [ 33.138332] Valid=1 [ 33.140807] APAifsn[0]=3 [ 33.143398] APAifsn[1]=7 [ 33.145936] APAifsn[2]=1 [ 33.148474] APAifsn[3]=1 [ 33.151090] APEdca2 [ 33.153518] APEdca3 [ 33.169108] BSSAifsn[0]=3 [ 33.171795] BSSAifsn[1]=7 [ 33.174416] BSSAifsn[2]=2 [ 33.177036] BSSAifsn[3]=2 [ 33.180237] BSSAifsn[0]=3 [ 33.182852] BSSAifsn[1]=7 [ 33.185465] BSSAifsn[2]=2 [ 33.188086] BSSAifsn[3]=2 [ 33.191351] BSSAifsn[0]=3 [ 33.194011] BSSAifsn[1]=7 [ 33.196629] BSSAifsn[2]=2 [ 33.199414] BSSAifsn[3]=2 [ 33.202318] BSSAifsn[0]=3 [ 33.204927] BSSAifsn[1]=7 [ 33.207531] BSSAifsn[2]=2 [ 33.210218] BSSAifsn[3]=2 [ 33.213122] BSSAifsn[0]=3 [ 33.215764] BSSAifsn[1]=7 [ 33.218385] BSSAifsn[2]=2 [ 33.221439] BSSAifsn[3]=2 [ 33.224506] BSSAifsn[0]=3 [ 33.227151] BSSAifsn[1]=7 [ 33.229958] BSSAifsn[2]=2 [ 33.232638] BSSAifsn[3]=2 [ 33.235612] BSSAifsn[0]=3 [ 33.238255] BSSAifsn[1]=7 [ 33.241199] BSSAifsn[2]=2 [ 33.243886] BSSAifsn[3]=2 [ 33.246879] BSSAifsn[0]=3 [ 33.249775] BSSAifsn[1]=7 [ 33.252423] BSSAifsn[2]=2 [ 33.255029] BSSAifsn[3]=2 [ 33.257906] BSSAifsn[0]=3 [ 33.260606] BSSAifsn[1]=7 [ 33.263245] BSSAifsn[2]=2 [ 33.265849] BSSAifsn[3]=2 [ 33.268728] BSSAifsn[0]=3 [ 33.271422] BSSAifsn[1]=7 [ 33.274062] BSSAifsn[2]=2 [ 33.276684] BSSAifsn[3]=2 [ 33.279765] BSSAifsn[0]=3 [ 33.282413] BSSAifsn[1]=7 [ 33.285032] BSSAifsn[2]=2 [ 33.287653] BSSAifsn[3]=2 [ 33.290895] BSSAifsn[0]=3 [ 33.293511] BSSAifsn[1]=7 [ 33.296117] BSSAifsn[2]=2 [ 33.298721] BSSAifsn[3]=2 [ 33.302222] UAPSDCapable[0]=1 [ 33.305277] UAPSDCapable[1]=1 [ 33.308249] UAPSDCapable[2]=1 [ 33.311274] UAPSDCapable[3]=1 [ 33.314258] UAPSDCapable[4]=1 [ 33.317219] UAPSDCapable[5]=1 [ 33.320228] UAPSDCapable[6]=1 [ 33.323216] UAPSDCapable[7]=1 [ 33.326177] UAPSDCapable[8]=1 [ 33.329249] UAPSDCapable[9]=1 [ 33.332291] UAPSDCapable[10]=1 [ 33.335350] UAPSDCapable[11]=1 [ 33.338398] default ApCliUAPSDCapable[0]=1 [ 33.342518] default ApCliUAPSDCapable[1]=1 [ 33.351821] read_itxbf: ITxBfEn = 1 [ 33.355400] read_itxbf: BSSID[0] [ 33.358609] read_itxbf: MBSS[0] ITxBfEn = 1 [ 33.362841] read_itxbf: ITxBfEn = 1 [ 33.366342] read_itxbf: BSSID[1] [ 33.369807] read_itxbf: MBSS[1] ITxBfEn = 1 [ 33.374086] read_itxbf: ITxBfEn = 1 [ 33.377574] read_itxbf: BSSID[2] [ 33.380856] read_itxbf: MBSS[2] ITxBfEn = 1 [ 33.385033] read_itxbf: ITxBfEn = 1 [ 33.388499] read_itxbf: BSSID[3] [ 33.392056] read_itxbf: MBSS[3] ITxBfEn = 1 [ 33.396315] read_itxbf: ITxBfEn = 1 [ 33.400067] read_itxbf: BSSID[4] [ 33.403356] read_itxbf: MBSS[4] ITxBfEn = 1 [ 33.407555] read_itxbf: ITxBfEn = 1 [ 33.411167] read_itxbf: BSSID[5] [ 33.414412] read_itxbf: MBSS[5] ITxBfEn = 1 [ 33.418620] read_itxbf: ITxBfEn = 1 [ 33.422408] read_itxbf: BSSID[6] [ 33.425673] read_itxbf: MBSS[6] ITxBfEn = 1 [ 33.430120] read_itxbf: ITxBfEn = 1 [ 33.433667] read_itxbf: BSSID[7] [ 33.436878] read_itxbf: MBSS[7] ITxBfEn = 1 [ 33.441108] read_itxbf: ITxBfEn = 1 [ 33.444616] read_itxbf: BSSID[8] [ 33.447846] read_itxbf: MBSS[8] ITxBfEn = 1 [ 33.452063] read_itxbf: ITxBfEn = 1 [ 33.455585] read_itxbf: BSSID[9] [ 33.458902] read_itxbf: MBSS[9] ITxBfEn = 1 [ 33.463143] read_itxbf: ITxBfEn = 1 [ 33.466621] read_itxbf: BSSID[10] [ 33.469966] read_itxbf: MBSS[10] ITxBfEn = 1 [ 33.474283] read_itxbf: ITxBfEn = 1 [ 33.477770] read_itxbf: BSSID[11] [ 33.481116] read_itxbf: MBSS[11] ITxBfEn = 1 [ 33.485428] read_itxbf: Common.ITxBfEn = 1 [ 33.489840] read_etxbf: ETxBfEnCond = 0 [ 33.493666] read_etxbf: BSSID[0] [ 33.496875] read_etxbf: MBSS[0] ETxBfEnCond = 0 [ 33.501452] read_etxbf: ETxBfEnCond = 0 [ 33.505300] read_etxbf: BSSID[1] [ 33.508524] read_etxbf: MBSS[1] ETxBfEnCond = 0 [ 33.513111] read_etxbf: ETxBfEnCond = 0 [ 33.516960] read_etxbf: BSSID[2] [ 33.520470] read_etxbf: MBSS[2] ETxBfEnCond = 0 [ 33.525094] read_etxbf: ETxBfEnCond = 0 [ 33.528966] read_etxbf: BSSID[3] [ 33.532224] read_etxbf: MBSS[3] ETxBfEnCond = 0 [ 33.536740] read_etxbf: ETxBfEnCond = 0 [ 33.540602] read_etxbf: BSSID[4] [ 33.543843] read_etxbf: MBSS[4] ETxBfEnCond = 0 [ 33.548389] read_etxbf: ETxBfEnCond = 0 [ 33.552252] read_etxbf: BSSID[5] [ 33.555494] read_etxbf: MBSS[5] ETxBfEnCond = 0 [ 33.560262] read_etxbf: ETxBfEnCond = 1 [ 33.564127] read_etxbf: BSSID[6] [ 33.567343] read_etxbf: MBSS[6] ETxBfEnCond = 1 [ 33.571919] read_etxbf: ETxBfEnCond = 1 [ 33.575769] read_etxbf: BSSID[7] [ 33.579088] read_etxbf: MBSS[7] ETxBfEnCond = 1 [ 33.583668] read_etxbf: ETxBfEnCond = 1 [ 33.587492] read_etxbf: BSSID[8] [ 33.590748] read_etxbf: MBSS[8] ETxBfEnCond = 1 [ 33.595330] read_etxbf: ETxBfEnCond = 1 [ 33.599198] read_etxbf: BSSID[9] [ 33.602456] read_etxbf: MBSS[9] ETxBfEnCond = 1 [ 33.606972] read_etxbf: ETxBfEnCond = 1 [ 33.610835] read_etxbf: BSSID[10] [ 33.614179] read_etxbf: MBSS[10] ETxBfEnCond = 1 [ 33.618850] read_etxbf: ETxBfEnCond = 1 [ 33.622679] read_etxbf: BSSID[11] [ 33.625973] read_etxbf: MBSS[11] ETxBfEnCond = 1 [ 33.633938] MBSS[0] MuOfdmaDlEnable = 1 [ 33.637858] MBSS[1] MuOfdmaDlEnable = 1 [ 33.641758] MBSS[2] MuOfdmaDlEnable = 1 [ 33.645611] MBSS[3] MuOfdmaDlEnable = 1 [ 33.649510] MBSS[4] MuOfdmaDlEnable = 1 [ 33.653384] MBSS[5] MuOfdmaDlEnable = 1 [ 33.657210] MBSS[6] MuOfdmaDlEnable = 1 [ 33.661094] MBSS[7] MuOfdmaDlEnable = 1 [ 33.664948] MBSS[8] MuOfdmaDlEnable = 1 [ 33.668875] MBSS[9] MuOfdmaDlEnable = 1 [ 33.672736] MBSS[10] MuOfdmaDlEnable = 1 [ 33.676647] MBSS[11] MuOfdmaDlEnable = 1 [ 33.680878] MBSS[0] MuOfdmaUlEnable = 0 [ 33.684723] MBSS[1] MuOfdmaUlEnable = 0 [ 33.688549] MBSS[2] MuOfdmaUlEnable = 0 [ 33.692436] MBSS[3] MuOfdmaUlEnable = 0 [ 33.696284] MBSS[4] MuOfdmaUlEnable = 0 [ 33.700449] MBSS[5] MuOfdmaUlEnable = 0 [ 33.704316] MBSS[6] MuOfdmaUlEnable = 0 [ 33.708143] MBSS[7] MuOfdmaUlEnable = 0 [ 33.712022] MBSS[8] MuOfdmaUlEnable = 0 [ 33.715887] MBSS[9] MuOfdmaUlEnable = 0 [ 33.719913] MBSS[10] MuOfdmaUlEnable = 0 [ 33.723866] MBSS[11] MuOfdmaUlEnable = 0 [ 33.728066] MBSS[0] MuMimoDlEnable = 1 [ 33.731868] MBSS[1] MuMimoDlEnable = 1 [ 33.735634] MBSS[2] MuMimoDlEnable = 1 [ 33.739551] MBSS[3] MuMimoDlEnable = 1 [ 33.743369] MBSS[4] MuMimoDlEnable = 1 [ 33.747108] MBSS[5] MuMimoDlEnable = 1 [ 33.750905] MBSS[6] MuMimoDlEnable = 1 [ 33.754650] MBSS[7] MuMimoDlEnable = 1 [ 33.758388] MBSS[8] MuMimoDlEnable = 1 [ 33.762198] MBSS[9] MuMimoDlEnable = 1 [ 33.765963] MBSS[10] MuMimoDlEnable = 1 [ 33.770051] MBSS[11] MuMimoDlEnable = 1 [ 33.774310] MBSS[0] MuMimoUlEnable = 0 [ 33.778070] MBSS[1] MuMimoUlEnable = 0 [ 33.781884] MBSS[2] MuMimoUlEnable = 0 [ 33.785644] MBSS[3] MuMimoUlEnable = 0 [ 33.789575] MBSS[4] MuMimoUlEnable = 0 [ 33.793368] MBSS[5] MuMimoUlEnable = 0 [ 33.797093] MBSS[6] MuMimoUlEnable = 0 [ 33.800904] MBSS[7] MuMimoUlEnable = 0 [ 33.804671] MBSS[8] MuMimoUlEnable = 0 [ 33.808423] MBSS[9] MuMimoUlEnable = 0 [ 33.812232] MBSS[10] MuMimoUlEnable = 0 [ 33.816083] MBSS[11] MuMimoUlEnable = 0 [ 33.820423] [RTMPSetProfileParameters]Disable DFS/Zero wait=0/0 [ 33.885300] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=0 [ 33.890884] [PMF]Set_PMFMFPC_Proc:: apidx=1, Desired MFPC=0 [ 33.896428] [PMF]Set_PMFMFPC_Proc:: apidx=2, Desired MFPC=0 [ 33.902002] [PMF]Set_PMFMFPC_Proc:: apidx=3, Desired MFPC=0 [ 33.907551] [PMF]Set_PMFMFPC_Proc:: apidx=4, Desired MFPC=0 [ 33.913178] [PMF]Set_PMFMFPC_Proc:: apidx=5, Desired MFPC=0 [ 33.918750] [PMF]Set_PMFMFPC_Proc:: apidx=6, Desired MFPC=0 [ 33.924382] [PMF]Set_PMFMFPC_Proc:: apidx=7, Desired MFPC=0 [ 33.929956] [PMF]Set_PMFMFPC_Proc:: apidx=8, Desired MFPC=0 [ 33.935517] [PMF]Set_PMFMFPC_Proc:: apidx=9, Desired MFPC=0 [ 33.941085] [PMF]Set_PMFMFPC_Proc:: apidx=10, Desired MFPC=0 [ 33.946729] [PMF]Set_PMFMFPC_Proc:: apidx=11, Desired MFPC=0 [ 33.952619] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0 [ 33.958166] [PMF]Set_PMFMFPR_Proc:: apidx=1, Desired MFPR=0 [ 33.963738] [PMF]Set_PMFMFPR_Proc:: apidx=2, Desired MFPR=0 [ 33.969315] [PMF]Set_PMFMFPR_Proc:: apidx=3, Desired MFPR=0 [ 33.974859] [PMF]Set_PMFMFPR_Proc:: apidx=4, Desired MFPR=0 [ 33.980440] [PMF]Set_PMFMFPR_Proc:: apidx=5, Desired MFPR=0 [ 33.986022] [PMF]Set_PMFMFPR_Proc:: apidx=6, Desired MFPR=0 [ 33.991663] [PMF]Set_PMFMFPR_Proc:: apidx=7, Desired MFPR=0 [ 33.997225] [PMF]Set_PMFMFPR_Proc:: apidx=8, Desired MFPR=0 [ 34.003082] [PMF]Set_PMFMFPR_Proc:: apidx=9, Desired MFPR=0 [ 34.008717] [PMF]Set_PMFMFPR_Proc:: apidx=10, Desired MFPR=0 [ 34.014725] [PMF]Set_PMFMFPR_Proc:: apidx=11, Desired MFPR=0 [ 34.021133] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0 [ 34.027374] [PMF]Set_PMFSHA256_Proc:: apidx=1, Desired PMFSHA256=0 [ 34.033856] [PMF]Set_PMFSHA256_Proc:: apidx=2, Desired PMFSHA256=0 [ 34.040218] [PMF]Set_PMFSHA256_Proc:: apidx=3, Desired PMFSHA256=0 [ 34.046378] [PMF]Set_PMFSHA256_Proc:: apidx=4, Desired PMFSHA256=0 [ 34.052597] [PMF]Set_PMFSHA256_Proc:: apidx=5, Desired PMFSHA256=0 [ 34.058817] [PMF]Set_PMFSHA256_Proc:: apidx=6, Desired PMFSHA256=0 [ 34.064986] [PMF]Set_PMFSHA256_Proc:: apidx=7, Desired PMFSHA256=0 [ 34.071208] [PMF]Set_PMFSHA256_Proc:: apidx=8, Desired PMFSHA256=0 [ 34.077395] [PMF]Set_PMFSHA256_Proc:: apidx=9, Desired PMFSHA256=0 [ 34.083610] [PMF]Set_PMFSHA256_Proc:: apidx=10, Desired PMFSHA256=0 [ 34.089909] [PMF]Set_PMFSHA256_Proc:: apidx=11, Desired PMFSHA256=0 [ 34.097374] ReadMboParameterFromFile::(bMboEnable[0]=1, MboCapIndication = 0x40) [ 34.104767] ReadMboParameterFromFile::(bMboEnable[1]=1, MboCapIndication = 0x40) [ 34.112482] ReadMboParameterFromFile::(bMboEnable[2]=1, MboCapIndication = 0x40) [ 34.119962] ReadMboParameterFromFile::(bMboEnable[3]=1, MboCapIndication = 0x40) [ 34.127345] ReadMboParameterFromFile::(bMboEnable[4]=1, MboCapIndication = 0x40) [ 34.134777] ReadMboParameterFromFile::(bMboEnable[5]=1, MboCapIndication = 0x40) [ 34.142204] ReadMboParameterFromFile::(bMboEnable[6]=1, MboCapIndication = 0x40) [ 34.149603] ReadMboParameterFromFile::(bMboEnable[7]=1, MboCapIndication = 0x40) [ 34.156983] ReadMboParameterFromFile::(bMboEnable[8]=1, MboCapIndication = 0x40) [ 34.164413] ReadMboParameterFromFile::(bMboEnable[9]=1, MboCapIndication = 0x40) [ 34.171846] ReadMboParameterFromFile::(bMboEnable[10]=1, MboCapIndication = 0x40) [ 34.179330] ReadMboParameterFromFile::(bMboEnable[11]=1, MboCapIndication = 0x40) [ 34.187117] ReadMboParameterFromFile::(bMboEnable[0]=1) [ 34.192369] ReadMboParameterFromFile::(bMboEnable[1]=1) [ 34.203074] ApCliEntry[0].Enable=0 [ 34.206563] ApCliEntry[1].Enable=0 [ 34.215845] rtmp_read_wds_from_file(): WDS Profile [ 34.221082] WDS Number: band[0]=0, band[1]=0 [ 34.225643] WDS-Enable mode=0 [ 34.228591] WDS-Enable mode=0 [ 34.232183] If/wds0 - PeerPhyMode=0xb1 [ 34.235936] If/wds1 - PeerPhyMode=0xb1 [ 34.240918] AsicSetReptFuncEnable, caller:RTMPSetProfileParameters+0xbce4/0x114d4 [ 34.248468] RepeaterCtrlExit, wrong state(0,0) [ 34.252961] Band_0_RpEn(0),RpEnByAnyBnd(0),RpEn(0) [ 34.257980] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 34.267769] AndesSendCmdMsg: Command type = ed, Extension command type = 48 [ 34.274768] MACRepeaterEn=0 Band=0 [ 34.278184] AsicSetReptFuncEnable, caller:RTMPSetProfileParameters+0xbce4/0x114d4 [ 34.285664] RepeaterCtrlExit, wrong state(0,0) [ 34.290394] Band_1_RpEn(0),RpEnByAnyBnd(0),RpEn(0) [ 34.295244] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 34.305017] AndesSendCmdMsg: Command type = ed, Extension command type = 48 [ 34.312300] MACRepeaterEn=0 Band=1 [ 34.321253] HT_BAWinSize: wdev[0]: (TX=256, RX=256) [ 34.326209] HT_BAWinSize: wdev[1]: (TX=256, RX=256) [ 34.331121] HT_BAWinSize: wdev[2]: (TX=256, RX=256) [ 34.336002] HT_BAWinSize: wdev[3]: (TX=256, RX=256) [ 34.340912] HT_BAWinSize: wdev[4]: (TX=256, RX=256) [ 34.345813] HT_BAWinSize: wdev[5]: (TX=256, RX=256) [ 34.350756] HT_BAWinSize: wdev[6]: (TX=256, RX=256) [ 34.355638] HT_BAWinSize: wdev[7]: (TX=256, RX=256) [ 34.360568] HT_BAWinSize: wdev[8]: (TX=256, RX=256) [ 34.365454] HT_BAWinSize: wdev[9]: (TX=256, RX=256) [ 34.370383] HT_BAWinSize: wdev[10]: (TX=256, RX=256) [ 34.375354] HT_BAWinSize: wdev[11]: (TX=256, RX=256) [ 34.381278] HT: WDEV[0] Ext Channel = ABOVE [ 34.385518] HT: WDEV[1] Ext Channel = ABOVE [ 34.389749] HT: WDEV[2] Ext Channel = ABOVE [ 34.393948] HT: WDEV[3] Ext Channel = ABOVE [ 34.398114] HT: WDEV[4] Ext Channel = ABOVE [ 34.402345] HT: WDEV[5] Ext Channel = ABOVE [ 34.406544] HT: WDEV[6] Ext Channel = BELOW [ 34.410784] HT: WDEV[7] Ext Channel = BELOW [ 34.414981] HT: WDEV[8] Ext Channel = BELOW [ 34.419222] HT: WDEV[9] Ext Channel = BELOW [ 34.423415] HT: WDEV[a] Ext Channel = BELOW [ 34.427580] HT: WDEV[b] Ext Channel = BELOW [ 34.432227] HT: greenap_cap = 0 [ 34.435937] 0:ra0 TWTsupport = 0 [ 34.439210] 1:(null) TWTsupport = 0 [ 34.442728] 2:(null) TWTsupport = 0 [ 34.446217] 3:(null) TWTsupport = 0 [ 34.449744] 4:(null) TWTsupport = 0 [ 34.453263] 5:(null) TWTsupport = 0 [ 34.456749] 6:(null) TWTsupport = 0 [ 34.460297] 7:(null) TWTsupport = 0 [ 34.463805] 8:(null) TWTsupport = 0 [ 34.467280] 9:(null) TWTsupport = 0 [ 34.470794] 10:(null) TWTsupport = 0 [ 34.474381] 11:(null) TWTsupport = 0 [ 34.589967] WtcSetMaxStaNum: MaxStaNum:226, BssidNum:12, WdsNum:16, MSTANum:1, MaxNumChipRept:32, MinMcastWcid:275 [ 34.600351] Top Init Done! [ 34.603091] Use dev_alloc_skb [ 34.606047] token_tx_two_queues_init(): ct sw token(0) number = 2048 [ 34.612636] token_tx_two_queues_init(): token que(0) inited done!id_head/tail=0/2048 [ 34.620580] token_tx_two_queues_init(): 80edd404,80edd404 [ 34.625963] token_tx_two_queues_init(): ct sw token(1) number = 6144 [ 34.633124] token_tx_two_queues_init(): token que(1) inited done!id_head/tail=0/6144 [ 34.640884] token_tx_two_queues_init(): 80edd4ac,80edd4ac [ 34.653833] TxRing[0]: attr:0, total 2048 entry initialized [ 34.664318] TxRing[1]: attr:0, total 2048 entry initialized [ 34.675724] TxRing[2]: attr:0, total 2048 entry initialized [ 34.681531] RX[0] DESC a0c28000 size = 24576 [ 34.687599] RX[1] DESC a0c0c000 size = 16384 [ 34.694017] RX[2] DESC a0dc8000 size = 24576 [ 34.701862] RX[3] DESC a0dd0000 size = 24576 [ 34.706155] RX[4] DESC a0dc4000 size = 8192 [ 34.711168] RX[5] DESC a0de8000 size = 16384 [ 34.716616] RX[6] DESC a0dc6000 size = 8192 [ 34.722266] -->TX_RING_0[0xd9330]: Attr:0, Base=0xc20000, Cnt=2048! [ 34.728612] -->TX_RING_1[0xd5420]: Attr:0, Base=0xdb0000, Cnt=2048! [ 34.734923] -->TX_RING_2[0xd5430]: Attr:0, Base=0xdb8000, Cnt=2048! [ 34.741464] -->TX_RING_3[0xd5400]: Attr:3, Base=0xdc0000, Cnt=128! [ 34.747677] -->TX_RING_4[0xd5410]: Attr:2, Base=0xdc1000, Cnt=256! [ 34.753873] -->TX_RING_5[0xd5440]: Attr:1, Base=0xdc2000, Cnt=256! [ 34.760283] -->RX_RING_0[0xd8510]: Base=0xc28000, Cnt=1536 [ 34.765750] -->RX_RING_1[0xd9520]: Base=0xc0c000, Cnt=1024 [ 34.771254] -->RX_RING_2[0xd4500]: Base=0xdc8000, Cnt=1536 [ 34.776741] -->RX_RING_3[0xd4510]: Base=0xdd0000, Cnt=10 [ 34.782077] -->RX_RING_4[0xd5500]: Base=0xdc4000, Cnt=512 [ 34.787478] -->RX_RING_5[0xd5510]: Base=0xde8000, Cnt=1024 [ 34.793005] -->RX_RING_6[0xd5520]: Base=0xdc6000, Cnt=512 [ 34.798388] Hif Init Done! [ 34.804262] pci_driver_own_by_port: success to clear p=0 fw own, from(1): 1 is interrupt mode, 2 is polling mode. [ 34.815521] pci_driver_own_by_port: success to clear p=1 fw own, from(1): 1 is interrupt mode, 2 is polling mode. [ 34.825781] fw_prepare():using E2 ROM patch [ 34.830233] fw_prepare():using E2 RAM [ 34.834075] Parsing patch header [ 34.837296] Built date: 20201105222230a [ 34.841479] [ 34.843036] Platform: ALPS [ 34.845833] HW/SW version: 0x8a108a10 [ 34.849699] Patch version: 0xffffffff [ 34.853525] Section num: 0x2, subsys: 0x4 [ 34.857632] Section 0: type = 0x30002, offset = 0xe0, size = 0xfc90 [ 34.863999] Target address: 0x200000, length: 0xfc90 [ 34.869113] Section 1: type = 0x30002, offset = 0xfd70, size = 0x13720 [ 34.875729] Target address: 0xe000f000, length: 0x13720 [ 34.881260] Patch SEM Status = 2 [ 34.884538] patch is not ready && get semaphore success [ 34.890131] Start address = 0x200000, DL length = 64656, Data mode = 0x80000000 [ 34.899078] EventGenericEventHandler: CMD Success [ 34.903864] MtCmdAddressLenReq:(ret = 0) [ 34.909421] Start address = 0xe000f000, DL length = 79648, Data mode = 0x80000000 [ 34.918125] EventGenericEventHandler: CMD Success [ 34.922883] MtCmdAddressLenReq:(ret = 0) [ 34.928525] MtCmdPatchFinishReq [ 34.935683] EventGenericEventHandler: CMD Success [ 34.940645] Patch SEM Status = 3 [ 34.943885] release patch semaphore [ 34.947377]  WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0  [ 34.954609] Parsing CPU 0 fw tailer [ 34.958122] Chip ID: 0x0b [ 34.960916] Eco version: 0x01 [ 34.963962] Region number: 0x07 [ 34.967178] Format version: 0x02 [ 34.970504] Format flag: 0x01 [ 34.973575] Ram version: ____000000 [ 34.977292] Built date: 20201105222304 [ 34.981346] Common crc: 0xaa870ac [ 34.984814] Parsing tailer region 0 [ 34.988289] Decomp crc: 0x0 [ 34.991195] Decomp size: 0x0 [ 34.994159] Decomp block size: 0x0 [ 34.997635] Target address: 0x21fc00 [ 35.001564] Download size: 110592 [ 35.004991] Feature set: 0x20 [ 35.008084] Parsing tailer region 1 [ 35.011954] Decomp crc: 0x0 [ 35.014899] Decomp size: 0x0 [ 35.017868] Decomp block size: 0x0 [ 35.021405] Target address: 0x31dc00 [ 35.025080] Download size: 205824 [ 35.028479] Feature set: 0x00 [ 35.031604] Parsing tailer region 2 [ 35.035082] Decomp crc: 0x0 [ 35.037943] Decomp size: 0x0 [ 35.040933] Decomp block size: 0x0 [ 35.044453] Target address: 0x417400 [ 35.048111] Download size: 31744 [ 35.051502] Feature set: 0x00 [ 35.054583] Parsing tailer region 3 [ 35.058054] Decomp crc: 0x0 [ 35.060985] Decomp size: 0x0 [ 35.063950] Decomp block size: 0x0 [ 35.067425] Target address: 0xe0022800 [ 35.071534] Download size: 411136 [ 35.074950] Feature set: 0x00 [ 35.078057] Parsing tailer region 4 [ 35.081578] Decomp crc: 0x0 [ 35.084454] Decomp size: 0x0 [ 35.087412] Decomp block size: 0x0 [ 35.090933] Target address: 0xe0086e00 [ 35.094778] Download size: 332288 [ 35.098178] Feature set: 0x00 [ 35.101285] Parsing tailer region 5 [ 35.104765] Decomp crc: 0x0 [ 35.107626] Decomp size: 0x0 [ 35.110618] Decomp block size: 0x0 [ 35.114117] Target address: 0x23ac00 [ 35.117775] Download size: 87040 [ 35.121179] Feature set: 0x00 [ 35.124244] Parsing tailer region 6 [ 35.127712] Decomp crc: 0x0 [ 35.130605] Decomp size: 0x0 [ 35.133566] Decomp block size: 0x0 [ 35.137040] Target address: 0x400000 [ 35.140923] Download size: 81920 [ 35.144252] Feature set: 0x00 [ 35.147309] Release info: header tag = 0, total length = 68 [ 35.153017] tag 1, padding length = 3, tag length = 61 [ 35.158216] payload: t-neptune-main-mt7915-1953-MT7915D_1953_MT7621-20201105221902 [ 35.166660] Start address = 0x21fc00, DL length = 110592, Data mode = 0x80000000 [ 35.175396] EventGenericEventHandler: CMD Success [ 35.180167] MtCmdAddressLenReq:(ret = 0) [ 35.185373] Start address = 0x31dc00, DL length = 205824, Data mode = 0x80000000 [ 35.194406] EventGenericEventHandler: CMD Success [ 35.199285] MtCmdAddressLenReq:(ret = 0) [ 35.206282] Start address = 0x417400, DL length = 31744, Data mode = 0x80000000 [ 35.215208] EventGenericEventHandler: CMD Success [ 35.220094] MtCmdAddressLenReq:(ret = 0) [ 35.225226] Start address = 0xe0022800, DL length = 411136, Data mode = 0x80000000 [ 35.234441] EventGenericEventHandler: CMD Success [ 35.239316] MtCmdAddressLenReq:(ret = 0) [ 35.247536] Start address = 0xe0086e00, DL length = 332288, Data mode = 0x80000000 [ 35.256726] EventGenericEventHandler: CMD Success [ 35.261609] MtCmdAddressLenReq:(ret = 0) [ 35.269344] Start address = 0x23ac00, DL length = 87040, Data mode = 0x80000000 [ 35.277865] EventGenericEventHandler: CMD Success [ 35.282585] MtCmdAddressLenReq:(ret = 0) [ 35.288125] Start address = 0x400000, DL length = 81920, Data mode = 0x80000000 [ 35.296811] EventGenericEventHandler: CMD Success [ 35.301593] MtCmdAddressLenReq:(ret = 0) [ 35.307149] MtCmdFwStartReq: override = 0x1, address = 0x21fc00 [ 35.314433] EventGenericEventHandler: CMD Success [ 35.319218] Parsing CPU 1 fw tailer [ 35.322746] Chip ID: 0x00 [ 35.325514] Eco version: 0x01 [ 35.328561] Region number: 0x03 [ 35.331886] Format version: 0x02 [ 35.335235] Format flag: 0x01 [ 35.338282] Ram version: DEV_000000 [ 35.342030] Built date: 20201105222323 [ 35.346087] Common crc: 0x8fcbc5ad [ 35.349598] Parsing tailer region 0 [ 35.353120] Decomp crc: 0x0 [ 35.355998] Decomp size: 0x0 [ 35.359020] Decomp block size: 0x0 [ 35.362579] Target address: 0x10200000 [ 35.366406] Download size: 88512 [ 35.369733] Feature set: 0x00 [ 35.372816] Parsing tailer region 1 [ 35.376289] Decomp crc: 0x0 [ 35.379193] Decomp size: 0x0 [ 35.382178] Decomp block size: 0x0 [ 35.385654] Target address: 0x10300000 [ 35.389635] Download size: 19392 [ 35.392962] Feature set: 0x00 [ 35.396009] Parsing tailer region 2 [ 35.399511] Decomp crc: 0x0 [ 35.402394] Decomp size: 0x0 [ 35.405347] Decomp block size: 0x0 [ 35.408905] Target address: 0xe0000000 [ 35.412766] Download size: 8768 [ 35.415981] Feature set: 0x00 [ 35.419086] Release info: header tag = 0, total length = 0 [ 35.424691] Start address = 0x10200000, DL length = 88512, Data mode = 0x80000010 [ 35.433512] EventGenericEventHandler: CMD Success [ 35.438317] MtCmdAddressLenReq:(ret = 0) [ 35.443282] Start address = 0x10300000, DL length = 19392, Data mode = 0x80000010 [ 35.452105] EventGenericEventHandler: CMD Success [ 35.456919] MtCmdAddressLenReq:(ret = 0) [ 35.461903] Start address = 0xe0000000, DL length = 8768, Data mode = 0x80000010 [ 35.470701] EventGenericEventHandler: CMD Success [ 35.475514] MtCmdAddressLenReq:(ret = 0) [ 35.480102] MtCmdFwStartReq: override = 0x4, address = 0x0 [ 35.586174] EventGenericEventHandler: CMD Success [ 35.590973] MCU Init Done! [ 35.593691] efuse_probe: efuse = 10000012 [ 35.597680] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 35.603113] RtmpEepromGetDefault::e2p_dafault=1 [ 35.607655] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 [ 35.615278] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0] [ 35.621093] rtmp_nv_init(): EEPROM Size[131072] [ 35.629151] [EEPROMImage - PreCalImageInfo - PreCalImage - TxDPDImage] [ 35.629151] [0x8c7a0000 - 0x8c7a0e00 - 0x8c7a0e10 - 0x8c7ad220] [ 35.642981] validFlashEepromID(): eeFlashId=7915, pAd->ChipID=7915 [ 35.650114] [d-die version:1] [ 35.687973] [a-die version:2] [ 35.820077] [ 35.821595] NICReadEEPROMParameters: EEPROM 0x62 0 [ 41.053341] Country Region from e2p = 0 [ 41.057179] antenna_default_reset() todo [ 41.061148] antenna_default_reset() value = 0x5292, TxPath = 2, RxPath = 2 [ 41.068165] RTMPReadTxPwrPerRate(458): Don't Support this now! [ 41.074199] rc_radio_init(): DBDC MODE=1, ConcurrentBand=2 [ 41.079864] rc_radio_init(): radio_ctrl=8eb61718,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf [ 41.088505] rc_radio_init(): radio_ctrl=8eb61a70,Band=1,rfcap=3,channel=1,PhyMode=2 extCha=0xf [ 41.097221] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 41.103241] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 41.109095] AntCfgInit(2858): Not support for HIF_MT yet! [ 41.130851] EEPROM Init Done! [ 41.133878] mac_init()--> [ 41.136482] init_mac_cr()--> [ 41.139383] <--mac_init() [ 41.146316] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 41.155372] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 41.164196] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 41.171008] MAC Init Done! [ 41.173726] BBPInit():BBP Initialization..... [ 41.178179] Band 0: valid=1, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 [ 41.186532] Band 1: valid=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 [ 41.194737] BBPInit() todo [ 41.197441] PHY Init Done! [ 41.213465] tx_pwr_comp_init():NotSupportYet! [ 41.213466] [ 41.213466] led_send_fw_cmd: [ 41.213571] 0205000000240000 [ 41.213571] led_0 map to gpio_18... [ 41.213594] [ 41.213594] led_send_fw_cmd: [ 41.213621] 0205010000340000 [ 41.213621] led_1 map to gpio_26... [ 41.239231] Set_SCSDefaultEnable(): BandIdx=0, SCSEnable=1 [ 41.244726] Set_SCSDefaultEnable(): BandIdx=1, SCSEnable=1 [ 41.250418] MtCmdSetMacTxRx:(ret = 0) [ 41.254613] MtCmdSetMacTxRx:(ret = 0) [ 41.262747] ap_ftkd> Initialize FT KDP Module... [ 41.267778] Main bssid = 00:00:00:00:00:00 [ 41.272055] SetMuruPlatformTypeProc: param.ucPlatformType = 2 [ 41.278064] muru_cfg_dlul_limits:(Ret = 1 [ 41.282637] muru_cfg_dlul_limits:(Ret = 1 [ 41.287555] MtCmdSetMacTxRx:(ret = 0) [ 41.291853] MtCmdSetMacTxRx:(ret = 0) [ 41.296063] <==== mt_wifi_init, Status=0 [ 41.300180] CmdHeraStbcPriorityCtrl: u1BandIdx=0, u1Operation=1, u1StbcPriority=0 [ 41.307803] CmdHeraStbcPriorityCtrl: u1BandIdx=1, u1Operation=1, u1StbcPriority=0 [ 41.315448] MtCmdSetVht1024QamSupport: Vht1024QamSupport=1 [ 41.321177] Register MBSSID IF 1 (ra1) [ 41.324963] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(1) [ 41.333925] Register MBSSID IF 2 (ra2) [ 41.337794] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(2) [ 41.353367] Register MBSSID IF 3 (ra3) [ 41.357256] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(3) [ 41.393451] Register MBSSID IF 4 (ra4) [ 41.397288] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(4) [ 41.440976] Register MBSSID IF 5 (ra5) [ 41.444851] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(5) [ 41.498918] Register MBSSID IF 6 (rai0) [ 41.502890] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(6) hotplug net INTE[ 41.588907] Register MBSSID IF 7 (rai1) RFACE=ra3 ACTION[ 41.594293] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(7) =add SEQNUM=361 hotplug net INTERFACE=ra2 ACTION=add SEQNUM=358 hotplug net INTERFACE=ra1 ACTION=add SEQNUM=355 hotplug net INTERFACE=ra1 ACTION=add SEQNUM=355 hotplug net INTERFACE=ra2 ACTION=add SEQNUM=358 hotplug net INTERFACE=ra3 ACTION=add SEQNUM=361 hotplug net INTERFACE=ra4 ACTION=add SEQNUM=364 [ 41.678969] Register MBSSID IF 8 (rai2) [ 41.682950] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(8) hotplug net INTERFACE=ra5 ACTION=add SEQNUM=367 hotplug net INTERFACE=ra4 ACTION=add SEQNUM=364 hotplug net INTERFACE=ra5 ACTION=add SEQNUM=367 [ 41.738909] Register MBSSID IF 9 (rai3) [ 41.742824] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(9) hotplug net INTERFACE=rai0 ACTION=add SEQNUM=370 hotplug net INTERFACE=rai0 ACTIO[ 41.793849] Register MBSSID IF 10 (rai4) N=add SEQNUM=370[ 41.799131] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(10) hotplug net INTERFACE=rai1 ACTION=add SEQNUM=373 [ 41.837726] Register MBSSID IF 11 (rai5) [ 41.841967] wdev_init(caller:mbss_create_vif+0x2f8/0x4c0), wdev(11) [ 41.850255] MSTA_Init (2) ---> ApCli hotplug net INTERFACE=rai2 ACTION=add SEQNUM=376 [ 41.908921] Register MSTA IF (apcli0) , pAd->MSTANum = 1 [ 41.914350] wdev_init(caller:MSTA_Init+0x3e8/0x654), wdev(12) [ 41.920691] Caller: SetCommonHT+0x100/0x170 [ 41.925008] [ 41.925008] phy_mode=78, ch=0, wdev_type=2 [ 41.930781] ht_cap: ht_cap->HtCapInfo, [ 41.930799] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 41.930802] ht_cap: ht_cap->HtCapParm, [ 41.930807] mdpu_density=0, ampdu_factor=3 hotplug net INTERFACE=rai3 ACTION=add SEQNUM=379 hotplug net INTERFACE=rai3 ACTION=add SEQNUM=379 hotplug net INTERFACE=rai1 ACTION=add SEQNUM=373 hotplug net INTE[ 42.018999] Register MSTA IF (apclii0) , pAd->MSTANum = 2 RFACE=rai4 ACTIO[ 42.025045] wdev_init(caller:MSTA_Init+0x3e8/0x654), wdev(13) N=add SEQNUM=382[ 42.032587] Caller: SetCommonHT+0x100/0x170 [ 42.037662] [ 42.037662] phy_mode=177, ch=0, wdev_type=2 [ 42.037667] ht_cap: ht_cap->HtCapInfo, [ 42.037678] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 42.037680] ht_cap: ht_cap->HtCapParm, [ 42.037685] mdpu_density=0, ampdu_factor=3 [ 42.039338] mt_service_init: wlan service inits successfully! [ 42.039359] WtcSetMaxStaNum: MaxStaNum:224, BssidNum:12, WdsNum:16, MSTANum:2, MaxNumChipRept:32, MinMcastWcid:274 hotplug net INTERFACE=rai4 ACTION=add SEQNUM=382 hotplug net INTERFACE=apclii0 ACTION=add SEQNUM=391 hotplug net INTERFACE=rai5 ACTION=add SEQNUM=385 hotplug net INTERFACE=apcli0 ACTION=add SEQNUM=388 hotplug net INTERFACE=apclii0 ACTION=add SEQNUM=391 hotplug net INTERFACE=apcli0 ACTION=add SEQNUM=388 [ 42.253936] RedInit: set CR4/N9 RED Enable to 1. [ 42.258550] RedInit: RED Initiailize Done. [ 42.263033] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 3. [ 42.269077] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 42.275336] wifi_sys_open(), wdev idx = 0 [ 42.279435] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 42.285170] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 42.291036] BuildChannelList() BandIdx = 0, PhyMode = 78, ChListNum = 11: [ 42.297941] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 42.303927] phy_freq_adjust : no prim_ch value for adjust! [ 42.309503] Caller: wlan_operate_init+0x104/0x118 [ 42.314195] [ 42.314195] phy_mode=78, ch=0, wdev_type=1 [ 42.319770] ht_cap: ht_cap->HtCapInfo, [ 42.323620] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 42.331307] ht_cap: ht_cap->HtCapParm, [ 42.335165] mdpu_density=5, ampdu_factor=3 [ 42.339457] hw_ctrl_flow_v2_open: wdev_idx=0 [ 42.344619] AP inf up for ra_0(func_idx) OmacIdx=0 [ 42.349842] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 42.355133] ApAutoChannelAtBootUp-----------------> [ 42.360476] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1 [ 42.366315] MtCmdSetMacTxRx:(ret = 0) [ 42.370202] MtCmdSetMacTxRx:(ret = 0) [ 44.789122] ==================================================================== [ 44.796511] Channel 1 : Busy Time = 983, Skip Channel = FALSE, BwCap = TRUE [ 44.803918] Channel 2 : Busy Time = 59, Skip Channel = FALSE, BwCap = TRUE [ 44.811525] Channel 3 : Busy Time = 60, Skip Channel = FALSE, BwCap = TRUE [ 44.819000] Channel 4 : Busy Time = 70, Skip Channel = FALSE, BwCap = TRUE [ 44.826372] Channel 5 : Busy Time = 206, Skip Channel = FALSE, BwCap = TRUE [ 44.833776] Channel 6 : Busy Time = 275, Skip Channel = FALSE, BwCap = TRUE [ 44.841224] Channel 7 : Busy Time = 348, Skip Channel = FALSE, BwCap = TRUE [ 44.848606] Channel 8 : Busy Time = 151, Skip Channel = FALSE, BwCap = TRUE [ 44.856069] Channel 9 : Busy Time = 42, Skip Channel = FALSE, BwCap = TRUE [ 44.863953] Channel 10 : Busy Time = 44, Skip Channel = FALSE, BwCap = TRUE [ 44.871405] Channel 11 : Busy Time = 50, Skip Channel = FALSE, BwCap = TRUE [ 44.878856] ==================================================================== [ 44.886254] Rule 3 Channel Busy time value : Select Primary Channel 9 [ 44.892699] Rule 3 Channel Busy time value : Min Channel Busy = 42 [ 44.898941] Rule 3 Channel Busy time value : BW = 20 [ 44.903949] [SelectClearChannelBusyTime] - band0 END [ 44.908982] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 9, IsAband = 0 [ 44.927662] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0 [ 44.933528] ApAutoChannelAtBootUp<----------------- [ 44.938418] ===> APStartUpForMbss(caller:ap_inf_open+0x178/0x1d4), mbss_idx:0, CfgMode:177 [ 44.946689] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 44.952942] Caller: SetCommonHT+0x100/0x170 [ 44.957238] [ 44.957238] phy_mode=78, ch=9, wdev_type=1 [ 44.962920] ht_cap: ht_cap->HtCapInfo, [ 44.966889] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 44.974792] ht_cap: ht_cap->HtCapParm, [ 44.978670] mdpu_density=5, ampdu_factor=3 [ 44.982922] Enable 20/40 BSSCoex Channel Scan(BssCoex=1) [ 44.988747] MtCmdSetMacTxRx:(ret = 0) [ 44.992808] MtCmdSetMacTxRx:(ret = 0) [ 45.006682] AP OBSS SYNC - BBP R4 to 20MHz.l [ 45.328667] AP OBSS SYNC - BBP R4 to 20MHz.l [ 45.648709] AP OBSS SYNC - BBP R4 to 20MHz.l [ 45.968690] AP OBSS SYNC - BBP R4 to 20MHz.l [ 46.288684] AP OBSS SYNC - BBP R4 to 20MHz.l [ 46.608727] AP OBSS SYNC - BBP R4 to 20MHz.l [ 46.928673] AP OBSS SYNC - BBP R4 to 20MHz.l [ 47.248724] AP OBSS SYNC - BBP R4 to 20MHz.l [ 47.568723] AP OBSS SYNC - BBP R4 to 20MHz.l [ 47.888719] AP OBSS SYNC - BBP R4 to 20MHz.l [ 48.198827] Channel[Idx=1, Ch=2].bEffectedChannel=0x0! [ 48.203961] Channel[Idx=2, Ch=3].bEffectedChannel=0x0! [ 48.209137] Channel[Idx=3, Ch=4].bEffectedChannel=0x0! [ 48.214386] Channel[Idx=4, Ch=5].bEffectedChannel=0x0! [ 48.219700] Channel[Idx=5, Ch=6].bEffectedChannel=0x4! [ 48.224902] needFallBack=TRUE due to OP/OT! [ 48.229278] Channel[Idx=6, Ch=7].bEffectedChannel=0x0! [ 48.234526] Channel[Idx=7, Ch=8].bEffectedChannel=0x0! [ 48.239823] Channel[Idx=8, Ch=9].bEffectedChannel=0x0! [ 48.245077] Channel[Idx=9, Ch=10].bEffectedChannel=0x0! [ 48.250432] Channel[Idx=10, Ch=11].bEffectedChannel=0x0! [ 48.266133] ap_link_up(caller:APStartUpForMbss+0x440/0x6c8), wdev(0) [ 48.272520] wifi_sys_linkup, wdev idx = 0 [ 48.276582] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1 [ 48.276582] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 48.289461] TRTableInsertMcastEntry:band0 group_idx[0]=0 [ 48.294821] wifi_sys_linkup:wdev(type=0,func_idx=1,wdev_idx=0),BssIndex(0) [ 48.301827] hw_ctrl_flow_v2_link_up: wdev_idx=0 [ 48.306372] (bssUpdateChannel), ucPrimCh=9, ucCentChSeg0=7, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 48.317677] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 48.333949] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 48.340258] Band0 BcnInitedRnd = 61 [ 48.344402] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0 [ 48.350823] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 1, BandIdx: 0 [ 48.356932] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 0 [ 48.371877] set muru_update_he_cfg()!!!! [ 48.375821] PrintSrCmd: [ 48.375821] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 48.375821] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 48.389917] PrintSrCmd: [ 48.389917] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 48.389917] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 48.404599] PrintSrCmd: [ 48.404599] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 48.404599] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 48.418915] PrintSrCmd: [ 48.418915] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 48.418915] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 48.433711] apidx 0 for WscUUIDInit [ 48.437230] Generate UUID for apidx(0) [ 48.441130] WDS_Init():wds_num[0]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0 [ 48.449396] Total allocated 0 WDS(es) for band0! [doSystem] iwpriv ra0 set TxPower=100 [ 48.463308] Set_TxPower_Proc: BandIdx = 0 [ 48.474056] [ 48.474056] Set_Led_Proc ==> arg = 00-00-01-00-02-00-00-02 [ 48.481172] [ 48.481172] Set_Led_Proc [ 48.485164] 00 [ 48.486815] 00 [ 48.488466] 01 [ 48.490158] 00 [ 48.491920] 02 [ 48.493645] 00 [ 48.495394] 00 [ 48.497189] 02 gen ralink iNIC config wl1.5_ap_isolate doesn't exist, default value [0[ 48.546845] rai0: ===> mbss_virtual_if_open ] warning: 26!![ 48.552073] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT !! Miss some co[ 48.559828] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP nfiguration, ple[ 48.567411] wifi_sys_open(), wdev idx = 6 ase check!!!! _[ 48.572943] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 ifconfig: name=r[ 48.579924] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 ai0 flags=1243 I[ 48.587011] BuildChannelList() BandIdx = 1, PhyMode = 177, ChListNum = 9: FUP addr= netmas[ 48.595347] DfsBuildChannelList(): Done k= [ 48.600478] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 48.606593]  [RadarStateCheck] RD_NORMAL_MODE  [ 48.612051] phy_freq_adjust : no prim_ch value for adjust! [ 48.617559] Caller: wlan_operate_init+0x104/0x118 [ 48.622526] [ 48.622526] phy_mode=177, ch=0, wdev_type=1 [ 48.628167] ht_cap: ht_cap->HtCapInfo, [ 48.632313] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 48.640235] ht_cap: ht_cap->HtCapParm, [ 48.644160] mdpu_density=5, ampdu_factor=3 [ 48.648433] hw_ctrl_flow_v2_open: wdev_idx=6 [ 48.654039] AP inf up for ra_6(func_idx) OmacIdx=0 [ 48.658948] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 48.664504] ApAutoChannelAtBootUp-----------------> [ 48.670079] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1 [ 48.676004] MtCmdSetMacTxRx:(ret = 0) [ 48.679907] MtCmdSetMacTxRx:(ret = 0) [ 48.683752] [AutoChSelBuildChannelListFor5G] ChListNum5G = 9 [ 50.449111] ==================================================================== [ 50.456501] Channel 36 : Busy Time = 112, Skip Channel = FALSE, BwCap = TRUE [ 50.463929] Channel 40 : Busy Time = 198, Skip Channel = FALSE, BwCap = TRUE [ 50.471487] Channel 44 : Busy Time = 468, Skip Channel = FALSE, BwCap = TRUE [ 50.478995] Channel 48 : Busy Time = 32, Skip Channel = FALSE, BwCap = TRUE [ 50.486395] Channel 149 : Busy Time = 1, Skip Channel = FALSE, BwCap = TRUE [ 50.493832] Channel 153 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 50.501289] Channel 157 : Busy Time = 1, Skip Channel = FALSE, BwCap = TRUE [ 50.508671] Channel 161 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 50.516072] ==================================================================== [ 50.524130] Rule 3 Channel Busy time value : Select Primary Channel 153 [ 50.530831] Rule 3 Channel Busy time value : Min Channel Busy = 1 [ 50.536925] Rule 3 Channel Busy time value : BW = 80 [ 50.541965] [SelectClearChannelBusyTime] - band1 END [ 50.547039] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 153, IsAband = 1 [ 50.555865]  [RadarStateCheck] RD_NORMAL_MODE  [ 50.571412] DfsBuildChannelList(): Done [ 50.575255] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0 [ 50.581128] ApAutoChannelAtBootUp<----------------- [ 50.586197] ===> APStartUpForMbss(caller:ap_inf_open+0x178/0x1d4), mbss_idx:6, CfgMode:177 [ 50.594619] [PMF]APPMFInit:: apidx=6, MFPC=0, MFPR=0, SHA256=0 [ 50.601166] Caller: SetCommonHT+0x100/0x170 [ 50.605374] [ 50.605374] phy_mode=177, ch=153, wdev_type=1 [ 50.611274] ht_cap: ht_cap->HtCapInfo, [ 50.615227] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 50.623347] ht_cap: ht_cap->HtCapParm, [ 50.627286] mdpu_density=5, ampdu_factor=3 [ 50.631579] Enable 20/40 BSSCoex Channel Scan(BssCoex=1) [ 50.637207] ap_link_up(caller:APStartUpForMbss+0x440/0x6c8), wdev(6) [ 50.643657] wifi_sys_linkup, wdev idx = 6 [ 50.648024] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1 [ 50.648024] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 50.661011] TRTableInsertMcastEntry:band1 group_idx[6]=6 [ 50.666376] wifi_sys_linkup:wdev(type=6,func_idx=1,wdev_idx=6),BssIndex(1) [ 50.673699] hw_ctrl_flow_v2_link_up: wdev_idx=6 [ 50.678250] (bssUpdateChannel), ucPrimCh=153, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 50.689796] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8192 [ 50.707430] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 50.713741] Band1 BcnInitedRnd = 84 [ 50.717775] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1 [ 50.723956] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 1, BandIdx: 1 [ 50.730072] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 1 [ 50.744448] set muru_update_he_cfg()!!!! [ 50.748385] PrintSrCmd: [ 50.748385] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 50.748385] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 50.762425] PrintSrCmd: [ 50.762425] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 50.762425] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 50.776994] PrintSrCmd: [ 50.776994] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 50.776994] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 50.791198] PrintSrCmd: [ 50.791198] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 50.791198] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 50.805904] apidx 6 for WscUUIDInit [ 50.809687] Generate UUID for apidx(6) [ 50.813543] WDS_Init():wds_num[1]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0 [ 50.821931] Total allocated 0 WDS(es) for band1! [doSystem] iwpriv rai0 set TxPower=100 [ 50.835041] Set_TxPower_Proc: BandIdx = 1 [ 50.845593] [ 50.845593] Set_Led_Proc ==> arg = 01-00-01-01-02-00-00-02 [ 50.852677] [ 50.852677] Set_Led_Proc [ 50.856668] 01 [ 50.858318] 00 [ 50.860005] 01 [ 50.861764] 01 [ 50.863498] 02 [ 50.865196] 00 [ 50.866955] 00 [ 50.868697] 02 start_lan: setting MAC address of bridge br0 as 50:EB:F6:A5:30:50 _ifconfig: name=br0 flags=1243 IFUP addr=192.168.50.1 netmask=255.255.255.0 _ifconfig: name=lo flags=1043 IFUP addr=127.0.0.1 netmask=255.0.0.0 route_manip: cmd=ADD name=lo addr=127.0.0.0 netmask=255.0.0.0 gateway=0.0.0.0 metric=0 update_lan_state(lan_, 2, 0) nat_rule: stop_nat_rules 1. stop_nat_rules: apply the redirect_rules state 0 ret 0 start_lan 2418 # wanduck: Got LAN(-1) information: wanduck: delay 1 seconds before the first detect... start_wsc_pin_enrollee: start wsc (0) [doSystem] iwpriv ra0 set WscConfMode=7 wanduck: delay 2 seconds before the first detect... WPS: PIN [doSystem] iwpriv ra0 set WscMode=1 [1 init:start_dnsmasq +53] begin [1 init:stop_dnsmasq +53] begin [1 init:stop_dnsmasq +53] end [1 init:start_dnsmasq +54] end start_lan_port(0) 1 wanduck: delay 3 seconds before the first detect... rtkswitch!!!=14 stop_amas_lanctrl start_amas_lanctrl 17175 ### onboarding model=RT-AX1800HP, reboot_time=180, connection_timeout=120, traffic_timeout=60 [doSystem] iwpriv ra0 set WatchdogPid=957 [ 54.047468] set watchdog pid as: 957 [doSystem] iwpriv rai0 set WatchdogPid=957 [ 54.062148] set watchdog pid as: 957 TZ watchdog decomp: fname=/var/lib/misc/rstats-speed.gz decomp: gzip -dc /var/lib/misc/rstats-speed.gz > /var/tmp/rstats-uncomp != 0 load: speed_count = 0 load: read source= save_path= load_history: fname=/var/lib/misc/rstats-history.gz decomp: fname=/var/lib/misc/rstats-history.gz decomp: gzip -dc /var/lib/misc/rstats-history.gz > /var/tmp/rstats-uncomp != 0 decomp: fname=/var/lib/misc/rstats-history.gz decomp: gzip -dc /var/lib/misc/rstats-history.gz > /var/tmp/rstats-uncomp != 0 load_history: load failed wanduck: delay 4 seconds before the first detect... httpd: skip check key and cert pair... get_all_pc_list, enabled_str=, enabled=0. rc: ==> binding interface(eth1) for lldpd [bwdpi check] starting... wanduck: delay 5 seconds before the first detect... wanduck(0): NC send SYS_WAN_CABLE_UNPLUGGED_EVENT. # Enable direct rule reinit_hwnat:DUALWAN: unit -1,0 type 0 iptv [none] nat_x -1 qos 0 wans_mode fo link 1,1: action 1. sh: wl: not found [Mastiff]init start_wan: start_wan_if(0)! [1 init:start_wan_if +62] unit=0. update_wan_state(wan0_, 0, 0) convert_wan_nvram(wan0_) _ifconfig: name=eth1 flags=1043 IFUP addr= netmask= update_wan_state(wan0_, 1, 0) start_wan_if(0x076b): ifup:eth1 _ifconfig: name=eth1 flags=1043 IFUP addr= netmask= start_wan_if(0x076f): start auth:0 start_auth:: done start_wan_if(0x0773): start udhcpc:eth1, 0 start_wan_if(): End. clean_mode(1) clean_time(2) threshold(0) free_caches: Start syncing... free_caches: Start cleaning... free_caches: waiting 2 second... udhcpc_wan:: deconfig _ifconfig: name=eth1 flags=1043 IFUP addr=0.0.0.0 netmask= wan_down(eth1) wan_down(eth1): . stop_auth:: done route_manip: cmd=DEL name=eth1 addr=0.0.0.0 netmask=0.0.0.0 gateway=(null) metric=0 update_wan_state(wan0_, 3, 0) update_wan_state(wan0_, 4, 3) udhcpc:: deconfig done free_caches: Finish. _ifconfig: name=[ 63.977069] apcli0: ===> msta_virtual_if_open apcli0 flags=104[ 63.982673] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT 3 IFUP addr= net[ 63.982680] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP mask= [ 63.982721] wifi_sys_open(), wdev idx = 12 [ 63.982803] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 63.982807] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 63.982828] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 63.982984] Caller: wlan_operate_init+0x104/0x118 [ 63.982989] [ 63.982989] phy_mode=78, ch=9, wdev_type=2 [ 63.982991] ht_cap: ht_cap->HtCapInfo, [ 63.982999] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 63.983001] ht_cap: ht_cap->HtCapParm, [ 63.983004] mdpu_density=0, ampdu_factor=3 [ 63.998703] hw_ctrl_flow_v2_open: wdev_idx=12 [ 64.004384] Caller: SetCommonHT+0x100/0x170 [ 64.004397] [ 64.004397] phy_mode=78, ch=9, wdev_type=2 [ 64.004401] ht_cap: ht_cap->HtCapInfo, [ 64.004414] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 64.004418] ht_cap: ht_cap->HtCapParm, [ 64.004423] mdpu_density=0, ampdu_factor=3 [ 64.004513] MSTA interface up for apcli0 func_idx=0 OmacIdx=1 obdeth_main(0x0350): model=RT-AX1800HP, reboot_time=180, connection_timeout=120, traffic_timeout=60 amas_lanctrl_main(0x0345): This is ASUS router [ 65.023689] SYNC - sync_fsm_scan_req_action:[1211] LAST_CH: 0, BAND: 0 [ 65.031213] AP Beacon OFF!!! [ 65.040478] AP Beacon OFF!!! RAST 66: ROAMAST Start... RAST 66: ROAMING Start... [rast_init_bssinfo]: WI[ra0], idx[0] [rast_init_bssinfo]: WIF[ra0], idx[0] rssi threshold: [-70] rssi hit count: [2] idle period: [10] idle rate: [100] [rast_init_bssinfo]: WI[rai0], idx[1] [rast_init_bssinfo]: WIF[rai0], idx[1] rssi threshold: [-70] rssi hit count: [2] idle period: [10] idle rate: [100] [rast_init_bssinfo]: TotalWI[2]


RT-AX54 bootloader version: 1.0.0.1 Reading from 0x1e0000, size 0x100000 Succeeded MAC Address: 1F:F7:52:5E:B2:83 Reading from 0x1e0000, size 0x40000 Succeeded Check Factory's EEPROM successfully! (r = 16) Reading from 0x2e0000, size 0x40000 Succeeded Check Factory2's EEPROM successfully! (r = 16) Reading from 0x3e0000, size 0x2000 Succeeded Reading from 0x3e0000, size 0x29f74a Succeeded Image Name: MIPS OpenWrt Linux-5.10.166 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2750218 Bytes = 2.6 MiB Load Address: 80001000 Entry Point: 80001000 Verifying Checksum ... OK ## Booting kernel from Legacy Image at 83000000 ... Image Name: MIPS OpenWrt Linux-5.10.166 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2750218 Bytes = 2.6 MiB Load Address: 80001000 Entry Point: 80001000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK [ 0.000000] Linux version 5.10.166 (kc@KCMAIN) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r21996-49945e61ca) 12.2.0, GNU ld (GNU Binutils) 2.39) #0 SMP Sat Feb 4 18:59:28 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is ASUS RT-AX54 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] percpu: Embedded 15 pages/cpu s30224 r8192 d23024 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960 [ 0.000000] Kernel command line: console=ttyS0,115200 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Writing ErrCtl register=00020802 [ 0.000000] Readback ErrCtl register=00020802 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 249112K/262144K available (6741K kernel code, 621K rwdata, 1368K rodata, 1240K init, 235K bss, 13032K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 880MHz [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000012] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.007943] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.016987] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.083163] pid_max: default: 32768 minimum: 301 [ 0.087928] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.095131] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.105774] rcu: Hierarchical SRCU implementation. [ 0.110822] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.118941] smp: Bringing up secondary CPUs ... [ 0.124234] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.124245] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.124256] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.124330] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.178734] Synchronize counters for CPU 1: done. [ 0.211233] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.211243] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.211250] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.211296] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.270170] Synchronize counters for CPU 2: done. [ 0.300774] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.300783] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.300790] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.300839] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.355362] Synchronize counters for CPU 3: done. [ 0.385225] smp: Brought up 1 node, 4 CPUs [ 0.393411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.403236] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.410249] pinctrl core: initialized pinctrl subsystem [ 0.417731] NET: Registered protocol family 16 [ 0.423349] thermal_sys: Registered thermal governor 'step_wise' [ 0.424180] cpuidle: using governor teo [ 0.476096] clocksource: Switched to clocksource GIC [ 0.482931] NET: Registered protocol family 2 [ 0.487685] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.495674] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.504084] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.511684] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.518789] TCP: Hash tables configured (established 2048 bind 2048) [ 0.525196] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.531686] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.538891] NET: Registered protocol family 1 [ 0.543185] PCI: CLS 0 bytes, default 32 [ 0.549886] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.560095] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.565840] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.578610] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.584469] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.590520] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.597140] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.605142] printk: console [ttyS0] disabled [ 0.609516] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 0.618516] printk: console [ttyS0] enabled [ 0.618516] printk: console [ttyS0] enabled [ 0.626775] printk: bootconsole [early0] disabled [ 0.626775] printk: bootconsole [early0] disabled [ 0.638945] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1 [ 0.645292] nand: AMD/Spansion S34ML01G2 [ 0.649261] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.656871] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits [ 0.666129] Signature found at block 1023 [0x07fe0000] [ 0.671249] NMBM management region starts at block 960 [0x07800000] [ 0.682128] First info table with writecount 0 found in block 960 [ 0.701752] Second info table with writecount 0 found in block 963 [ 0.708033] NMBM has been successfully attached [ 0.712675] 7 fixed-partitions partitions found on MTD device mt7621-nand [ 0.720381] Creating 7 MTD partitions on "mt7621-nand": [ 0.725621] 0x000000000000-0x000000080000 : "u-boot" [ 0.739413] 0x000000080000-0x0000000e0000 : "u-boot-env" [ 0.751731] 0x0000000e0000-0x0000001e0000 : "nvram" [ 0.772928] 0x0000001e0000-0x0000002e0000 : "factory" [ 0.794389] 0x0000002e0000-0x0000003e0000 : "factory2" [ 0.816109] 0x0000003e0000-0x0000007e0000 : "kernel" [ 0.883474] 0x0000007e0000-0x000007800000 : "ubi" [ 2.657324] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 2.668773] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 2.678113] mtk_soc_eth 1e100000.ethernet wan: mediatek frame engine at 0xbe100000, irq 21 [ 2.687935] i2c /dev entries driver [ 2.693882] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 2.700685] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 2.709500] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 2.717683] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 2.725918] mt7621-pci 1e140000.pcie: Parsing DT failed [ 2.733421] NET: Registered protocol family 10 [ 2.739799] Segment Routing with IPv6 [ 2.743554] NET: Registered protocol family 17 [ 2.748490] 8021q: 802.1Q VLAN Support v1.8 [ 2.756330] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 2.779544] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=26) [ 2.791826] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=27) [ 2.804173] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=28) [ 2.816514] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=29) [ 2.829643] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode [ 2.840084] DSA: tree 0 setup [ 2.843376] rt2880-pinmux pinctrl: pcie is already enabled [ 2.849029] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 2.855721] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 2.864518] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000 [ 2.872698] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 2.880960] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) [ 2.888712] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) [ 2.896353] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 [ 3.003741] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz [ 3.009331] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz [ 3.115068] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 3.122020] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 3.126895] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 3.131758] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 3.141227] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 3.147600] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 3.154450] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 3.161319] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.166808] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) [ 3.177012] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 3.183011] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 3.189269] pci 0000:00:00.0: reg 0x14: initial BAR value 0x00000000 invalid [ 3.196303] pci 0000:00:00.0: reg 0x14: [mem size 0x00010000] [ 3.202092] pci 0000:00:00.0: supports D1 [ 3.206105] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 3.212254] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 3.218293] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 3.224538] pci 0000:00:01.0: reg 0x14: initial BAR value 0x00000000 invalid [ 3.231579] pci 0000:00:01.0: reg 0x14: [mem size 0x00010000] [ 3.237384] pci 0000:00:01.0: supports D1 [ 3.241381] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 3.248405] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.256423] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.264639] pci 0000:01:00.0: [14c3:7916] type 00 class 0x000280 [ 3.270685] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 3.277734] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit pref] [ 3.284418] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid [ 3.291465] pci 0000:01:00.0: reg 0x18: [mem size 0x00004000 64bit pref] [ 3.298170] pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid [ 3.305186] pci 0000:01:00.0: reg 0x20: [mem size 0x00001000 64bit pref] [ 3.311992] pci 0000:01:00.0: supports D1 D2 [ 3.316264] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.322892] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 3.338908] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 3.344130] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 3.350236] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 3.357015] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff pref] [ 3.364211] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 3.371079] pci 0000:02:00.0: [14c3:7915] type 00 class 0x000280 [ 3.377138] pci 0000:02:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 3.384162] pci 0000:02:00.0: reg 0x10: [mem size 0x00100000 64bit pref] [ 3.390863] pci 0000:02:00.0: reg 0x18: initial BAR value 0x00000000 invalid [ 3.397902] pci 0000:02:00.0: reg 0x18: [mem size 0x00004000 64bit pref] [ 3.404586] pci 0000:02:00.0: reg 0x20: initial BAR value 0x00000000 invalid [ 3.411630] pci 0000:02:00.0: reg 0x20: [mem size 0x00001000 64bit pref] [ 3.418441] pci 0000:02:00.0: supports D1 D2 [ 3.422693] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.429335] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 3.445413] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 3.450657] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 3.456742] pci 0000:00:01.0: bridge window [mem 0x60000000-0x600fffff] [ 3.463503] pci 0000:00:01.0: bridge window [mem 0x60000000-0x600fffff pref] [ 3.470731] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 3.477386] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 3.483970] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 3.490919] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 3.497525] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 3.504461] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 3.511237] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x602fffff pref] [ 3.518452] pci 0000:00:01.0: BAR 8: assigned [mem 0x60300000-0x603fffff] [ 3.525212] pci 0000:00:01.0: BAR 9: assigned [mem 0x60400000-0x605fffff pref] [ 3.532432] pci 0000:00:00.0: BAR 1: assigned [mem 0x60600000-0x6060ffff] [ 3.539215] pci 0000:00:01.0: BAR 1: assigned [mem 0x60610000-0x6061ffff] [ 3.545975] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 3.552757] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff] [ 3.559544] pci 0000:01:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit pref] [ 3.567288] pci 0000:01:00.0: BAR 2: assigned [mem 0x60200000-0x60203fff 64bit pref] [ 3.575008] pci 0000:01:00.0: BAR 4: assigned [mem 0x60204000-0x60204fff 64bit pref] [ 3.582748] pci 0000:00:00.0: PCI bridge to [bus 01] [ 3.587718] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] [ 3.594478] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 3.601252] pci 0000:00:00.0: bridge window [mem 0x60100000-0x602fffff pref] [ 3.608473] pci 0000:02:00.0: BAR 0: assigned [mem 0x60400000-0x604fffff 64bit pref] [ 3.616216] pci 0000:02:00.0: BAR 2: assigned [mem 0x60500000-0x60503fff 64bit pref] [ 3.623937] pci 0000:02:00.0: BAR 4: assigned [mem 0x60504000-0x60504fff 64bit pref] [ 3.631672] pci 0000:00:01.0: PCI bridge to [bus 02] [ 3.636642] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff] [ 3.643402] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff] [ 3.650181] pci 0000:00:01.0: bridge window [mem 0x60400000-0x605fffff pref] [ 3.661718] UBI: auto-attach mtd6 [ 3.665061] ubi0: attaching mtd6 [ 3.668665] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx [ 6.541869] ubi0: scanning is finished [ 6.563119] ubi0: attached mtd6 (name "ubi", size 112 MiB) [ 6.568676] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 6.575518] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 6.582294] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 6.589247] ubi0: good PEBs: 897, bad PEBs: 0, corrupted PEBs: 0 [ 6.595224] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 6.602442] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1675359797 [ 6.611554] ubi0: available PEBs: 0, total reserved PEBs: 897, PEBs reserved for bad PEB handling: 19 [ 6.620791] ubi0: background thread "ubi_bgt0d" started, PID 430 [ 6.623221] block ubiblock0_0: created from ubi0:0(rootfs) [ 6.632343] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 6.646489] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 6.657680] Freeing unused kernel memory: 1240K [ 6.662213] This architecture does not have kernel memory protection. [ 6.668697] Run /sbin/init as init process [ 7.131456] init: Console is alive [ 7.135230] init: - watchdog - [ 7.794983] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 7.845492] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 7.866450] init: - preinit - [ 8.627546] random: jshn: uninitialized urandom read (4 bytes read) [ 8.744240] random: jshn: uninitialized urandom read (4 bytes read) [ 8.790860] random: jshn: uninitialized urandom read (4 bytes read) [ 9.118814] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 9.127171] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 9.136121] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 9.143039] 8021q: adding VLAN 0 to HW filter on device lan1 [ 9.151313] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 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 [ 11.338694] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 11.344659] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 547 [ 11.428048] UBIFS (ubi0:1): recovery needed [ 12.153135] UBIFS (ubi0:1): recovery completed [ 12.157773] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 12.165577] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 12.175467] UBIFS (ubi0:1): FS size: 105897984 bytes (100 MiB, 834 LEBs), journal size 5332992 bytes (5 MiB, 42 LEBs) [ 12.186061] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB) [ 12.192651] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID C05148FD-BA2F-411E-9D6F-763CA2E35E45, small LPT model [ 12.208961] mount_root: switching to ubifs overlay [ 12.231696] urandom-seed: Seeding with /etc/urandom.seed [ 12.335876] procd: - early - [ 12.339092] procd: - watchdog - [ 12.936237] procd: - watchdog - [ 12.943390] procd: - ubus - [ 13.027826] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.036172] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.043076] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.053386] procd: - init - Please press Enter to activate this console. [ 13.699281] kmodloader: loading kernel modules from /etc/modules.d/* [ 13.880661] urngd: v1.0.2 started. [ 13.889622] Loading modules backported from Linux version v6.1-rc8-0-g76dcd734eca2 [ 13.897310] Backport generated by backports.git v5.15.81-1-41-g02e352527db5 [ 14.066795] random: crng init done [ 14.070227] random: 31 urandom warning(s) missed due to ratelimiting [ 14.094563] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=22 [ 14.100084] pci 0000:00:00.0: enabling device (0004 -> 0007) [ 14.105726] mt7915e_hif 0000:01:00.0: enabling device (0000 -> 0002) [ 14.112587] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=23 [ 14.118095] pci 0000:00:01.0: enabling device (0004 -> 0007) [ 14.123747] mt7915e 0000:02:00.0: enabling device (0000 -> 0002) [ 14.395571] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20220929104113a [ 14.395571] [ 14.728357] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20220929104145 [ 14.767388] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20220929104205 [ 20.173840] PPP generic driver version 2.4.2 [ 20.180175] NET: Registered protocol family 24 [ 20.193393] kmodloader: done loading kernel modules from /etc/modules.d/* [ 27.377247] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 27.392638] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 27.400905] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 27.404538] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 27.416608] 8021q: adding VLAN 0 to HW filter on device lan1 [ 27.424939] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 27.432555] br-lan: port 1(lan1) entered blocking state [ 27.438155] br-lan: port 1(lan1) entered disabled state [ 27.444423] device lan1 entered promiscuous mode [ 27.449342] device eth0 entered promiscuous mode [ 27.479331] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 27.486773] 8021q: adding VLAN 0 to HW filter on device lan2 [ 27.495874] br-lan: port 2(lan2) entered blocking state [ 27.501478] br-lan: port 2(lan2) entered disabled state [ 27.508061] device lan2 entered promiscuous mode [ 27.525160] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 27.532530] 8021q: adding VLAN 0 to HW filter on device lan3 [ 27.542006] br-lan: port 3(lan3) entered blocking state [ 27.547768] br-lan: port 3(lan3) entered disabled state [ 27.554917] device lan3 entered promiscuous mode [ 27.572487] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 27.579746] 8021q: adding VLAN 0 to HW filter on device lan4 [ 27.590922] br-lan: port 4(lan4) entered blocking state [ 27.596214] br-lan: port 4(lan4) entered disabled state [ 27.603681] device lan4 entered promiscuous mode [ 27.625981] mtk_soc_eth 1e100000.ethernet wan: PHY [mdio-bus:04] driver [MediaTek MT7530 PHY] (irq=POLL) [ 27.635670] mtk_soc_eth 1e100000.ethernet wan: configuring for phy/rgmii link mode [ 29.736341] mtk_soc_eth 1e100000.ethernet wan: Link is Up - 100Mbps/Full - flow control rx/tx [ 29.744883] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready [ 31.278222] mt7530 mdio-bus:1f lan4: Link is Up - 1Gbps/Full - flow control rx/tx [ 31.285771] br-lan: port 4(lan4) entered blocking state [ 31.291049] br-lan: port 4(lan4) entered forwarding state [ 31.297499] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready


Space for additional notes, links to forum threads or other resources.

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 11:13
  • by 127.0.0.1