ZBT WG2626 V03

A MediaTek MT7621AT based 802.11bgn + 802.11ac + mPCIe + USB 3.0 + S-ATA + microSD network appliance.

also marketed as ALL-WR1200AC_WRT

CIOSWI WG3526 is the same board in a metallic case, with an (optional) 3G modem in the left expansion slot

Install OpenWrt (generic explanation)

Here's how I eventually flashed the “openwrt-18.06.4-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin” -

  1. With Lan cable connected to computer, follow the “recovery mode method” - hold the reset button and plug in power. Wait for about 10sec. (I won't try flashing firmware with Wifi instead of Lan cable)
  2. Instead of showing default router web admin interface, “192.168.1.1” on browser will bring up a “firmware recovery mode” interface in Chinese (only). SSH won't work. An instruction on lte-hacks in 2018/8 was based on a pandorabox based stock firmware. From 2019/8 the stock firmware seems to be based on some version of openwrt. So the “firmware recovery mode” screen is a bit different now 2019/8.
  3. Don't panic if you can't read Chinese. You just need to recognise these few words/phrases. 固件恢复模式 = firmware recovery mode . 恢复 = recovery. 备份 = backup
  4. To play safe, press 备份 to backup the stock firmware first. The filename seemed to be set to “eeprom.bin” . The file size for this 20190809 stock version was just 65.5k.
  5. I renamed the “openwrt-18.06.4-ramips-mt7621-zbt-wg2626-squashfs-sysupgrade.bin” file to “eeprom.bin”. It may be unnecessary. You may try bypassing this step.
  6. Press 恢复 to “recover” the eeprom.bin file to the router. As usual this process takes a while and any interruption will brick your router. It will show some messages in Chinese. FYI, 重启中=rebooting, 重启=reboot, 等候=wait, 完成=done

  • Note: The allnet wrt1200ac version (april 2016), named wg2926, has stock firmware working (14.07) but broken repositories, so no packages could be installed. So a sysupgrade may help (to be tested). One could ask the allnet support team that will deliver a 15.05 firmware by mail.
Flash Layout
Layer0 m25p80 spi0.0: w25q128 16384KiB
Layer1 mtd0 u-boot 192KiB mtd1 u-boot-env 64KiB mtd2 factory 64KiB mtd4 firmware 16064KiB
Layer2 mtd4 kernel mtd5 rootfs
Layer3 mtd6 rootfs_data
filesystem fw_env eeprom uImage squashfs /rom jffs2 /overlay
overlayfs /
  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

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

  • sysupgrade
  • mtd

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

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

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

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
vlan0 (eth0.0) LAN ports (1 to 4) None
vlan1 (eth0.1) WAN port DHCP
wlan0 WiFi (5GHz) Disabled
wlan1 WiFi (2.4GHz) Disabled

Numbers 0-4 are Ports 1-5 as labeled on the unit, number 5 is the Internet (WAN) on the unit, 6 is the internal connection to the router itself.

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

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

The ZBT WG2626 has the following buttons:

BUTTON Event
Reset reset

ALLNET OEM ALL-WR1200AC-WRT see more Details http://www.allnet.de/de/allnet-brand/produkte/modems-router/open-wrt-router/ (this reports 4 cpus)

# with stock firmware 
root@OpenWrt:/etc/config# cat /etc/openwrt_release
DISTRIB_ID="OpenWrt"
DISTRIB_RELEASE="Barrier Breaker"
DISTRIB_REVISION="unknown"
DISTRIB_CODENAME="barrier_breaker"
DISTRIB_TARGET="ramips/generic"
DISTRIB_DESCRIPTION="OpenWrt Barrier Breaker 14.07"
DISTRIB_TAINTS="no-all busybox"

root@OpenWrt:/etc/config# cat /proc/cpuinfo
system type             : MT7621
machine                 : Unknown
processor               : 0
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
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
core                    : 0
VPE                     : 0
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 1
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
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
core                    : 0
VPE                     : 1
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 2
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
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
core                    : 1
VPE                     : 0
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 3
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
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
core                    : 1
VPE                     : 1
VCED exceptions         : not available
VCEI exceptions         : not available

root@OpenWrt:/etc/config# cat /proc/meminfo
MemTotal:         514840 kB
MemFree:          465516 kB
Buffers:            3376 kB
Cached:            20740 kB
SwapCached:            0 kB
Active:             9388 kB
Inactive:          16764 kB
Active(anon):       2572 kB
Inactive(anon):      108 kB
Active(file):       6816 kB
Inactive(file):    16656 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:         65536 kB
HighFree:          34528 kB
LowTotal:         449304 kB
LowFree:          430988 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:          2072 kB
Mapped:             1844 kB
Shmem:               644 kB
Slab:               9472 kB
SReclaimable:       1876 kB
SUnreclaim:         7596 kB
KernelStack:         504 kB
PageTables:          240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      257420 kB
Committed_AS:       5872 kB
VmallocTotal:    1015800 kB
VmallocUsed:       10704 kB
VmallocChunk:     994252 kB

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

How to connect to the Serial Port of this specific device:

J4 on the board GND, TX, RX, 3V3
Serial connection parameters
for ZBT VG2626 V03
57600, 8N1

=================================================================== MT7621 stage1 code 16:20:29 (ASIC) CPU=50000000 HZ BUS=16666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x21000000 3PLL mode + External loopback === XTAL-40Mhz === DDR-800Mhz === PLL4 FB_DL: 0x7, 1/0 = 569/455 1D000000 PLL3 FB_DL: 0xe, 1/0 = 639/385 39000000 PLL2 FB_DL: 0x14, 1/0 = 588/436 51000000 do DDR setting..[00320000] Apply DDR3 Setting...(use default 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 0 0 0 000E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000F:| 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0010:| 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0011:| 1 1 1 1 1 1 1 1 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 = 16 rank 0 fine = 64 B:| 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 opt_dle value:10 DRAMC_R0DELDLY[018]=00003033 ================================================================== 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 | 10 8 8 10 8 7 8 5 4 5 10 | 7 7 9 8 6 11 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =51 DQS1 = 48 ================================================================== bit DQS0 bit DQS1 0 (1~102)51 8 (1~94)47 1 (1~99)50 9 (1~94)47 2 (1~98)49 10 (1~96)48 3 (1~97)49 11 (1~92)46 4 (1~98)49 12 (1~96)48 5 (1~98)49 13 (1~92)46 6 (1~100)50 14 (1~96)48 7 (1~101)51 15 (1~96)48 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 10 9 10 12 10 9 9 5 5 6 10 | 7 9 9 10 6 11 ================================================================== ================================================================== 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 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqdly_pass[1]=15, 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=50000000 HZ BUS=16666666 HZ =================================================================== GPIO Init: UARTF_SHARE_MODE:GPIO GPIO_MODE_REG:0x200809c ReadyLED Bit:0x2000 U-Boot 1.1.3 (Aug 3 2015 - 10:33:43) Board:Ralink APSoC DRAM: Memory Testing..256 MB relocate_code Pointer at: 8ffb0000 Config XHCI 40M PLL flash manufacture id: ef, device id 40 18 Warning: un-recognized chip ID, please update bootloader! *** Warning - bad CRC, using default environment _______________________________________________________________ | ____ _ ____ | | | _ \ __ _ _ __ __| | ___ _ __ __ _| __ ) _____ __ | | | |_) / _` | '_ \ / _` |/ _ \| '__/ _` | _ \ / _ \ \/ / | | | __/ (_| | | | | (_| | (_) | | | (_| | |_) | (_) > < | | |_| \__,_|_| |_|\__,_|\___/|_| \__,_|____/ \___/_/\_\ | | | | Ralink/MTK SDK Plantform | | Copyright 2005-2015 | | Board:Ralink RT305x | | | | <www.zbt-china.com> | |______________________________________________________________| ============================================ Ralink UBoot Version: 4.2.S.1 -------------------------------------------- ASIC 7621_MP (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 3 2015 Time:10:33:43 ============================================ CPU Speed: 880 MHZ RAM Size:512 Mbytes Build Date:Aug 3 2015 Time:10:33:43 ============================================ #Reset_MT7530 set LAN/WAN LLLLW GPIO Init: UARTF_SHARE_MODE:GPIO GPIO_MODE_REG:0x200809c ReadyLED Bit:0x2000 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. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP.  0 3: System Boot system code via Flash. Press Reset button enter upgrade mode! ## Booting image at bfc50000 ... Image Name: OpenWrt Linux-3.10.14-p112871 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1413576 Bytes = 1.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, 256 Starting kernel ... LINUX started... THIS IS ASIC [ 0.000000] Linux version 3.10.14 (zbt123@zbt-server) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #12 SMP Sat Oct 10 18:44:42 CST 2015 [ 0.000000] [ 0.000000] The CPU feqenuce set to 880 MHz [ 0.000000] GCMP present [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] Software DMA cache coherency [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 1c000000 @ 00000000 (usable) [ 0.000000] memory: 04000000 @ 20000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x00000000-0x1fffffff] [ 0.000000] HighMem [mem 0x20000000-0x23ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000-0x1bffffff] [ 0.000000] node 0: [mem 0x20000000-0x23ffffff] [ 0.000000] avail: cpu1 is not ready [ 0.000000] avail: cpu2 is not ready [ 0.000000] avail: cpu3 is not ready [ 0.000000] Detected 0 available secondary CPU(s) [ 0.000000] Primary instruction cache 32kB, 4-way, VIPT, 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 7 pages/cpu @81484000 s6656 r8192 d13824 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock5 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Writing ErrCtl register=0000001a [ 0.000000] Readback ErrCtl register=0000001a [ 0.000000] Memory: 514692k/458752k available (3112k kernel code, 9596k reserved, 796k data, 244k init, 65536k highmem) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1. [ 0.000000] NR_IRQS:128 [ 0.000000] console [ttyS1] enabled [ 0.144000] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360) [ 0.180000] pid_max: default: 32768 minimum: 301 [ 0.184000] Mount-cache hash table entries: 512 [ 0.188000] Brought up 1 CPUs [ 0.192000] NET: Registered protocol family 16 [ 0.496000] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.500000] PCIE PHY initialize [ 0.504000] ***** Xtal 40MHz ***** [ 0.508000] start MT7621 PCIe register access [ 1.108000] RALINK_RSTCTRL = 7000000 [ 1.112000] RALINK_CLKCFG1 = 77ffeff8 [ 1.116000] [ 1.116000] *************** MT7621 PCIe RC mode ************* [ 1.616000] pcie_link status = 0x7 [ 1.620000] RALINK_RSTCTRL= 7000000 [ 1.624000] *** Configure Device number setting of Virtual PCI-PCI bridge *** [ 1.628000] RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2 [ 1.632000] PCIE0 enabled [ 1.636000] PCIE1 enabled [ 1.640000] PCIE2 enabled [ 1.644000] interrupt enable status: 700000 [ 1.648000] Port 2 N_FTS = 1b105000 [ 1.652000] Port 1 N_FTS = 1b105000 [ 1.656000] Port 0 N_FTS = 1b105000 [ 1.660000] config reg done [ 1.664000] init_rt2880pci done [ 1.684000] bio: create slab <bio-0> at 0 [ 1.688000] SCSI subsystem initialized [ 1.692000] usbcore: registered new interface driver usbfs [ 1.696000] usbcore: registered new interface driver hub [ 1.700000] usbcore: registered new device driver usb [ 1.704000] PCI host bridge to bus 0000:00 [ 1.708000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.712000] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 1.716000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.720000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.724000] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.728000] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.732000] pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) [ 1.736000] pci 0000:00:01.0: BAR 0: can't assign mem (size 0x80000000) [ 1.740000] pci 0000:00:02.0: BAR 0: can't assign mem (size 0x80000000) [ 1.744000] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.748000] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 1.752000] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.756000] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 1.760000] pci 0000:00:02.0: BAR 8: assigned [mem 0x60400000-0x604fffff] [ 1.764000] pci 0000:00:02.0: BAR 9: assigned [mem 0x60500000-0x605fffff pref] [ 1.768000] pci 0000:00:00.0: BAR 1: assigned [mem 0x60600000-0x6060ffff] [ 1.772000] pci 0000:00:01.0: BAR 1: assigned [mem 0x60610000-0x6061ffff] [ 1.776000] pci 0000:00:02.0: BAR 1: assigned [mem 0x60620000-0x6062ffff] [ 1.780000] pci 0000:00:02.0: BAR 7: assigned [io 0x1e160000-0x1e160fff] [ 1.784000] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 1.788000] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 1.792000] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.796000] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.800000] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 1.804000] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] [ 1.808000] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] [ 1.812000] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.816000] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.820000] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 1.824000] pci 0000:03:00.0: BAR 6: assigned [mem 0x60500000-0x6050ffff pref] [ 1.828000] pci 0000:03:00.0: BAR 5: assigned [mem 0x60400000-0x604001ff] [ 1.832000] pci 0000:03:00.0: BAR 4: assigned [io 0x1e160000-0x1e16001f] [ 1.836000] pci 0000:03:00.0: BAR 0: assigned [io 0x1e160020-0x1e160027] [ 1.840000] pci 0000:03:00.0: BAR 2: assigned [io 0x1e160028-0x1e16002f] [ 1.844000] pci 0000:03:00.0: BAR 1: assigned [io 0x1e160030-0x1e160033] [ 1.848000] pci 0000:03:00.0: BAR 3: assigned [io 0x1e160034-0x1e160037] [ 1.852000] pci 0000:00:02.0: PCI bridge to [bus 03] [ 1.856000] pci 0000:00:02.0: bridge window [io 0x1e160000-0x1e160fff] [ 1.860000] pci 0000:00:02.0: bridge window [mem 0x60400000-0x604fffff] [ 1.864000] pci 0000:00:02.0: bridge window [mem 0x60500000-0x605fffff pref] [ 1.868000] PCI: Enabling device 0000:00:00.0 (0004 -> 0006) [ 1.872000] PCI: Enabling device 0000:00:01.0 (0004 -> 0006) [ 1.876000] PCI: Enabling device 0000:00:02.0 (0004 -> 0007) [ 1.880000] BAR0 at slot 0 = 0 [ 1.884000] bus=0x0, slot = 0x0 [ 1.888000] res[0]->start = 0 [ 1.892000] res[0]->end = 0 [ 1.896000] res[1]->start = 60600000 [ 1.900000] res[1]->end = 6060ffff [ 1.904000] res[2]->start = 0 [ 1.908000] res[2]->end = 0 [ 1.912000] res[3]->start = 0 [ 1.916000] res[3]->end = 0 [ 1.920000] res[4]->start = 0 [ 1.924000] res[4]->end = 0 [ 1.928000] res[5]->start = 0 [ 1.932000] res[5]->end = 0 [ 1.936000] BAR0 at slot 1 = 0 [ 1.940000] bus=0x0, slot = 0x1 [ 1.944000] res[0]->start = 0 [ 1.948000] res[0]->end = 0 [ 1.952000] res[1]->start = 60610000 [ 1.956000] res[1]->end = 6061ffff [ 1.960000] res[2]->start = 0 [ 1.964000] res[2]->end = 0 [ 1.968000] res[3]->start = 0 [ 1.972000] res[3]->end = 0 [ 1.976000] res[4]->start = 0 [ 1.980000] res[4]->end = 0 [ 1.984000] res[5]->start = 0 [ 1.988000] res[5]->end = 0 [ 1.992000] BAR0 at slot 2 = 0 [ 1.996000] bus=0x0, slot = 0x2 [ 2.000000] res[0]->start = 0 [ 2.004000] res[0]->end = 0 [ 2.008000] res[1]->start = 60620000 [ 2.012000] res[1]->end = 6062ffff [ 2.016000] res[2]->start = 0 [ 2.020000] res[2]->end = 0 [ 2.024000] res[3]->start = 0 [ 2.028000] res[3]->end = 0 [ 2.032000] res[4]->start = 0 [ 2.036000] res[4]->end = 0 [ 2.040000] res[5]->start = 0 [ 2.044000] res[5]->end = 0 [ 2.048000] bus=0x1, slot = 0x0, irq=0x4 [ 2.052000] res[0]->start = 60000000 [ 2.056000] res[0]->end = 600fffff [ 2.060000] res[1]->start = 0 [ 2.064000] res[1]->end = 0 [ 2.068000] res[2]->start = 0 [ 2.072000] res[2]->end = 0 [ 2.076000] res[3]->start = 0 [ 2.080000] res[3]->end = 0 [ 2.084000] res[4]->start = 0 [ 2.088000] res[4]->end = 0 [ 2.092000] res[5]->start = 0 [ 2.096000] res[5]->end = 0 [ 2.100000] bus=0x2, slot = 0x1, irq=0x18 [ 2.104000] res[0]->start = 60200000 [ 2.108000] res[0]->end = 602fffff [ 2.112000] res[1]->start = 0 [ 2.116000] res[1]->end = 0 [ 2.120000] res[2]->start = 0 [ 2.124000] res[2]->end = 0 [ 2.128000] res[3]->start = 0 [ 2.132000] res[3]->end = 0 [ 2.136000] res[4]->start = 0 [ 2.140000] res[4]->end = 0 [ 2.144000] res[5]->start = 0 [ 2.148000] res[5]->end = 0 [ 2.152000] bus=0x3, slot = 0x2, irq=0x19 [ 2.156000] res[0]->start = 1e160020 [ 2.160000] res[0]->end = 1e160027 [ 2.164000] res[1]->start = 1e160030 [ 2.168000] res[1]->end = 1e160033 [ 2.172000] res[2]->start = 1e160028 [ 2.176000] res[2]->end = 1e16002f [ 2.180000] res[3]->start = 1e160034 [ 2.184000] res[3]->end = 1e160037 [ 2.188000] res[4]->start = 1e160000 [ 2.192000] res[4]->end = 1e16001f [ 2.196000] res[5]->start = 60400000 [ 2.200000] res[5]->end = 604001ff [ 2.204000] Switching to clocksource MIPS [ 2.208000] NET: Registered protocol family 2 [ 2.216000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 2.232000] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 2.244000] TCP: Hash tables configured (established 4096 bind 4096) [ 2.256000] TCP: reno registered [ 2.264000] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.276000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.288000] NET: Registered protocol family 1 [ 2.384000] 4 CPUs re-calibrate udelay(lpj = 1167360) [ 2.400000] bounce pool size: 64 pages [ 2.404000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.416000] jffs2: version 2.2. (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 2.436000] msgmni has been set to 877 [ 2.444000] io scheduler noop registered (default) [ 2.456000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 2.468000] serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A [ 2.480000] serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A [ 2.496000] Ralink gpio driver initialized [ 2.504000] flash manufacture id: ef, device id 40 18 [ 2.516000] W25Q128BV(ef 40180000) (16384 Kbytes) [ 2.524000] mtd .name = raspi, .size = 0x01000000 (16M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 [ 2.544000] Creating 5 MTD partitions on "raspi": [ 2.552000] 0x000000000000-0x000001000000 : "ALL" [ 2.564000] 0x000000000000-0x000000030000 : "Bootloader" [ 2.576000] 0x000000030000-0x000000040000 : "Config" [ 2.584000] 0x000000040000-0x000000050000 : "Factory" [ 2.596000] 0x000000050000-0x000001000000 : "firmware" [ 2.608000] 0x0000001a9208-0x000001000000 : "rootfs" [ 2.620000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only [ 2.644000] mtd: partition "rootfs_data" created automatically, ofs=0x5d0000, len=0xa30000 [ 2.660000] 0x0000005d0000-0x000001000000 : "rootfs_data" [ 2.672000] rdm_major = 253 [ 2.676000] GMAC1_MAC_ADRH -- : 0x000078a3 [ 2.688000] GMAC1_MAC_ADRL -- : 0x5109b1b6 [ 2.696000] Ralink APSoC Ethernet Driver Initilization. v3.1 512 rx/tx descriptors allocated, mtu = 1500! [ 2.712000] GMAC1_MAC_ADRH -- : 0x000078a3 [ 2.720000] GMAC1_MAC_ADRL -- : 0x5109b1b6 [ 2.732000] PROC INIT OK! [ 2.736000] GobiNet: 2011-07-29-1026 [ 2.744000] usbcore: registered new interface driver GobiNet [ 2.756000] *****run project phy. [ 2.768000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.784000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.800000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.816000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.832000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.848000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.864000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.880000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.896000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.912000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.944000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.960000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.976000] FM_OUT value: u4FmOut = 0(0x00000000) [ 2.992000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.008000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.024000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.040000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.056000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.072000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.088000] FM_OUT value: u4FmOut = 0(0x00000000) [ 3.216000] xhci-hcd xhci-hcd: xHCI Host Controller [ 3.224000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1 [ 3.240000] xhci-hcd xhci-hcd: irq 22, io mem 0x1e1c0000 [ 3.252000] hub 1-0:1.0: USB hub found [ 3.260000] hub 1-0:1.0: 2 ports detected [ 3.268000] xhci-hcd xhci-hcd: xHCI Host Controller [ 3.276000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2 [ 3.292000] hub 2-0:1.0: USB hub found [ 3.300000] hub 2-0:1.0: 1 port detected [ 3.308000] usbcore: registered new interface driver usb-storage [ 3.320000] usbcore: registered new interface driver usbserial [ 3.332000] usbcore: registered new interface driver usbserial_generic [ 3.344000] usbserial: USB Serial support registered for generic [ 3.356000] usbcore: registered new interface driver option [ 3.368000] usbserial: USB Serial support registered for GSM modem (1-port) [ 3.384000] TCP: cubic registered [ 3.392000] NET: Registered protocol family 10 [ 3.400000] NET: Registered protocol family 17 [ 3.408000] 8021q: 802.1Q VLAN Support v1.8 [ 3.452000] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 3.464000] Freeing unused kernel memory: 244K (803d3000 - 80410000) procd: Console is alive [ 5.236000] Uniform Multi-Platform E-IDE driver [ 5.264000] ahci: SSS flag set, parallel bus scan disabled [ 5.272000] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 5.288000] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs [ 5.308000] scsi0 : ahci [ 5.316000] scsi1 : ahci [ 5.320000] ata1: SATA max UDMA/133 abar m512@0x60400000 port 0x60400100 irq 25 [ 5.336000] ata2: SATA max UDMA/133 abar m512@0x60400000 port 0x60400180 irq 25 [ 5.668000] ata1: SATA link down (SStatus 0 SControl 300) [ 5.996000] ata2: SATA link down (SStatus 0 SControl 300) [ 6.008000] sdhci: Secure Digital Host Controller Interface driver [ 6.020000] sdhci: Copyright(c) Pierre Ossman [ 6.032000] sdhci-pltfm: SDHCI platform and OF driver helper procd: - preinit - [ 7.216000] Raeth v3.1 (Tasklet) [ 7.228000] phy_free_head is 0x1bf70000!!! [ 7.236000] phy_free_tail_phy is 0x1bf71ff0!!! [ 7.244000] txd_pool=bbf3c000 phy_txd_pool=1BF3C000 [ 7.252000] ei_local->skb_free start address is 0x9be154d4. [ 7.264000] free_txd: bbf3c010, ei_local->cpu_ptr: 1BF3C000 [ 7.276000] POOL HEAD_PTR | DMA_PTR | CPU_PTR [ 7.284000] ----------------+---------+-------- [ 7.296000] 0xbbf3c000 0x1BF3C000 0x1BF3C000 [ 7.304000] [ 7.304000] phy_qrx_ring = 0x1bf47000, qrx_ring = 0xbbf47000 [ 7.320000] [ 7.320000] phy_rx_ring0 = 0x1bfe2000, rx_ring0 = 0xbbfe2000 [ 7.344000] change HW-TRAP to 0x17ccf [ 7.352000] set LAN/WAN LLLLW [ 7.364000] GMAC1_MAC_ADRH -- : 0x000078a3 [ 7.372000] GMAC1_MAC_ADRL -- : 0x5109b1b6 [ 7.380000] CDMA_CSG_CFG = 81000000 [ 7.388000] GDMA1_FWD_CFG = 20710000 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 kmod: ran 1 iterations [ 11.248000] jffs2: notice: (288) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 13 of xref (0 dead, 0 orphan) found. block: extroot: no root or overlay mount defined jffs2 is ready jffs2 is ready [ 11.340000] jffs2: notice: (285) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 13 of xref (0 dead, 0 orphan) found. switching to overlay [ 11.380000] ra2880stop()...Done [ 11.388000] Free TX/RX Ring Memory! procd: - early - procd: - ubus - procd: - init - Please press Enter to activate this console. [ 13.812000] NTFS driver 2.1.30 [Flags: R/O MODULE]. [ 13.848000] nf_conntrack version 0.5.0 (8045 buckets, 32180 max) [ 13.988000] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 14.020000] u32 classifier [ 14.024000] input device check on [ 14.032000] Actions configured [ 14.040000] Mirror/redirect action on [ 14.060000] MTK MSDC device init. [ 14.080000] msdc0 -> ================ <- msdc_set_mclk() : L<686> PID<kmodloader><0x24a> [ 14.096000] msdc0 -> !!! Set<400KHz> Source<50000KHz> -> sclk<390KHz> <- msdc_set_mclk() : L<687> PID<kmodloader><0x24a> [ 14.116000] msdc0 -> ================ <- msdc_set_mclk() : L<688> PID<kmodloader><0x24a> [ 14.156000] msdc0 -> ops_get_cd return<0> <- msdc_ops_get_cd() : L<2317> PID<kworker/u2:1><0xb> [ 14.172000] msdc0 -> set mclk to 0!!! <- msdc_set_mclk() : L<634> PID<kworker/u2:1><0xb> [ 14.188000] mtk-sd: MediaTek MT6575 MSDC Driver [ 14.624000] register rt2860 [ 14.640000] [ 14.640000] [ 14.640000] === pAd = c0781000, size = 2018720 === [ 14.640000] [ 14.660000] <-- RTMPAllocTxRxRingMemory, Status=0 [ 14.672000] <-- RTMPAllocAdapterBlock, Status=0 [ 14.680000] pAd->CSRBaseAddress =0xc0680000, csr_addr=0xc0680000! [ 14.692000] device_id =0x7662 [ 14.696000] ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a [ 14.720000] E2pAccessMode=2 [ 14.724000] cfg_mode=14 [ 14.732000] cfg_mode=14 [ 14.736000] wmode_band_equal(): Band Not Equal! [ 14.752000] APSDCapable[0]=0 [ 14.756000] APSDCapable[1]=0 [ 14.764000] APSDCapable[2]=0 [ 14.768000] APSDCapable[3]=0 [ 14.772000] APSDCapable[4]=0 [ 14.780000] APSDCapable[5]=0 [ 14.784000] APSDCapable[6]=0 [ 14.792000] APSDCapable[7]=0 [ 14.796000] APSDCapable[8]=0 [ 14.804000] APSDCapable[9]=0 [ 14.808000] APSDCapable[10]=0 [ 14.812000] APSDCapable[11]=0 [ 14.820000] APSDCapable[12]=0 [ 14.824000] APSDCapable[13]=0 [ 14.832000] APSDCapable[14]=0 [ 14.836000] APSDCapable[15]=0 [ 14.844000] default ApCliAPSDCapable[0]=0 [ 14.856000] Key1Str is Invalid key length(0) or Type(0) [ 14.864000] Key2Str is Invalid key length(0) or Type(0) [ 14.876000] Key3Str is Invalid key length(0) or Type(0) [ 14.888000] Key4Str is Invalid key length(0) or Type(0) [ 14.924000] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 14.936000] NVM is FLASH mode (pAd->flash_offset = 0x48000) [ 14.944000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=rai [ 14.996000] [ 14.996000] [ 14.996000] === pAd = c0a81000, size = 2018720 === [ 14.996000] [ 15.016000] <-- RTMPAllocTxRxRingMemory, Status=0 [ 15.024000] <-- RTMPAllocAdapterBlock, Status=0 [ 15.036000] pAd->CSRBaseAddress =0xc0980000, csr_addr=0xc0980000! [ 15.048000] device_id =0x7662 [ 15.052000] ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a [ 15.072000] E2pAccessMode=2 [ 15.080000] cfg_mode=9 [ 15.084000] cfg_mode=9 [ 15.088000] wmode_band_equal(): Band Not Equal! [ 15.104000] APSDCapable[0]=0 [ 15.112000] APSDCapable[1]=0 [ 15.116000] APSDCapable[2]=0 [ 15.124000] APSDCapable[3]=0 [ 15.128000] APSDCapable[4]=0 [ 15.132000] APSDCapable[5]=0 [ 15.140000] APSDCapable[6]=0 [ 15.144000] APSDCapable[7]=0 [ 15.152000] APSDCapable[8]=0 [ 15.156000] APSDCapable[9]=0 [ 15.164000] APSDCapable[10]=0 [ 15.168000] APSDCapable[11]=0 [ 15.176000] APSDCapable[12]=0 [ 15.180000] APSDCapable[13]=0 [ 15.184000] APSDCapable[14]=0 [ 15.192000] APSDCapable[15]=0 [ 15.196000] default ApCliAPSDCapable[0]=0 [ 15.208000] Key1Str is Invalid key length(0) or Type(0) [ 15.220000] Key2Str is Invalid key length(0) or Type(0) [ 15.232000] Key3Str is Invalid key length(0) or Type(0) [ 15.240000] Key4Str is Invalid key length(0) or Type(0) [ 15.276000] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 15.288000] NVM is FLASH mode (pAd->flash_offset = 0x40000) [ 15.300000] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=ra [ 15.352000] exFAT: Version 1.2.9 [ 15.360000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 15.372000] Type=Linux [ 15.392000] Ralink APSoC Hardware Watchdog Timer [ 15.436000] xt_time: kernel timezone is -0000 [ 15.452000] PPP generic driver version 2.4.2 [ 15.464000] NET: Registered protocol family 24 [ 20.740000] Raeth v3.1 (Tasklet) [ 20.752000] phy_free_head is 0x1b506000!!! [ 20.760000] phy_free_tail_phy is 0x1b507ff0!!! [ 20.772000] txd_pool=bb524000 phy_txd_pool=1B524000 [ 20.780000] ei_local->skb_free start address is 0x9be154d4. [ 20.792000] free_txd: bb524010, ei_local->cpu_ptr: 1B524000 [ 20.804000] POOL HEAD_PTR | DMA_PTR | CPU_PTR [ 20.812000] ----------------+---------+-------- [ 20.820000] 0xbb524000 0x1B524000 0x1B524000 [ 20.828000] [ 20.828000] phy_qrx_ring = 0x1b50b000, qrx_ring = 0xbb50b000 [ 20.844000] [ 20.844000] phy_rx_ring0 = 0x1b526000, rx_ring0 = 0xbb526000 [ 20.872000] change HW-TRAP to 0x17ccf [ 20.880000] set LAN/WAN LLLLW [ 20.888000] GMAC1_MAC_ADRH -- : 0x000078a3 [ 20.896000] GMAC1_MAC_ADRL -- : 0x5109b1b6 [ 20.904000] CDMA_CSG_CFG = 81000000 [ 20.912000] GDMA1_FWD_CFG = 20710000 [ 20.924000] device eth0.1 entered promiscuous mode [ 20.936000] device eth0 entered promiscuous mode [ 20.956000] br-lan: port 1(eth0.1) entered forwarding state [ 20.964000] br-lan: port 1(eth0.1) entered forwarding state [ 21.880000] build time = [ 21.884000] 20141115060606a [ 21.892000] rom patch for E3 IC [ 21.896000] [ 21.900000] platform = [ 21.904000] ALPS [ 21.908000] hw/sw version = [ 21.916000] \8A\8A [ 21.920000] patch version = [ 21.924000]  [ 21.940000] FW Version:0.0.00 Build:1 [ 21.948000] Build Time:201410061140____ [ 21.956000] fw for E3 IC [ 21.976000] RX[0] DESC bb650000 size = 1024 [ 21.984000] RX[1] DESC bb655000 size = 1024 [ 22.016000] E2pAccessMode=2 [ 22.020000] cfg_mode=9 [ 22.024000] cfg_mode=9 [ 22.032000] wmode_band_equal(): Band Equal! [ 22.044000] APSDCapable[0]=0 [ 22.052000] APSDCapable[1]=0 [ 22.056000] APSDCapable[2]=0 [ 22.064000] APSDCapable[3]=0 [ 22.068000] APSDCapable[4]=0 [ 22.072000] APSDCapable[5]=0 [ 22.080000] APSDCapable[6]=0 [ 22.084000] APSDCapable[7]=0 [ 22.092000] APSDCapable[8]=0 [ 22.096000] APSDCapable[9]=0 [ 22.104000] APSDCapable[10]=0 [ 22.108000] APSDCapable[11]=0 [ 22.112000] APSDCapable[12]=0 [ 22.120000] APSDCapable[13]=0 [ 22.124000] APSDCapable[14]=0 [ 22.132000] APSDCapable[15]=0 [ 22.136000] default ApCliAPSDCapable[0]=0 [ 22.148000] Key1Str is Invalid key length(0) or Type(0) [ 22.160000] Key2Str is Invalid key length(0) or Type(0) [ 22.172000] Key3Str is Invalid key length(0) or Type(0) [ 22.180000] Key4Str is Invalid key length(0) or Type(0) [ 22.216000] 1. Phy Mode = 14 [ 22.224000] get_chl_grp:illegal channel (167) [ 22.232000] get_chl_grp:illegal channel (167) [ 22.240000] get_chl_grp:illegal channel (169) [ 22.248000] get_chl_grp:illegal channel (169) [ 22.260000] get_chl_grp:illegal channel (171) [ 22.268000] get_chl_grp:illegal channel (171) [ 22.276000] get_chl_grp:illegal channel (173) [ 22.284000] get_chl_grp:illegal channel (173) [ 22.292000] Country Region from e2p = ffff [ 22.300000] mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 [ 22.316000] mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 [ 22.332000] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 [ 22.348000] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 [ 22.364000] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 [ 22.384000] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 [ 22.400000] mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 [ 22.420000] 2. Phy Mode = 14 [ 22.428000] 3. Phy Mode = 14 [ 22.432000] andes_pci_fw_init [ 22.440000] 0x1300 = 00073200 [ 22.468000] AntCfgInit: primary/secondary ant 0/1 [ 22.480000] andes_load_cr:cr_type(2) [ 22.496000] ChipStructAssign(): MT76x2 hook ! [ 22.504000] MCS Set = ff ff 00 00 01 [ 22.512000] mt76x2_bbp_adjust():rf_bw=1, ext_ch=1, PrimCh=3, HT-CentCh=5, VHT-CentCh=0 [ 22.616000] APStartUp(): AP Set CentralFreq at 5(Prim=3, HT-CentCh=5, VHT-CentCh=0, BBP_BW=1) [ 22.644000] mt76x2_calibration(channel = 5) [ 22.960000] Main bssid = 78:a3:51:09:b1:b4 [ 22.968000] br-lan: port 1(eth0.1) entered forwarding state [ 22.980000] mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c [ 22.992000] mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c [ 23.008000] mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 [ 23.020000] mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 [ 23.036000] original vga value(chain0) = 5c [ 23.044000] original vga value(chain1) = 5c [ 23.052000] <==== rt28xx_init, Status=0 [ 23.060000] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds [ 23.120000] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds [ 23.180000] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds [ 23.232000] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wds [ 23.308000] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=apcli [ 23.348000] RTMPDrvOpen(1):Check if PDMA is idle! [ 23.360000] RTMPDrvOpen(2):Check if PDMA is idle! [ 26.624000] device ra0 entered promiscuous mode [ 26.632000] br-lan: port 2(ra0) entered forwarding state [ 26.644000] br-lan: port 2(ra0) entered forwarding state [ 27.300000] build time = [ 27.308000] 20141115060606a [ 27.312000] rom patch for E3 IC [ 27.320000] [ 27.320000] platform = [ 27.328000] ALPS [ 27.328000] hw/sw version = [ 27.336000] \8A\8A [ 27.340000] patch version = [ 27.344000]  [ 27.360000] FW Version:0.0.00 Build:1 [ 27.368000] Build Time:201410061140____ [ 27.376000] fw for E3 IC [ 27.396000] RX[0] DESC bbf55000 size = 1024 [ 27.404000] RX[1] DESC bb4b1000 size = 1024 [ 27.424000] E2pAccessMode=2 [ 27.428000] cfg_mode=14 [ 27.432000] cfg_mode=14 [ 27.440000] wmode_band_equal(): Band Not Equal! [ 27.456000] APSDCapable[0]=0 [ 27.460000] APSDCapable[1]=0 [ 27.464000] APSDCapable[2]=0 [ 27.472000] APSDCapable[3]=0 [ 27.476000] APSDCapable[4]=0 [ 27.484000] APSDCapable[5]=0 [ 27.488000] APSDCapable[6]=0 [ 27.496000] APSDCapable[7]=0 [ 27.500000] APSDCapable[8]=0 [ 27.504000] APSDCapable[9]=0 [ 27.512000] APSDCapable[10]=0 [ 27.516000] APSDCapable[11]=0 [ 27.524000] APSDCapable[12]=0 [ 27.528000] APSDCapable[13]=0 [ 27.536000] APSDCapable[14]=0 [ 27.540000] APSDCapable[15]=0 [ 27.548000] default ApCliAPSDCapable[0]=0 [ 27.560000] Key1Str is Invalid key length(0) or Type(0) [ 27.568000] Key2Str is Invalid key length(0) or Type(0) [ 27.580000] Key3Str is Invalid key length(0) or Type(0) [ 27.592000] Key4Str is Invalid key length(0) or Type(0) [ 27.628000] 1. Phy Mode = 49 [ 27.632000] get_chl_grp:illegal channel (167) [ 27.644000] get_chl_grp:illegal channel (167) [ 27.652000] get_chl_grp:illegal channel (169) [ 27.660000] get_chl_grp:illegal channel (169) [ 27.668000] get_chl_grp:illegal channel (171) [ 27.676000] get_chl_grp:illegal channel (171) [ 27.684000] get_chl_grp:illegal channel (173) [ 27.696000] get_chl_grp:illegal channel (173) [ 27.704000] Country Region from e2p = ffff [ 27.712000] mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0 [ 27.728000] mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3 [ 27.740000] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0 [ 27.760000] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0 [ 27.776000] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0 [ 27.792000] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0 [ 27.808000] mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0 [ 27.832000] 2. Phy Mode = 49 [ 27.836000] 3. Phy Mode = 49 [ 27.840000] andes_pci_fw_init [ 27.848000] 0x1300 = 00073200 [ 27.880000] AntCfgInit: primary/secondary ant 0/1 [ 27.888000] andes_load_cr:cr_type(2) [ 27.904000] ChipStructAssign(): MT76x2 hook ! [ 27.916000] MCS Set = ff ff 00 00 01 [ 27.920000] mt76x2_bbp_adjust():rf_bw=2, ext_ch=3, PrimCh=56, HT-CentCh=54, VHT-CentCh=58 [ 28.024000] APStartUp(): AP Set CentralFreq at 58(Prim=56, HT-CentCh=54, VHT-CentCh=58, BBP_BW=2) [ 28.052000] mt76x2_calibration(channel = 58) [ 28.444000] The 2-BSSID mode is enabled, the BSSID byte5 MUST be the multiple of 2 [ 28.456000] Main bssid = 78:a3:51:09:b1:b5 [ 28.464000] mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c [ 28.480000] mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c [ 28.492000] mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27 [ 28.508000] mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27 [ 28.524000] original vga value(chain0) = 5c [ 28.532000] original vga value(chain1) = 5c [ 28.540000] <==== rt28xx_init, Status=0 [ 28.548000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 28.648000] br-lan: port 2(ra0) entered forwarding state [ 29.244000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 29.260000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 29.312000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=wdsi [ 29.336000] get_dev_name_prefix(): dev_idx = 1, dev_name_prefix=apclii [ 29.380000] RTMPDrvOpen(1):Check if PDMA is idle! [ 29.388000] RTMPDrvOpen(2):Check if PDMA is idle! procd: - init complete - [ 30.612000] device rai0 entered promiscuous mode [ 30.620000] br-lan: port 3(rai0) entered forwarding state [ 30.632000] br-lan: port 3(rai0) entered forwarding state [ 32.636000] br-lan: port 3(rai0) entered forwarding state BusyBox v1.22.1 (2015-08-18 01:23:11 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- BARRIER BREAKER (Barrier Breaker, unknown) ----------------------------------------------------- * 1/2 oz Galliano Pour all ingredients into * 4 oz cold Coffee an irish coffee mug filled * 1 1/2 oz Dark Rum with crushed ice. Stir. * 2 tsp. Creme de Cacao ----------------------------------------------------- root@OpenWrt:/#


