OrayBox X3A

From TechInfoDepot
Revision as of 14:15, 2 September 2022 by ShadowBot (talk | contribs) (→‎top: clean up)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
OrayBox X3AOpenWrt
Jump to navigationJump to search
abgn+ac
Wireless-AC1200 Dual-Band Router
Homepage
3rd Party Firmware
dd-wrt
Status Unknown
OpenWrt
Tomato any flavor
Incompatible
Gargoyle
Status Unknown
Platform
BrandModelRev
OrayBox X3A
FCC ID
none specified
Type
wireless router
Wireless class
AC1200
CPU1
CPU1 Type
MIPS 1004Kc
CPU1 Speed
880 MHz   ( 2 cores )
Flash1 Chip
XMC XM25QH128C
Flash1 Size
16 MiB16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br />
RAM1 Size
128 MiB134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br />
RAM1 Chip
Brand? Model?
ETH chip1
Switch
Ethernet Port Count
1-1GbE-WAN
2-1GbE-LAN

802dot11 OUI: A0:C5:F2
Ethernet OUI: A0:C5:F2

Stock bootloader
U-Boot
Stock FW OS
Q-WRT
Expansion IF types
none specified
Power
12 VDC, 1 A
Connector type
barrel
Flags
Wave2, MU-MIMO
Categorized as
not categorized
Other
Default IP address
10.168.1.1
Default login user
root
Default login password
admin
Default SSID
OrayBox-XXXX, OrayBox-5G-XXXX
3rd Party Firmware Support
OpenWrt • (List | Dev | DLs)
Retail
(Est.) release date 08 November 2021
Country of manuf China
Radio 1
Chip1
MediaTek MT7615DN
Wireless interface OUI
A0:C5:F2
Antenna Connector Type
none specified
MIMO status
2x2:2
Wireless Standard
IEEE 802.11b/g/n
802.11n
up to 300 Mbps
802.11g
up to 54 Mbps
802.11b
up to 11 Mbps
WiFi Operating Frequency
2.4 GHz
Radio 2
Chip1
MediaTek MT7615DN
Wireless interface OUI
A0:C5:F2
Antenna Connector Type
none specified
MIMO status
2x2:2
Wireless Standard
IEEE 802.11a/n/ac
802.11ac
up to 867 Mbps
802.11n
up to 300 Mbps
802.11a
up to 54 Mbps
WiFi Operating Frequency
5 GHz

For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.

Overview

867 Mbps - 2SS 5GHz 802.11ac (80MHz chan.),
300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan., 256-QAM) = AC1200 class

Specifications

  • CPU: MediaTek MT7621A @880MHz (Dual Core MIPS 1004Kc)
  • Wireless Chipset: 1x MediaTek MT7615DN (2x 2T2R DBDC)
  • Wireless Standard: 802.11bgn (2.4GHz), 802.11an/ac (5GHz)
  • Wireless Speed: 300Mbps for 2.4GHz, 867Mbps for 5GHz

Links of Interest

Specifications  • User Manual

Forum threads

Flashing

Flashing OpenWrt

Firmware

OpenWrt PR Pending

OrayBox X3A DTS File • >>

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "mt7621.dtsi"

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>

/ {
	compatible = "oraybox,x3a", "MediaTek,mt7621-soc";
	model = "OrayBox X3A";

	aliases {
		led-boot = &led_status_green;
		led-failsafe = &led_status_red;
		led-running = &led_status_blue;
		led-upgrade = &led_status_green;
		label-mac-device = &gmac0;
	};

	chosen {
		bootargs = "console=ttyS0,115200";
	};

	leds {
		compatible = "gpio-leds";

		led_status_red: status-red {
			label = "red:status";
			gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
		};

		led_status_blue: status-blue {
			label = "blue:status";
			gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
		};

		led_status_green: status-green {
			label = "green:status";
			gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
		};
	};

	keys {
		compatible = "gpio-keys";

		reset {
			label = "reset";
			gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_RESTART>;
		};
	};
};

&spi0 {
	status = "okay";

	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <30000000>;

		partitions {
			compatible = "fixed-partitions";
			#address-cells = <1>;
			#size-cells = <1>;

			partition@0 {
				label = "u-boot";
				reg = <0x0 0x30000>;
				read-only;
			};

			partition@30000 {
				label = "u-boot-env";
				reg = <0x30000 0x10000>;
				read-only;
			};

			factory: partition@40000 {
				label = "factory";
				reg = <0x40000 0x10000>;
				read-only;
			};

			partition@50000 {
				compatible = "denx,uimage";
				label = "firmware";
				reg = <0x50000 0xf00000>;
			};

			partition@fe0000 {
				label = "bdinfo";
				reg = <0xfe0000 0x10000>;
				read-only;

				compatible = "nvmem-cells";
				#address-cells = <1>;
				#size-cells = <1>;

				macaddr_bdinfo_9: macaddr@9 {
					reg = <0x9 0x6>;
				};
			};

			partition@ff0000 {
				label = "reserve";
				reg = <0xff0000 0x10000>;
				read-only;
			};
		};
	};
};

&pcie {
	status = "okay";
};

&pcie0 {
	wifi@0,0 {
		compatible = "MediaTek,mt76";
		reg = <0x0000 0 0 0 0>;
		MediaTek,mtd-eeprom = <&factory 0x0>;
	};
};

&gmac0 {
	nvmem-cells = <&macaddr_bdinfo_9>;
	nvmem-cell-names = "mac-address";
};

&switch0 {
	ports {		
		port@2 {
			status = "okay";
			label = "lan2";
		};

		port@3 {
			status = "okay";
			label = "lan1";
		};

		port@4 {
			status = "okay";
			label = "wan";
			nvmem-cells = <&macaddr_bdinfo_9>;
			nvmem-cell-names = "mac-address";
			mac-address-increment = <1>;
		};
	};
};

&state_default {
	gpio {
		groups = "jtag", "wdt";
		function = "gpio";
	};
};


Upgrading

Reverting

JTAG-Serial Info

JTAG

JTAG Pinouts

JTAG Recovery

Serial

Serial Pinouts

Serial Recovery


Stock Dumps

dmesg • >>

