D-Link DIR-882 A1

The D-Link DIR-882 is a Wi-Fi 5 Wave 2 router based on MediaTek MT7621A with 16 MB flash and 128 MB RAM. It has 5 Gigabit Ethernet ports, one USB 2.0 port, one USB 3.0 port and dual MediaTek MT7615N radios, capable of up to 4×4 streams on each band.

DIR-882

Install OpenWrt (generic explanation)

OpenWrt main (formerly master) images can be installed via the stock firmware on this router using the factory image file. The unencrypted file for the recovery interface is now named recovery.

OpenWrt 23.05 and older cannot be installed through the stock firmware on this router, as it only accepts properly signed and encrypted files in D-Link SHRS format. Use the D-Link Recovery GUI instead to upload the OpenWrt factory image for this router.

If the upload from the Recovery GUI hangs and doesn't do anything, refer to this forum topic for an alternative exploit that can be used in older versions of the stock firmware to get OpenWrt installed.

Please read this article for a better understanding, as it contains a couple of explanations. The sections below describes the flash layout of this router when running the stock firmware and when running OpenWrt.

Stock Firmware

Layer0 raw flash, 16384 KiB
Layer1 mtd0
ALL
16384 KiB
Layer2 mtd1
Bootloader
192 KiB
mtd2
Config
64 KiB
mtd3
Factory
64 KiB
mtd4
Config2
64 KiB
mtd5
Kernel
15680 KiB
mtd6
Private
320 KiB
  • Config partition stores the environment variables from U-Boot.
  • Factory partition stores the MAC addresses and calibration data of the MT7615N wireless modules.
  • Config2 partition stores the default country code, default Wi-Fi password and unique D-Link FOTA identifiers.
  • Private partition stores the router settings. A factory reset erases all content from this partition.

Warning: Factory and Config2 partitions contains unique data, specific to each unit. If they get erased or corrupted, stock firmware will lose the ability to automatically apply firmware updates, will get stuck on a bootloop if a factory reset is performed and Wi-Fi won't work anymore. D-Link Recovery GUI cannot fix this.

OpenWrt

Layer0 raw flash, 16384 KiB
Layer1 mtd0
u-boot
192 KiB
mtd1
u-boot-env
64 KiB
mtd2
factory
128 KiB
mtd3
firmware
16000 KiB
Layer2 mtd4
kernel
2322 KiB
mtd5
rootfs
13678 KiB
Layer3
/rom
3758 KiB
mtd6
rootfs_data
9920 KiB

Different from stock firmware, OpenWrt doesn't make distinction between the Factory and Config2 partitions, instead it maps both of them to a single read-only partition, factory, at the same address range. Regardless, it still holds the same unique data specific to each unit, and all sorts of issues can happen if this partition gets corrupted or erased.

generic.flashing.tftp

Although this router supports flashing the firmware and even the bootloader through TFTP, these flashing modes can only be selected by interacting with the U-Boot terminal at boot time, through the serial port. The section below lists the default values, although the router will always ask for the desired parameters when selecting any of the TFTP flash options on the U-Boot console.

Specific values needed for TFTP

Bootloader TFTP server IPv4 address 192.168.0.1
Firmware TFTP image Latest OpenWrt release (NOTE: for OpenWrt 23.05 or older, use the factory images, otherwise use the recovery images)
TFTP transfer window indefinite
TFTP window start N/A
TFTP client required IP address 192.168.0.101
  • Browse to http://192.168.1.1/cgi-bin/luci/admin/system/flash (LuCI Upgrade URL);
  • Upload image file for sysupgrade to LuCI;
  • Confirm whether existing settings should be kept;
  • 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 http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-dlink_dir-8xx-a1-squashfs-sysupgrade.bin
sysupgrade /tmp/openwrt-ramips-mt7621-dlink_dir-8xx-a1-squashfs-sysupgrade.bin

Note: Replace the 8xx in the link and filename with the model number of your router, e.g. 867.

mtd

Alternatively, you can use mtd. Keep in mind that mtd won't save any existing settings.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-dlink_dir-8xx-a1-squashfs-factory.bin
mtd -r write /tmp/openwrt-ramips-mt7621-dlink_dir-8xx-a1-squashfs-factory.bin firmware

Note: Replace the 8xx in the link and filename with the model number of your router, e.g. 867.

generic.debrick

In case of a brick, a new firmware can still be uploaded through D-Link Recovery GUI. Keep in mind the recovery GUI only accepts unencrypted firmware images. A tool to decrypt factory images is available here. Alternatively, a new firmware can be flashed through the serial port or through TFTP, but you'll need to interact with the U-Boot console at power up to select any of these modes.

Be careful when playing around with the bootloader, as in case of a bootloader brick neither the emergency recovery mode nor the serial and TFTP flash options will be accessible. Since this router doesn't have a JTAG port, only reprogramming the flash chip through an external programmer can solve this kind of brick.

The stock firmware files provided by D-Link doesn't contain the bootloader, so obtaining a copy of it can be tricky. To help with that, an unmodified copy of the stock bootloader, dumped directly from the flash chip of a working unit, can be downloaded here.

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN ports & both Wi-Fi radios 192.168.1.1/24
wan WAN port DHCP
wlan0 Wi-Fi 2.4 GHz Disabled
wlan1 Wi-Fi 5 GHz Disabled

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) 4
LAN 1 3
LAN 2 2
LAN 3 1
LAN 4 0

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.

This router has the following buttons:

BUTTON Event
Reset reset
Wi-Fi rfkill
WPS wps

Front:

Back:

Backside label:
FIXME Insert photo of backside label

Note: This will void your warranty!

Remove the 4 rubber feets and the 4 screws underneath them, then carefully unclip the plastic tabs around the top cover. All of the tabs are on the top cover.

Main PCB:
FIXME Insert photo of PCB

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

  • Serial port is located on the J1 header, next to the Wi-Fi, Reset and WPS buttons.
  • It comes from factory without a pin header, you must solder one before you can use it.
  • The board uses 3V3 logic level, double check the specifications of the USB-TTL dongle you have before connecting.
  • Don’t forget that the TX pin of the router should be connected to the RX pin of the serial port and the RX to TX.
Serial connection parameters 57600, 8N1

Serial header location and pinout

bootloader

None so far.

None so far.