=================================================================== MT7621 stage1 code 16:20:29 (ASIC) CPU=50000000 HZ BUS=16666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x21000000 3PLL mode + External loopback === XTAL-40Mhz === DDR-800Mhz === PLL4 FB_DL: 0x7, 1/0 = 585/439 1D000000 PLL3 FB_DL: 0xe, 1/0 = 630/394 39000000 PLL2 FB_DL: 0x14, 1/0 = 526/498 51000000 do DDR setting..[00320000] Apply DDR3 Setting...(use default 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 0 0 0 000E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000F:| 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0010:| 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0011:| 1 1 1 1 1 1 1 1 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 = 16 rank 0 fine = 64 B:| 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 opt_dle value:10 DRAMC_R0DELDLY[018]=00003133 ================================================================== 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 | 10 8 8 10 8 7 9 6 4 5 10 | 7 7 9 8 6 11 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =51 DQS1 = 49 ================================================================== bit DQS0 bit DQS1 0 (1~102)51 8 (1~93)47 1 (1~99)50 9 (1~94)47 2 (1~98)49 10 (1~96)48 3 (1~97)49 11 (1~90)45 4 (1~98)49 12 (1~95)48 5 (1~99)50 13 (1~92)46 6 (1~101)51 14 (1~96)48 7 (1~101)51 15 (1~98)49 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 10 9 10 12 10 8 9 6 6 7 10 | 8 11 10 11 7 11 ================================================================== ================================================================== 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 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqdly_pass[1]=15, 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=50000000 HZ BUS=16666666 HZ =================================================================== GPIO Init: UARTF_SHARE_MODE:GPIO GPIO_MODE_REG:0x2200809c ReadyLED Bit:0x2000 U-Boot 1.1.3 (Aug 3 2015 - 10:33:43) Board:Ralink APSoC DRAM: Memory Testing..256 MB relocate_code Pointer at: 8ffb0000 Config XHCI 40M PLL flash manufacture id: ef, device id 40 18 Warning: un-recognized chip ID, please update bootloader! _______________________________________________________________ | ____ _ ____ | | | _ \ __ _ _ __ __| | ___ _ __ __ _| __ ) _____ __ | | | |_) / _` | '_ \ / _` |/ _ \| '__/ _` | _ \ / _ \ \/ / | | | __/ (_| | | | | (_| | (_) | | | (_| | |_) | (_) > < | | |_| \__,_|_| |_|\__,_|\___/|_| \__,_|____/ \___/_/\_\ | | | | Ralink/MTK SDK Plantform | | Copyright 2005-2015 | | Board:Ralink RT305x | | | | <www.zbt-china.com> | |______________________________________________________________| ============================================ Ralink UBoot Version: 4.2.S.1 -------------------------------------------- ASIC 7621_MP (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 3 2015 Time:10:33:43 ============================================ CPU Speed: 880 MHZ RAM Size:512 Mbytes Build Date:Aug 3 2015 Time:10:33:43 ============================================ #Reset_MT7530 set LAN/WAN LLLLW GPIO Init: UARTF_SHARE_MODE:GPIO GPIO_MODE_REG:0x2200809c ReadyLED Bit:0x2000 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. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP.  0 3: System Boot system code via Flash. Press Reset button enter upgrade mode! ## Booting image at bfc50000 ... Image Name: MIPS OpenWrt Linux-3.18.21 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1296013 Bytes = 1.2 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, 256 Starting kernel ... [ 0.000000] Linux version 3.18.21 (daniel@box) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r47278) ) #33 SMP Fri Oct 30 02:28:21 CET 2015 [ 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 ZBT-WG2626 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 10000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x00000000-0x0fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000-0x0fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x0fffffff] [ 0.000000] Detected 0 available secondary CPU(s) [ 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 9 pages/cpu @8120b000 s5824 r8192 d22848 u36864 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 255624K/262144K available (2963K kernel code, 147K rwdata, 552K rodata, 228K init, 239K bss, 6520K reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS:256 [ 0.000000] gic: revision 3.0 [ 0.000000] CPU Clock: 880MHz [ 0.000000] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.060000] pid_max: default: 32768 minimum: 301 [ 0.070000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.080000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.090000] Brought up 1 CPUs [ 0.100000] pinctrl core: initialized pinctrl subsystem [ 0.110000] NET: Registered protocol family 16 [ 0.120000] rt2880-pinmux pinctrl: invalid group "wdt rst" for function "gpio" [ 0.130000] pull PCIe RST: RALINK_RSTCTRL = 0 [ 0.430000] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.440000] ***** Xtal 40MHz ***** [ 0.440000] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.450000] Port 0 N_FTS = 1b102800 [ 0.450000] Port 1 N_FTS = 1b102800 [ 0.460000] Port 2 N_FTS = 1b102800 [ 1.610000] -> 21007f2 [ 1.620000] PCIE0 enabled [ 1.620000] PCIE1 enabled [ 1.630000] PCIE2 enabled [ 1.630000] PCI host bridge /pcie@1e140000 ranges: [ 1.640000] MEM 0x0000000060000000..0x000000006fffffff [ 1.650000] IO 0x000000001e160000..0x000000001e16ffff [ 1.660000] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.670000] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.680000] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.690000] PCI host bridge to bus 0000:00 [ 1.690000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.700000] pci_bus 0000:00: root bus resource [io 0xffffffff] [ 1.710000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.720000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.730000] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.740000] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.750000] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.760000] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.770000] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.780000] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.790000] pci 0000:00:02.0: BAR 0: no space for [mem size 0x80000000] [ 1.800000] pci 0000:00:02.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.810000] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.820000] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 1.830000] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.840000] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 1.850000] pci 0000:00:02.0: BAR 8: assigned [mem 0x60400000-0x604fffff] [ 1.860000] pci 0000:00:02.0: BAR 9: assigned [mem 0x60500000-0x605fffff pref] [ 1.870000] pci 0000:00:00.0: BAR 1: assigned [mem 0x60600000-0x6060ffff] [ 1.880000] pci 0000:00:01.0: BAR 1: assigned [mem 0x60610000-0x6061ffff] [ 1.890000] pci 0000:00:02.0: BAR 1: assigned [mem 0x60620000-0x6062ffff] [ 1.900000] pci 0000:00:02.0: BAR 7: no space for [io size 0x1000] [ 1.910000] pci 0000:00:02.0: BAR 7: failed to assign [io size 0x1000] [ 1.920000] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 1.930000] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 1.940000] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.940000] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.950000] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 1.960000] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] [ 1.970000] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] [ 1.980000] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.980000] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.990000] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 2.000000] pci 0000:03:00.0: BAR 6: assigned [mem 0x60500000-0x6050ffff pref] [ 2.010000] pci 0000:03:00.0: BAR 5: assigned [mem 0x60400000-0x604001ff] [ 2.020000] pci 0000:03:00.0: BAR 4: no space for [io size 0x0020] [ 2.030000] pci 0000:03:00.0: BAR 4: failed to assign [io size 0x0020] [ 2.040000] pci 0000:03:00.0: BAR 0: no space for [io size 0x0008] [ 2.050000] pci 0000:03:00.0: BAR 0: failed to assign [io size 0x0008] [ 2.060000] pci 0000:03:00.0: BAR 2: no space for [io size 0x0008] [ 2.070000] pci 0000:03:00.0: BAR 2: failed to assign [io size 0x0008] [ 2.080000] pci 0000:03:00.0: BAR 1: no space for [io size 0x0004] [ 2.090000] pci 0000:03:00.0: BAR 1: failed to assign [io size 0x0004] [ 2.100000] pci 0000:03:00.0: BAR 3: no space for [io size 0x0004] [ 2.110000] pci 0000:03:00.0: BAR 3: failed to assign [io size 0x0004] [ 2.120000] pci 0000:00:02.0: PCI bridge to [bus 03] [ 2.120000] pci 0000:00:02.0: bridge window [mem 0x60400000-0x604fffff] [ 2.130000] pci 0000:00:02.0: bridge window [mem 0x60500000-0x605fffff pref] [ 2.140000] BAR0 at slot 0 = 0 [ 2.140000] bus=0x0, slot = 0x0 [ 2.150000] BAR0 at slot 1 = 0 [ 2.150000] bus=0x0, slot = 0x1 [ 2.160000] BAR0 at slot 2 = 0 [ 2.160000] bus=0x0, slot = 0x2 [ 2.170000] bus=0x1, slot = 0x0, irq=0xff [ 2.170000] bus=0x2, slot = 0x1, irq=0xff [ 2.180000] bus=0x3, slot = 0x2, irq=0x0 [ 2.180000] Switched to clocksource MIPS [ 2.190000] NET: Registered protocol family 2 [ 2.190000] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 2.210000] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 2.220000] TCP: Hash tables configured (established 2048 bind 2048) [ 2.230000] TCP: reno registered [ 2.240000] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.250000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.260000] NET: Registered protocol family 1 [ 2.270000] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.290000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.300000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 2.320000] msgmni has been set to 499 [ 2.350000] io scheduler noop registered [ 2.360000] io scheduler deadline registered (default) [ 2.370000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 2.380000] console [ttyS0] disabled [ 2.390000] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 34, base_baud = 3125000) is a 16550A [ 2.410000] console [ttyS0] enabled [ 2.410000] console [ttyS0] enabled [ 2.420000] bootconsole [early0] disabled [ 2.420000] bootconsole [early0] disabled [ 2.440000] m25p80 spi32766.0: w25q128 (16384 Kbytes) [ 2.450000] m25p80 spi32766.0: using chunked io [ 2.460000] 4 ofpart partitions found on MTD device spi32766.0 [ 2.470000] Creating 4 MTD partitions on "spi32766.0": [ 2.480000] 0x000000000000-0x000000030000 : "u-boot" [ 2.490000] 0x000000030000-0x000000040000 : "u-boot-env" [ 2.500000] 0x000000040000-0x000000050000 : "factory" [ 2.520000] 0x000000050000-0x000001000000 : "firmware" [ 2.570000] 2 uimage-fw partitions found on MTD device firmware [ 2.590000] 0x000000050000-0x00000018c6cd : "kernel" [ 2.600000] 0x00000018c6cd-0x000001000000 : "rootfs" [ 2.610000] mtd: device 5 (rootfs) set to be root filesystem [ 2.620000] 1 squashfs-split partitions found on MTD device rootfs [ 2.630000] 0x000000960000-0x000001000000 : "rootfs_data" [ 2.640000] netif_napi_add() called with weight 128 on device eth%d [ 2.670000] change HW-TRAP to 0x17ccf [ 2.680000] libphy: mdio: probed [ 2.700000] ralink_soc_eth 1e100000.ethernet: loaded mt7530 driver [ 2.710000] ralink_soc_eth 1e100000.ethernet eth0: ralink at 0xbe100000, irq 11 [ 2.730000] mt7621_wdt 1e000100.wdt: Initialized [ 2.740000] TCP: cubic registered [ 2.740000] NET: Registered protocol family 10 [ 2.750000] NET: Registered protocol family 17 [ 2.760000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.790000] 8021q: 802.1Q VLAN Support v1.8 [ 2.800000] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 2.820000] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 2.830000] Freeing unused kernel memory: 228K (80397000 - 803d0000) [ 4.080000] init: Console is alive [ 4.090000] init: - watchdog - [ 5.770000] usbcore: registered new interface driver usbfs [ 5.790000] usbcore: registered new interface driver hub [ 5.800000] usbcore: registered new device driver usb [ 5.820000] SCSI subsystem initialized [ 5.840000] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled [ 5.850000] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 5.870000] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs [ 5.890000] scsi host0: ahci [ 5.900000] scsi host1: ahci [ 5.900000] ata1: SATA max UDMA/133 abar m512@0x60400000 port 0x60400100 irq 33 [ 5.920000] ata2: SATA max UDMA/133 abar m512@0x60400000 port 0x60400180 irq 33 [ 6.090000] ralink_soc_eth 1e100000.ethernet eth0: port 1 link up [ 6.280000] ata1: SATA link down (SStatus 0 SControl 300) [ 6.640000] ata2: SATA link down (SStatus 0 SControl 300) [ 6.670000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.690000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.710000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.730000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.750000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.770000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.790000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.810000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.830000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.850000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.910000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.930000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.950000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.970000] FM_OUT value: u4FmOut = 0(0x00000000) [ 6.990000] FM_OUT value: u4FmOut = 0(0x00000000) [ 7.010000] FM_OUT value: u4FmOut = 0(0x00000000) [ 7.030000] FM_OUT value: u4FmOut = 0(0x00000000) [ 7.050000] FM_OUT value: u4FmOut = 0(0x00000000) [ 7.070000] FM_OUT value: u4FmOut = 0(0x00000000) [ 7.090000] FM_OUT value: u4FmOut = 0(0x00000000) [ 7.240000] xhci-hcd xhci-hcd: xHCI Host Controller [ 7.250000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1 [ 7.260000] xhci-hcd xhci-hcd: irq 30, io mem 0x1e1c0000 [ 7.270000] hub 1-0:1.0: USB hub found [ 7.280000] hub 1-0:1.0: 2 ports detected [ 7.290000] xhci-hcd xhci-hcd: xHCI Host Controller [ 7.300000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2 [ 7.320000] hub 2-0:1.0: USB hub found [ 7.320000] hub 2-0:1.0: 1 port detected [ 7.340000] MTK MSDC device init. [ 7.390000] mtk-sd: MediaTek MT6575 MSDC Driver [ 7.400000] sdhci: Secure Digital Host Controller Interface driver [ 7.410000] sdhci: Copyright(c) Pierre Ossman [ 7.420000] sdhci-pltfm: SDHCI platform and OF driver helper [ 7.430000] usbcore: registered new interface driver usb-storage [ 8.100000] init: - preinit - [ 8.530000] random: procd urandom read with 13 bits of entropy available Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 11.810000] jffs2: notice: (393) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 11.840000] mount_root: switching to jffs2 overlay [ 11.880000] procd: - early - [ 11.880000] procd: - watchdog - [ 12.600000] procd: - ubus - [ 13.620000] procd: - init - Please press Enter to activate this console. [ 15.150000] openvswitch: Open vSwitch switching datapath 2.4.0 [ 15.190000] tun: Universal TUN/TAP device driver, 1.6 [ 15.200000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 15.210000] gre: GRE over IPv4 demultiplexor driver [ 15.220000] ip_gre: GRE over IPv4 tunneling driver [ 15.240000] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 15.280000] batman_adv: B.A.T.M.A.N. advanced 2015.1 (compatibility version 15) loaded [ 15.300000] Loading modules backported from Linux version master-2015-07-21-0-g47cd203 [ 15.310000] Backport generated by backports.git backports-20150626-0-gc1a4168 [ 15.350000] cfg80211: World regulatory domain updated: [ 15.360000] cfg80211: DFS Master region: unset [ 15.370000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 15.390000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 15.410000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 15.420000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 15.440000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 15.460000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 15.480000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 15.490000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 15.510000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 15.590000] mt76pci 0000:01:00.0: ASIC revision: 76120044 [ 15.670000] ROM patch build: 20141115060606a [ 15.690000] Firmware Version: 0.0.00 [ 15.690000] Build: 1 [ 15.700000] Build Time: 201410061140____ [ 15.730000] Firmware running! [ 15.730000] mt76pci 0000:02:00.0: ASIC revision: 76020044 [ 15.770000] ROM patch already applied [ 15.780000] Firmware Version: 0.0.00 [ 15.780000] Build: 1 [ 15.790000] Build Time: 201410061140____ [ 15.820000] Firmware running! [ 15.840000] i2c /dev entries driver [ 15.850000] i2c-mt7621 1e000900.i2c: loaded [ 15.870000] hidraw: raw HID events driver (C) Jiri Kosina [ 15.880000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 15.910000] nf_conntrack version 0.5.0 (3997 buckets, 15988 max) [ 15.980000] usbcore: registered new interface driver usbhid [ 15.990000] usbhid: USB HID core driver [ 16.010000] xt_time: kernel timezone is -0000 [ 16.050000] usbcore: registered new interface driver snd-usb-audio [ 21.820000] device eth0.1 entered promiscuous mode [ 21.830000] device eth0 entered promiscuous mode [ 21.850000] br-lan: port 1(eth0.1) entered forwarding state [ 21.860000] br-lan: port 1(eth0.1) entered forwarding state [ 23.860000] br-lan: port 1(eth0.1) entered forwarding state BusyBox v1.23.2 (2015-10-29 13:04:50 CET) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- DESIGNATED DRIVER (Bleeding Edge, r47278) ----------------------------------------------------- * 2 oz. Orange Juice Combine all juices in a * 2 oz. Pineapple Juice tall glass filled with * 2 oz. Grapefruit Juice ice, stir well. * 2 oz. Cranberry Juice ----------------------------------------------------- root@OpenWrt:/#


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