Show pagesourceOld revisionsBacklinksBack to top × Table of Contents Afoundry EW1200 Getting started with a new Device Page Keep the articles modular Supported Versions Hardware Highlights Installation Flash Layout OEM easy installation OEM installation using the TFTP method Upgrading OpenWrt LuCI Web Upgrade Process Terminal Upgrade Process Debricking Failsafe mode Basic configuration Specific Configuration Network interfaces Switch Ports (for VLANs) Buttons Hardware Info Photos Opening the case Serial JTAG Bootlogs OEM bootlog OpenWrt bootlog Notes Tags Afoundry EW1200 Under Construction! This page is currently under construction. You can edit the article to help completing it. Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP> that encloses it. Getting started with a new Device Page This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it. Keep the articles modular Please include only model specific information, omit bla,bla and put everything generic into separate articles If you have no time to write certain stuff, link to docs base-system should lead the way, do not explain this again DO NOT provide a complete howto here! Instead groom the general documentation. Supported Versions BrandModelVersionCurrent ReleaseOEM InfoForum TopicTechnical DataAfoundryEW120022.03.3View/Edit dataUnsupported Functions2.4 GHz may be unstable Hardware Highlights ModelVersionSoCCPU MHzFlash MBRAM MBWLAN HardwareWLAN2.4WLAN5.0100M portsGbit portsModemUSBEW1200MediaTek MT7621A88016128MediaTek MT7603E, MediaTek MT7612Eb/g/na/n/ac15-1x 3.0 Installation ModelVersionCurrent ReleaseFirmware OpenWrt InstallFirmware OpenWrt UpgradeFirmware OEM StockEW120022.03.3https://downloads.openwrt.org/releases/22.03.3/targets/ramips/mt7621/openwrt-22.03.3-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin → Install OpenWrt (generic explanation) Navigate to the firmware backup page and make a backup. This will download a file called `device_preset.bin` Near the bottom of the file there is a line that looks like this: cronos_user={"admin":{"uid":"0","key":"#######","home":"/","shell":"/bin/sh","group":{"admin":""},"domain":{"wui":{"key":"#####"},"ftps":{"key":"admin"},"samba":{"key":"admin"},"vpn":{"key":"admin123"}}}} The telnet password is under the key field. Connect over telnet Edit /etc/proftpd.conf to look like: ServerName Router DefaultAddress 0.0.0.0 ServerType standalone DefaultServer on AuthUserFile /etc/passwd Port 21 Umask 022 MaxInstances 100 UseReverseDNS off IdentLookups off DefaultRoot / RootLogin on DelayEngine on <Directory /> <Limit READ> AllowUser admin DenyAll </Limit> <Limit WRITE> AllowUser admin DenyAll </Limit> </Directory> Copy the sysupgrade image: scp openwrt-19.07.8-ramips-mt7621-ew1200-squashfs-sysupgrade.bin root@192.168.1.1:/tmp Apply sysupgrade as usual. Flash Layout Please read the article flash.layout for a better understanding. It contains a couple of explanations. Then let's have a quick view at flash layout of this particular device: Afoundry EW1200 Flash Layout Layer0 m25p80 NOR-Flash (16384 Kbytes) Layer1 mtd0 u-boot 196.6 KB mtd1 u-boot-env 65.5 KB mtd2 factory 65.5 KB mtd3 firmware 16.4 MB (= FlashSize-(196.6+65.5+65.5)) Layer2 mtd4 kernel about 1.8 MB mtd5 rootfs Layer3 /dev/root around 3.5 MB mtd6 rootfs_data around 12 MB OEM easy installation The instructions below are for Broadcom devices and only serve as an example. Remove / modify them if they do not apply to this particular device! This section deals with How you install OpenWrt from a device freshly opened The steps required such as reset to factory defaults if the device has already been configured Note: Reset router to factory defaults if it has been previously configured. Browse to http://192.168.1.1/Upgrade.asp Upload .bin file to router Wait for it to reboot Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed. OEM installation using the TFTP method → generic.flashing.tftp Specific values needed for tftp Bootloader tftp Input device IP: 10.10.10.123 Bootloader tftp Input server IP: 10.10.10.3 Firmware tftp image | Latest OpenWrt release Upgrading OpenWrt → generic.sysupgrade LuCI Web Upgrade Process 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 Terminal Upgrade Process If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading: sysupgrade mtd Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. sysupgrade Login as root via SSH on 192.168.1.1, then enter the following commands: cd /tmp wget http://downloads.openwrt.org/snapshots/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://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot Debricking → generic.debrick Failsafe mode → failsafe_and_factory_reset Basic configuration → Basic configuration After flashing, proceed with this. Set up your Internet connection, configure wireless, configure USB port, etc. Specific Configuration Please fill in real values for this device, then remove the EXAMPLEs Network interfaces The default network configuration is: Interface Name Description Default configuration br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24 vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP wl0 EXAMPLE WiFi EXAMPLE Disabled Switch Ports (for VLANs) Please fill in real values for this device, then remove the EXAMPLEs Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on. Port Switch port Internet (WAN) EXAMPLE 4 LAN 1 EXAMPLE 3 LAN 2 EXAMPLE 2 LAN 3 EXAMPLE 1 LAN 4 EXAMPLE 0 Buttons → hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto. The Afoundry EW1200 has the following buttons: BUTTON Event Reset reset Hardware Info General Brand Afoundry Model EW1200 Versions Device Type WiFi Router Availability Discontinued 2019 Comments - general OpenWrt Support Supported Since Commit https://git.lede-project.org/?p=source.git;a=commit;h=9b35815f0f0e10125d144c82595bbccbc83d6812 Supported Since Release 18.06.0 Supported Current Release 22.03.3 Unsupported Hardware Bootloader U-Boot Target ramips System-On-Chip CPU MHz 880 Flash MB 16 RAM MB 128 Network Ethernet 100M ports 1 Ethernet Gbit ports 5 Switch ¿ Modem - VLAN ¿ Comments - network ports Wireless WLAN 2.4GHz b/g/n WLAN 5.0GHz a/n/ac WLAN Hardware MediaTek MT7603E, MediaTek MT7612E Detachable Antennas 6 Comments - WLAN Interfaces USB ports 1x 3.0 SATA ports - Serial Yes JTAG ¿ Comments - USB & SATA ports Misc LED count 10 Button count 1 Power supply ¿ Links Forum Topic URL WikiDevi URL OEM device homepage URL Firmware OEM Stock URL Firmware OpenWrt Install URL Firmware OpenWrt Upgrade URL https://downloads.openwrt.org/releases/22.03.3/targets/ramips/mt7621/openwrt-22.03.3-ramips-mt7621-afoundry_ew1200-squashfs-sysupgrade.bin Edit the underlying data View/Edit data Photos Front: Insert photo of front of the casing Back: Insert photo of back of the casing Backside label: Insert photo of backside label Opening the case Note: This will void your warranty! Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, … To remove the cover and open the device, do a/b/c Main PCB: Insert photo of PCB Serial → port.serial general information about the serial port, serial port cable, etc. How to connect to the Serial Port of this specific device: In the middle of the PCB there are the unpopulated pins for TX, GND and RX. Insert photo of PCB with markings for serial port Serial connection parameters for Afoundry EW1200 57600, 8N1 JTAG → port.jtag general information about the JTAG port, JTAG cable, etc. How to connect to the JTAG Port of this specific device: Insert photo of PCB with markings for JTAG port Bootlogs OEM bootlog COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE OpenWrt bootlog Starting kernel ... [ 0.000000] Linux version 4.14.131 (buildbot@188e96c27177) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7808-ef686b7292)) #0 SMP Thu Jun 27 12:18:52 2019 [ 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 EW1200 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] random: get_random_bytes called from 0x80557744 with crng_init=0 [ 0.000000] percpu: Embedded 14 pages/cpu s26256 r8192 d22896 u57344 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 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=00014010 [ 0.000000] Readback ErrCtl register=00014010 [ 0.000000] Memory: 123668K/131072K available (4647K kernel code, 236K rwdata, 572K rodata, 228K init, 254K bss, 7404K 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] 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.000010] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.015501] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.087823] pid_max: default: 32768 minimum: 301 [ 0.097137] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.110158] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.125901] Hierarchical SRCU implementation. [ 0.135363] smp: Bringing up secondary CPUs ... [ 0.145775] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.145784] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.145795] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.145929] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.204746] Synchronize counters for CPU 1: done. [ 0.275837] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.275846] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.275854] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.275924] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.325603] Synchronize counters for CPU 2: done. [ 0.386626] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.386634] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.386642] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.386737] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.445170] Synchronize counters for CPU 3: done. [ 0.504770] smp: Brought up 1 node, 4 CPUs [ 0.516158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.535622] futex hash table entries: 1024 (order: 3, 32768 bytes) [ 0.548059] pinctrl core: initialized pinctrl subsystem [ 0.558928] NET: Registered protocol family 16 [ 0.573631] pull PCIe RST: RALINK_RSTCTRL = 4000000 [ 0.883629] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.893694] ***** Xtal 40MHz ***** [ 0.900426] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.910630] Port 0 N_FTS = 1b105000 [ 0.917528] Port 1 N_FTS = 1b105000 [ 0.924457] Port 2 N_FTS = 1b102800 [ 2.083141] PCIE2 no card, disable it(RST&CLK) [ 2.091828] -> 21007f2 [ 2.096649] PCIE0 enabled [ 2.101852] PCIE1 enabled [ 2.107029] PCI host bridge /pcie@1e140000 ranges: [ 2.116553] MEM 0x0000000060000000..0x000000006fffffff [ 2.126920] IO 0x000000001e160000..0x000000001e16ffff [ 2.137277] PCI coherence region base: 0xbfbf8000, mask/settings: 0x60000000 [ 2.160391] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 2.171665] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 2.182901] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 2.195286] i2c-mt7621 1e000900.i2c: clock 100KHz, re-start not support [ 2.208881] PCI host bridge to bus 0000:00 [ 2.216891] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 2.230552] pci_bus 0000:00: root bus resource [io 0xffffffff] [ 2.242292] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 2.255779] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 2.273636] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 2.286669] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.300484] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 2.313617] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.327446] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 2.340919] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 2.355263] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 2.368744] pci 0000:00:00.0: BAR 1: assigned [mem 0x60300000-0x6030ffff] [ 2.382222] pci 0000:00:01.0: BAR 1: assigned [mem 0x60310000-0x6031ffff] [ 2.395715] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 2.410227] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 2.424552] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.434394] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 2.447885] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 2.462229] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 2.475707] pci 0000:00:01.0: PCI bridge to [bus 02] [ 2.485539] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 2.500398] clocksource: Switched to clocksource GIC [ 2.511778] NET: Registered protocol family 2 [ 2.521155] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 2.534895] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 2.547490] TCP: Hash tables configured (established 1024 bind 1024) [ 2.560228] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.571725] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.584364] NET: Registered protocol family 1 [ 2.830349] 4 CPUs re-calibrate udelay(lpj = 2924544) [ 2.841702] Crashlog allocated RAM at address 0x3f00000 [ 2.852243] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 2.869752] random: fast init done [ 2.878385] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.889896] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 2.912641] io scheduler noop registered [ 2.920290] io scheduler deadline registered (default) [ 2.931721] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 2.947170] console [ttyS0] disabled [ 2.954374] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 18, base_baud = 3125000) is a 16550A [ 2.972260] console [ttyS0] enabled [ 2.972260] console [ttyS0] enabled [ 2.986046] bootconsole [early0] disabled [ 2.986046] bootconsole [early0] disabled [ 3.002754] cacheinfo: Failed to find cpu0 device node [ 3.013084] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 3.026099] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error [ 3.040404] spi-mt7621 1e000b00.spi: sys_freq: 50000000 [ 3.051654] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 3.061779] 4 fixed-partitions partitions found on MTD device spi0.0 [ 3.074443] Creating 4 MTD partitions on "spi0.0": [ 3.083986] 0x000000000000-0x000000030000 : "u-boot" [ 3.094801] 0x000000030000-0x000000040000 : "u-boot-env" [ 3.106310] 0x000000040000-0x000000050000 : "factory" [ 3.117255] 0x000000050000-0x000001000000 : "firmware" [ 3.155673] 2 uimage-fw partitions found on MTD device firmware [ 3.167488] 0x000000050000-0x000000210d2c : "kernel" [ 3.178301] 0x000000210d2c-0x000001000000 : "rootfs" [ 3.189024] mtd: device 5 (rootfs) set to be root filesystem [ 3.200449] 1 squashfs-split partitions found on MTD device rootfs [ 3.212769] 0x0000004a0000-0x000001000000 : "rootfs_data" [ 3.225138] libphy: Fixed MDIO Bus: probed [ 3.302380] libphy: mdio: probed [ 4.708344] mtk_soc_eth 1e100000.ethernet: loaded mt7530 driver [ 4.720905] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 4.740151] NET: Registered protocol family 10 [ 4.750647] Segment Routing with IPv6 [ 4.758015] NET: Registered protocol family 17 [ 4.766933] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 4.792721] 8021q: 802.1Q VLAN Support v1.8 [ 4.803550] hctosys: unable to open rtc device (rtc0) [ 4.820855] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 4.835393] Freeing unused kernel memory: 228K [ 4.844265] This architecture does not have kernel memory protection. [ 5.220270] random: crng init done [ 5.539889] init: Console is alive [ 5.546949] init: - watchdog - [ 6.369117] mtk_soc_eth 1e100000.ethernet eth0: port 4 link up [ 6.432952] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 6.570265] usbcore: registered new interface driver usbfs [ 6.581342] usbcore: registered new interface driver hub [ 6.592087] usbcore: registered new device driver usb [ 6.609485] SCSI subsystem initialized [ 6.636954] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.647657] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 6.662825] mtk_soc_eth 1e100000.ethernet eth0: port 3 link up [ 6.680533] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000210010 [ 6.698811] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 6.711265] hub 1-0:1.0: USB hub found [ 6.718803] hub 1-0:1.0: 2 ports detected [ 6.727355] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.737961] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 6.752882] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.765909] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.782859] hub 2-0:1.0: USB hub found [ 6.790432] hub 2-0:1.0: 1 port detected [ 6.800816] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 6.830733] init: - preinit - [ 7.524233] mtk_soc_eth 1e100000.ethernet: PPE started 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 [ 10.816135] jffs2: notice: (477) jffs2_build_xattr_subsystem: complete building xattr subsystem, 5 of xdatum (3 unchecked, 2 orphan) and 19 of xref (2 dead, 0 orphan) found. [ 10.849191] mount_root: switching to jffs2 overlay [ 10.954642] overlayfs: upper fs does not support tmpfile. [ 10.970639] urandom-seed: Seeding with /etc/urandom.seed [ 11.066300] mtk_soc_eth 1e100000.ethernet: 0x100 = 0x6060000c, 0x10c = 0x80818 [ 11.091221] procd: - early - [ 11.097046] procd: - watchdog - [ 11.770558] procd: - watchdog - [ 11.777117] procd: - ubus - [ 11.858394] procd: - init - Please press Enter to activate this console. [ 12.184305] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.201079] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 12.219362] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 12.235361] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 12.250422] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.267468] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 12.314856] xt_time: kernel timezone is -0000 [ 12.367598] bus=0x2, slot = 0x1, irq=0xff [ 12.375810] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 13.411622] mt7603e 0000:02:00.0: Firmware Version: ap_pcie [ 13.422772] mt7603e 0000:02:00.0: Build Time: 20160107100755 [ 13.470392] mt7603e 0000:02:00.0: firmware init done [ 13.654697] bus=0x1, slot = 0x0, irq=0xff [ 13.662938] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 14.383527] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 14.399362] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 14.410342] mt76x2e 0000:01:00.0: Build: 1 [ 14.418502] mt76x2e 0000:01:00.0: Build Time: 201507311614____ [ 14.450401] mt76x2e 0000:01:00.0: Firmware running! [ 14.470158] PPP generic driver version 2.4.2 [ 14.481346] NET: Registered protocol family 24 [ 14.493121] kmodloader: done loading kernel modules from /etc/modules.d/* [ 20.279002] mtk_soc_eth 1e100000.ethernet: PPE started [ 20.295677] br-lan: port 1(eth0.1) entered blocking state [ 20.306518] br-lan: port 1(eth0.1) entered disabled state [ 20.318143] device eth0.1 entered promiscuous mode [ 20.327728] device eth0 entered promiscuous mode [ 20.340298] br-lan: port 1(eth0.1) entered blocking state [ 20.351124] br-lan: port 1(eth0.1) entered forwarding state [ 20.362642] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 21.310846] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready BusyBox v1.28.4 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 18.06.4, r7808-ef686b7292 ----------------------------------------------------- root@OpenWrt:/# Notes Space for additional notes, links to forum threads or other resources. … Tags Add tags below, then remove this fixme. How to add tags ramips, MT7621, 16flash, 128ram, 5port, gigabitethernet, 802.11bgn, 802.11ac, USB3.0 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.OKMore information about cookies ramips mt7621 16flash 128ram 5port gigabitethernet 802.11bgn 802.11ac usb3.0 Last modified: 2022/12/01 12:38by kcrk