=================================================================== MT7621 stage1 code 10:33:55 (ASIC) CPU=500000000 HZ BUS=166666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL2 FB_DL: 0x15, 1/0 = 599/425 55000000 PLL3 FB_DL: 0x16, 1/0 = 657/367 59000000 PLL4 FB_DL: 0x16, 1/0 = 598/426 59000000 do DDR setting..[01F40000] Apply DDR3 Setting...(use customer AC) 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 000E:| 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 000F:| 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0010:| 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0011:| 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 15 rank 0 fine = 56 B:| 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 opt_dle value:8 DRAMC_R0DELDLY[018]=00001D1D ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 8 6 7 9 6 7 8 6 6 7 10 | 9 9 8 8 8 9 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =29 DQS1 = 29 ================================================================== bit DQS0 bit DQS1 0 (0~54)27 8 (1~53)27 1 (1~55)28 9 (1~51)26 2 (0~55)27 10 (2~56)29 3 (1~57)29 11 (1~54)27 4 (1~57)29 12 (1~56)28 5 (1~56)28 13 (1~52)26 6 (1~57)29 14 (1~55)28 7 (1~57)29 15 (1~55)28 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 10 7 9 9 6 8 8 6 8 10 10 | 9 11 9 11 9 10 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2 DQ loop=15, cmp_err_1 = ffff0100 dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1 DQ loop=14, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[1]=14, finish count=2 byte:0, (DQS,DQ)=(8,8) byte:1, (DQS,DQ)=(8,8) 20,data:88 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=500000000 HZ BUS=166666666 HZ =================================================================== U-Boot 1.1.3 (Aug 16 2017 - 22:14:12) Board: Ralink APSoC DRAM: 128 MB relocate_code Pointer at: 87fb4000 Config XHCI 40M PLL flash manufacture id: ef, device id 40 18 find flash: W25Q128BV ============================================ Ralink UBoot Version: 5.0.0.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=1/3 Flash component: SPI Flash Date:Aug 16 2017 Time:22:14:12 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =128 Mbytes #Reset_MT7530 set LAN/WAN LLLLW Please choose the operation: 1: Load system code to SDRAM via TFTP. 2: Load system code then write to Flash via TFTP. 3: Boot system code via Flash (default). 4: Entr boot command line interface. 6: System Enter UBoot to Update Img or Bin. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP. default: 3 0 3: System Boot system code via Flash. ## Booting image at bc060000 ... Image Name: Linux Kernel Image Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 13552362 Bytes = 12.9 MB Load Address: 81001000 Entry Point: 81644da0 Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 81644da0) ... ## Giving linux memsize in MB, 128 Starting kernel ... LINUX started... THIS IS ASIC SDK 5.0.S.0 Linux version 3.10.14+ (wubangrun@wireless) (gcc version 4.6.3 (Buildroot 2012.11.1) ) #7 SMP Tue Apr 21 10:19:32 CST 2020 The CPU feqenuce set to 880 MHz GCMP present CPU0 revision is: 0001992f (MIPS 1004Kc) Software DMA cache coherency Determined physical RAM map: memory: 08000000 @ 00000000 (usable) Initrd not found or empty - disabling initrd Zone ranges: DMA [mem 0x00000000-0x00ffffff] Normal [mem 0x01000000-0x07ffffff] Movable zone start for each node Early memory node ranges node 0: [mem 0x00000000-0x07ffffff] Detected 3 available secondary CPU(s) Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. PERCPU: Embedded 7 pages/cpu @8237a000 s6592 r8192 d13888 u32768 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS1,57600n8 root=/dev/ram0 rdinit=/sbin/preinit PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Writing ErrCtl register=00009cc1 Readback ErrCtl register=00009cc1 Memory: 110904k/131072k available (6456k kernel code, 20168k reserved, 2079k data, 10148k init, 0k highmem) Hierarchical RCU implementation. NR_IRQS:128 console [ttyS1] enabled Calibrating delay loop... 577.53 BogoMIPS (lpj=1155072) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 launch: starting cpu1 launch: cpu1 gone! CPU1 revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Synchronize counters for CPU 1: done. launch: starting cpu2 launch: cpu2 gone! CPU2 revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Synchronize counters for CPU 2: done. launch: starting cpu3 launch: cpu3 gone! CPU3 revision is: 0001992f (MIPS 1004Kc) Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes MIPS secondary cache 256kB, 8-way, linesize 32 bytes. Synchronize counters for CPU 3: done. Brought up 4 CPUs devtmpfs: initialized NET: Registered protocol family 16 release PCIe RST: RALINK_RSTCTRL = 7000000 PCIE PHY initialize ***** Xtal 40MHz ***** start MT7621 PCIe register access RALINK_PCI_PCICFG_ADDR= 21007f2 RALINK_PCI_PCICFG_ADDR = 21007f0 RALINK_RSTCTRL = 7000000 RALINK_CLKCFG1 = 77ffeff8 *************** MT7621 PCIe RC mode ************* PCIE2 no card, disable it(RST&CLK) pcie_link status = 0x3 RALINK_RSTCTRL= 3000000 *** Configure Device number setting of Virtual PCI-PCI bridge *** RALINK_PCI_PCICFG_ADDR = 21007f0 -> 21007f0 PCIE0 enabled PCIE1 enabled interrupt enable status: 300000 Port 1 N_FTS = 1b105000 Port 0 N_FTS = 1b105000 config reg done init_rt2880pci done bio: create slab <bio-0> at 0 vgaarb: loaded SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI host bridge to bus 0000:00 pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) pci 0000:00:01.0: BAR 0: can't assign mem (size 0x80000000) pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] pci 0000:00:01.0: BAR 8: assigned [mem 0x60100000-0x601fffff] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff] pci 0000:00:01.0: BAR 1: assigned [mem 0x60210000-0x6021ffff] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] pci 0000:00:00.0: PCI bridge to [bus 01] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] pci 0000:02:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit] pci 0000:00:01.0: PCI bridge to [bus 02] pci 0000:00:01.0: bridge window [mem 0x60100000-0x601fffff] PCI: Enabling device 0000:00:00.0 (0004 -> 0006) PCI: Enabling device 0000:00:01.0 (0004 -> 0006) BAR0 at slot 0 = 0 bus=0x0, slot = 0x0 res[0]->start = 0 res[0]->end = 0 res[1]->start = 60200000 res[1]->end = 6020ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 BAR0 at slot 1 = 0 bus=0x0, slot = 0x1 res[0]->start = 0 res[0]->end = 0 res[1]->start = 60210000 res[1]->end = 6021ffff res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x1, slot = 0x0, irq=0x4 res[0]->start = 60000000 res[0]->end = 600fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 bus=0x2, slot = 0x1, irq=0x18 res[0]->start = 60100000 res[0]->end = 601fffff res[1]->start = 0 res[1]->end = 0 res[2]->start = 0 res[2]->end = 0 res[3]->start = 0 res[3]->end = 0 res[4]->start = 0 res[4]->end = 0 res[5]->start = 0 res[5]->end = 0 Switching to clocksource MIPS NET: Registered protocol family 2 TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 1, 8192 bytes) TCP: Hash tables configured (established 1024 bind 1024) TCP: reno registered UDP hash table entries: 256 (order: 1, 8192 bytes) UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) NET: Registered protocol family 1 4 CPUs re-calibrate udelay(lpj = 1167360) Load Kernel WDG Timer Module jffs2: version 2.2. (NAND) (ZLIB) (RTIME) (c) 2001-2006 Red Hat, Inc. fuse init (API version 7.22) io scheduler noop registered (default) reg_int_mask=0, INT_MASK= 0 HSDMA_init hsdma_phy_tx_ring0 = 0x00c00000, hsdma_tx_ring0 = 0xa0c00000 hsdma_phy_rx_ring0 = 0x00c04000, hsdma_rx_ring0 = 0xa0c04000 TX_CTX_IDX0 = 0 TX_DTX_IDX0 = 0 RX_CRX_IDX0 = 3ff RX_DRX_IDX0 = 0 set_fe_HSDMA_glo_cfg HSDMA_GLO_CFG = 465 Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A Ralink gpio driver initialized:power_gpio[8] brd: module loaded flash manufacture id: ef, device id 40 18 W25Q128BV(ef 40180000) (16384 Kbytes) mtd .name = raspi, .size = 0x01000000 (16M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 Creating 7 MTD partitions on "raspi": 0x000000000000-0x000001000000 : "ALL" 0x000000000000-0x000000030000 : "Bootloader" 0x000000030000-0x000000040000 : "Config" 0x000000040000-0x000000050000 : "Factory" 0x000000050000-0x000000060000 : "Config2" 0x000000060000-0x000000fb0000 : "Kernel" 0x000000fb0000-0x000001000000 : "Private" IMQ driver loaded successfully. (numdevs = 2, numqueues = 1) Hooking IMQ before NAT on PREROUTING. Hooking IMQ after NAT on POSTROUTING. PPP generic driver version 2.4.2 PPP BSD Compression module registered PPP MPPE Compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.5 register mt_drv == pAd = c2201000, size = 6732096, Status=0 == pAd->PciHif.CSRBaseAddress =0xc2100000, csr_addr=0xc2100000! RTMPInitPCIeDevice():device_id=0x7615 mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615 mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001 AP Driver version-5.0.3.2 RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0 mt7615_init()--> Use 1st iPAiLNA default bin. Load EEPROM Buffer from /etc_ro/wlan/MT7615_2G_EEPROM.bin Use 1st iPAiLNA default bin. Use 1st iPAiLNA default bin. Load EEPROM Buffer from /etc_ro/wlan/MT7615_2G_EEPROM.bin Use 1st iPAiLNA default bin. <--mt7615_init() <-- RTMPAllocTxRxRingMemory, Status=0 == pAd = c2981000, size = 6732096, Status=0 == pAd->PciHif.CSRBaseAddress =0xc2880000, csr_addr=0xc2880000! RTMPInitPCIeDevice():device_id=0x7615 mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615 mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001 AP Driver version-5.0.3.2 RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0 mt7615_init()--> Use 2nd iPAiLNA default bin. Load EEPROM Buffer from /etc_ro/wlan/MT7615_5G_EEPROM.bin Use 2nd iPAiLNA default bin. Use 2nd iPAiLNA default bin. Load EEPROM Buffer from /etc_ro/wlan/MT7615_5G_EEPROM.bin Use 2nd iPAiLNA default bin. <--mt7615_init() <-- RTMPAllocTxRxRingMemory, Status=0 rdm_major = 253 GMAC1_MAC_ADRH -- : 0x0000180f GMAC1_MAC_ADRL -- : 0x76XXXXXX Ralink APSoC Ethernet Driver Initilization. v3.1 1024 rx/tx descriptors allocated, mtu = 1500! GMAC1_MAC_ADRH -- : 0x0000180f GMAC1_MAC_ADRL -- : 0x76XXXXXX PROC INIT OK! ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci-pci: EHCI PCI platform driver *****run project phy. FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) FM_OUT value: u4FmOut = 0(0x00000000) xhci-hcd xhci-hcd: xHCI Host Controller xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1 xhci-hcd xhci-hcd: irq 22, io mem 0x1e1c0000 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected xhci-hcd xhci-hcd: xHCI Host Controller xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected u32 classifier Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (1732 buckets, 6928 max) ctnetlink v0.93: registering with nfnetlink. xt_time: kernel timezone is -0000 gre: GRE over IPv4 demultiplexor driver ip_tables: (C) 2000-2006 Netfilter Core Team Type=Linux arp_tables: (C) 2002 David S. Miller TCP: cubic registered NET: Registered protocol family 10 ip6_tables: (C) 2000-2006 Netfilter Core Team sit: IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 l2tp_core: L2TP core driver, V2.0 l2tp_ppp: PPPoL2TP kernel driver, V2.0 8021q: 802.1Q VLAN Support v1.8 Warning: unable to open an initial console. Freeing unused kernel memory: 10148K (81857000 - 82240000) [system]: insmod /lib/modules/jnl.ko Algorithmics/MIPS FPU Emulator v1.5 jnl: driver (UFSD_HEAD UFSD_HEAD_r304669_b137) loaded at c20bb000 [system]: insmod /lib/modules/ufsd.ko ufsd: module license 'Commercial product' taints kernel. Disabling lock debugging due to kernel taint ufsd: driver (UFSD_HEAD UFSD_HEAD_r304669_b137, ioctl, sd2(5), tr, rsrc, car) loaded at c30f9000 NTFSJ support included FAT support included Hfs+J support included Build_for__DLINK_DIR-882_k3.10.14_2016-11-08_UFSD_HEAD_r304669_b137 ufsd: PAGE_SIZE=4K, THREAD_SIZE=8k ufsd: Kernel .config hash: original 0x71ff1c72, current can't check. ufsd: (ex)fat can't store dates before Jan 1, 1980. Please update current date [system]: tw_hotplug & [system]: insmod /lib/modules/3.10.14+/kernel/drivers/usb/storage/usb-storage.ko usbcore: registered new interface driver usb-storage crc fail b89fae29 != 397b16c5 old 0.5, now 0.5 [system]: killall nvram_daemon [system]: nvram_daemon & [check_Default_Config]factory_flag=1[system]: led power high on [system]: mkdir -p /var/etc/samba [system]: mkdir -p /var/etc/samba/config [system]: chpasswd -m < /tmp/tmpchpw Password for 'admin' changed [system]: chmod 644 /etc/passwd [system]: addgroup -g 500 nobody [system]: adduser -H -D -G nobody nobody [system]: addgroup -g 600 root [system]: adduser -H -D -G root root 18: F:76:FFFFFF80:12:6C 0.0.0.0 Raeth v3.1 (Tasklet) set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 phy_tx_ring = 0x00c2c000, tx_ring = 0xa0c2c000 phy_rx_ring0 = 0x00c30000, rx_ring0 = 0xa0c30000 MT7530 Reset Completed!! change HW-TRAP to 0x17c8f set LAN/WAN LLLLW GMAC1_MAC_ADRH -- : 0x0000180f GMAC1_MAC_ADRL -- : 0x76XXXXXX GDMA2_MAC_ADRH -- : 0x0000180f GDMA2_MAC_ADRL -- : 0x7680126f eth3: ===> VirtualIF_open MT7621 GE2 link rate to 1G CDMA_CSG_CFG = 81000000 GDMA1_FWD_CFG = 20710000 GDMA2_FWD_CFG = 20710000 [system]: ifconfig eth3 up eth3: ===> VirtualIF_open [system]: config-vlan.sh 3 0 restore GSW to dump switch mode switch reg write offset=2004, value=ff0000 switch reg write offset=2104, value=ff0000 switch reg write offset=2204, value=ff0000 switch reg write offset=2304, value=ff0000 switch reg write offset=2404, value=ff0000 switch reg write offset=2504, value=ff0000 switch reg write offset=2604, value=ff0000 switch reg write offset=2704, value=ff0000 switch reg write offset=2010, value=810000c0 switch reg write offset=2110, value=810000c0 switch reg write offset=2210, value=810000c0 switch reg write offset=2310, value=810000c0 switch reg write offset=2410, value=810000c0 switch reg write offset=2510, value=810000c0 switch reg write offset=2610, value=810000c0 switch reg write offset=2710, value=810000c0 REG_ESW_WT_MAC_ATC is 0x7ff0002 done. [system]: switch vlan set 1 1 11110011 [system]: switch vlan set 2 2 00001100 [system]: switch pvid 4 2 Set port 4 pvid 2. [system]: switch pvid 5 2 Set port 5 pvid 2. [system]: switch reg w 2004 ff0003 switch reg write offset=2004, value=ff0003 [system]: switch reg w 2104 ff0003 switch reg write offset=2104, value=ff0003 [system]: switch reg w 2204 ff0003 switch reg write offset=2204, value=ff0003 [system]: switch reg w 2304 ff0003 switch reg write offset=2304, value=ff0003 [system]: switch reg w 2404 ff0003 switch reg write offset=2404, value=ff0003 [system]: switch reg w 2504 ff0003 switch reg write offset=2504, value=ff0003 [system]: switch reg w 2604 ff0003 switch reg write offset=2604, value=ff0003 [system]: ifconfig lo 127.0.0.1 [system]: vconfig add eth2 1 [system]: vconfig set_ingress_map eth2.1 0 0 [system]: vconfig set_ingress_map eth2.1 1 1 [system]: vconfig set_ingress_map eth2.1 2 2 [system]: vconfig set_ingress_map eth2.1 3 3 [system]: vconfig set_ingress_map eth2.1 4 4 [system]: vconfig set_ingress_map eth2.1 5 5 [system]: vconfig set_ingress_map eth2.1 6 6 [system]: vconfig set_ingress_map eth2.1 7 7 [system]: vconfig set_egress_map eth2.1 0 0 [system]: vconfig set_egress_map eth2.1 1 1 [system]: vconfig set_egress_map eth2.1 2 2 [system]: vconfig set_egress_map eth2.1 3 3 [system]: vconfig set_egress_map eth2.1 4 4 [system]: vconfig set_egress_map eth2.1 5 5 [system]: vconfig set_egress_map eth2.1 6 6 [system]: vconfig set_egress_map eth2.1 7 7 [system]: vconfig add eth2 2 [system]: vconfig set_ingress_map eth2.2 0 0 [system]: vconfig set_ingress_map eth2.2 1 1 [system]: vconfig set_ingress_map eth2.2 2 2 [system]: vconfig set_ingress_map eth2.2 3 3 [system]: vconfig set_ingress_map eth2.2 4 4 [system]: vconfig set_ingress_map eth2.2 5 5 [system]: vconfig set_ingress_map eth2.2 6 6 [system]: vconfig set_ingress_map eth2.2 7 7 [system]: vconfig set_egress_map eth2.2 0 0 [system]: vconfig set_egress_map eth2.2 1 1 [system]: vconfig set_egress_map eth2.2 2 2 [system]: vconfig set_egress_map eth2.2 3 3 [system]: vconfig set_egress_map eth2.2 4 4 [system]: vconfig set_egress_map eth2.2 5 5 [system]: vconfig set_egress_map eth2.2 6 6 [system]: vconfig set_egress_map eth2.2 7 7 [system]: vconfig add eth2 3 [system]: vconfig set_ingress_map eth2.3 0 0 [system]: vconfig set_ingress_map eth2.3 1 1 [system]: vconfig set_ingress_map eth2.3 2 2 [system]: vconfig set_ingress_map eth2.3 3 3 [system]: vconfig set_ingress_map eth2.3 4 4 [system]: vconfig set_ingress_map eth2.3 5 5 [system]: vconfig set_ingress_map eth2.3 6 6 [system]: vconfig set_ingress_map eth2.3 7 7 [system]: vconfig set_egress_map eth2.3 0 0 [system]: vconfig set_egress_map eth2.3 1 1 [system]: vconfig set_egress_map eth2.3 2 2 [system]: vconfig set_egress_map eth2.3 3 3 [system]: vconfig set_egress_map eth2.3 4 4 [system]: vconfig set_egress_map eth2.3 5 5 [system]: vconfig set_egress_map eth2.3 6 6 [system]: vconfig set_egress_map eth2.3 7 7 [system]: vconfig add eth2 4 [system]: vconfig set_ingress_map eth2.4 0 0 [system]: vconfig set_ingress_map eth2.4 1 1 [system]: vconfig set_ingress_map eth2.4 2 2 [system]: vconfig set_ingress_map eth2.4 3 3 [system]: vconfig set_ingress_map eth2.4 4 4 [system]: vconfig set_ingress_map eth2.4 5 5 [system]: vconfig set_ingress_map eth2.4 6 6 [system]: vconfig set_ingress_map eth2.4 7 7 [system]: vconfig set_egress_map eth2.4 0 0 [system]: vconfig set_egress_map eth2.4 1 1 [system]: vconfig set_egress_map eth2.4 2 2 [system]: vconfig set_egress_map eth2.4 3 3 [system]: vconfig set_egress_map eth2.4 4 4 [system]: vconfig set_egress_map eth2.4 5 5 [system]: vconfig set_egress_map eth2.4 6 6 [system]: vconfig set_egress_map eth2.4 7 7 [system]: ifconfig eth2 up [system]: ifconfig eth2.1 0.0.0.0 up [system]: ifconfig eth2.2 0.0.0.0 up [system]: ifconfig eth2.3 0.0.0.0 up [system]: ifconfig eth2.4 0.0.0.0 up [system]: ifconfig eth3 0.0.0.0 up [system]: config-vlan.sh 3 0 restore GSW to dump switch mode switch reg write offset=2004, value=ff0000 switch reg write offset=2104, value=ff0000 switch reg write offset=2204, value=ff0000 switch reg write offset=2304, value=ff0000 switch reg write offset=2404, value=ff0000 switch reg write offset=2504, value=ff0000 switch reg write offset=2604, value=ff0000 switch reg write offset=2704, value=ff0000 switch reg write offset=2010, value=810000c0 switch reg write offset=2110, value=810000c0 switch reg write offset=2210, value=810000c0 switch reg write offset=2310, value=810000c0 switch reg write offset=2410, value=810000c0 switch reg write offset=2510, value=810000c0 switch reg write offset=2610, value=810000c0 switch reg write offset=2710, value=810000c0 REG_ESW_WT_MAC_ATC is 0x7ff0002 done. [system]: switch vlan set 1 1 10000011 [system]: switch vlan set 2 2 01000011 [system]: switch vlan set 3 3 00100011 [system]: switch vlan set 4 4 00010011 [system]: switch vlan set 5 5 00001100 [system]: switch reg w 2010 810000c0 switch reg write offset=2010, value=810000c0 [system]: switch reg w 2110 810000c0 switch reg write offset=2110, value=810000c0 [system]: switch reg w 2210 810000c0 switch reg write offset=2210, value=810000c0 [system]: switch reg w 2310 810000c0 switch reg write offset=2310, value=810000c0 [system]: switch reg w 2410 810000c0 switch reg write offset=2410, value=810000c0 [system]: switch reg w 2510 810000c0 switch reg write offset=2510, value=810000c0 [system]: switch reg w 2610 81000000 switch reg write offset=2610, value=81000000 [system]: switch pvid 0 1 Set port 0 pvid 1. [system]: switch pvid 1 2 Set port 1 pvid 2. [system]: switch pvid 2 3 Set port 2 pvid 3. [system]: switch pvid 3 4 Set port 3 pvid 4. [system]: switch pvid 4 5 Set port 4 pvid 5. [system]: switch pvid 5 5 Set port 5 pvid 5. [system]: switch reg w 2004 ff0003 switch reg write offset=2004, value=ff0003 [system]: switch reg w 2104 ff0003 switch reg write offset=2104, value=ff0003 [system]: switch reg w 2204 ff0003 switch reg write offset=2204, value=ff0003 [system]: switch reg w 2304 ff0003 switch reg write offset=2304, value=ff0003 [system]: switch reg w 24Ralink HW NAT Module Enabled 04 ff0003 switeth2 ifindex =6 ch reg write offeth3 ifindex =9 set=2404, value=ff0003 [system]: switch reg w 2504 ff0003 switch reg write offset=2504, value=ff0003 [system]: switch reg w 2604 20ff0003 switch reg write offset=2604, value=20ff0003 [system]: switch reg w 2014 10001 switch reg write offset=2014, value=10001 [system]: switch reg w 2114 10002 switch reg write offset=2114, value=10002 [system]: switch reg w 2214 10003 switch reg write offset=2214, value=10003 [system]: switch reg w 2314 10004 switch reg write offset=2314, value=10004 [system]: switch vlan set 0 5 00001100 [system]: insmod -q ehci-hcd insmod: ehci-hcd.ko: module not found [system]: insmod -q ohci-hcd insmod: ohci-hcd.ko: module not found [system]: insmod -q xhci-hcd insmod: xhci-hcd.ko: module not found [system]: insmod -q xhci-hcd insmod: xhci-hcd.ko: module not found [system]: insmod -q hw_nat [system]: ralink_init make_wireless_config rt2860 [system]: ralink_init make_wireless_config rtdev [system]: cp -rf /etc_ro/Wireless/RT2860AP/SingleSKU_24G_FCC.dat /var/Wireless/7615_SingleSKU_24G.dat [system]: cp -rf /etc_ro/Wireless/RT2860AP/SingleSKU_5G_FCC.dat /var/Wireless/7615_SingleSKU_5G.dat [system]: cp -rf /etc_ro/Wireless/RT2860AP/SKU_24G_FCC_BF.dat /var/Wireless/7615_BF_SKU_24G.dat [system]: cp -rf /etc_ro/Wireless/RT2860AP/SKU_5G_FCC_BF.dat /var/Wireless/7615_BF_SKU_5G.dat e2p_lan mac = 18:0F:76:xx:xx:xx lanmac=83xxxxx check_wlan_mac:wlan_2g_mac=0,wlan_5g_mac=0,lanmac=83xxxxx check_wlan_mac:start to rewrite wlan mac wan mac = 18:0F:76:xx:xx:xx wanmac=83xxxxx mydlink UID = ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ sh: mydlinknumber: not found Set: port0 dev1Eh_reg16h = 0x0014 Set: port1 dev1Eh_reg16h = 0x0014 Set: port2 dev1Eh_reg16h = 0x0014 Set: port3 dev1Eh_reg16h = 0x0015 Set: port4 dev1Eh_rrecv is :Hello you! eg16h = 0x0016 [system]: led set all on [system]: gpio l 16 4000 0 1 0 4000 [system]: gpio l 8 0 4000 0 1 4000 [system]: switch reg w 7d00 77777;switch reg w 7d04 77777 switch reg write offset=7d00, value=77777 switch reg write offset=7d04, value=77777 [system]: iwpriv ra0 set led_setting=00-00-00-00-00-0-0-0 Interface doesn't accept private ioctl... set (8BE2): Network is down [system]: iwpriv rai0 set led_setting=00-00-00-00-00-0-0-0 Interface doesn't accept private ioctl... set (8BE2): Network is down [system]: stad 1 & [system]: stad 2 & [system]: ln -sf /tmp/resolv.conf /etc/resolv.conf waiting received! [system]: ln -sf /tmp/hosts /etc/hosts certificate req and private key is ok writing RSA key [system]: echo -n bGl1c2hlbmdodWk= > /tmp/dhcp6sctlkey Hit ENTER for console... Hit enter to continue...cmd> [system]: fota_config init mtk/fota_generate_config.c, main, 1064: Execute config ACTION: init. mtk/fota_generate_config.c, fota_check_config, 121: Now check fota configuration. mtk/fota_generate_config.c, main, 1072: Done. RC_sockid=3,sockeret=0 set_action: 1: set_action 10 start_lan_br: enter [system]: brctl addbr br0 [system]: brctl addif br0 eth2.1device eth2.1 entered promiscuous mode device eth2 entered promiscuous mode [system]: brctl addif br0 eth2.2device eth2.2 entered promiscuous mode [system]: brctl addif br0 eth2.3device eth2.3 entered promiscuous mode [system]: brctl addif br0 eth2.4device eth2.4 entered promiscuous mode [system]: brctl addif br0 ra0 brctl: bridge br0: Invalid argument [system]: brctl addif br0 rai0 brctl: bridge br0: Invalid argument [system]: brctl addbr br1 [system]: brctl addif br1 ra1 brctl: iface ra1: No such device [system]: brctl addif br1 rai1 brctl: iface rai1: No such device [system]: brctl addbr br2 [system]: brctl addbr br3 start_lan_br: done [system]: mii_mgr -s -p 0 -r 0 -v 3900 Set: phy[0].reg[0] = 3900 [system]: mii_mgr -s -p 1 -r 0 -v 3900 Set: phy[1].reg[0] = 3900 [system]: mii_mgr -s -p 2 -r 0 -v 3900 Set: phy[2].reg[0] = 3900 [system]: mii_mgr -s -p 3 -r 0 -v 3900 Set: phy[3].reg[0] = 3900 [system]: mii_mgr -s -p 0 -r 0 -v 3300 Set: phy[0].reg[0] = 3300 [system]: mii_mgr -s -p 1 -r 0 -v 3300 Set: phy[1].reg[0] = 3300 [system]: mii_mgr -s -p 2 -r 0 -v 3300 Set: phy[2].reg[0] = 3300 [system]: mii_mgr -s -p 3 -r 0 -v 3300 Set: phy[3].reg[0] = 3300 [system]: iwpriv ra0 set KickAllbr0: port 4(eth2.4) entered forwarding state =1 Interface dbr0: port 4(eth2.4) entered forwarding state oesn't accept prbr0: port 3(eth2.3) entered forwarding state ivate ioctl... br0: port 3(eth2.3) entered forwarding state set (8BE2): Netwbr0: port 2(eth2.2) entered forwarding state ork is down [sybr0: port 2(eth2.2) entered forwarding state stem]: iwpriv rabr0: port 1(eth2.1) entered forwarding state i0 set KickAll=1br0: port 1(eth2.1) entered forwarding state Interface doebr0: port 4(eth2.4) entered disabled state sn't accept privbr0: port 3(eth2.3) entered disabled state ate ioctl... sebr0: port 2(eth2.2) entered disabled state t (8BE2): Networbr0: port 1(eth2.1) entered disabled state k is down [systbr0: port 4(eth2.4) entered forwarding state em]: iwpriv ra1 br0: port 4(eth2.4) entered forwarding state set KickAll=1 br0: port 3(eth2.3) entered forwarding state ra1 no pribr0: port 3(eth2.3) entered forwarding state vate ioctls. br0: port 2(eth2.2) entered forwarding state [system]: iwprivbr0: port 2(eth2.2) entered forwarding state rai1 set KickAlbr0: port 1(eth2.1) entered forwarding state l=1 rai1 br0: port 1(eth2.1) entered forwarding state no private ioctls. start_lan_ipv6: enter p= br2: Cannot assign requested address br3: Cannot assign requested address start_dev_mgt_link: enter tmpTo[dlinkrouter] [system]: hostname dlinkrouter [system]: nl_server -i br0 -s dlinkrouter -s dlinkrouterXXXX -s dlinkrouter.local -s dlinkrouterXXXX.local & start_dev_mgt_link: done nbns and llmnr server starting... [system]: rm -f /tmp/dnsmasq_dhcp_event TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan1_ TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan2_ TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan3_ [system]: dnsmasq -C /tmp/dnsmasq.conf -6 /tmp/dnsmasq_dhcp_event --log-async [system]: echo 1 > /proc/net/arp_spoofing_enable [system]: switch reg w 2014 10001 switch reg write offset=2014, value=10001 [system]: switch reg w 2114 10002 switch reg write offset=2114, value=10002 [system]: switch reg w 2214 10003 switch reg write offset=2214, value=10003 [system]: switch reg w 2314 10004 switch reg write offset=2314, value=10004 [system]: switch vlan set 0 5 00001100 Start lighttpd ... [system]: /bin/lighttpd -f /etc_ro/lighttpd/lighttpd.conf -m /etc_ro/lighttpd/lib/ 2020-04-21 09:55:55: (network.c.252) warning: please use server.timer calls setitimer() with new_value NULL pointer. Misfeature support will be removed use-ipv6 only for hostnames, not without server.bind / empty address; your config will break if the kernel default for IPV6_V6ONLY changes 2020-04-21 09:55:55: (log.c.166) server started start_dhcp6s: done start_radvd: done [system]: timer & start_timer: start timer done killall: ntpclient: no process killed start_ntpc: done TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan1_ TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan2_ TRACE public/public.c: 489 TW_multiwan_get_use_wan_prefix: prefix=wan_wan3_ [system]: syslogd -L killall: inadyn: no process killed TRACE public/public.c: 622 TW_get_use_wan_prefix: wan_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ [system]: omcproxy -e3 eth3,br0,br2,br3,scope=realm & fairai0: ===> main_virtual_if_open led to setup prodev_idx=[1]profile_index=[INDEX1] xy: 3 [MLD]: mrload l1profile succeed! ib_mld_source: fdriver_own()::Try to Clear FW Own... ailed to detect local source address on 14 [MLD]: mrib_mld_source: failed to detect local source address on 16 [MLD]: mrib_mld_source: failed to detect local source address on 17 [system]: rm -rf /etc/smb.conf [system]: rm -f /var/etc/samba/smbpasswd [system]: rm -f /var/etc/samba/config/* start_samba: SAMBA_Enabled not set!Please use:nvram_set SAMBA_Enabled 1 [system]: rm -rf /etc/ftpd.conf [system]: ps -w |grep minidlna 586 admin 1704 S sh -c ps -w |grep minidlna 588 admin 1700 S grep minidlna [system]: rm -rf /etc/minidlna.conf start_services: done [system]: ifconfig rai0 down [system]: ifconfig rai1 down ifconfig: ioctl 0x8913 failed: No such device [system]: ralink_init make_wireless_config rtdev [system]: ifconfig rai0 up driver_own()::Success to clear FW Own APWdsInitialize():WdsEntry Number=4 RtmpOSFileOpen(): Error 2 opening /etc/Wireless/iNIC/iNIC_ap_5G.dat Open file "/etc/Wireless/iNIC/iNIC_ap_5G.dat" failed! CfgSetCountryRegion():region(9) out of range! E2pAccessMode=2 SSID[0]=dlink-xxxx, EdcaIdx=0 SSID[1]=dlink-guest, EdcaIdx=0 BSS0 PhyMode=49 wmode_band_equal(): Band Equal! BandSteering=1 BndStrgBssIdx=1;1 [TxPower] BAND0: 100 [PERCENTAGEenable] BAND0: 1 [BFBACKOFFenable] BAND0: 0 CalCacheApply = 0 FragThreshold[0]=2346 DfsZeroWait Support=0/0 DfsZeroWaitCacTime=255/255 read_etxbf: ETxBfEnCond = 1 read_etxbf: BSSID[0] read_etxbf: MBSS[0] ETxBfEnCond = 1 read_etxbf: More BSSID[1] read_etxbf: More MBSS[1] ETxBfEnCond = 1 [RTMPSetProfileParameters]Disable DFS/Zero wait=0/0 APWdsInitialize():WdsEntry Number=4 WDS-Enable mode=0 AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD AndesSendCmdMsg: Command type = ed, Extension command type = 48 RTMPSetProfileParameters:Disable DfsZeroWait HT: WDEV[0] Ext Channel = ABOVE HT: greenap_cap = 0 ICapMode = 0 WtcSetMaxStaNum: BssidNum:2, MaxStaNum:123 (WdsNum:4, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:124 Top Init Done! Use alloc_skb RX[0] DESC a0c24000 size = 16384 RX[1] DESC a0c22000 size = 8192 cut_through_init(): ct sw token number = 4095 cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 cut_through_token_list_init(): 86d3e488,86d3e488 cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 cut_through_token_list_init(): 86d3e498,86d3e498 Hif Init Done! ctl->txq = c2fe7134 ctl->rxq = c2fe7140 ctl->ackq = c2fe714c ctl->kickq = c2fe7158 ctl->tx_doneq = c2fe7164 ctl->rx_doneq = c2fe7170 Parsing patch header Built date: 20180518100604a Platform: ALPS HW/SW version: 0x8a108a10 Patch version: 0x00000010 Target address: 0x80000, length: 11072 patch is not ready && get semaphore success EventGenericEventHandler: CMD Success MtCmdPatchFinishReq EventGenericEventHandler: CMD Success release patch semaphore WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 Parsing CPU 0 fw tailer Chip ID: 0x04 Eco version: 0x00 Region number: 0x00 Format version: 0x00 Ram version: _reserved_ Built date: 20190307015603 Common crc: 0x0 Parsing tailer region 0 Feature set: 0x01 Target address: 0x84000, Download size: 409600 Parsing tailer region 1 Feature set: 0x01 Target address: 0x209c400, Download size: 43328 EventGenericEventHandler: CMD Success EventGenericEventHandler: CMD Success MtCmdFwStartReq: override = 0x1, address = 0x84000 EventGenericEventHandler: CMD Success Parsing CPU 1 fw tailer Chip ID: 0x04 Eco version: 0x00 Region number: 0x00 Format version: 0x00 Ram version: _reserved_ Built date: 20190121161307 Common crc: 0x0 Parsing tailer region 0 Feature set: 0x01 Target address: 0x90000000, Download size: 122608 EventGenericEventHandler: CMD Success MtCmdFwStartReq: override = 0x4, address = 0x0 EventGenericEventHandler: CMD Success MCU Init Done! efuse_probe: efuse = 10000212 RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=1 RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 NVM is FLASH mode. dev_idx [1] FLASH OFFSET [0x8000] NICReadEEPROMParameters: EEPROM 0x52 b313 NICReadEEPROMParameters: EEPROM 0x52 b313 Country Region from e2p = 101 mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4 RcRadioInit(): DbdcMode=0, ConcurrentBand=1 RcRadioInit(): pRadioCtrl=865f4af0,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!! MtSingleSkuLoadParam: sku_path=[/var/Wireless/7615_SingleSKU_5G.dat] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!! MtBfBackOffLoadParam: sku_path=[/var/Wireless/7615_SingleSKU_5G.dat] EEPROM Init Done! mt_mac_init()--> mt7615_init_mac_cr()--> mt7615_init_mac_cr(): TMAC_TRCR0=0x82xxxxxx <--mt_mac_init() CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 MAC Init Done! MT7615BBPInit():BBP Initialization..... Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 MT7615BBPInit() todo PHY Init Done! MtCmdSetMacTxRx:(ret = 0) WifiFwdSet::disabled=0 ap_ftkd> Initialize FT KDP Module... BndStrg_Init() BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:0 Error in BndStrg_Init(), error code = 9 on apidx = 0 BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:1 Error in BndStrg_Init(), error code = 9 on apidx = 1 Main bssid = 00:00:00:00:00:00 MtCmdSetMacTxRx:(ret = 0) MtCmdSetMacTxRx:(ret = 0) <==== mt_wifi_init, Status=0 TxBfModuleEnCtrl:It's not DBDC mode MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 0 The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! Total allocated 4 WDS interfaces! WtcSetMaxStaNum: BssidNum:2, MaxStaNum:123 (WdsNum:4, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:124 RedInit: set CR4/N9 RED Enable to 1. RedInit: RED Initiailize Done. cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2. RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP wifi_sys_open(), wdev idx = 0 wdev_attr_update(): wdevId0 = 18:0f:76:xx:xx:xx [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching [RadarStateCheck] RD_NORMAL_MODE phy_freq_adjust : no prim_ch value for adjust! Caller: 0x81368cb0 phy_mode=49, ch=0, wdev_type=1 ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 AP inf up for ra_0(func_idx) OmacIdx=0 AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn ApAutoChannelAtBootUp-----------------> ApAutoChannelAtBootUp: AutoChannelBootup = 1 MtCmdSetMacTxRx:(ret = 0) [AutoChSelBuildChannelListFor5G] ChListNum5G = 9 mt7615_apply_dcoc() : reload Central CH [44] BW [0] from cetral freq [5230] offset [800] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [44] BW [0] from cetral freq [5220] i[9] offset [2d98] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 44 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [48] BW [0] from cetral freq [5230] offset [800] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [48] BW [0] from cetral freq [5240] i[10] offset [2e70] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 48,control_ch2=0, central_chl = 48 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [149] BW [0] from cetral freq [5755] offset [1500] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [149] BW [0] from cetral freq [5745] i[35] offset [4388] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 149,control_ch2=0, central_chl = 149 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) mt7615_apply_dcoc() : reload Central CH [153] BW [0] from cetral freq [5755] offset [1500] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [153] BW [0] from cetral freq [5765] i[36] offset [4460] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 153,control_ch2=0, central_chl = 153 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [157] BW [0] from cetral freq [5795] offset [1600] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [157] BW [0] from cetral freq [5785] i[37] offset [4538] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 157,control_ch2=0, central_chl = 157 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [161] BW [0] from cetral freq [5805] offset [500] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [161] BW [0] from cetral freq [5805] i[38] offset [4610] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 161,control_ch2=0, central_chl = 161 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) ==================================================================== Channel 44 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE Channel 48 : Busy Time = 35, Skip Channel = FALSE, BwCap = TRUE Channel 149 : Busy Time = 1114, Skip Channel = FALSE, BwCap = TRUE Channel 153 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE Channel 157 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE Channel 161 : Busy Time = 14, Skip Channel = FALSE, BwCap = TRUE ==================================================================== Rule 3 Channel Busy time value : Select Primary Channel 44 Rule 3 Channel Busy time value : Min Channel Busy = 35 Rule 3 Channel Busy time value : BW = 80 [SelectClearChannelBusyTime] - band0 END ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 44, IsAband = 1 AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 49, Channel = 44 [RadarStateCheck] RD_NORMAL_MODE mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210] offset [1900] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [42] BW [2] from cetral freq [5220] i[9] offset [2d98] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0 BW = 2,TXStream = 4, RXStream = 4, scan(0) ApAutoChannelAtBootUp<----------------- [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 wifi_sys_linkup(), wdev idx = 0 wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1 LinkToOmacIdx = 0, LinkToWdevType = 1 bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196 UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 APStartUpForMbss: BssIndex = 0 channel = 44 MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0 BndStrg_SetInfFlags(): BSS(18:0F:76:xx:xx:xx) set 5G Inf rai0 ready. apidx 0 for WscUUIDInit Generate UUID for apidx(0) Interface doesn't accept private ioctl... set (8BE2): Network is down [system]: iwpriv rai0 set IgmpSnEnable=1 [system]: iwpriv rai0 set WscUUID_E=d1087a18aae3b8153a5b180F76XXXXXX [system]: iwpriv rai0 set WscUUID_Str=d1087a18-aae3-b815-3a5b-180F76XXXXXX [system]: ifconfig ra0 down [system]: ifconfig ra1 down ifconfig: ioctl 0x8913 failed: No such device [system]: ralink_init make_wireless_config rt2860 [system]: ifconfig ra0 up ra0: ===> main_virtual_if_open dev_idx=[0]profile_index=[INDEX0] load l1profile succeed! driver_own()::Try to Clear FW Own... driver_own()::Success to clear FW Own APWdsInitialize():WdsEntry Number=4 RtmpOSFileOpen(): Error 2 opening /etc/Wireless/RT2860/RT2860_5G.dat Open file "/etc/Wireless/RT2860/RT2860_5G.dat" failed! E2pAccessMode=2 SSID[0]=dlink-xxxx, EdcaIdx=0 SSID[1]=dlink-guest, EdcaIdx=0 BSS0 PhyMode=14 wmode_band_equal(): Band Equal! BandSteering=1 BndStrgBssIdx=1;1 [TxPower] BAND0: 100 [PERCENTAGEenable] BAND0: 1 [BFBACKOFFenable] BAND0: 0 CalCacheApply = 0 FragThreshold[0]=2346 DfsZeroWait Support=0/0 DfsZeroWaitCacTime=255/255 read_etxbf: ETxBfEnCond = 1 read_etxbf: BSSID[0] read_etxbf: MBSS[0] ETxBfEnCond = 1 read_etxbf: More BSSID[1] read_etxbf: More MBSS[1] ETxBfEnCond = 1 [RTMPSetProfileParameters]Disable DFS/Zero wait=0/0 APWdsInitialize():WdsEntry Number=4 WDS-Enable mode=0 AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD AndesSendCmdMsg: Command type = ed, Extension command type = 48 RTMPSetProfileParameters:Disable DfsZeroWait HT: WDEV[0] Ext Channel = ABOVE HT: greenap_cap = 0 ICapMode = 0 WtcSetMaxStaNum: BssidNum:2, MaxStaNum:123 (WdsNum:4, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:124 Top Init Done! Use alloc_skb RX[0] DESC a0c14000 size = 16384 RX[1] DESC a0c12000 size = 8192 cut_through_init(): ct sw token number = 4095 cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 cut_through_token_list_init(): 85ae4e88,85ae4e88 cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 cut_through_token_list_init(): 85ae4e98,85ae4e98 Hif Init Done! ctl->txq = c2867134 ctl->rxq = c2867140 ctl->ackq = c286714c ctl->kickq = c2867158 ctl->tx_doneq = c2867164 ctl->rx_doneq = c2867170 Parsing patch header Built date: 20180518100604a Platform: ALPS HW/SW version: 0x8a108a10 Patch version: 0x00000010 Target address: 0x80000, length: 11072 patch is not ready && get semaphore success EventGenericEventHandler: CMD Success MtCmdPatchFinishReq EventGenericEventHandler: CMD Success release patch semaphore WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 Parsing CPU 0 fw tailer Chip ID: 0x04 Eco version: 0x00 Region number: 0x00 Format version: 0x00 Ram version: _reserved_ Built date: 20190307015603 Common crc: 0x0 Parsing tailer region 0 Feature set: 0x01 Target address: 0x84000, Download size: 409600 Parsing tailer region 1 Feature set: 0x01 Target address: 0x209c400, Download size: 43328 EventGenericEventHandler: CMD Success EventGenericEventHandler: CMD Success MtCmdFwStartReq: override = 0x1, address = 0x84000 EventGenericEventHandler: CMD Success Parsing CPU 1 fw tailer Chip ID: 0x04 Eco version: 0x00 Region number: 0x00 Format version: 0x00 Ram version: _reserved_ Built date: 20190121161307 Common crc: 0x0 Parsing tailer region 0 Feature set: 0x01 Target address: 0x90000000, Download size: 122608 EventGenericEventHandler: CMD Success MtCmdFwStartReq: override = 0x4, address = 0x0 EventGenericEventHandler: CMD Success MCU Init Done! efuse_probe: efuse = 10000212 RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 RtmpEepromGetDefault::e2p_dafault=1 RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0] NICReadEEPROMParameters: EEPROM 0x52 b313 NICReadEEPROMParameters: EEPROM 0x52 b313 br0: port 4(eth2.4) entered forwarding state br0: port 3(eth2.3) entered forwarding state br0: port 2(eth2.2) entered forwarding state br0: port 1(eth2.1) entered forwarding state wait_action_idle: pid 1 preinit hold action lock 10 !!! Country Region from e2p = 101 mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4 RcRadioInit(): DbdcMode=0, ConcurrentBand=1 RcRadioInit(): pRadioCtrl=87d6caf0,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!! MtSingleSkuLoadParam: sku_path=[/var/Wireless/7615_SingleSKU_24G.dat] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!! MtBfBackOffLoadParam: sku_path=[/var/Wireless/7615_SingleSKU_24G.dat] EEPROM Init Done! mt_mac_init()--> mt7615_init_mac_cr()--> mt7615_init_mac_cr(): TMAC_TRCR0=0x82xxxxxx <--mt_mac_init() CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 MAC Init Done! MT7615BBPInit():BBP Initialization..... Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 MT7615BBPInit() todo PHY Init Done! MtCmdSetMacTxRx:(ret = 0) WifiFwdSet::disabled=0 ap_ftkd> Initialize FT KDP Module... BndStrg_Init() BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:0 Error in BndStrg_Init(), error code = 9 on apidx = 0 BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:1 Error in BndStrg_Init(), error code = 9 on apidx = 1 Main bssid = 00:00:00:00:00:00 MtCmdSetMacTxRx:(ret = 0) MtCmdSetMacTxRx:(ret = 0) <==== mt_wifi_init, Status=0 TxBfModuleEnCtrl:It's not DBDC mode MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 0 The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 phy_freq_adjust : no prim_ch value for adjust! Total allocated 4 WDS interfaces! WtcSetMaxStaNum: BssidNum:2, MaxStaNum:123 (WdsNum:4, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:124 RedInit: set CR4/N9 RED Enable to 1. RedInit: RED Initiailize Done. cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2. RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP wifi_sys_open(), wdev idx = 0 wdev_attr_update(): wdevId0 = 18:0f:76:xx:xx:xx [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching [RadarStateCheck] RD_NORMAL_MODE phy_freq_adjust : no prim_ch value for adjust! Caller: 0x81368cb0 phy_mode=14, ch=0, wdev_type=1 ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 AP inf up for ra_0(func_idx) OmacIdx=0 AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn ApAutoChannelAtBootUp-----------------> ApAutoChannelAtBootUp: AutoChannelBootup = 1 MtCmdSetMacTxRx:(ret = 0) mt7615_apply_dcoc() : reload Central CH [2] BW [0] from cetral freq [2417] offset [2200] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [2] BW [0] from cetral freq [2422] i[44] offset [4b20] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [3] BW [0] from cetral freq [2417] offset [2200] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [3] BW [0] from cetral freq [2422] i[44] offset [4b20] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [4] BW [0] from cetral freq [2432] offset [2300] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [4] BW [0] from cetral freq [2422] i[44] offset [4b20] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) mt7615_apply_dcoc() : reload Central CH [5] BW [0] from cetral freq [2432] offset [2300] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [5] BW [0] from cetral freq [2442] i[45] offset [4bf8] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [6] BW [0] from cetral freq [2432] offset [2300] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [6] BW [0] from cetral freq [2442] i[45] offset [4bf8] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [7] BW [0] from cetral freq [2447] offset [2400] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [7] BW [0] from cetral freq [2442] i[45] offset [4bf8] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [8] BW [0] from cetral freq [2447] offset [2400] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [8] BW [0] from cetral freq [2442] i[45] offset [4bf8] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [9] BW [0] from cetral freq [2447] offset [2400] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [9] BW [0] from cetral freq [2442] i[45] offset [4bf8] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) mt7615_apply_dcoc() : reload Central CH [10] BW [0] from cetral freq [2467] offset [2500] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [10] BW [0] from cetral freq [2462] i[46] offset [4cd0] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0 BW = 0,TXStream = 4, RXStream = 4, scan(1) ==================================================================== Channel 2 : Busy Time = 2461, Skip Channel = FALSE, BwCap = TRUE Channel 3 : Busy Time = 2714, Skip Channel = FALSE, BwCap = TRUE Channel 4 : Busy Time = 1192, Skip Channel = FALSE, BwCap = TRUE Channel 5 : Busy Time = 30161, Skip Channel = FALSE, BwCap = TRUE Channel 6 : Busy Time = 10363, Skip Channel = FALSE, BwCap = TRUE Channel 7 : Busy Time = 24196, Skip Channel = FALSE, BwCap = TRUE Channel 8 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE Channel 9 : Busy Time = 151, Skip Channel = FALSE, BwCap = TRUE Channel 10 : Busy Time = 4709, Skip Channel = FALSE, BwCap = TRUE ==================================================================== Rule 3 Channel Busy time value : Select Primary Channel 8 Rule 3 Channel Busy time value : Min Channel Busy = 0 Rule 3 Channel Busy time value : BW = 20 [SelectClearChannelBusyTime] - band0 END ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 8, IsAband = 0 AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 14, Channel = 8 [RadarStateCheck] RD_NORMAL_MODE mt7615_apply_dcoc() : reload Central CH [10] BW [1] from cetral freq [2467] offset [2500] MtCmdGetRXDCOCCalResult:(ret = 0) mt7615_apply_dpd() : reload Central CH [10] BW [1] from cetral freq [2462] i[46] offset [4cd0] MtCmdGetTXDPDCalResult:(ret = 0) MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0 BW = 1,TXStream = 4, RXStream = 4, scan(0) ApAutoChannelAtBootUp<----------------- [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 wifi_sys_linkup(), wdev idx = 0 wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1 LinkToOmacIdx = 0, LinkToWdevType = 1 bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 APStartUpForMbss: BssIndex = 0 channel = 8 MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0 BndStrg_SetInfFlags(): BSS(18:0F:76:xx:xx:xx) set 2G Inf ra0 ready. apidx 0 for WscUUIDInit Generate UUID for apidx(0) [system]: iwpriv ra0 set IgmpSnEnable=1 [system]: iwpriv ra0 set WscUUID_E=d1087a18aae3b8153a5b180F76XXXXXX [system]: iwpriv ra0 set WscUUID_Str=d1087a18-aae3-b815-3a5b-180F76XXXXXX [system]: bndstrg2 -i rai0 -i ra0 [09:56:22][main]Initialize bndstrg [09:56:22][driver_wext_init]Initialize ralink wext interface [09:56:22][bndstrg_run]bndstrg_run[5618]:start [09:56:24][bndst BndStrg_InfStatusRsp:INF [rai0]STATUS QUERY ON rg_periodic_exec BndStrg_InfStatusRsp:INF [ra0]STATUS QUERY ON ]bndstrg->state=BNDSTRG_INF_POLL [09:56:24][bndstrg_table_en_polling]bndstrg=0x429480,table=0x429778,en=0 [09:56:24][bndstrg_inf_status_polling] [bndstrg_inf_status_polling]inf_name:[rai0] [09:56:24][bndstrg_inf_status_polling] [bndstrg_inf_status_polling]inf_name:[ra0] [09:56:24][bndstrg_ctrl_interface_update]Rx INF STATUS RSP for inf(rai0): 1 [09:56:24][bndstrg_ctrl_interface_update]Rx INF STATUS RSP for inf(ra0): 1 [system]: iwpriv rai0 set BndStrSet_BndStrg_Param(): BndStrg param = CndPriority;15;12 gParam="CndPriority;15;12" [system]: iwpriv raSet_BndStrg_Param(): BndStrg param = CndPriority;15;12 0 set BndStrgParam="CndPriority;15;12" [systemSet_BndStrg_Param(): BndStrg param = HoldTime;30 ]: iwpriv rai0 set BndStrgParam="HoldTime;30" Set_BndStrg_Param(): BndStrg param = HoldTime;30 [system]: iwpriv ra0 set BndStrgParam="HoldTime;Set_BndStrg_Param(): BndStrg param = RssiLow;-80 30" [system]: iwpriv rai0 set BndStrgParam="RsSet_BndStrg_Param(): BndStrg param = RssiLow;-80 siLow;-80" [system]: iwpriv ra0 set BndStrgParam="RssiLow;-80" [system]: iwpriv ra0 set WscSetupLock=1 [system]: iwpriv rai0 set WscSetupLock=1 [system]: iwpriv ra0 set WscSetupLock=1 [system]: iwpriv rai0 set WscSetupLock=1 [system]: iwpriv ra0 set WscConfMode=7 [system]: device ra0 entered promiscuous mode iwpriv rai0 set br0: port 5(ra0) entered forwarding state WscConfMode=7 br0: port 5(ra0) entered forwarding state [system]: brctl addif br0 ra0 [system]: brctl device rai0 entered promiscuous mode br0: port 6(rai0) entered forwarding state br0: port 6(rai0) entered forwarding state [system]: brctl addif br1 ra1 brctl: bridge br1: Invalid argument [system]: brctl addif br1 rai1 brctl: bridge br1: Invalid argument start_wlan()============>out start_schedule: enter Time synchronization has not been completed. We don't turn on scheduling. [system]: echo 1 > /proc/hw_nat/ipv6_hw_nat TRACE acl/acl.c: 116 upload_ping_block_rules: <--wan ping start--> [system]: iptables -t filter -D INPUT -j ACL_PING_INPUT 2>/dev/null [system]: iptables -t filter -F ACL_PING_INPUT 2>/dev/null [system]: iptables -t filter -X ACL_PING_INPUT 2>/dev/null [system]: iptables -t filter -N ACL_PING_INPUT 2>/dev/null [system]: iptables -t filter -A INPUT -j ACL_PING_INPUT 2>/dev/null TRACE public/public.c: 622 TW_get_use_wan_prefix: wan_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ TRACE acl/acl.c: 129 upload_ping_block_rules: max_wan_num=1 [system]: iptables -t filter -A ACL_PING_INPUT -i eth3 -p ICMP -m state --state NEW -j DROP 2>/dev/null TRACE antiattack/antiattack.c: 996 TW_Anti_Spoofing_run: <--Anti Spoofing start--> [system]: iptables -t filter -F ANTI_SPOOFING_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -D FORWARD -j ANTI_SPOOFING_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -X ANTI_SPOOFING_FORWARD 2>/dev/null 1>&2 TRACE antiattack/antiattack.c:1002 TW_Anti_Spoofing_run: <--Anti Spoofing is disable--> TRACE firewallfilter/firewallfilter.c: 197 FIREWALL_FILTER_run: <--firewall filter start--> [system]: iptables -t filter -D FORWARD -j FIREWALL_FILTER_FORWARD 2>/dev/null [system]: iptables -t filter -F FIREWALL_FILTER_FORWARD 2>/dev/null [system]: iptables -t filter -X FIREWALL_FILTER_FORWARD 2>/dev/null TRACE firewallfilter/firewallfilter.c: 236 FIREWALL_FILTER_run: firewall filter disabled TRACE firewallfilter/firewallfilter.c: 882 FIREWALL_IPv6_FILTER_run: <--firewall ipv6 filter start--> [system]: ip6tables -t filter -D FORWARD -j FIREWALL_FILTER_FORWARD 2>/dev/null [system]: ip6tables -t filter -F FIREWALL_FILTER_FORWARD 2>/dev/null [system]: ip6tables -t filter -X FIREWALL_FILTER_FORWARD 2>/dev/null TRACE firewallfilter/firewallfilter.c: 927 FIREWALL_IPv6_FILTER_run: firewall ipv6 filter disabled TRACE macfilter/macfilter.c: 149 MACFILTER_run: <--mac filter start--> [system]: iptables -t filter -D FORWARD -j MACFILTER_FORWARD 2>/dev/null [system]: iptables -t filter -F MACFILTER_FORWARD 2>/dev/null [system]: iptables -t filter -X MACFILTER_FORWARD 2>/dev/null [system]: iptables -t filter -N MACFILTER_FORWARD 2>/dev/null [system]: iptables -t filter -A FORWARD -j MACFILTER_FORWARD 2>/dev/null ERROR macfilter/macfilter.c: 206 MACFILTER_run: mac filter rule is null TRACE urlfilter/urlfilter.c: 424 upload_url_filter_rules: <--url filter start--> ERROR urlfilter/urlfilter.c: 470 upload_url_filter_rules: url filter rule is null TRACE remotemange/remotemange.c: 105 REMOTEMANGE_run: <--remotemange start--> [system]: iptables -t nat -D PREROUTING -j REMOTEMANGE_PREROUTING 2>/dev/null [system]: iptables -t nat -F REMOTEMANGE_PREROUTING 2>/dev/null [system]: iptables -t nat -X REMOTEMANGE_PREROUTING 2>/dev/null [system]: iptables -t filter -D INPUT -j REMOTEMANGE_INPUT 2>/dev/null [system]: iptables -t filter -F REMOTEMANGE_INPUT 2>/dev/null [system]: iptables -t filter -X REMOTEMANGE_INPUT 2>/dev/null TRACE public/public.c: 622 TW_get_use_wan_prefix: wan_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ [system]: iptables -t filter -A REMOTEMANGE_INPUT -p TCP -i br+ --dport 443 -j ACCEPT TRACE remotemange/remotemange.c: 155 REMOTEMANGE_run: eth3,dhcp,wan_wan0_ ERROR remotemange/remotemange.c: 160 REMOTEMANGE_run: wan ip is null TRACE virtualserver/virtualserver.c: 231 VIRTUALSERVER_run: <--virtualserver start--> [system]: iptables -t nat -D PREROUTING -j VIRTUALSERVER_PREROUTING 2>/dev/null [system]: iptables -t nat -F VIRTUALSERVER_PREROUTING 2>/dev/null [system]: iptables -t nat -X VIRTUALSERVER_PREROUTING 2>/dev/null [system]: iptables -t nat -D POSTROUTING -j VIRTUALSERVER_POSTROUTING 2>/dev/null [system]: iptables -t nat -F VIRTUALSERVER_POSTROUTING 2>/dev/null [system]: iptables -t nat -X VIRTUALSERVER_POSTROUTING 2>/dev/null [system]: iptables -t filter -D FORWARD -j VIRTUALSERVER_FORWARD 2>/dev/null [system]: iptables -t filter -F VIRTUALSERVER_FORWARD 2>/dev/null [system]: iptables -t filter -X VIRTUALSERVER_FORWARD 2>/dev/null [system]: cat /proc/net/arp|awk '/0x6/{print $0}'|awk '/^[1-9]/{print "arp -d " $1}' | sh -x [system]: iptables -t nat -N VIRTUALSERVER_PREROUTING 2>/dev/null [system]: iptables -t nat -A PREROUTING -j VIRTUALSERVER_PREROUTING 2>/dev/null [system]: iptables -t nat -N VIRTUALSERVER_POSTROUTING 2>/dev/null [system]: iptables -t nat -A POSTROUTING -j VIRTUALSERVER_POSTROUTING 2>/dev/null [system]: iptables -t filter -N VIRTUALSERVER_FORWARD 2>/dev/null [system]: iptables -t filter -A FORWARD -j VIRTUALSERVER_FORWARD 2>/dev/null TRACE public/public.c: 622 TW_get_use_wan_prefix: wan_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ TRACE virtualserver/virtualserver.c: 292 VIRTUALSERVER_run: eth3,dhcp,wan_wan0_ ERROR virtualserver/virtualserver.c: 296 VIRTUALSERVER_run: wan ip is null ERROR virtualserver/virtualserver.c: 60 WOL_Rule_Run: WOL rule is null TRACE portforward/portforward.c: 177 PORTFORWARD_run: <--portforward start--> [system]: iptables -t nat -D PREROUTING -j PORTFORWARD_PREROUTING 2>/dev/null [system]: iptables -t nat -F PORTFORWARD_PREROUTING 2>/dev/null [system]: iptables -t nat -X PORTFORWARD_PREROUTING 2>/dev/null [system]: iptables -t nat -D POSTROUTING -j PORTFORWARD_POSTROUTING 2>/dev/null [system]: iptables -t nat -F PORTFORWARD_POSTROUTING 2>/dev/null [system]: iptables -t nat -X PORTFORWARD_POSTROUTING 2>/dev/null [system]: iptables -t filter -D FORWARD -j PORTFORWARD_FORWARD 2>/dev/null [system]: iptables -t filter -F PORTFORWARD_FORWARD 2>/dev/null [system]: iptables -t filter -X PORTFORWARD_FORWARD 2>/dev/null [system]: iptables -t nat -N PORTFORWARD_PREROUTING 2>/dev/null [system]: iptables -t nat -A PREROUTING -j PORTFORWARD_PREROUTING 2>/dev/null [system]: iptables -t nat -N PORTFORWARD_POSTROUTING 2>/dev/null [system]: iptables -t nat -A POSTROUTING -j PORTFORWARD_POSTROUTING 2>/dev/null [system]: iptables -t filter -N PORTFORWARD_FORWARD 2>/dev/null [system]: iptables -t filteSend DISASSOC frame(3) with ra0 r -A FORWARD -jSend DISASSOC frame(3) with ra1 PORTFORWARD_FORBndStrg_Tbl_Enable(): table->bEnabled=0. WARD 2>/dev/null TRASend DISASSOC frame(3) with ra1 CE public/publicBndStrg_Tbl_Enable(): table->bEnabled=0. .c: 622 TW_get_uBndStrg_handle_onoff_event(): DaemonPid=680. se_wan_prefix: wBndStrg_handle_onoff_event(): DaemonPid=680. Send DISASSOC frame(3) with ra0 an_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ [09:56:26][bndstrg_periodic_exec]bndstrg->state=BNDSTRG_TBL_EN [09:56:26][bndstrg_table_en_polling]bndstrg=0x429480,table=0x429778,en=1 TRACE portforward/portforward.c: 238 PORTFORWARD_run: eth3,dhcp,wan_wan0_ ERROR portforward/portforward.c: 242 PORTFORWARD_run: wan ip is null TRACE dmz/dmz.c: 151 DMZ_run: <--dmz start--> [system]: iptables -t nat -D PREROUTING -j DMZ_PREROUTING 2>/dev/null [system]: iptables -t nat -F DMZ_PREROUTING 2>/dev/null [system]: iptables -t nat -X DMZ_PREROUTING 2>/dev/null [system]: iptables -t nat -D POSTROUTING -j DMZ_POSTROUTING 2>/dev/null [system]: iptables -t nat -F DMZ_POSTROUTING 2>/dev/null [system]: iptables -t nat -X DMZ_POSTROUTING 2>/dev/null [system]: iptables -t filter -D FORWARD -j DMZ_FORWARD 2>/dev/null [system]: iptables -t filter -F DMZ_FORWARD 2>/dev/null [system]: iptables -t nat -X DMZ_FORWARD 2>/dev/null TRACE miniupnpd/miniupnpd.c: 582 iptables_upnp_run: <--iptables upnp start--> TRACE public/public.c: 622 TW_get_use_wan_prefix: wan_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ TRACE miniupnpd/miniupnpd.c: 600 iptables_upnp_run: eth3,dhcp,wan_wan0_ [system]: iptables -t nat -F MINIUPNPD 2>/dev/null [system]: iptables -t nat -D PREROUTING -i eth3 -j MINIUPNPD 2>/dev/null [system]: iptables -t nat -X MINIUPNPD 2>/dev/null [system]: iptables -t filter -F MINIUPNPD 2>/dev/null [system]: iptables -t filter -D FORWARD -i eth3 ! nf_conntrack_rtsp v0.7 loading -o eth3 -j MINIUPNPD 2>/dev/null [system]: ipnf_nat_rtsp v0.7 loading tables -t filter -X MINIUPNPD 2>/dev/null [system]: iptables -t nat -N MINIUPNPD 2>/dev/null [system]: iptables -t nat -A PREROUTING -i eth3 -j MINIUPNPD 2>/dev/null [system]: iptables -t filter -N MINIUPNPD 2>/dev/null [system]: iptables -t filter -A FORWARD -i eth3 ! -o eth3 -j MINIUPNPD 2>/dev/null creat_miniupnpd_iptables: enter creat_miniupnpd_iptables TRACE public/public.c: 622 TW_get_use_wan_prefix: wan_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ [system]: iptables -t nat -F PRE_WAN_INFILTER 2>/dev/null [system]: iptables -t nat -D PREROUTING -i eth3 -j PRE_WAN_INFILTER 2>/dev/null [system]: iptables -t nat -X PRE_WAN_INFILTER 2>/dev/null [system]: iptables -t nat -N PRE_WAN_INFILTER 2>/dev/null [system]: iptables -t nat -A PREROUTING -i eth3 -j PRE_WAN_INFILTER 2>/dev/null [system]: iptables -t nat -A PRE_WAN_INFILTER -m state --state RELATED,ESTABLISHED -j ACCEPT 2>/dev/null [system]: iptables -t nat -A PRE_WAN_INFILTER -j DROP 2>/dev/null [system]: iptables -t filter -N ALG_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -F ALG_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -D FORWARD -j ALG_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -A FORWARD -j ALG_FORWARD 2>/dev/null 1>&2 [system]: insmod /lib/modules/3.10.14+/kernel/net/netfilter/nf_conntrack_sip.ko 2>/dev/null [system]: insmod /lib/modules/3.10.14+/kernel/net/ipv4/netfilter/nf_nat_sip.ko 2>/dev/null [system]: insmod /lib/modules/3.10.14+/kernel/net/netfilter/nf_conntrack_proto_gre.ko 2>/dev/null [system]: insmod /lib/modules/3.10.14+/kernel/net/ipv4/netfilter/nf_nat_proto_gre.ko 2>/dev/null [system]: insmod /lib/modules/3.10.14+/kernel/net/netfilter/nf_conntrack_pptp.ko 2>/dev/null [system]: insmod /lib/modules/3.10.14+/kernel/net/ipv4/netfilter/nf_nat_pptp.ko 2>/dev/null [system]: insmod /lib/modules/3.10.14+/kernel/net/netfilter/nf_conntrack_rtsp.ko 2>/dev/null [system]: insmod /lib/modules/3.10.14+/kernel/net/ipv4/netfilter/nf_nat_rtsp.ko 2>/dev/null [system]: iptables -t filter -D INPUT -j WLAN_GUEST_LOGIN_INPUT 2>/dev/null [system]: iptables -t filter -F WLAN_GUEST_LOGIN_INPUT 2>/dev/null [system]: iptables -t filter -X WLAN_GUEST_LOGIN_INPUT 2>/dev/null [system]: iptables -t filter -D FORWARD -j WLAN_GUEST_LOGIN_FORWARD 2>/dev/null [system]: iptables -t filter -F WLAN_GUEST_LOGIN_FORWARD 2>/dev/null [system]: iptables -t filter -X WLAN_GUEST_LOGIN_FORWARD 2>/dev/null [system]: iptables -t filter -N WLAN_GUEST_LOGIN_INPUT 2>/dev/null [system]: iptables -t filter -A INPUT -j WLAN_GUEST_LOGIN_INPUT 2>/dev/null [system]: iptables -t filter -A WLAN_GUEST_LOGIN_INPUT -i br1 -p tcp -d 192.168.0.1 --dport 80 -j DROP 2>/dev/null [system]: iptables -t filter -A WLAN_GUEST_LOGIN_INPUT -i br1 -p tcp -d 192.168.0.1 --dport 443 -j DROP 2>/dev/null [system]: iptables -t filter -A WLAN_GUEST_LOGIN_INPUT -i br1 -p tcp -d 192.168.7.1 --dport 80 -j DROP 2>/dev/null [system]: iptables -t filter -A WLAN_GUEST_LOGIN_INPUT -i br1 -p tcp -d 192.168.7.1 --dport 443 -j DROP 2>/dev/null [system]: iptables -t filter -N WLAN_GUEST_LOGIN_FORWARD 2>/dev/null [system]: iptables -t filter -I FORWARD -j WLAN_GUEST_LOGIN_FORWARD 2>/dev/null [system]: iptables -t filter -A WLAN_GUEST_LOGIN_FORWARD -i br1 -o br0 -j DROP 2>/dev/null [system]: iptables -t filter -A WLAN_GUEST_LOGIN_FORWARD -i br0 -o br1 -j DROP 2>/dev/null [system]: iptables -t filter -D INPUT -j GRC_INPUT 2>/dev/null [system]: iptables -t filter -F GRC_INPUT 2>/dev/null [system]: iptables -t filter -X GRC_INPUT 2>/dev/null [system]: iptables -t filter -N GRC_INPUT 2>/dev/null [system]: iptables -t filter -I INPUT -j GRC_INPUT 2>/dev/null [system]: iptables -t filter -A GRC_INPUT -m state --state INVALID -j DROP 2>/dev/null [system]: iptables -t filter -A GRC_INPUT -p tcp --dport 0 -j DROP 2>/dev/null [system]: iptables -t filter -A GRC_INPUT -p tcp --dport 1 -j DROP 2>/dev/null [system]: iptables -t filter -D FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 2>/dev/null [system]: iptables -t filter -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 2>/dev/null [system]: ip6tables -t filter -D FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 2>/dev/null [system]: ip6tables -t filter -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 2>/dev/null TRACE antiattack/antiattack.c:1205 TW_Spi_Fw_Config: <--spi firewall start--> [system]: iptables -t filter -F SPI_FIREWALL_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -F SPI_FIREWALL_INPUT 2>/dev/null 1>&2 [system]: iptables -t nat -F SPI_FIREWALL_PREROUTING 2>/dev/null 1>&2 [system]: iptables -t filter -D FORWARD -j SPI_FIREWALL_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -D INPUT -j SPI_FIREWALL_INPUT 2>/dev/null 1>&2 [system]: iptables -t nat -D PREROUTING -j SPI_FIREWALL_PREROUTING 2>/dev/null 1>&2 [system]: iptables -t filter -X SPI_FIREWALL_FORWARD 2>/dev/null 1>&2 [system]: iptables -t filter -X SPI_FIREWALL_INPUT 2>/dev/null 1>&2 [system]: iptables -t nat -X SPI_FIREWALL_PREROUTING 2>/dev/null 1>&2 TRACE antiattack/antiattack.c:1175 TW_IPv6_Ingress_Filtering_Config: <--IPv6 ingress filtering start--> [system]: ip6tables -t filter -F INGRESS_FILTERING_FORWARD 2>/dev/null 1>&2 [system]: ip6tables -t filter -D FORWARD -j INGRESS_FILTERING_FORWARD 2>/dev/null 1>&2 [system]: ip6tables -t filter -X INGRESS_FILTERING_FORWARD 2>/dev/null 1>&2 TRACE antiattack/antiattack.c:1181 TW_IPv6_Ingress_Filtering_Config: <--IPv6 ingress filtering start is disable--> TRACE antiattack/antiattack.c:1112 TW_IPv6_Simple_Security_Config: <--IPv6 Simple Security start--> [system]: ip6tables -t filter -F SPI_FIREWALL_FORWARD 2>/dev/null 1>&2 [system]: ip6tables -t filter -D FORWARD -j SPI_FIREWALL_FORWARD 2>/dev/null 1>&2 [system]: ip6tables -t filter -X SPI_FIREWALL_FORWARD 2>/dev/null 1>&2 [09:56:27][bndstrg_table_en_polling]bndstrg=0x429480,table=0x429778,en=1 TRACE antiattack/antiattack.c:1118 TW_IPv6_Simple_Security_Config: <--IPv6 Simple Security is disable--> TRACE acl/acl.c: 336 MASQUERADENAT_run: <--MASQUERADENAT start--> [system]: iptables -t nat -F POSTROUTING_MASQUERADE 2>/dev/null [system]: iptables -t nat -D POSTROUTING -j POSTROUTING_MASQUERADE 2>/dev/null [system]: iptables -t nat -X POSTROUTING_MASQUERADE 2>/dev/null [system]: iptables -t nat -N POSTROUTING_MASQUERADE 2>/dev/null [system]: iptables -t nat -A POSTROUTING -j POSTROUTING_MASQUERADE 2>/dev/null TRACE public/pubDevice Instance lic.c: 622 TW_ge WDEV 00:, Name:ra0, Wdev(list) Idx:0 t_use_wan_prefix Idx:4 : wan_count=2 DEV 01:, Name:ra1, Wdev(list) Idx:1 [mTRAC Idx:25 E public/public. WDEV 02:, Name:wds0, Wdev(list) Idx:2 c: 628 TW_get_us Idx:26 e_wan_prefix: pr WDEV 03:, Name:wds1, Wdev(list) Idx:3 efix=wan_wan0_ Idx:27 TRA WDEV 04:, Name:wds2, Wdev(list) Idx:4 CE public/public Idx:28 .c: 628 TW_get_u WDEV 05:, Name:wds3, Wdev(list) Idx:5 se_wan_prefix: p Idx:29 refix=waWDEV 06:, Name:apcli0, Wdev(list) Idx:6 [system]: ip Idx:30 tables -t nat -A WDEV 07:, Name:apcli1, Wdev(list) Idx:7 POSTROUTING_MAS Idx:31 QUERADE -o eth3 -s 192.168.0.0/2 55.255.255.0 -j MASQUERADE 2>/de v/null [system ]: iptables -t n at -A POSTROUTIN G_MASQUERADE -o eth3 -s 192.168. 7.0/255.255.255. 0 -j MASQUERADE 2>/dev/null [s ystem]: iptables -t mangle -D PR EROUTING -j QOS_PREROUTING 2>/dev/null [systemDevice Instance ]: iptables -t m WDEV 00:, Name:rai0, Wdev(list) Idx:0 angle -F QOS_PRE Idx:5 ROUTING 2>/dev/n WDEV 01:, Name:rai1, Wdev(list) Idx:1 ull [system]: Idx:18 iptables -t mang WDEV 02:, Name:wdsi0, Wdev(list) Idx:2 le -X QOS_PREROU Idx:19 TING 2>/dev/null WDEV 03:, Name:wdsi1, Wdev(list) Idx:3 [system]: ipt Idx:20 ables -t mangle WDEV 04:, Name:wdsi2, Wdev(list) Idx:4 -D POSTROUTING - Idx:21 j QOS_POSTROUTIN WDEV 05:, Name:wdsi3, Wdev(list) Idx:5 G 2>/dev/null Idx:22 [system]: iptabl WDEV 06:, Name:apclii0, Wdev(list) Idx:6 es -t mangle -F Idx:23 QOS_POSTROUTING WDEV 07:, Name:apclii1, Wdev(list) Idx:7 2>/dev/null [s Idx:24 ystem]: iptables -t mangle -X QO S_POSTROUTING 2> /dev/null [sys tem]: tc qdisc d el dev imq0 root 2>/dev/null [ system]: tc qdis c del dev imq1 r oot 2>/dev/null [system]: ifco nfig imq0 down [system]: ifcon fig imq1 down [system]: insmod -q hw_nat insmod: cannot insert '/lib/modules/3.10.14+/kernel/net/nat/hw_nat/hw_nat.ko': File exists [system]: iwpriv ra0 set hw_nat_register=1 [system]: iwpriv rai0 set hw_nat_register=1 TRACE qos/qos.c: 290 QOS_start: QosManagementType=Off TRACE qos/qos.c: 306 QOS_start: qos is disabled TRACE public/public.c: 622 TW_get_use_wan_prefix: wan_count=2 TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan0_ TRACE public/public.c: 628 TW_get_use_wan_prefix: prefix=wan_wan1_ [system]: /sbin/flush_conntrack & TEST: flush conntrack (OK) [system]: ip6tables -t nat -D PREROUTING -j REMOTEMANGE_PREROUTING 2>/dev/null [system]: ip6tables -t nat -F REMOTEMANGE_PREROUTING 2>/dev/null [system]: ip6tables -t nat -X REMOTEMANGE_PREROUTING 2>/dev/null [system]: ip6tables -t filter -D INPUT -j REMOTEMANGE_INPUT 2>/dev/null [system]: ip6tables -t filter -F REMOTEMANGE_INPUT 2>/dev/null [system]: ip6tables -t filter -X REMOTEMANGE_INPUT 2>/dev/null sWan_status=Disconnected, sWan_ifname=eth3, sWan_ip=. [system]: ip6tables -t filter -A REMOTEMANGE_INPUT ! -i br+ -p TCP -m multiport --dports 80,443 -j DROP start_mdns_responder: enter mdns try read lock mdns lock tmpTo[dlinkrouter] [system]: mDNSResponder -b -i br0 -f /tmp/mdns_resp.conf -e dlinkrouter -e dlinkrouter [system]: mdnsd sh: mdnsd: not found start_mdns_responder: done [system]: led power high off [system]: gpio l 8 0 4000 0 1 4000 [system]: led power on [system]: gpio l 16 4000 0 1 0 4000 eth2/eth3 RPS: CPU0/2 /sbin/smp.sh: line 219: cannot create /sys/class/net/apclie0/queues/rx-0/rps_cpus: nonexistent directory The value of wan_phylink is not 1. so do a link status detectingset_action: 1: set_action 0 [system]: killall -9 timer [09:56:29][bndstrg_periodic_exec]bndstrg->state=BNDSTRG_TBL_READY DUALBAND [system]: timer & start_timer: start timer done br0: port 5(ra0) entered forwarding state br0: port 6(rai0) entered forwarding state