[    0.000000] Linux version 4.4.284 (jenkins@jenkins-slave) (gcc version 8.5.0 (Q-WRT GCC 8.5.0 r0+39008-6d80a06) ) #0 SMP Thu Oct 14 14:23:52 2021
[    0.000000] Board boot form 3-byte spi nor flash
[    0.000000] Board has DDR3
[    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[    0.000000] MIPS: machine is OrayBox-X3A
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-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] free_area_init_node: node 0, pgdat 815b37e0, node_mem_map 8175a000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4096 pages, LIFO batch:0
[    0.000000]   Normal zone: 224 pages used for memmap
[    0.000000]   Normal zone: 28672 pages, LIFO batch:7
[    0.000000] VPE topology {2,2} total 4
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.000000] PERCPU: Embedded 10 pages/cpu @8186a000 s9040 r8192 d23728 u40960
[    0.000000] pcpu-alloc: s9040 r8192 d23728 u40960 alloc=10*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Writing ErrCtl register=00010040
[    0.000000] Readback ErrCtl register=00010040
[    0.000000] Memory: 122152K/131072K available (4699K kernel code, 248K rwdata, 1048K rodata, 1284K init, 226K bss, 8920K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:256
[    0.000000] MT7621: MEMC_FB: 43 MEMC_DIV: 2
[    0.000000] MT7621: XTAL:40MHz UART:50MHz DRAM:1200MHz CPU: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.000008] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
[    0.007786] Calibrating delay loop... 581.63 BogoMIPS (lpj=290816)
[    0.022890] pid_max: default: 32768 minimum: 301
[    0.027607] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.034135] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    3.357732] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    3.357743] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    3.357753] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    3.357907] CPU1 revision is: 0001992f (MIPS 1004Kc)
[    0.079283] Synchronize counters for CPU 1: done.
[    3.178565] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    3.178573] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    3.178580] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    3.178656] CPU2 revision is: 0001992f (MIPS 1004Kc)
[    0.127634] Synchronize counters for CPU 2: done.
[    3.226679] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    3.226686] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    3.226692] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    3.226777] CPU3 revision is: 0001992f (MIPS 1004Kc)
[    0.166504] Synchronize counters for CPU 3: done.
[    0.171252] Brought up 4 CPUs
[    0.179322] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.189022] futex hash table entries: 1024 (order: 3, 32768 bytes)
[    0.195271] pinctrl core: initialized pinctrl subsystem
[    0.201043] NET: Registered protocol family 16
[    0.213455] FPU Affinity set after 1170 emulations
[    0.217867] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.223535] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.229152] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.235232] mt7621-pci 1e140000.pcie: Got GPIO#19 for PCIe0 reset
[    0.241281] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe1
[    0.247397] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe2
[    0.455335] PCIe port 0 link up
[    0.458392] PCIe port 1 link down
[    0.461675] PCIe port 2 link down
[    0.464978] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[    0.482833] PCI host bridge to bus 0000:00
[    0.486956] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[    0.493742] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
[    0.500568] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.507307] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.515225] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[    0.515280] pci 0000:00:00.0: reg 0x14: [mem 0x60100000-0x6010ffff]
[    0.515351] pci 0000:00:00.0: supports D1
[    0.515364] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.515907] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
[    0.516015] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[    0.516382] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.516417] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    0.516493] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
[    0.523198] pci 0000:00:00.0: BAR 1: assigned [mem 0x60100000-0x6010ffff]
[    0.529944] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
[    0.537207] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.542114] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
[    0.550696] clocksource: Switched to clocksource GIC
[    0.557759] NET: Registered protocol family 2
[    0.562258] IP idents hash table entries: 2048 (order: 2, 16384 bytes)
[    0.569268] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.576185] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.582482] TCP: Hash tables configured (established 1024 bind 1024)
[    0.588858] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.594645] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.601173] NET: Registered protocol family 1
[    0.605547] PCI: CLS 80 bytes, default 32
[    0.607958] Crashlog allocated RAM at address 0x3f00000
[    0.625700] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.631512] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.644312] io scheduler noop registered
[    0.648203] io scheduler deadline registered (default)
[    0.654977] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[    0.662768] console [ttyS0] disabled
[    0.666335] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A
[    0.675340] console [ttyS0] enabled
[    0.682234] bootconsole [early0] disabled
[    0.692090] ralink_priv_init
[    0.695022] ralink_priv_init
[    0.699071] m25p80 spi32766.0: set max clock 30Mhz
[    0.704056] m25p80 spi32766.0: SPI Bootstrap:3-Byte
[    0.709048] m25p80 spi32766.0: XM25Q128 (16384 Kbytes)
[    0.714245] 6 ofpart partitions found on MTD device spi32766.0
[    0.720089] Creating 6 MTD partitions on "spi32766.0":
[    0.725243] 0x000000000000-0x000000030000 : "u-boot"
[    0.731615] 0x000000030000-0x000000040000 : "u-boot-env"
[    0.738275] 0x000000040000-0x000000050000 : "factory"
[    0.744623] 0x000000050000-0x000000f50000 : "firmware"
[    0.764696] no rootfs found after FIT image in "firmware"
[    0.790809] 2 uimage-fw partitions found on MTD device firmware
[    0.796747] 0x000000050000-0x000000230000 : "kernel"
[    0.803025] 0x000000230000-0x000000f50000 : "rootfs"
[    0.809206] mtd: device 5 (rootfs) set to be root filesystem
[    0.814989] 1 squashfs-split partitions found on MTD device rootfs
[    0.821186] 0x000000c30000-0x000000f50000 : "rootfs_data"
[    0.827894] 0x000000fe0000-0x000000ff0000 : "bdinfo"
[    0.854379] 0x000000ff0000-0x000001000000 : "reserve"
[    0.862509] libphy: Fixed MDIO Bus: probed
[    0.904016] libphy: mdio: probed
[    0.908452] mtk_soc_eth 1e100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[    0.919750] mtk_soc_eth 1e100000.ethernet eth0: MediaTek frame engine at 0xbe100000, irq 10
[    0.928888] mtk_soc_eth 1e100000.ethernet: connected mac 1 to PHY at fixed-0:01 [uid=00000000, driver=Generic PHY]
[    0.940045] mtk_soc_eth 1e100000.ethernet eth1: MediaTek frame engine at 0xbe100000, irq 10
[    0.950547] NET: Registered protocol family 10
[    0.956495] NET: Registered protocol family 17
[    0.961066] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    0.973722] 8021q: 802.1Q VLAN Support v1.8
[    0.978029] Generic NVRAM Driver for MediaTek Board. (c) 2013-2015 PandoraBox Team.
[    0.985971] NVRAM driver (major 252) installed
[    1.023802] mt753x gsw: Switch is MediaTek MT7530 rev 1
[    1.035527] libphy: mt753x_mdio: probed
[    1.048508] UBIFS error (pid: 1): cannot open "ubi0:rootfs", error -19
[    1.058635] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[    1.069088] Freeing unused kernel memory: 1284K
[    1.073674] This architecture does not have kernel memory protection.
[    1.916249] init: Console is alive
[    3.923792] mt753x gsw: Port 3 Link is Up - 1Gbps/Full
[    4.062129] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    4.117461] usbcore: registered new interface driver usbfs
[    4.123089] usbcore: registered new interface driver hub
[    4.128518] usbcore: registered new device driver usb
[    4.134413] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    4.154806] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    4.173075] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    4.192811] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    4.209112] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    4.229046] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    4.246827] kmodloader: 1 module could not be probed
[    4.251945] kmodloader: - ralink_eeprom_api - 0
[    4.267034] init: - preinit -
[    4.338315] random: nonblocking pool is initialized
[    4.674690] mdio_bus mdio-bus: MAC0 phy power on
[    4.679956] mt753x gsw: Port 3 Link is Down
[    7.430132] mt753x gsw: Port 3 Link is Up - 1Gbps/Full
[    7.989879] jffs2: notice: (452) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[    8.006987] mount_root: switching to jffs2 overlay
[    8.032191] urandom-seed: Seeding with /etc/urandom.seed
[    8.158946] mdio_bus mdio-bus: MAC0 phy power down
[    8.164339] mt753x gsw: Port 3 Link is Down
[    9.521246] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.532738] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.549225] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.570191] tun: Universal TUN/TAP device driver, 1.6
[    9.575264] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    9.582402] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.601053] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.608015] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.628117] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.648030] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.667062] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.689904] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.711079] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.728882] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.750843] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.770063] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.790822] Netfilter messages via NETLINK v0.30.
[    9.796147] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.815717] ip_set: protocol 6
[    9.819394] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.837095] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.857094] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.875063] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.894198] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.913050] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.932076] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.949083] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.970495] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[    9.987121] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.007547] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.025068] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.046596] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.064082] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.082646] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.101081] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.120850] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.137101] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.157240] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.175069] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.195866] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.213081] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.232815] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.249073] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.270795] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.288127] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.307811] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.325079] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.346867] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.365084] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.386257] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.405084] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.423059] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.443133] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.462280] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.481838] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.500119] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.520365] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.539149] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.561546] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.580145] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.601112] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.620046] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.639117] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.660076] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.679118] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.700141] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.719084] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.740069] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.759084] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.779541] u32 classifier
[   10.782296]     input device check on
[   10.785967]     Actions configured
[   10.790008] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.808085] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.830826] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.849087] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.868371] Mirror/redirect action on
[   10.872732] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.891135] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.909899] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.928118] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.948196] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.967047] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   10.986041] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.004085] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.023054] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.043168] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.063100] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.084210] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.103104] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.123965] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.143945] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.163095] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.185125] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.204079] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.223989] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.242133] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.261061] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.283919] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.305121] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.333311] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.354648] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.379368] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.449303] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.471723] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.545316] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.633502] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.653466] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.676809] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.699167] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.719389] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.746241] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   11.823343] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.106136] register mt7615
[   12.130640]
[   12.130640] == pAd = c0b01000, size = 7466304, Status=0 ==
[   12.137683] pAd->PciHif.CSRBaseAddress =0xc0a00000, csr_addr=0xc0a00000!
[   12.144389] RTMPInitPCIeDevice():device_id=0x7615
[   12.149110] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615
[   12.156248] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001
[   12.161317] AP Driver version-5.1.0.0
[   12.164988] RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0
[   12.172034] mt7615_init()-->
[   12.174924] Use 1st ePAeLNA default bin.
[   12.178855] Use 0st /etc_ro/wlan/MT7615E_EEPROM1.bin default bin.
[   12.184969] <--mt7615_init()
[   12.190790] <-- RTMPAllocTxRxRingMemory, Status=0
[   12.201747] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.220329] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.244627] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.267973] [tfs] init
[   12.269788] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.292742] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.309098] nf_conntrack version 0.5.0 (1928 buckets, 7712 max)
[   12.354463] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.406195] xt_time: kernel timezone is -0000
[   12.412318] usbcore: registered new interface driver cdc_ether
[   12.431580] PPP generic driver version 2.4.2
[   12.437815] NET: Registered protocol family 24
[   12.443629] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.473345] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.498468] ralink_eeprom_api: exports duplicate symbol ra_mtd_read_nm (owned by kernel)
[   12.520965] kmodloader: 1 module could not be probed
[   12.526313] kmodloader: - ralink_eeprom_api - 0
[   17.910559] Set_Debug_Proc(): (DebugLevel = 0)
[   17.991747] Set_Debug_Proc(): (DebugLevel = 0)
[   19.114165] mdio_bus mdio-bus: MAC0 phy power on
[   19.147318] device eth0 entered promiscuous mode
[   19.158198] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   19.210206] mdio_bus mdio-bus: MAC1 phy power on
[   19.959266] br-lan: port 1(eth0) entered forwarding state
[   19.964896] br-lan: port 1(eth0) entered forwarding state
[   19.974860] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   21.587185] mt753x gsw: Port 3 Link is Up - 1Gbps/Full
[   21.966701] br-lan: port 1(eth0) entered forwarding state
[   24.550173] ra0: ===> main_virtual_if_open
[   24.575324] load l1profile succeed!
[   25.799021] [multi_profile_merge_5g_only] DBDC_MODE=1
[   25.820262] multi-profile merge success, en:1,pf1_num:4,pf2_num:4,total:8
[   25.827143] Open file "/tmp/profiles/DBDC_card0.dat" to store DBDC cfg! (14)
[   25.922575] E2pAccessMode=2
[   25.926507] SSID[0]=OrayBox-3E0D, EdcaIdx=0
[   25.932787] SSID[4]=OrayBox-5G-3E0D, EdcaIdx=0
[   25.939461] DBDC Mode=1, eDBDC_mode = 1
[   25.943767] BSS0 PhyMode=14
[   25.946685] wmode_band_equal(): Band Equal!
[   25.950942] BSS1 PhyMode=14
[   25.953786] BSS2 PhyMode=14
[   25.956612] BSS3 PhyMode=14
[   25.959556] BSS4 PhyMode=49
[   25.962568] BSS5 PhyMode=49
[   25.965496] BSS6 PhyMode=49
[   25.968480] BSS7 PhyMode=49
[   25.971746] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 2
[   25.980239] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 2
[   25.989509] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   25.998375] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   26.007379] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   26.016324] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   26.025382] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   26.034321] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   26.043500] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   26.052460] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   26.063908] BandSteering=0
[   26.067235] BndStrgBssIdx=1;0;0;0;1;0;0;0
[   26.071963] [TxPower] BAND0: 100, BAND1: 100
[   26.082402] [PERCENTAGEenable] BAND0: 1, BAND1: 1
[   26.087842] [BFBACKOFFenable] BAND0: 0, BAND1: 0
[   26.092935] CalCacheApply = 0
[   26.098136] FragThreshold[0]=2346
[   26.101522] FragThreshold[1]=2346
[   26.104889] FragThreshold[2]=2346
[   26.108231] FragThreshold[3]=2346
[   26.111632] FragThreshold[4]=2346
[   26.115112] FragThreshold[5]=2346
[   26.118504] FragThreshold[6]=2346
[   26.121982] FragThreshold[7]=2346
[   26.127016] Valid=1
[   26.129201] APAifsn[0]=3
[   26.131922] APAifsn[1]=7
[   26.134551] APAifsn[2]=1
[   26.137218] APAifsn[3]=1
[   26.140598] Valid=1
[   26.142803] APAifsn[0]=3
[   26.145462] APAifsn[1]=7
[   26.148122] APAifsn[2]=1
[   26.150799] APAifsn[3]=1
[   26.167878] BSSAifsn[0]=3
[   26.170613] BSSAifsn[1]=7
[   26.173375] BSSAifsn[2]=2
[   26.176170] BSSAifsn[3]=2
[   26.179318] BSSAifsn[0]=3
[   26.182104] BSSAifsn[1]=7
[   26.184815] BSSAifsn[2]=2
[   26.187559] BSSAifsn[3]=2
[   26.191003] BSSAifsn[0]=3
[   26.193721] BSSAifsn[1]=7
[   26.196464] BSSAifsn[2]=2
[   26.199224] BSSAifsn[3]=2
[   26.202554] BSSAifsn[0]=3
[   26.205244] BSSAifsn[1]=7
[   26.207983] BSSAifsn[2]=2
[   26.210637] BSSAifsn[3]=2
[   26.213914] BSSAifsn[0]=3
[   26.216584] BSSAifsn[1]=7
[   26.219304] BSSAifsn[2]=2
[   26.221966] BSSAifsn[3]=2
[   26.225173] BSSAifsn[0]=3
[   26.228125] BSSAifsn[1]=7
[   26.230969] BSSAifsn[2]=2
[   26.233712] BSSAifsn[3]=2
[   26.236950] BSSAifsn[0]=3
[   26.239699] BSSAifsn[1]=7
[   26.242419] BSSAifsn[2]=2
[   26.245134] BSSAifsn[3]=2
[   26.248558] BSSAifsn[0]=3
[   26.251310] BSSAifsn[1]=7
[   26.254170] BSSAifsn[2]=2
[   26.256932] BSSAifsn[3]=2
[   26.264414] DfsZeroWait Support=0/0
[   26.355858] [rtmp_read_ap_client_from_file] pf1=4 pf2=4
[   26.376809] HT: WDEV[0] Ext Channel = BELOW
[   26.381069] HT: WDEV[1] Ext Channel = BELOW
[   26.385424] HT: WDEV[2] Ext Channel = BELOW
[   26.389698] HT: WDEV[3] Ext Channel = BELOW
[   26.393993] HT: WDEV[4] Ext Channel = ABOVE
[   26.398279] HT: WDEV[5] Ext Channel = ABOVE
[   26.402552] HT: WDEV[6] Ext Channel = ABOVE
[   26.406838] HT: WDEV[7] Ext Channel = ABOVE
[   26.411797] HT: greenap_cap = 0
[   26.415366] ChipI=7615, Value=0, pcie_aspm in profile=0
[   26.519193] WtcSetMaxStaNum: BssidNum:8, MaxStaNum:117 (WdsNum:0, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:118
[   26.530127] Top Init Done!
[   26.532953] Use dev_alloc_skb
[   26.537818] RX[0] DESC a0cdc000 size = 16384
[   26.544454] RX[1] DESC a0ce0000 size = 8192
[   26.549746] cut_through_init(): ct sw token number = 4095
[   26.555897] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   26.563777] cut_through_token_list_init(): 847caf88,847caf88
[   26.570029] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   26.578117] cut_through_token_list_init(): 847caf98,847caf98
[   26.583977] Hif Init Done!
[   26.586758] ctl->txq = c1219afc
[   26.590040] ctl->rxq = c1219b08
[   26.593334] ctl->ackq = c1219b14
[   26.596801] ctl->kickq = c1219b20
[   26.600326] ctl->tx_doneq = c1219b2c
[   26.604048] ctl->rx_doneq = c1219b38
[   26.607862] Parsing patch header
[   26.611169]  Built date: 20180518100604a
[   26.615289]
[   26.616920]  Platform: ALPS
[   26.619875]  HW/SW version: 0x8a108a10
[   26.623925]  Patch version: 0x00000010
[   26.628171]  Target address: 0x80000, length: 11072
[   26.643066] patch is not ready && get semaphore success
[   26.648603] EventGenericEventHandler: CMD Success
[   26.682896] MtCmdPatchFinishReq
[   26.697427] EventGenericEventHandler: CMD Success
[   26.702453] release patch semaphore
[   26.706130] Parsing CPU 0 fw tailer
[   26.709779]  Chip ID: 0x04
[   26.712637]  Eco version: 0x00
[   26.715955]  Region number: 0x00
[   26.719381]  Format version: 0x00
[   26.723144]  Ram version: _reserved_
[   26.727122]  Built date: 20200728141823
[   26.731579]  Common crc: 0x0
[   26.734750] Parsing tailer region 0
[   26.738513]  Feature set: 0x01
[   26.741873]  Target address: 0x84000, Download size: 409600
[   26.747618] Parsing tailer region 1
[   26.751263]  Feature set: 0x01
[   26.754529]  Target address: 0x209c400, Download size: 48336
[   26.760531] EventGenericEventHandler: CMD Success
[   26.818276] EventGenericEventHandler: CMD Success
[   26.823788] MtCmdFwStartReq: override = 0x1, address = 0x84000
[   26.829804] EventGenericEventHandler: CMD Success
[   26.834607] Parsing CPU 1 fw tailer
[   26.838131]  Chip ID: 0x04
[   26.840909]  Eco version: 0x00
[   26.844133]  Region number: 0x00
[   26.847482]  Format version: 0x00
[   26.850945]  Ram version: _reserved_
[   26.854793]  Built date: 20190415154149
[   26.859092]  Common crc: 0x0
[   26.862057] Parsing tailer region 0
[   26.865672]  Feature set: 0x01
[   26.868906]  Target address: 0x90000000, Download size: 122608
[   26.875193] EventGenericEventHandler: CMD Success
[   26.897567] MtCmdFwStartReq: override = 0x4, address = 0x0
[   26.938575] EventGenericEventHandler: CMD Success
[   27.008369] MCU Init Done!
[   27.011194] efuse_probe: efuse = 10000212
[   27.015329] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
[   27.020945] RtmpEepromGetDefault::e2p_dafault=1
[   27.025875] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
[   27.033568] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0]
[   27.062135] NICReadEEPROMParameters: EEPROM 0x52 b300
[   27.068077] NICReadEEPROMParameters: EEPROM 0x52 b300
[   34.570440] Country Region from e2p = 101
[   34.574545] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1
[   34.580230] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0
[   34.585909] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0
[   34.593140] MtCmdSetDbdcCtrl:(ret = 0)
[   34.596954] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
[   34.602816] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!!
[   34.608635] EEPROM Init Done!
[   34.611664] mt_mac_init()-->
[   34.614561] mt7615_init_mac_cr()-->
[   34.618092] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c
[   34.623339] mt7615_init_mac_cr(): TMAC_TRCR1=0x82783c8c
[   34.628596] <--mt_mac_init()
[   34.632517] MAC Init Done!
[   34.635269] MT7615BBPInit():BBP Initialization.....
[   34.640201]  Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
[   34.649293]  Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
[   34.658383] PHY Init Done!
[   34.664573] MtCmdSetMacTxRx:(ret = 0)
[   34.668563] MtCmdSetMacTxRx:(ret = 0)
[   34.672985] Main bssid = 00:00:00:00:00:00
[   34.677449] MtCmdSetMacTxRx:(ret = 0)
[   34.681474] MtCmdSetMacTxRx:(ret = 0)
[   34.685420] MtCmdSetMacTxRx:(ret = 0)
[   34.689373] MtCmdSetMacTxRx:(ret = 0)
[   34.693110] <==== mt_wifi_init, Status=0
[   34.697071] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1
[   34.702768] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0
[   34.708454] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0
[   34.715603] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1
[   34.720623] MtCmdEDCCACtrl: BandIdx: 1, EDCCACtrl: 1
[   34.741262] WtcSetMaxStaNum: BssidNum:8, MaxStaNum:117 (WdsNum:0, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:118
[   34.884458] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[   34.890865] wifi_sys_open(), wdev idx = 0
[   34.895082] wdev_attr_update(): wdevId0 = a0:c5:f2:be:3e:0f
[   34.900771] [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching
[   34.907069] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1
[   34.912828] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0
[   34.918552] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0
[   34.926005] MtCmdSetDbdcCtrl:(ret = 0)
[   34.929939]  [RadarStateCheck] RD_NORMAL_MODE
[   34.935752] AP inf up for ra_0(func_idx) OmacIdx=0
[   34.940626] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   34.945990] ApAutoChannelAtBootUp----------------->
[   34.950925] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
[   34.956969] MtCmdSetMacTxRx:(ret = 0)
[   34.961008] MtCmdSetMacTxRx:(ret = 0)
[   35.864391] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0)
[   37.222802] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 11, IsAband = 0
[   37.231723]  AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 14, Channel = 11
[   37.261954] ApAutoChannelAtBootUp<-----------------
[   37.266999] wifi_sys_linkup(), wdev idx = 0
[   37.271418] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
[   37.284337] MtCmdSetDbdcCtrl:(ret = 0)
[   37.289198] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
[   37.295208] APStartUpForMbss: BssIndex = 0 channel = 11
[   37.300722] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0
[   37.308643] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
[   37.314091] apidx 0 for WscUUIDInit
[   37.317758] Generate UUID for apidx(0)
[   37.436776] rax0: ===> mbss_virtual_if_open
[   37.441140] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[   37.447790] wifi_sys_open(), wdev idx = 4
[   37.451940] wdev_attr_update(): wdevId4 = a2:c5:f2:ce:3e:0f
[   37.457610] [RcGetHdevByPhyMode] channel 0 fix for rdev fetching
[   37.463858] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0
[   37.469619] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1
[   37.475396] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1
[   37.490338] MtCmdSetDbdcCtrl:(ret = 0)
[   37.494445]  [RadarStateCheck] RD_NORMAL_MODE
[   37.501365] AP inf up for ra_4(func_idx) OmacIdx=20
[   37.506558] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   37.512833] ApAutoChannelAtBootUp----------------->
[   37.518168] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
[   37.526843] MtCmdSetMacTxRx:(ret = 0)
[   37.533384] MtCmdSetMacTxRx:(ret = 0)
[   37.537497] [AutoChSelBuildChannelListFor5G] ChListNum5G = 13
[   38.365753] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 2, IsAband = 1
[   38.374307]  AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 49, Channel = 2
[   38.384915] ApAutoChannelAtBootUp<-----------------
[   38.654680] wifi_sys_linkup(), wdev idx = 4
[   38.658997] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196
[   38.671549] MtCmdSetDbdcCtrl:(ret = 0)
[   38.675817] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 14
[   38.681715] APStartUpForMbss: BssIndex = 1 channel = 36
[   38.686997] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 1
[   38.693976] apidx 4 for WscUUIDInit
[   38.697470] Generate UUID for apidx(4)
[   38.864935] ra0: ===> main_virtual_if_close
[   38.869571] wifi_sys_linkdown(), wdev idx = 0
[   38.869879] ExtEventBeaconLostHandler::FW LOG, Beacon lost (a0:c5:f2:be:3e:0f), Reason 0x10
[   38.869884]   Beacon lost - AP disabled!!!
[   38.888243] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
[   38.932853] wifi_sys_close(), wdev idx = 0
[   39.041954] device rax0 entered promiscuous mode
[   39.047030] br-lan: port 2(rax0) entered forwarding state
[   39.052736] br-lan: port 2(rax0) entered forwarding state
[   41.054703] br-lan: port 2(rax0) entered forwarding state
[   42.402584] rax0: ===> mbss_virtual_if_close
[   42.406991] wifi_sys_linkdown(), wdev idx = 4
[   42.407137] ExtEventBeaconLostHandler::FW LOG, Beacon lost (a2:c5:f2:ce:3e:0f), Reason 0x10
[   42.407141]   Beacon lost - AP disabled!!!
[   42.424433] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
[   42.436299] wifi_sys_close(), wdev idx = 4
[   42.440650] APStop(), oper(0) bssid(0)=a0:c5:f2:be:3e:0f
[   42.446072] wifi_sys_close(), wdev idx = 0
[   42.450275] MtCmdFdFrameOffloadSet(): Enable = 0, OwnMacIdx = 0, WlanIdx = 0, Band = 0, Len = 0
[   42.450306] wifi_sys_close(), wdev idx = 1
[   42.450362] wifi_sys_close(), wdev idx = 2
[   42.450416] wifi_sys_close(), wdev idx = 3
[   42.450472] wifi_sys_close(), wdev idx = 4
[   42.450553] wifi_sys_close(), wdev idx = 5
[   42.450611] wifi_sys_close(), wdev idx = 6
[   42.450699] wifi_sys_close(), wdev idx = 7
[   42.450732] <=== APStop()
[   42.501063] CmdReStartDLRsp: WiFI FW Download Success
[   42.506632] RT28xxPciAsicRadioOff(): Not support for HIF_MT yet!
[   42.512738] tx_kickout_fail_count = 0
[   42.516406] tx_timeout_fail_count = 0
[   42.520069] rx_receive_fail_count = 0
[   42.523730] alloc_cmd_msg = 1323
[   42.526956] free_cmd_msg = 1323
[   42.531611] cut_through_token_list_destroy(): 847caf88,847caf88
[   42.538200] cut_through_token_list_destroy(): 847caf98,847caf98
[   42.550501] br-lan: port 2(rax0) entered disabled state
[   43.686366] rax0: ===> mbss_virtual_if_open
[   43.691037] load l1profile succeed!
[   44.121568] [multi_profile_merge_5g_only] DBDC_MODE=1
[   44.136030] multi-profile merge success, en:1,pf1_num:4,pf2_num:4,total:8
[   44.142825] Open file "/tmp/profiles/DBDC_card0.dat" to store DBDC cfg! (14)
[   44.153026] E2pAccessMode=2
[   44.156475] SSID[0]=OrayBox-3E0D, EdcaIdx=0
[   44.161810] SSID[4]=OrayBox-5G-3E0D, EdcaIdx=1
[   44.167549] DBDC Mode=1, eDBDC_mode = 1
[   44.171617] BSS0 PhyMode=14
[   44.174528] wmode_band_equal(): Band Equal!
[   44.178819] BSS1 PhyMode=14
[   44.181712] BSS2 PhyMode=14
[   44.184559] BSS3 PhyMode=14
[   44.187410] BSS4 PhyMode=49
[   44.190247] BSS5 PhyMode=49
[   44.193076] BSS6 PhyMode=49
[   44.195891] BSS7 PhyMode=49
[   44.199033] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 2
[   44.207277] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 2
[   44.216189] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   44.225023] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   44.233846] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   44.242695] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0:
[   44.251504] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   44.260319] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   44.269176] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   44.278020] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0:
[   44.288495] BandSteering=0
[   44.291580] BndStrgBssIdx=1;0;0;0;1;0;0;0
[   44.296124] [TxPower] BAND0: 100, BAND1: 100
[   44.305987] [PERCENTAGEenable] BAND0: 1, BAND1: 1
[   44.311444] [BFBACKOFFenable] BAND0: 0, BAND1: 0
[   44.316471] CalCacheApply = 0
[   44.321174] FragThreshold[0]=2346
[   44.324562] FragThreshold[1]=2346
[   44.327922] FragThreshold[2]=2346
[   44.331272] FragThreshold[3]=2346
[   44.334703] FragThreshold[4]=2346
[   44.338288] FragThreshold[5]=2346
[   44.341920] FragThreshold[6]=2346
[   44.345420] FragThreshold[7]=2346
[   44.350511] Valid=1
[   44.352753] APAifsn[0]=3
[   44.355352] APAifsn[1]=7
[   44.357945] APAifsn[2]=1
[   44.360518] APAifsn[3]=1
[   44.363494] Valid=1
[   44.365673] APAifsn[0]=3
[   44.368237] APAifsn[1]=7
[   44.370879] APAifsn[2]=1
[   44.373490] APAifsn[3]=1
[   44.387879] BSSAifsn[0]=3
[   44.390549] BSSAifsn[1]=7
[   44.393205] BSSAifsn[2]=2
[   44.395862] BSSAifsn[3]=2
[   44.398829] BSSAifsn[0]=3
[   44.401498] BSSAifsn[1]=7
[   44.404162] BSSAifsn[2]=2
[   44.406833] BSSAifsn[3]=2
[   44.410034] BSSAifsn[0]=3
[   44.412727] BSSAifsn[1]=7
[   44.415391] BSSAifsn[2]=2
[   44.418092] BSSAifsn[3]=2
[   44.421096] BSSAifsn[0]=3
[   44.423779] BSSAifsn[1]=7
[   44.426446] BSSAifsn[2]=2
[   44.429112] BSSAifsn[3]=2
[   44.432083] BSSAifsn[0]=3
[   44.434735] BSSAifsn[1]=7
[   44.437422] BSSAifsn[2]=2
[   44.440108] BSSAifsn[3]=2
[   44.443109] BSSAifsn[0]=3
[   44.445792] BSSAifsn[1]=7
[   44.448443] BSSAifsn[2]=2
[   44.451099] BSSAifsn[3]=2
[   44.454059] BSSAifsn[0]=3
[   44.456716] BSSAifsn[1]=7
[   44.459359] BSSAifsn[2]=2
[   44.461993] BSSAifsn[3]=2
[   44.464946] BSSAifsn[0]=3
[   44.467642] BSSAifsn[1]=7
[   44.470350] BSSAifsn[2]=2
[   44.473038] BSSAifsn[3]=2
[   44.478805] DfsZeroWait Support=0/0
[   44.544792] [rtmp_read_ap_client_from_file] pf1=4 pf2=4
[   44.559084] HT: WDEV[0] Ext Channel = BELOW
[   44.563277] HT: WDEV[1] Ext Channel = BELOW
[   44.567470] HT: WDEV[2] Ext Channel = BELOW
[   44.571670] HT: WDEV[3] Ext Channel = BELOW
[   44.575863] HT: WDEV[4] Ext Channel = ABOVE
[   44.580051] HT: WDEV[5] Ext Channel = ABOVE
[   44.584239] HT: WDEV[6] Ext Channel = ABOVE
[   44.588432] HT: WDEV[7] Ext Channel = ABOVE
[   44.593056] HT: greenap_cap = 0
[   44.596430] ChipI=7615, Value=0, pcie_aspm in profile=0
[   44.663558] WtcSetMaxStaNum: BssidNum:8, MaxStaNum:117 (WdsNum:0, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:118
[   44.674172] Top Init Done!
[   44.676904] Use dev_alloc_skb
[   44.681305] RX[0] DESC a0cdc000 size = 16384
[   44.687008] RX[1] DESC a0ce0000 size = 8192
[   44.691847] cut_through_init(): ct sw token number = 4095
[   44.697632] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   44.705390] cut_through_token_list_init(): 850a4308,850a4308
[   44.711553] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   44.719316] cut_through_token_list_init(): 850a4318,850a4318
[   44.725006] Hif Init Done!
[   44.727727] ctl->txq = c1219afc
[   44.730875] ctl->rxq = c1219b08
[   44.734023] ctl->ackq = c1219b14
[   44.737257] ctl->kickq = c1219b20
[   44.740577] ctl->tx_doneq = c1219b2c
[   44.744163] ctl->rx_doneq = c1219b38
[   44.747815] Parsing patch header
[   44.751050]  Built date: 20180518100604a
[   44.755060]
[   44.756556]  Platform: ALPS
[   44.759381]  HW/SW version: 0x8a108a10
[   44.763170]  Patch version: 0x00000010
[   44.766960]  Target address: 0x80000, length: 11072
[   44.772014] patch is ready, continue to ILM/DLM DL
[   44.776832] Parsing CPU 0 fw tailer
[   44.780326]  Chip ID: 0x04
[   44.783059]  Eco version: 0x00
[   44.786134]  Region number: 0x00
[   44.789376]  Format version: 0x00
[   44.792713]  Ram version: _reserved_
[   44.796334]  Built date: 20200728141823
[   44.800318]  Common crc: 0x0
[   44.803202] Parsing tailer region 0
[   44.806696]  Feature set: 0x01
[   44.809776]  Target address: 0x84000, Download size: 409600
[   44.815344] Parsing tailer region 1
[   44.818837]  Feature set: 0x01
[   44.821919]  Target address: 0x209c400, Download size: 48336
[   44.827673] EventGenericEventHandler: CMD Success
[   44.837205] EventGenericEventHandler: CMD Success
[   44.842473] MtCmdFwStartReq: override = 0x1, address = 0x84000
[   44.848411] EventGenericEventHandler: CMD Success
[   44.853136] Parsing CPU 1 fw tailer
[   44.856637]  Chip ID: 0x04
[   44.859376]  Eco version: 0x00
[   44.862445]  Region number: 0x00
[   44.865696]  Format version: 0x00
[   44.869028]  Ram version: _reserved_
[   44.872659]  Built date: 20190415154149
[   44.876666]  Common crc: 0x0
[   44.879553] Parsing tailer region 0
[   44.883059]  Feature set: 0x01
[   44.886144]  Target address: 0x90000000, Download size: 122608
[   44.892063] EventGenericEventHandler: CMD Success
[   44.898020] MtCmdFwStartReq: override = 0x4, address = 0x0
[   44.938804] EventGenericEventHandler: CMD Success
[   45.008351] MCU Init Done!
[   45.011133] efuse_probe: efuse = 10000212
[   45.015188] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
[   45.020636] RtmpEepromGetDefault::e2p_dafault=1
[   45.025245] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
[   45.032920] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0]
[   45.060446] NICReadEEPROMParameters: EEPROM 0x52 b300
[   45.066364] NICReadEEPROMParameters: EEPROM 0x52 b300
[   52.565002] Country Region from e2p = 101
[   52.569072] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1
[   52.574730] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0
[   52.580385] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0
[   52.587592] MtCmdSetDbdcCtrl:(ret = 0)
[   52.591372] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
[   52.597178] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!!
[   52.602960] EEPROM Init Done!
[   52.605939] mt_mac_init()-->
[   52.608822] mt7615_init_mac_cr()-->
[   52.612323] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c
[   52.617546] mt7615_init_mac_cr(): TMAC_TRCR1=0x82783c8c
[   52.622789] <--mt_mac_init()
[   52.626634] MAC Init Done!
[   52.629376] MT7615BBPInit():BBP Initialization.....
[   52.634259]  Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
[   52.643303]  Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
[   52.652339] PHY Init Done!
[   52.658600] MtCmdSetMacTxRx:(ret = 0)
[   52.662592] MtCmdSetMacTxRx:(ret = 0)
[   52.666888] Main bssid = a0:c5:f2:be:3e:0f
[   52.671389] MtCmdSetMacTxRx:(ret = 0)
[   52.675459] MtCmdSetMacTxRx:(ret = 0)
[   52.679695] MtCmdSetMacTxRx:(ret = 0)
[   52.683712] MtCmdSetMacTxRx:(ret = 0)
[   52.687449] <==== mt_wifi_init, Status=0
[   52.691379] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1
[   52.697038] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0
[   52.702698] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0
[   52.709809] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1
[   52.714798] MtCmdEDCCACtrl: BandIdx: 1, EDCCACtrl: 1
[   52.719821] WtcSetMaxStaNum: BssidNum:8, MaxStaNum:117 (WdsNum:0, ApcliNum:2, MaxNumChipRept:32), MinMcastWcid:118
[   52.836255] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[   52.842551] wifi_sys_open(), wdev idx = 4
[   52.846571] wdev_attr_update(): wdevId4 = a2:c5:f2:ce:3e:0f
[   52.852152] [RcGetHdevByPhyMode] channel 0 fix for rdev fetching
[   52.858180] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0
[   52.863840] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1
[   52.869499] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1
[   52.876816] MtCmdSetDbdcCtrl:(ret = 0)
[   52.880705]  [RadarStateCheck] RD_NORMAL_MODE
[   52.886700] AP inf up for ra_4(func_idx) OmacIdx=20
[   52.891618] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   52.896633] ApAutoChannelAtBootUp----------------->
[   52.901520] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
[   52.907257] MtCmdSetMacTxRx:(ret = 0)
[   52.911018] MtCmdSetMacTxRx:(ret = 0)
[   52.914726] [AutoChSelBuildChannelListFor5G] ChListNum5G = 13
[   53.729713] RandomByte2(4979): Not support for HIF_MT yet!
[   53.735229] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 1, IsAband = 1
[   53.743752]  AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 49, Channel = 1
[   53.754855] ApAutoChannelAtBootUp<-----------------
[   53.859902] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0)
[   54.027405] wifi_sys_linkup(), wdev idx = 4
[   54.031765] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196
[   54.044340] MtCmdSetDbdcCtrl:(ret = 0)
[   54.048614] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 14
[   54.054496] APStartUpForMbss: BssIndex = 1 channel = 36
[   54.059934] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 1
[   54.067016] apidx 4 for WscUUIDInit
[   54.070510] Generate UUID for apidx(4)
[   54.074781] br-lan: port 2(rax0) entered forwarding state
[   54.080277] br-lan: port 2(rax0) entered forwarding state
[   54.127904] ra0: ===> main_virtual_if_open
[   54.132038] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[   54.138385] wifi_sys_open(), wdev idx = 0
[   54.142478] wdev_attr_update(): wdevId0 = a0:c5:f2:be:3e:0f
[   54.148113] [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching
[   54.154372] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0
[   54.160237] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1
[   54.165922] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1
[   54.173270] MtCmdSetDbdcCtrl:(ret = 0)
[   54.177203]  [RadarStateCheck] RD_NORMAL_MODE
[   54.182974] AP inf up for ra_0(func_idx) OmacIdx=0
[   54.187921] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   54.193134] ApAutoChannelAtBootUp----------------->
[   54.198040] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
[   54.204581] MtCmdSetMacTxRx:(ret = 0)
[   54.208555] MtCmdSetMacTxRx:(ret = 0)
[   56.086679] br-lan: port 2(rax0) entered forwarding state
[   56.435729] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 4, IsAband = 0
[   56.444288]  AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 14, Channel = 4
[   56.861328] ApAutoChannelAtBootUp<-----------------
[   56.866324] wifi_sys_linkup(), wdev idx = 0
[   56.870642] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
[   56.882707] MtCmdSetDbdcCtrl:(ret = 0)
[   56.886967] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
[   56.892780] APStartUpForMbss: BssIndex = 0 channel = 4
[   56.897988] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0
[   56.905009] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
[   56.910326] apidx 0 for WscUUIDInit
[   56.913815] Generate UUID for apidx(0)
[   56.996328] device ra0 entered promiscuous mode
[   57.000979] br-lan: port 3(ra0) entered forwarding state
[   57.006325] br-lan: port 3(ra0) entered forwarding state
[   59.006678] br-lan: port 3(ra0) entered forwarding state
cat /proc/cmdline • >>

