Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:tp-link:ec330-g5u_v1 [2023/01/14 20:59] – [OpenWrt installation] csharper2005toh:tp-link:ec330-g5u_v1 [2023/08/02 19:03] – [OpenWrt installation (using factory image)] add info about ISP's default FW luckyspecialist
Line 5: Line 5:
 /* USE https://openwrt.org/meta/create_new_device_page */ /* USE https://openwrt.org/meta/create_new_device_page */
  
-{{page>meta:infobox:construction&noheader&nofooter&noeditbtn}} 
  
-The TP-Link EC330-G5u v1 is a WiFi 5 wireless router based on the MT7621 platform with USB 3.0 port. +The TP-Link EC330-G5u v1 is a WiFi 5 AC1900 wireless router based on the MT7621 platform with USB 3.0 port. 
  
 It's also known as TP-Link Archer C9ERT. It's also known as TP-Link Archer C9ERT.
Line 40: Line 39:
 ===== Experimental Versions ===== ===== Experimental Versions =====
  
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  +  * [[https://forum.openwrt.org/t/add-support-for-beeline-smartbox-giga/99390/4|Community builds]]
-   The official Table of Hardware only lists current, stable versions of OpenWrt * +
-   Use this space to describe any on-going efforts to create a newer version       * +
-   of the firmware for this device. Provide links to firmware images,              * +
-   active threads on the forum, or other sources of information.                   * +
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */+
  
-//None at this time.// 
  
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
Line 85: Line 78:
 ---- ----
  
-==== OpenWrt installation ==== 
  
-1. Rename OpenWrt initramfs image to test.bin and place it on tftp server with IP 192.168.0.5+{{page>meta:infobox:attention_trunk&noheader&nofooter&noeditbtn}} 
 +==== OpenWrt installation (using factory image) ====
  
-2. Attach UART:+Tested with //[[https://4pda.to/forum/index.php?showtopic=1030035&view=findpost&p=108374670|3.16.0 0.9.1 v6037.0 Build 191016 Rel.30619nb]]// TP-Link firmware. 
 +Also tested on 3.16.0 0.9.1 v6037.0 Build 181229 Rel.41159n (ISP's default FW) if the router booted from the right slot to download the OpenWRT firmware (see step 6 below). 
 + 
 +1. Login to the router web interface (http://192.168.0.1/ by default) and save running config to //conf.bin// file 
 + 
 +2.  Open configuration file in any TP-Link config editor (e.g. https://jahed.github.io/tp-link-config-editor/
 + 
 +3.  Find //DeviceInfo// section and insert a new string:  
 +<code bash><Description val="Modem Router`telnetd -p 1023 -l login`" /></code> 
 +according to the following example:
 <code bash> <code bash>
-                            V +<DeviceInfo> 
-+-------+-------+-------+-------+ +   ... 
-| +3.3V |  GND  |  TX   |  RX   | +   <Description val="Modem Router`telnetd -p 1023 -l login`" /> 
-+---+---+-------+-------+-------+ +   ... 
-                 J2 +</DeviceInfo>
-    | +
-    +--- Don't connect+
 </code> </code>
 +
 +4.  Save configuration file and upload changed configuration using stock firmware web interface
 +
 +5.  Login using //telnet// to IP:192.168.0.1, port:1023 (Username:admin, password:1234)
 +
 +6.  Run <code bash>cat /proc/mtd | grep mtd7</code>
 +  * If the result is <code bash>mtd7: 03000000 00020000 "rootfs" 03400000</code> then install stock firmware using web interface to toggle booted firmware image from //os1// to //os0//
 +  * If the result is <code bash>mtd7: 03000000 00020000 "rootfs" 00400000</code> then all is ok, go to the next step
 +
 +7.  Set up a //tftp// server (e.g. //tftpd64// for windows) with OpenWrt //factory.bin// image (IP:192.168.0.100 in this example)
 +
 +8.  Login using //telnet// to 192.168.0.1, port:1023
 +
 +9.  Download OpenWrt //factory.bin// image from the tftp server:
 +<code bash>
 +cd /tmp
 +tftp -g -r factory.bin 192.168.0.100
 +</code>
 +
 +10. Write OpenWrt //factory.bin// image:
 +<code bash>
 +dd if=/tmp/factory.bin of=/dev/mtdblock1
 +</code>
 +
 +11. Power cycle the router
 +
 +==== OpenWrt installation (using serial console) ====
 +
 +1. Rename OpenWrt initramfs image to **test.bin** and place it on tftp server with IP **192.168.0.5**
 +
 +2. Attach [[:toh:tp-link:ec330-g5u_v1#serial|Serial console (UART)]]
  
 3. Switch on the router and interrupt the boot process by pressing 't' 3. Switch on the router and interrupt the boot process by pressing 't'
Line 124: Line 155:
 </code> </code>
  
-==== Recovery ==== 
  
-1. Press Reset button and power on the router 
- 
-2. Navigate to U-Boot recovery web server (http://192.168.0.1/) and upload the OEM firmware 
        
 ==== Flash Layout ==== ==== Flash Layout ====
Line 157: Line 184:
 | 0x0        | 128M       | 128 Mb  | 0x7f80000  | (wholeflash)  | mtd6  | Whole NAND  |                                                                                                                                                                                                                                                                                                              | | 0x0        | 128M       | 128 Mb  | 0x7f80000  | (wholeflash)  | mtd6  | Whole NAND  |                                                                                                                                                                                                                                                                                                              |
 | 0x400000   | 0x3000000  | 48 Mb   | 0x3400000  | (rootfs)      | mtd7  | OS IMAGE 1  |                                                                                                                                                                                                                                                                                                              | | 0x400000   | 0x3000000  | 48 Mb   | 0x3400000  | (rootfs)      | mtd7  | OS IMAGE 1  |                                                                                                                                                                                                                                                                                                              |
 +
 +=== Bootloader notes ===
 +The device contains 3 bootloaders:
 +
 +1. First U-Boot: U-Boot 1.1.3 (Mar 18 2019 - 12:50:24). The First U-Boot located on NAND Flash to load next full-feature Uboot.
 +
 +2. Main U-Boot + its backup: U-Boot 1.1.3 (Mar 18 2019 - 12:50:29). This bootloader includes recovery webserver. Requires special uImages to continue the boot process:
 +  * 0x00 (os0, os1) - firmware uImage
 +  * 0x40 (os0, os1) - standalone uImage (OpenWrt kernel is here)
 +
 +3. Additionally, both slots of the original TP-Link firmware contains Image U-Boot: U-Boot 1.1.3 (Oct 16 2019 - 08:14:45). It checks image magics and CRCs. We don't use this U-Boot with OpenWrt.
 ==== OEM easy installation ==== ==== OEM easy installation ====
  
Line 191: Line 229:
  
 ===== Debricking ===== ===== Debricking =====
--> [[docs:guide-user:troubleshooting:generic.debrick]]+ 
 +1. Press Reset button and power on the router 
 + 
 +2. Navigate to U-Boot recovery web server (http://192.168.0.1/) and upload the OEM firmware
  
 ===== Failsafe mode ===== ===== Failsafe mode =====
Line 249: Line 290:
  
 //Front://\\ //Front://\\
-**Insert photo of front of the casing**+{{:media:tplink:ec330-g5u-v1:overview.jpg?400|}}   
  
 //Back://\\ //Back://\\
-**Insert photo of back of the casing**+{{:media:tplink:ec330-g5u-v1:backside.jpg?400|}}   
  
-//Backside label://\\ +//Left side://\\ 
-**Insert photo of backside label**+{{:media:tplink:ec330-g5u-v1:left_side.jpg?400|}}    
 + 
 +//Bottom://\\ 
 +{{:media:tplink:ec330-g5u-v1:bottom.jpg?400|}}    
 + 
 +//Label://\\ 
 +{{:media:tplink:ec330-g5u-v1:label.jpg?400|}}   
  
 ==== Opening the case ==== ==== Opening the case ====
Line 261: Line 308:
 **Note:** This will void your warranty! **Note:** This will void your warranty!
  
-<WRAP BOX> +  * There are crews at the bottom. There are also clips around the edge of the case you will need to prize open, usingfor examplea plastic card
-FIXME //Describe what needs to be done to open the devicee.g. remove rubber feetadhesive labels, screws, ...// +
-  * To remove the cover and open the device, do a/b/c +
-</WRAP>+
  
 //Main PCB://\\ //Main PCB://\\
-**Insert photo of PCB**+https://fccid.io/TE7EC330G5U/Internal-Photos/10-Internal-Photos-4120425
  
 ==== Serial ==== ==== Serial ====
Line 283: Line 328:
 </code> </code>
  
-**Insert photo of PCB with markings for serial port**+{{media:tplink:ec330-g5u-v1:serial.jpg?400|TP-Link EC330-G5u v1 UART}}
  
 +Device has many big holes in the bottom of the case. This allows you connect Serial Port even without the case opening.
  
 ^ Serial connection parameters\\ for TP-Link EC330-G5u v1 | 115200, 8N1, 3.3V | ^ Serial connection parameters\\ for TP-Link EC330-G5u v1 | 115200, 8N1, 3.3V |
  
 ==== JTAG ==== ==== JTAG ====
--> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc. 
  
-How to connect to the JTAG Port of this specific device:\\ +Not supported. 
-**Insert photo of PCB with markings for JTAG port**+ 
 +-> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.
  
 ===== Bootloader mods ===== ===== Bootloader mods =====
Line 2020: Line 2066:
 ==== OpenWrt bootlog ==== ==== OpenWrt bootlog ====
 <WRAP bootlog> <WRAP bootlog>
-<nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki>+<nowiki> 
 +U-Boot 1.1.3 (Dec 29 2018 - 11:24:12) 
 + 
 +Board: Ralink APSoC DRAM:  128 MB 
 +relocate_code Pointer at: 87f9c000 
 + 
 +Config XHCI 40M PLL 
 +#Reset_MT7530 
 +Allocate 16 byte aligned buffer: 87fca950 
 +Enable NFI Clock 
 +# MTK NAND # : Use HW ECC 
 +NAND ID [C8 D1 80 95 40] 
 +Device found in MTK table, ID: c8d1, EXT_ID: 809540 
 +Support this Device in MTK table! c8d1 
 +select_chip 
 +[NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 
 +Signature matched and data read! 
 +load_fact_bbt success 1023 
 +load fact bbt success 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +[mtk_nand] probe successfully! 
 +mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8 
 + 
 +partable is: 
 +part0:0x20000@0x0 
 +part1:0x7f60000@0x20000 
 +*** Warning - bad CRC, using default environment 
 + 
 +============================================ 
 +Ralink UBoot Version: 5.0.0.0 
 +-------------------------------------------- 
 +ASIC MT7621A DualCore (MAC to MT7530 Mode) 
 +DRAM_CONF_FROM: Auto-Detection 
 +DRAM_TYPE: DDR3 
 +DRAM bus: 16 bit 
 +Xtal Mode=3 OCP Ratio=1/3 
 +Flash component: NAND Flash 
 +Date:Dec 29 2018  Time:11:24:12 
 +============================================ 
 +THIS IS First Uboot: The first uboot located in NAND Flash to load next full-feature Uboot. 
 +icache: sets:256, ways:4, linesz:32 ,total:32768 
 +dcache: sets:256, ways:4, linesz:32 ,total:32768 
 + 
 + ##### The CPU freq = 880 MHZ #### 
 + estimate memory size =128 Mbytes 
 +set LAN/WAN WLLLL 
 + 
 +Press '1' or 't' to break the booting process                                                                                                                                              0 
 + 
 + 
 +3: System Boot system code via Flash. 
 +## Booting image at bc020000 ... 
 +   Image Name:   NAND Flash I 
 +   Image Type:   MIPS Linux Standalone Program (uncompressed) 
 +   Data Size:    173024 Bytes = 169 kB 
 +   Load Address: a01fc040 
 +   Entry Point:  a0200000 
 +...   Verifying Checksum ... OK 
 +data copied to 0xa01fc040 
 +OK 
 +jump to memory 0xa0200000 
 + 
 + 
 +U-Boot 1.1.3 (Dec 29 2018 - 11:24:16) 
 + 
 +Board: Ralink APSoC DRAM:  128 MB 
 +relocate_code Pointer at: 87f8c000 
 + 
 +Config XHCI 40M PLL 
 +#Reset_MT7530 
 +Allocate 16 byte aligned buffer: 87fca6d0 
 +Enable NFI Clock 
 +# MTK NAND # : Use HW ECC 
 +NAND ID [C8 D1 80 95 40] 
 +Device found in MTK table, ID: c8d1, EXT_ID: 809540 
 +Support this Device in MTK table! c8d1 
 +select_chip 
 +[NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 
 +Signature matched and data read! 
 +load_fact_bbt success 1023 
 +load fact bbt success 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +[mtk_nand] probe successfully! 
 +mtd->writesize=2048 mtd->oobsize=64,    mtd->erasesize=131072  devinfo.iowidth=8 
 +
 +partable is: 
 +uboot:0x400000@0x0 
 +os0:0x3000000@0x400000 
 +os1:0x3000000@0x3400000 
 +userfs:0x1000000@0x6400000 
 +ubootenv:0x400000@0x7400000 
 +factory:0x400000@0x7800000 
 +.============================================ 
 +Ralink UBoot Version: 5.0.0.0 
 +-------------------------------------------- 
 +ASIC MT7621A DualCore (MAC to MT7530 Mode) 
 +DRAM_CONF_FROM: Auto-Detection 
 +DRAM_TYPE: DDR3 
 +DRAM bus: 16 bit 
 +Xtal Mode=3 OCP Ratio=1/3 
 +Flash component: NAND Flash 
 +Date:Dec 29 2018  Time:11:24:16 
 +============================================ 
 +THIS IS Main Uboot: Including recovery webserver. 
 +icache: sets:256, ways:4, linesz:32 ,total:32768 
 +dcache: sets:256, ways:4, linesz:32 ,total:32768 
 + 
 + ##### The CPU freq = 880 MHZ #### 
 + estimate memory size =128 Mbytes 
 +set LAN/WAN WLLLL 
 +this uboot is loaded from 0xbc020000 
 + 
 +Press '4' or 't' to break the booting process 
 + 
 +Press 'x' to enter recovery web server                                                                                                                                                     0 
 + 
 + 
 +3: System Boot system code via Flash. 
 +do_bootm 
 +## Booting image at bc400000 ... 
 +   Image Name:   OS IMAGE (OpenWrt) 
 +   Image Type:   MIPS Linux Firmware (uncompressed) 
 +   Data Size:    2695773 Bytes =  2.6 MB 
 +   Load Address: 80001000 
 +   Entry Point:  80001000 
 +ret is -3 
 +try next header 
 +## Booting image at bc400040 ... 
 +   Image Name:   MIPS OpenWrt Linux-5.10.161 
 +   Image Type:   MIPS Linux Standalone Program (uncompressed) 
 +   Data Size:    2695709 Bytes =  2.6 MB 
 +   Load Address: 80001000 
 +   Entry Point:  80001000 
 +..........................................   Verifying Checksum ... OK 
 +data copied to 0x80001000 
 +OK 
 +jump to memory 0x80001000 
 + 
 + 
 +OpenWrt kernel loader for MIPS based SoC 
 +Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> 
 +Decompressing kernel... done! 
 +Starting kernel at 80001000... 
 + 
 +[    0.000000] Linux version 5.10.161 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023 
 +[    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 
 +[    0.000000] printk: bootconsole [early0] enabled 
 +[    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.000000] MIPS: machine is TP-Link EC330-G5u v1 
 +[    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] percpu: Embedded 15 pages/cpu s30480 r8192 d22768 u61440 
 +[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32480 
 +[    0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 
 +[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) 
 +[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) 
 +[    0.000000] Writing ErrCtl register=0006200c 
 +[    0.000000] Readback ErrCtl register=0006200c 
 +[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off 
 +[    0.000000] Memory: 119468K/131072K available (7039K kernel code, 631K rwdata, 832K rodata, 1276K init, 243K bss, 11604K reserved, 0K cma-reserved, 0K highmem) 
 +[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 
 +[    0.000000] rcu: Hierarchical RCU implementation. 
 +[    0.000000]  Tracing variant of Tasks RCU enabled. 
 +[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. 
 +[    0.000000] NR_IRQS: 256 
 +[    0.000000] CPU Clock: 880MHz 
 +[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns 
 +[    0.000012] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns 
 +[    0.007952] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns 
 +[    0.016995] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) 
 +[    0.083157] pid_max: default: 32768 minimum: 301 
 +[    0.087923] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.095125] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.105705] rcu: Hierarchical SRCU implementation. 
 +[    0.110741] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build 
 +[    0.118834] smp: Bringing up secondary CPUs ... 
 +[    0.124105] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.124116] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.124127] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +[    0.124203] CPU1 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.178631] Synchronize counters for CPU 1: done. 
 +[    0.211052] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.211061] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.211070] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +[    0.211117] CPU2 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.270027] Synchronize counters for CPU 2: done. 
 +[    0.300616] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. 
 +[    0.300625] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes 
 +[    0.300634] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. 
 +[    0.300685] CPU3 revision is: 0001992f (MIPS 1004Kc) 
 +[    0.355213] Synchronize counters for CPU 3: done. 
 +[    0.385080] smp: Brought up 1 node, 4 CPUs 
 +[    0.393646] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
 +[    0.403463] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) 
 +[    0.410474] pinctrl core: initialized pinctrl subsystem 
 +[    0.418050] NET: Registered protocol family 16 
 +[    0.423593] thermal_sys: Registered thermal governor 'step_wise' 
 +[    0.424962] cpuidle: using governor teo 
 +[    0.471132] clocksource: Switched to clocksource GIC 
 +[    0.477811] NET: Registered protocol family 2 
 +[    0.482487] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) 
 +[    0.491154] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) 
 +[    0.499482] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) 
 +[    0.507091] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) 
 +[    0.514073] TCP: Hash tables configured (established 1024 bind 1024) 
 +[    0.520507] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) 
 +[    0.526993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) 
 +[    0.534190] NET: Registered protocol family 1 
 +[    0.538484] PCI: CLS 0 bytes, default 32 
 +[    0.544824] workingset: timestamp_bits=14 max_order=15 bucket_order=1 
 +[    0.555452] squashfs: version 4.0 (2009/01/31) Phillip Lougher 
 +[    0.561230] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. 
 +[    0.571845] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) 
 +[    0.581158] mt7621_gpio 1e000600.gpio: registering 32 gpios 
 +[    0.587001] mt7621_gpio 1e000600.gpio: registering 32 gpios 
 +[    0.592959] mt7621_gpio 1e000600.gpio: registering 32 gpios 
 +[    0.599368] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled 
 +[    0.610041] printk: console [ttyS0] disabled 
 +[    0.614366] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A 
 +[    0.623365] printk: console [ttyS0] enabled 
 +[    0.623365] printk: console [ttyS0] enabled 
 +[    0.631618] printk: bootconsole [early0] disabled 
 +[    0.631618] printk: bootconsole [early0] disabled 
 +[    0.643827] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xd1 
 +[    0.650180] nand: ESMT NAND 128MiB 3,3V 8-bit 
 +[    0.654629] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 
 +[    0.662199] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits 
 +[    0.668795] 7 fixed-partitions partitions found on MTD device mt7621-nand 
 +[    0.676151] Creating 7 MTD partitions on "mt7621-nand": 
 +[    0.681421] 0x000000000000-0x000000400000 : "u-boot" 
 +[    0.748650] 3 fixed-partitions partitions found on MTD device u-boot 
 +[    0.755029] Creating 3 MTD partitions on "u-boot": 
 +[    0.759808] 0x000000000000-0x000000020000 : "u-boot-first" 
 +[    0.768081] 0x000000020000-0x000000060000 : "u-boot-main" 
 +[    0.778245] 0x000000060000-0x0000000a0000 : "u-boot-main-reserve" 
 +[    0.789143] 0x000000400000-0x000003400000 : "os0" 
 +[    1.530667] 2 fixed-partitions partitions found on MTD device os0 
 +[    1.536823] Creating 2 MTD partitions on "os0": 
 +[    1.541472] 0x000000000000-0x000000400000 : "kernel" 
 +[    1.608709] 0x000000400000-0x000003000000 : "ubi-os0" 
 +[    2.289186] 0x000003400000-0x000006400000 : "os1" 
 +[    3.030532] 0x000006400000-0x000007400000 : "userfs" 
 +[    3.282032] 0x000007400000-0x000007800000 : "u-boot-env" 
 +[    3.349854] 0x000007800000-0x000007c00000 : "factory" 
 +[    3.417384] 0x000000000000-0x000007f80000 : "wholeflash" 
 +[    5.385793] Concatenating MTD devices: 
 +[    5.389571] (0): "ubi-os0" 
 +[    5.392301] (1): "userfs" 
 +[    5.394907] into device "ubi-concat" 
 +[    5.398526] 1 fixed-partitions partitions found on MTD device ubi-concat 
 +[    5.405218] Creating 1 MTD partitions on "ubi-concat": 
 +[    5.410341] 0x000000000000-0x000003c00000 : "ubi" 
 +[    6.382287] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
 +[    6.392104] mtk_soc_eth 1e100000.ethernet: generated random MAC address e2:53:8a:2d:6b:45 
 +[    6.401222] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 
 +[    6.409680] mtk_soc_eth 1e100000.ethernet: generated random MAC address 7a:5f:9b:98:d8:cd 
 +[    6.418679] mtk_soc_eth 1e100000.ethernet wan: mediatek frame engine at 0xbe100000, irq 21 
 +[    6.427826] i2c /dev entries driver 
 +[    6.434229] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
 +[    6.440997] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
 +[    6.449778] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
 +[    6.457950] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
 +[    6.466226] mt7621-pci 1e140000.pcie: Parsing DT failed 
 +[    6.473799] NET: Registered protocol family 10 
 +[    6.480037] Segment Routing with IPv6 
 +[    6.483855] NET: Registered protocol family 17 
 +[    6.488367] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. 
 +[    6.501744] 8021q: 802.1Q VLAN Support v1.8 
 +[    6.509411] gpio-export gpio-export: 1 gpio(s) exported 
 +[    6.515010] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module 
 +[    6.544231] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=27) 
 +[    6.556757] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=28) 
 +[    6.569051] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=29) 
 +[    6.581412] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=30) 
 +[    6.594046] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode 
 +[    6.604516] DSA: tree 0 setup 
 +[    6.607841] rt2880-pinmux pinctrl: pcie is already enabled 
 +[    6.613422] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: 
 +[    6.620106] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff] 
 +[    6.628906] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0000000000 
 +[    6.637083] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000 
 +[    6.645353] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1) 
 +[    6.653193] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0) 
 +[    6.660910] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22 
 +[    6.768315] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz 
 +[    6.773904] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz 
 +[    6.879626] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) 
 +[    6.886581] mt7621-pci 1e140000.pcie: PCIE0 enabled 
 +[    6.891459] mt7621-pci 1e140000.pcie: PCIE1 enabled 
 +[    6.896320] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 
 +[    6.905780] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 
 +[    6.912168] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff] 
 +[    6.919020] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] 
 +[    6.925889] pci_bus 0000:00: root bus resource [bus 00-ff] 
 +[    6.931379] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff]) 
 +[    6.941581] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 
 +[    6.947579] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
 +[    6.953843] pci 0000:00:00.0: reg 0x14: initial BAR value 0x00000000 invalid 
 +[    6.960891] pci 0000:00:00.0: reg 0x14: [mem size 0x00010000] 
 +[    6.966681] pci 0000:00:00.0: supports D1 
 +[    6.970672] pci 0000:00:00.0: PME# supported from D0 D1 D3hot 
 +[    6.976929] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 
 +[    6.982991] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] 
 +[    6.989235] pci 0000:00:01.0: reg 0x14: initial BAR value 0x00000000 invalid 
 +[    6.996274] pci 0000:00:01.0: reg 0x14: [mem size 0x00010000] 
 +[    7.002084] pci 0000:00:01.0: supports D1 
 +[    7.006077] pci 0000:00:01.0: PME# supported from D0 D1 D3hot 
 +[    7.013404] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
 +[    7.021442] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
 +[    7.029682] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280 
 +[    7.035753] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid 
 +[    7.042805] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit] 
 +[    7.049217] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) 
 +[    7.065603] pci 0000:00:00.0: PCI bridge to [bus 01-ff] 
 +[    7.070886] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff] 
 +[    7.076957] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
 +[    7.083749] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff pref] 
 +[    7.090976] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 
 +[    7.097838] pci 0000:02:00.0: [14c3:7615] type 00 class 0x000280 
 +[    7.103907] pci 0000:02:00.0: reg 0x10: initial BAR value 0x00000000 invalid 
 +[    7.110973] pci 0000:02:00.0: reg 0x10: [mem size 0x00100000 64bit] 
 +[    7.117387] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) 
 +[    7.133777] pci 0000:00:01.0: PCI bridge to [bus 02-ff] 
 +[    7.139000] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff] 
 +[    7.145115] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x600fffff] 
 +[    7.151898] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x600fffff pref] 
 +[    7.159094] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 
 +[    7.165754] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] 
 +[    7.172364] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] 
 +[    7.179298] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] 
 +[    7.185912] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] 
 +[    7.192870] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] 
 +[    7.199631] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] 
 +[    7.206860] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] 
 +[    7.213647] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] 
 +[    7.220868] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] 
 +[    7.227633] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] 
 +[    7.234414] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff] 
 +[    7.241199] pci 0000:00:01.0: BAR 7: assigned [io  0x1e161000-0x1e161fff] 
 +[    7.247966] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] 
 +[    7.255276] pci 0000:00:00.0: PCI bridge to [bus 01] 
 +[    7.260220] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff] 
 +[    7.267008] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff] 
 +[    7.273791] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref] 
 +[    7.281015] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] 
 +[    7.288302] pci 0000:00:01.0: PCI bridge to [bus 02] 
 +[    7.293267] pci 0000:00:01.0:   bridge window [io  0x1e161000-0x1e161fff] 
 +[    7.300027] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff] 
 +[    7.306806] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref] 
 +[    7.318329] UBI: auto-attach mtd12 
 +[    7.321839] ubi0: attaching mtd12 
 +[    7.331445] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[    8.869338] ubi0: scanning is finished 
 +[    8.889919] ubi0: attached mtd12 (name "ubi", size 60 MiB) 
 +[    8.895440] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes 
 +[    8.902304] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 
 +[    8.909061] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 
 +[    8.916004] ubi0: good PEBs: 480, bad PEBs: 0, corrupted PEBs: 0 
 +[    8.921999] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 
 +[    8.929188] ubi0: max/mean erase counter: 15/8, WL threshold: 4096, image sequence number: 2014637619 
 +[    8.938378] ubi0: available PEBs: 0, total reserved PEBs: 480, PEBs reserved for bad PEB handling: 10 
 +[    8.947606] ubi0: background thread "ubi_bgt0d" started, PID 484 
 +[    8.950062] block ubiblock0_0: created from ubi0:0(rootfs) 
 +[    8.959149] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem 
 +[    8.973604] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. 
 +[    8.985010] Freeing unused kernel memory: 1276K 
 +[    8.989540] This architecture does not have kernel memory protection. 
 +[    8.995991] Run /sbin/init as init process 
 +[    9.553648] init: Console is alive 
 +[    9.557433] init: - watchdog - 
 +[   10.384711] kmodloader: loading kernel modules from /etc/modules-boot.d/
 +[   10.512153] usbcore: registered new interface driver usbfs 
 +[   10.517795] usbcore: registered new interface driver hub 
 +[   10.523267] usbcore: registered new device driver usb 
 +[   10.539472] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator 
 +[   10.547244] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator 
 +[   10.555128] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
 +[   10.560465] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 
 +[   10.581048] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 
 +[   10.590223] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 
 +[   10.597271] hub 1-0:1.0: USB hub found 
 +[   10.601242] hub 1-0:1.0: 2 ports detected 
 +[   10.605898] xhci-mtk 1e1c0000.xhci: xHCI Host Controller 
 +[   10.611325] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 
 +[   10.618810] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed 
 +[   10.625392] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. 
 +[   10.634465] hub 2-0:1.0: USB hub found 
 +[   10.638356] hub 2-0:1.0: 1 port detected 
 +[   10.650110] kmodloader: done loading kernel modules from /etc/modules-boot.d/
 +[   10.671305] init: - preinit - 
 +[   11.455330] random: jshn: uninitialized urandom read (4 bytes read) 
 +[   11.534864] random: jshn: uninitialized urandom read (4 bytes read) 
 +[   11.645483] random: jshn: uninitialized urandom read (4 bytes read) 
 +[   11.966275] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
 +[   11.974663] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[   11.981462] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
 +[   11.990000] 8021q: adding VLAN 0 to HW filter on device lan1 
 +[   11.998286] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
 +Press the [f] key and hit [enter] to enter failsafe mode 
 +Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level 
 +[   16.197291] UBIFS (ubi0:1): Mounting in unauthenticated mode 
 +[   16.203312] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 638 
 +[   16.286232] UBIFS (ubi0:1): recovery needed 
 +[   16.495769] UBIFS (ubi0:1): recovery completed 
 +[   16.500374] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" 
 +[   16.508205] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes 
 +[   16.518092] UBIFS (ubi0:1): FS size: 53456896 bytes (50 MiB, 421 LEBs), journal size 2666496 bytes (2 MiB, 21 LEBs) 
 +[   16.528493] UBIFS (ubi0:1): reserved for root: 2524900 bytes (2465 KiB) 
 +[   16.535093] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID F4719F63-F61D-4C85-9044-D79236319105, small LPT model 
 +[   16.553327] mount_root: switching to ubifs overlay 
 +[   16.577820] urandom-seed: Seeding with /etc/urandom.seed 
 +[   16.705853] procd: - early - 
 +[   16.708984] procd: - watchdog - 
 +[   17.371093] procd: - watchdog - 
 +[   17.481978] procd: - ubus - 
 +[   17.623742] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   17.641761] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   17.648621] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   17.661637] procd: - init - 
 +Please press Enter to activate this console. 
 +[   18.492311] kmodloader: loading kernel modules from /etc/modules.d/
 +[   18.686648] urngd: v1.0.2 started. 
 +[   18.796950] Loading modules backported from Linux version v5.15.81-0-ge4a7232c917c 
 +[   18.804580] Backport generated by backports.git v5.15.81-1-0-ge1867d55 
 +[   18.864950] random: crng init done 
 +[   18.868374] random: 30 urandom warning(s) missed due to ratelimiting 
 +[   19.016900] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=22 
 +[   19.022365] pci 0000:00:00.0: enabling device (0004 -> 0007) 
 +[   19.028008] mt7615e 0000:01:00.0: enabling device (0000 -> 0002) 
 +[   19.051640] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=23 
 +[   19.057129] pci 0000:00:01.0: enabling device (0004 -> 0007) 
 +[   19.062872] mt7615e 0000:02:00.0: enabling device (0000 -> 0002) 
 +[   19.072496] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a 
 +[   19.072496] 
 +[   19.105210] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a 
 +[   19.105210] 
 +[   19.187417] PPP generic driver version 2.4.2 
 +[   19.195254] NET: Registered protocol family 24 
 +[   19.213532] kmodloader: done loading kernel modules from /etc/modules.d/
 +[   19.397781] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649 
 +[   19.400996] mt7615e 0000:02:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649 
 +[   19.532881] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307 
 +[   19.532926] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307 
 +[   27.782081] mtk_soc_eth 1e100000.ethernet eth0: Link is Down 
 +[   27.801640] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode 
 +[   27.809866] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 
 +[   27.813921] device eth0 entered promiscuous mode 
 +[   27.823527] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode 
 +[   27.830606] 8021q: adding VLAN 0 to HW filter on device lan1 
 +[   27.839273] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
 +[   27.846753] br-lan: port 1(lan1) entered blocking state 
 +[   27.852169] br-lan: port 1(lan1) entered disabled state 
 +[   27.859075] device lan1 entered promiscuous mode 
 +[   27.889006] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode 
 +[   27.896563] 8021q: adding VLAN 0 to HW filter on device lan2 
 +[   27.906982] br-lan: port 2(lan2) entered blocking state 
 +[   27.912763] br-lan: port 2(lan2) entered disabled state 
 +[   27.919462] device lan2 entered promiscuous mode 
 +[   27.935589] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode 
 +[   27.943001] 8021q: adding VLAN 0 to HW filter on device lan3 
 +[   27.953223] br-lan: port 3(lan3) entered blocking state 
 +[   27.958491] br-lan: port 3(lan3) entered disabled state 
 +[   27.966206] device lan3 entered promiscuous mode 
 +[   27.981042] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode 
 +[   27.988422] 8021q: adding VLAN 0 to HW filter on device lan4 
 +[   27.998785] br-lan: port 4(lan4) entered blocking state 
 +[   28.004175] br-lan: port 4(lan4) entered disabled state 
 +[   28.012447] device lan4 entered promiscuous mode 
 +[   28.037698] mtk_soc_eth 1e100000.ethernet wan: PHY [mdio-bus:00] driver [MediaTek MT7530 PHY] (irq=POLL) 
 +[   28.047398] mtk_soc_eth 1e100000.ethernet wan: configuring for phy/rgmii-rxid link mode 
 + 
 + 
 + 
 +BusyBox v1.35.0 (2023-01-03 00:24:21 UTC) built-in shell (ash) 
 + 
 +  _______                     ________        __ 
 +       |.-----.-----.-----.|  |  |  |.----.|  |_ 
 +     ||  _  |  -__|     ||  |  |  ||   _||   _| 
 + |_______||   __|_____|__|__||________||__|  |____| 
 +          |__| W I R E L E S S   F R E E D O M 
 + ----------------------------------------------------- 
 + OpenWrt 22.03.3, r20028-43d71ad93e 
 + ----------------------------------------------------- 
 +=== WARNING! ===================================== 
 +There is no root password defined on this device! 
 +Use the "passwd" command to set up a new password 
 +in order to prevent unauthorized SSH logins. 
 +-------------------------------------------------- 
 +root@OpenWrt:/# 
 +</nowiki>
 </WRAP>\\ </WRAP>\\
  
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1