=================================================================== MT7621 stage1 code 10:33:55 (ASIC) CPU=500000000 HZ BUS=166666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL2 FB_DL: 0x15, 1/0 = 582/442 55000000 PLL3 FB_DL: 0x16, 1/0 = 581/443 59000000 PLL4 FB_DL: 0x16, 1/0 = 678/346 59000000 do DDR setting..[01F40000] Apply DDR3 Setting...(use customer AC) 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 000E:| 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 000F:| 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0010:| 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0011:| 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 15 rank 0 fine = 56 B:| 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 opt_dle value:9 DRAMC_R0DELDLY[018]=00001D1D ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 8 6 7 9 6 7 8 6 6 7 10 | 9 9 8 9 8 9 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =29 DQS1 = 29 ================================================================== bit DQS0 bit DQS1 0 (1~54)27 8 (1~53)27 1 (1~55)28 9 (1~52)26 2 (1~56)28 10 (2~56)29 3 (1~58)29 11 (1~55)28 4 (1~57)29 12 (1~56)28 5 (1~56)28 13 (2~55)28 6 (1~57)29 14 (1~56)28 7 (1~58)29 15 (1~55)28 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 10 7 8 9 6 8 8 6 8 10 10 | 9 10 9 10 9 10 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2 DQ loop=15, cmp_err_1 = ffff0100 dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1 DQ loop=14, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[1]=14, finish count=2 byte:0, (DQS,DQ)=(8,8) byte:1, (DQS,DQ)=(8,8) 20,data:88 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=500000000 HZ BUS=166666666 HZ =================================================================== U-Boot 1.1.3 (Aug 16 2017 - 22:14:12) Board: Ralink APSoC DRAM: 128 MB relocate_code Pointer at: 87fb4000 Config XHCI 40M PLL flash manufacture id: ef, device id 40 18 find flash: W25Q128BV ============================================ Ralink UBoot Version: 5.0.0.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=1/3 Flash component: SPI Flash Date:Aug 16 2017 Time:22:14:12 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =128 Mbytes #Reset_MT7530 set LAN/WAN LLLLW Please choose the operation: 1: Load system code to SDRAM via TFTP. 2: Load system code then write to Flash via TFTP. 3: Boot system code via Flash (default). 4: Entr boot command line interface. 6: System Enter UBoot to Update Img or Bin. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP. default: 3 0 3: System Boot system code via Flash. ## Booting image at bc060000 ... Image Name: MIPS OpenWrt Linux-5.4.51 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 2448830 Bytes = 2.3 MB Load Address: 80001000 Entry Point: 80001000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80001000) ... ## Giving linux memsize in MB, 128 Starting kernel ... [ 0.000000] Linux version 5.4.51 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r13871-546e140382)) #0 SMP Thu Jul 16 20:18:34 2020 [ 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 D-Link DIR-882 A1 [ 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-0x0000000007ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] Normal zone: 288 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] percpu: Embedded 14 pages/cpu s26704 r8192 d22448 u57344 [ 0.000000] pcpu-alloc: s26704 r8192 d22448 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Writing ErrCtl register=00009cc0 [ 0.000000] Readback ErrCtl register=00009cc0 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 120712K/131072K available (5853K kernel code, 207K rwdata, 1264K rodata, 1240K init, 237K bss, 10360K 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] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] random: get_random_bytes called from start_kernel+0x340/0x558 with crng_init=0 [ 0.000000] CPU Clock: 880MHz [ 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.015478] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360) [ 0.055814] pid_max: default: 32768 minimum: 301 [ 0.065154] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.079557] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.097506] rcu: Hierarchical SRCU implementation. [ 0.107567] smp: Bringing up secondary CPUs ... [ 0.118060] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.118070] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.118081] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.118178] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.144704] Synchronize counters for CPU 1: done. [ 0.215142] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.215150] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.215158] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.215212] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.243179] Synchronize counters for CPU 2: done. [ 0.304273] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.304281] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.304288] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.304346] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.330778] Synchronize counters for CPU 3: done. [ 0.390380] smp: Brought up 1 node, 4 CPUs [ 0.402712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.422024] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.435944] pinctrl core: initialized pinctrl subsystem [ 0.447912] NET: Registered protocol family 16 [ 0.467552] FPU Affinity set after 4688 emulations [ 0.485461] clocksource: Switched to clocksource GIC [ 0.497101] NET: Registered protocol family 2 [ 0.506694] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.523346] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.538469] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.552459] TCP: Hash tables configured (established 1024 bind 1024) [ 0.565206] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.578114] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.592161] NET: Registered protocol family 1 [ 0.600724] PCI: CLS 0 bytes, default 32 [ 0.697440] 4 CPUs re-calibrate udelay(lpj = 1163264) [ 0.708929] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.723080] random: fast init done [ 0.739224] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.750728] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.771674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.787773] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.799105] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.810351] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.822248] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.838500] printk: console [ttyS0] disabled [ 0.846960] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 0.864885] printk: console [ttyS0] enabled [ 0.881461] printk: bootconsole [early0] disabled [ 0.903107] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 0.923688] spi-nor spi0.0: w25q128 (16384 Kbytes) [ 0.933335] 4 fixed-partitions partitions found on MTD device spi0.0 [ 0.946007] Creating 4 MTD partitions on "spi0.0": [ 0.955565] 0x000000000000-0x000000030000 : "u-boot" [ 0.966911] 0x000000030000-0x000000040000 : "u-boot-env" [ 0.978778] 0x000000040000-0x000000060000 : "factory" [ 0.990288] 0x000000060000-0x000001000000 : "firmware" [ 1.002109] 2 sge-fw partitions found on MTD device firmware [ 1.013432] Creating 2 MTD partitions on "firmware": [ 1.023341] 0x000000000000-0x000000255d93 : "kernel" [ 1.034480] 0x000000255d93-0x000000fa0000 : "rootfs" [ 1.045746] mtd: device 5 (rootfs) set to be root filesystem [ 1.057124] 1 squashfs-split partitions found on MTD device rootfs [ 1.069504] 0x000000510000-0x000000fa0000 : "rootfs_data" [ 1.082619] libphy: Fixed MDIO Bus: probed [ 1.115816] libphy: mdio: probed [ 1.122480] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 1.135715] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 1.154360] mt7621-pci 1e140000.pcie: Parsing DT failed [ 1.167207] NET: Registered protocol family 10 [ 1.177762] Segment Routing with IPv6 [ 1.185176] NET: Registered protocol family 17 [ 1.194102] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.220160] 8021q: 802.1Q VLAN Support v1.8 [ 1.230410] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [ 1.253267] libphy: dsa slave smi: probed [ 1.261714] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] [ 1.279610] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] [ 1.297529] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] [ 1.315377] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] [ 1.333311] mt7530 mdio-bus:1f wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] [ 1.351080] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode [ 1.368609] DSA: tree 0 setup [ 1.374849] rt2880-pinmux pinctrl: pcie is already enabled [ 1.385805] mt7621-pci 1e140000.pcie: Error applying setting, reverse things back [ 1.400848] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) [ 1.415774] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) [ 1.530312] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz [ 1.541450] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz [ 1.652254] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 1.666129] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 1.675845] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 1.685580] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.704278] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 1.716955] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 1.730659] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.744359] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.755328] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.767330] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.779825] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff] [ 1.792381] pci 0000:00:00.0: supports D1 [ 1.800371] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.812181] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.824202] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.836697] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff] [ 1.849241] pci 0000:00:01.0: supports D1 [ 1.857231] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.870218] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280 [ 1.882254] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 1.895943] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 1.924760] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.935196] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.947341] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.960878] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 1.975276] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.988649] pci 0000:02:00.0: [14c3:7615] type 00 class 0x000280 [ 2.000678] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 2.014369] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link) [ 2.043192] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 2.053635] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 2.065786] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 2.079314] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 2.093717] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.106940] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 2.120121] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.133998] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 2.147177] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.161051] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 2.174586] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 2.188979] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 2.202512] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 2.216905] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 2.230450] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 2.243987] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 2.257520] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff] [ 2.271055] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 2.285634] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.295526] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff] [ 2.309052] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 2.322589] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 2.336988] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] [ 2.351566] pci 0000:00:01.0: PCI bridge to [bus 02] [ 2.361471] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff] [ 2.374997] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 2.388524] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 2.403492] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control off [ 2.403790] hctosys: unable to open rtc device (rtc0) [ 2.431474] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 2.449940] Freeing unused kernel memory: 1240K [ 2.458974] This architecture does not have kernel memory protection. [ 2.471796] Run /sbin/init as init process [ 3.024490] init: Console is alive [ 3.031507] init: - watchdog - [ 3.752600] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.855072] usbcore: registered new interface driver usbfs [ 3.866128] usbcore: registered new interface driver hub [ 3.876881] usbcore: registered new device driver usb [ 3.896795] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator [ 3.914108] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator [ 3.931799] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 3.942415] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 3.965597] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000210010 [ 3.983881] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 3.996564] hub 1-0:1.0: USB hub found [ 4.004151] hub 1-0:1.0: 2 ports detected [ 4.012737] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 4.023369] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 4.038296] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 4.051175] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.068149] hub 2-0:1.0: USB hub found [ 4.075736] hub 2-0:1.0: 1 port detected [ 4.089185] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.105779] init: - preinit - [ 4.459235] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-mtk [ 4.489873] usb 2-1: LPM exit latency is zeroed, disabling LPM. [ 4.540937] random: procd: uninitialized urandom read (4 bytes read) [ 4.647803] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 4.663870] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 4.680758] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 4.826859] random: jshn: uninitialized urandom read (4 bytes read) [ 4.893932] random: jshn: uninitialized urandom read (4 bytes read) [ 5.088599] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 5.102212] 8021q: adding VLAN 0 to HW filter on device lan1 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 [ 9.305562] jffs2_scan_eraseblock(): End of filesystem marker found at 0x10000 [ 9.319988] jffs2_build_filesystem(): unlocking the mtd device... [ 9.320021] done. [ 9.336149] jffs2_build_filesystem(): erasing all blocks after the end marker... [ 9.435767] random: crng init done [ 9.457409] random: 5 urandom warning(s) missed due to ratelimiting [ 37.051847] done. [ 37.055716] jffs2: notice: (613) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 37.087945] mount_root: overlay filesystem has not been fully initialized yet [ 37.103088] mount_root: switching to jffs2 overlay [ 37.127511] overlayfs: upper fs does not support tmpfile. [ 37.532953] urandom-seed: Seed file not found (/etc/urandom.seed) [ 37.625897] procd: - early - [ 37.631747] procd: - watchdog - [ 38.225627] procd: - watchdog - [ 38.232199] procd: - ubus - [ 38.395354] procd: - init - Please press Enter to activate this console. [ 38.756789] kmodloader: loading kernel modules from /etc/modules.d/* [ 38.784860] Loading modules backported from Linux version v5.7-rc3-0-g6a8b55ed4056 [ 38.800010] Backport generated by backports.git v5.7-rc3-1-0-gc0c7d2bb [ 38.829666] xt_time: kernel timezone is -0000 [ 38.886080] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=23 [ 38.896888] pci 0000:00:00.0: enabling device (0006 -> 0007) [ 38.908174] mt7615e 0000:01:00.0: enabling device (0000 -> 0002) [ 38.932103] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 38.935945] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24 [ 38.946263] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a [ 38.946263] [ 38.946814] pci 0000:00:01.0: enabling device (0006 -> 0007) [ 38.977091] mt7615e 0000:02:00.0: enabling device (0000 -> 0002) [ 38.984450] urngd: v1.0.2 started. [ 39.008260] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 39.025954] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a [ 39.025954] [ 39.038167] PPP generic driver version 2.4.2 [ 39.056784] NET: Registered protocol family 24 [ 39.080676] kmodloader: done loading kernel modules from /etc/modules.d/* [ 39.272379] mt7615e 0000:01:00.0: N9 Firmware Version: 2.0, Build Time: 20200131181812 [ 39.272430] mt7615e 0000:02:00.0: N9 Firmware Version: 2.0, Build Time: 20200131181812 [ 39.351770] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307 [ 39.353662] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307 [ 44.681794] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 44.699898] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 44.715963] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 44.719023] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 44.746466] 8021q: adding VLAN 0 to HW filter on device lan1 [ 44.760735] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 44.774207] br-lan: port 1(lan1) entered blocking state [ 44.784741] br-lan: port 1(lan1) entered disabled state [ 44.796089] device lan1 entered promiscuous mode [ 44.805378] device eth0 entered promiscuous mode [ 44.832934] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 44.846999] 8021q: adding VLAN 0 to HW filter on device lan2 [ 44.861958] br-lan: port 2(lan2) entered blocking state [ 44.872455] br-lan: port 2(lan2) entered disabled state [ 44.883963] device lan2 entered promiscuous mode [ 44.902972] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 44.916795] 8021q: adding VLAN 0 to HW filter on device lan3 [ 44.931414] br-lan: port 3(lan3) entered blocking state [ 44.941863] br-lan: port 3(lan3) entered disabled state [ 44.953872] device lan3 entered promiscuous mode [ 44.971867] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 44.985788] 8021q: adding VLAN 0 to HW filter on device lan4 [ 45.000298] br-lan: port 4(lan4) entered blocking state [ 45.010812] br-lan: port 4(lan4) entered disabled state [ 45.022568] device lan4 entered promiscuous mode [ 45.044951] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode [ 45.058661] 8021q: adding VLAN 0 to HW filter on device wan [ 48.277216] br-lan: port 5(wlan0) entered blocking state [ 48.287898] br-lan: port 5(wlan0) entered forwarding state [ 48.299079] device wlan0 entered promiscuous mode [ 49.157967] mt7530 mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control rx/tx [ 49.378886] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready [ 49.391873] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 49.428148] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 51.928745] br-lan: port 6(wlan1) entered blocking state [ 51.939391] br-lan: port 6(wlan1) entered forwarding state [ 51.950662] device wlan1 entered promiscuous mode [ 52.391873] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready


  • This router has nearly identical internals and the same specs as the D-Link DIR-867 A1, D-Link DIR-878 A1 and Motorola MR2600 v1.
  • Due to this similarity, most software/hardware mods and even firmwares for the DIR-867, DIR-878 and MR2600 can be applied to this router without issues.
  • D-Link DIR-1760 A1, D-Link DIR-1960 A1, D-Link DIR-2640 A1 and D-Link DIR-2660 A1 also are very similar to this router, but they have more RAM (256 MB) and flash (128 MB NAND).
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/23 11:44
  • by jow