console=ttyS0,115200
cat /proc/cpuinfo • >>

system type             : MediaTek MT7621 ver:1 eco:3
machine                 : OrayBox-X3A
processor               : 0
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 581.63
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 0
 
processor               : 1
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 581.63
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 1
 
processor               : 2
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 581.63
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 1
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 0
 
processor               : 3
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 581.63
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
package                 : 0
core                    : 1
VCED exceptions         : not available
VCEI exceptions         : not available
VPE                     : 1
cat /proc/meminfo • >>

MemTotal:         123436 kB
MemFree:           23376 kB
MemAvailable:      33816 kB
Buffers:            7716 kB
Cached:            41284 kB
SwapCached:            0 kB
Active:            40712 kB
Inactive:          14788 kB
Active(anon):      23312 kB
Inactive(anon):      104 kB
Active(file):      17400 kB
Inactive(file):    14684 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:             0 kB
HighFree:              0 kB
LowTotal:         123436 kB
LowFree:           23376 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:          6456 kB
Mapped:             6600 kB
Shmem:             16916 kB
Slab:              11188 kB
SReclaimable:       2812 kB
SUnreclaim:         8376 kB
KernelStack:         944 kB
PageTables:          824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:       61716 kB
Committed_AS:      36272 kB
VmallocTotal:    1040376 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
cat /proc/devices • >>

Character devices:
  1 mem
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
 10 misc
 90 mtd
108 ppp
128 ptm
136 pts
180 usb
189 usb_device
251 pb_rsa_key
252 nvram0
253 watchdog
254 rtc
 
Block devices:
259 blkext
 31 mtdblock
254 ubiblock
ls /sys/devices/platform • >>

1e000000.ethsys                Fixed MDIO bus.0               pinctrl
1e000000.palmbus               alarmtimer                     rstctrl
1e004000.crypto                apll@0                         serial8250
1e100000.ethernet              clkctrl                        sysbusclock@0
1e100000.hnat                  cpuclock@0                     sysclock125M@0
1e140000.pcie                  cpuintc@0                      sysclock50M@0
1e1c0000.usb                   gpio-keys-polled               uevent
1e1d0000.usb-phy               gsw
1fbc0000.interrupt-controller  leds
 
[cat /proc/mtd]
dev:    size   erasesize  name
mtd0: 00030000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "factory"
mtd3: 00f00000 00010000 "firmware"
mtd4: 001e0000 00010000 "kernel"
mtd5: 00d20000 00010000 "rootfs"
mtd6: 00320000 00010000 "rootfs_data"
mtd7: 00010000 00010000 "bdinfo"
mtd8: 00010000 00010000 "reserve"
cat /sys/class/mtd/mtd*/offset • >>

0
196608
262144
327680
327680
2293760
12779520
16646144
16711680
ifconfig -a • >>

apcli0    Link encap:Ethernet  HWaddr A6:C5:F2:BE:3E:0F
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
apclix0   Link encap:Ethernet  HWaddr A6:D5:F2:BE:3E:0F
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
br-lan    Link encap:Ethernet  HWaddr A0:C5:F2:BE:3E:0D
          inet addr:10.168.1.1  Bcast:10.168.1.255  Mask:255.255.255.0
          inet6 addr: fd21:4191:d066::1/60 Scope:Global
          inet6 addr: fe80::a2c5:f2ff:febe:3e0d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7545 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6504 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:550715 (537.8 KiB)  TX bytes:18165311 (17.3 MiB)
 
eth0      Link encap:Ethernet  HWaddr A0:C5:F2:BE:3E:0D
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7573 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16985 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:659517 (644.0 KiB)  TX bytes:18902903 (18.0 MiB)
          Interrupt:10
 
eth1      Link encap:Ethernet  HWaddr A0:C5:F2:BE:3E:0E
          inet6 addr: fe80::a2c5:f2ff:febe:3e0e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:933 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1551 (1.5 KiB)  TX bytes:320090 (312.5 KiB)
          Interrupt:10
 
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:4959 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4959 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:309421 (302.1 KiB)  TX bytes:309421 (302.1 KiB)
 
ra0       Link encap:Ethernet  HWaddr A0:C5:F2:BE:3E:0F
          inet6 addr: fe80::a2c5:f2ff:febe:3e0f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:11
 
ra1       Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
ra2       Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
ra3       Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
rax0      Link encap:Ethernet  HWaddr A2:C5:F2:CE:3E:0F
          inet6 addr: fe80::a0c5:f2ff:fece:3e0f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
rax1      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
rax2      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
rax3      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
teql0     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          [NO FLAGS]  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
ls /sys/class/net • >>

apcli0   br-lan   eth1     ra0      ra2      rax0     rax2     teql0
apclix0  eth0     lo       ra1      ra3      rax1     rax3
ls brctl show • >>

bridge name     bridge id               STP enabled     interfaces
br-lan          7fff.a0c5f2be3e0d       no              ra0
                                                        eth0
                                                        rax0
cat /sys/kernel/debug/gpio • >>

GPIOs 0-31, platform/1e000600.gpio, 1e000600.gpio:
 gpio-13  (                    |?                   ) out lo
 gpio-14  (                    |?                   ) out hi
 gpio-15  (                    |?                   ) out hi
 gpio-18  (                    |reset               ) in  hi
 gpio-19  (                    |pcie_rst            ) out hi
 
GPIOs 32-63, platform/1e000600.gpio, 1e000600.gpio:
 
GPIOs 64-95, platform/1e000600.gpio, 1e000600.gpio:


USB Info

vlan Info

Pictures

Notes

Hardware Modification

See also