Skip to content

Instantly share code, notes, and snippets.

@ptpt52
Created March 9, 2020 18:20
Show Gist options
  • Save ptpt52/3dd2753644bb59afc8a508f0b7039241 to your computer and use it in GitHub Desktop.
Save ptpt52/3dd2753644bb59afc8a508f0b7039241 to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Linux version 5.4.24 (LGA1150@Haswell) (gcc version 9.2.0 (OpenWrt GCC 9.2.0 r12425-d83150e3fb)) #0 SMP Mon Mar 9 17:20:43 2020
[ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[ 0.000000] printk: bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[ 0.000000] MIPS: machine is UBNT-ERX-SFP
[ 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-0x000000000fffffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] Normal zone: 576 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
[ 0.000000] percpu: Embedded 14 pages/cpu s26960 r8192 d22192 u57344
[ 0.000000] pcpu-alloc: s26960 r8192 d22192 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960
[ 0.000000] Kernel command line: console=ttyS0,57600 debug rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Writing ErrCtl register=0000a080
[ 0.000000] Readback ErrCtl register=0000a080
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 245484K/262144K available (5916K kernel code, 215K rwdata, 1248K rodata, 6240K init, 232K bss, 16660K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 256
[ 0.000000] random: get_random_bytes called from start_kernel+0x340/0x554 with crng_init=0
[ 0.000000] CPU Clock: 880MHz
[ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
[ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
[ 0.015490] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
[ 0.087818] pid_max: default: 32768 minimum: 301
[ 0.097146] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.111550] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.129591] rcu: Hierarchical SRCU implementation.
[ 0.139695] smp: Bringing up secondary CPUs ...
[ 0.149415] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.149426] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.149438] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.149539] CPU1 revision is: 0001992f (MIPS 1004Kc)
[ 0.209334] Synchronize counters for CPU 1: done.
[ 0.272914] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.272922] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.272931] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.272988] CPU2 revision is: 0001992f (MIPS 1004Kc)
[ 0.329802] Synchronize counters for CPU 2: done.
[ 0.390085] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.390094] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.390103] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.390163] CPU3 revision is: 0001992f (MIPS 1004Kc)
[ 0.449381] Synchronize counters for CPU 3: done.
[ 0.508988] smp: Brought up 1 node, 4 CPUs
[ 0.521243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.540740] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.554665] pinctrl core: initialized pinctrl subsystem
[ 0.566551] NET: Registered protocol family 16
[ 0.585514] FPU Affinity set after 11720 emulations
[ 0.612204] random: fast init done
[ 0.622754] clocksource: Switched to clocksource GIC
[ 0.634371] NET: Registered protocol family 2
[ 0.644091] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.660661] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.675836] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.689985] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.702766] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.715658] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.729760] NET: Registered protocol family 1
[ 0.738326] PCI: CLS 0 bytes, default 32
[ 7.172712] 4 CPUs re-calibrate udelay(lpj = 2924544)
[ 7.184235] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[ 7.206577] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 7.218077] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 7.239765] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 7.251105] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 7.262331] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 7.273988] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[ 7.287705] printk: console [ttyS0] disabled
[ 7.296163] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
[ 7.314079] printk: console [ttyS0] enabled
[ 7.314079] printk: console [ttyS0] enabled
[ 7.330626] printk: bootconsole [early0] disabled
[ 7.330626] printk: bootconsole [early0] disabled
[ 7.351332] mt7621-nand: NAND register bank at 0xbe003000
[ 7.362136] mt7621-nand: ECC register bank at 0xbe003800
[ 7.372850] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda
[ 7.385501] nand: Macronix NAND 256MiB 3,3V 8-bit
[ 7.394868] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 7.409936] mt7621-nand: ecc bit: 4, spare_per_sector: 16
[ 7.421371] Bad block table found at page 131008, version 0x01
[ 7.434141] Bad block table found at page 130944, version 0x01
[ 7.446459] 6 fixed-partitions partitions found on MTD device MT7621-NAND
[ 7.459973] Creating 6 MTD partitions on "MT7621-NAND":
[ 7.470384] 0x000000000000-0x000000080000 : "u-boot"
[ 7.481399] 0x000000080000-0x0000000e0000 : "u-boot-env"
[ 7.493114] 0x0000000e0000-0x000000140000 : "factory"
[ 7.504233] 0x000000140000-0x000000440000 : "kernel1"
[ 7.515323] 0x000000440000-0x000000740000 : "kernel2"
[ 7.526453] 0x000000740000-0x00000ff00000 : "ubi"
[ 7.539584] libphy: Fixed MDIO Bus: probed
[ 7.583211] libphy: mdio: probed
[ 7.663011] mt7530 mdio-bus:00: MT7530 adapts as multi-chip module
[ 7.676787] mtk_soc_eth 1e100000.ethernet dsa: mediatek frame engine at 0xbe100000, irq 20
[ 7.694043] mtk_soc_eth 1e100000.ethernet eth5: mediatek frame engine at 0xbe100000, irq 20
[ 7.711495] i2c-mt7621 1e000900.i2c: clock 100 kHz
[ 7.724508] NET: Registered protocol family 10
[ 7.735070] Segment Routing with IPv6
[ 7.742450] NET: Registered protocol family 17
[ 7.751638] 8021q: 802.1Q VLAN Support v1.8
[ 7.763415] libphy: SFP I2C Bus: probed
[ 7.771308] mt7530 mdio-bus:00: MT7530 adapts as multi-chip module
[ 9.754860] libphy: dsa slave smi: probed
[ 9.792778] mt7530 mdio-bus:00 eth0 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY]
[ 9.842768] mt7530 mdio-bus:00 eth1 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY]
[ 9.892768] mt7530 mdio-bus:00 eth2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY]
[ 9.942770] mt7530 mdio-bus:00 eth3 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY]
[ 9.992761] mt7530 mdio-bus:00 eth4 (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY]
[ 10.062827] mt7530 mdio-bus:00: configuring for fixed/trgmii link mode
[ 11.022745] mt7530 mdio-bus:00: Link is Up - 1Gbps/Full - flow control off
[ 11.272774] DSA: tree 0 setup
[ 11.279022] libphy: SFP I2C Bus: probed
[ 11.287125] libphy: SFP I2C Bus: probed
[ 11.295829] UBI: auto-attach mtd5
[ 11.302434] ubi0: attaching mtd5
[ 13.585950] ubi0: scanning is finished
[ 13.610787] ubi0: attached mtd5 (name "ubi", size 247 MiB)
[ 13.621760] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 13.635458] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 13.648973] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 13.662834] ubi0: good PEBs: 1982, bad PEBs: 0, corrupted PEBs: 0
[ 13.674966] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 13.689345] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1319621856
[ 13.707528] ubi0: available PEBs: 0, total reserved PEBs: 1982, PEBs reserved for bad PEB handling: 40
[ 13.726080] ubi0: background thread "ubi_bgt0d" started, PID 468
[ 13.727793] block ubiblock0_0: created from ubi0:0(rootfs)
[ 13.748992] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[ 13.762875] hctosys: unable to open rtc device (rtc0)
[ 13.796678] Freeing unused kernel memory: 6240K
[ 13.805720] This architecture does not have kernel memory protection.
[ 13.818536] Run /init as init process
[ 13.886781] init: Console is alive
[ 13.893848] init: - watchdog -
[ 13.932048] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 13.982931] libphy: SFP I2C Bus: probed
[ 13.986434] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 13.991050] libphy: SFP I2C Bus: probed
[ 14.023107] init: - preinit -
/etc/preinit: line 51: swconfig: not found
/etc/preinit: line 52: swconfig: not found
/etc/preinit: line 53: swconfig: not found
RTNETLINK answers: Network is down
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
sendto(): Network unreachable
sendto(): Network unreachable
[ 18.284504] procd: - early -
[ 18.290328] procd: - watchdog -
[ 18.832901] procd: - watchdog -
[ 18.839485] procd: - ubus -
[ 18.850098] random: ubusd: uninitialized urandom read (4 bytes read)
[ 18.903296] random: ubusd: uninitialized urandom read (4 bytes read)
[ 18.916350] random: ubusd: uninitialized urandom read (4 bytes read)
[ 18.929872] procd: - init -
Please press Enter to activate this console.
[ 19.212005] kmodloader: loading kernel modules from /etc/modules.d/*
[ 19.392675] urngd: v1.0.2 started.
[ 19.538395] random: crng init done
[ 19.545206] random: 7 urandom warning(s) missed due to ratelimiting
[ 19.975586] tun: Universal TUN/TAP device driver, 1.6
[ 19.995442] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 20.012152] l2tp_core: L2TP core driver, V2.0
[ 20.022350] l2tp_netlink: L2TP netlink interface
[ 20.033972] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 20.049067] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[ 20.063298] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[ 20.075895] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[ 20.154248] i2c /dev entries driver
[ 20.164654] pca953x 0-0025: 0-0025 supply vcc not found, using dummy regulator
[ 20.353190] pca953x 0-0025: interrupt support not compiled in
[ 20.365367] libphy: SFP I2C Bus: probed
[ 20.369591] Mirror/redirect action on
[ 20.390706] u32 classifier
[ 20.396125] input device check on
[ 20.403413] Actions configured
[ 20.413039] sfp sfp_lan5: Host maximum power 1.0W
[ 20.435941] GACT probability on
[ 20.447434] Simple TC action Loaded
[ 20.482888] sfp sfp_lan5: No tx_disable pin: SFP modules will always be emitting.
[ 20.623569] xt_time: kernel timezone is -0000
[ 20.638132] PPP generic driver version 2.4.2
[ 20.648271] NET: Registered protocol family 24
[ 20.659952] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 21.322759] sfp sfp_lan5: module FINISAR CORP. H8521-3-H3C rev 4 sn P98125E dc 060225
[ 21.342185] Atheros 8031 ethernet mdio-bus:07: SFP interface sgmii
[ 32.686058] mtk_soc_eth 1e100000.ethernet dsa: configuring for fixed/trgmii link mode
[ 32.702613] mtk_soc_eth 1e100000.ethernet dsa: Link is Up - 1Gbps/Full - flow control rx/tx
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
config interface 'lan'
option type 'bridge'
option ifname 'eth1 eth2 eth3 eth4 eth5'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option ifname 'eth0'
option proto 'dhcp'
config device 'wan_eth0_dev'
option name 'eth0'
option macaddr '18:e8:29:25:17:9a'
config interface 'wan6'
option ifname 'eth0'
option proto 'dhcpv6'
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
root@OpenWrt:~# brctl show
bridge name bridge id STP enabled interfaces
br-lan 7fff.18e829251799 no eth5
eth3
eth1
eth4
eth2
root@OpenWrt:~# ping 192.168.1.218
PING 192.168.1.218 (192.168.1.218): 56 data bytes
^C
--- 192.168.1.218 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
root@OpenWrt:~# brc[ 128.542787] mtk_soc_eth 1e100000.ethernet eth5: Link is Down
[ 128.554494] br-lan: port 5(eth5) entered disabled state
[ 130.902760] sfp sfp_lan5: module removed
[ 134.262773] sfp sfp_lan5: module FINISAR CORP. H8521-3-H3C rev 4 sn P98125E dc 060225
[ 134.282206] Atheros 8031 ethernet mdio-bus:07: SFP interface sgmii
[ 139.992801] mtk_soc_eth 1e100000.ethernet eth5: Link is Up - 1Gbps/Full - flow control rx/tx
[ 140.009673] br-lan: port 5(eth5) entered blocking state
[ 140.020102] br-lan: port 5(eth5) entered forwarding state
/bin/ash: brc: not found
root@OpenWrt:~#
root@OpenWrt:~# ping 192.168.1.218
PING 192.168.1.218 (192.168.1.218): 56 data bytes
^C
--- 192.168.1.218 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
@ptpt52
Copy link
Author

ptpt52 commented Mar 9, 2020

Automatic boot of image at addr 0x80A00000 ...
## Booting image at 80a00000 ...
   Image Name:   MIPS OpenWrt Linux-5.4.24
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    7675818 Bytes =  7.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 ...

[    0.000000] Linux version 5.4.24 (LGA1150@Haswell) (gcc version 9.2.0 (OpenWrt GCC 9.2.0 r12425-d83150e3fb)) #0 SMP Mon Mar 9 17:20:43 2020
[    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[    0.000000] MIPS: machine is UBNT-ERX-SFP
[    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-0x000000000fffffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   Normal zone: 576 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 65536 pages, LIFO batch:15
[    0.000000] percpu: Embedded 14 pages/cpu s26960 r8192 d22192 u57344
[    0.000000] pcpu-alloc: s26960 r8192 d22192 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000] Kernel command line: console=ttyS0,57600 debug rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Writing ErrCtl register=0000a080
[    0.000000] Readback ErrCtl register=0000a080
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 245484K/262144K available (5916K kernel code, 215K rwdata, 1248K rodata, 6240K init, 232K bss, 16660K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 256
[    0.000000] random: get_random_bytes called from start_kernel+0x340/0x554 with crng_init=0
[    0.000000] CPU Clock: 880MHz
[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
[    0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
[    0.015483] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
[    0.087803] pid_max: default: 32768 minimum: 301
[    0.097127] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.111528] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.129445] rcu: Hierarchical SRCU implementation.
[    0.139511] smp: Bringing up secondary CPUs ...
[    0.149206] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.149216] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.149227] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.149324] CPU1 revision is: 0001992f (MIPS 1004Kc)
[    0.209149] Synchronize counters for CPU 1: done.
[    0.272489] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.272497] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.272505] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.272563] CPU2 revision is: 0001992f (MIPS 1004Kc)
[    0.329566] Synchronize counters for CPU 2: done.
[    0.389866] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.389875] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.389884] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.389944] CPU3 revision is: 0001992f (MIPS 1004Kc)
[    0.449144] Synchronize counters for CPU 3: done.
[    0.508750] smp: Brought up 1 node, 4 CPUs
[    0.520989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.540484] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.554408] pinctrl core: initialized pinctrl subsystem
[    0.566276] NET: Registered protocol family 16
[    0.585184] FPU Affinity set after 11720 emulations
[    0.611575] random: fast init done
[    0.622371] clocksource: Switched to clocksource GIC
[    0.634111] NET: Registered protocol family 2
[    0.643895] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.660479] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.675737] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.689829] TCP: Hash tables configured (established 2048 bind 2048)
[    0.702570] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.715466] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.729547] NET: Registered protocol family 1
[    0.738113] PCI: CLS 0 bytes, default 32
[    7.172323] 4 CPUs re-calibrate udelay(lpj = 2924544)
[    7.184190] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    7.208374] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.219868] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    7.241883] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    7.253234] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    7.264499] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    7.276221] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[    7.290018] printk: console [ttyS0] disabled
[    7.298484] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
[    7.316387] printk: console [ttyS0] enabled
[    7.316387] printk: console [ttyS0] enabled
[    7.332938] printk: bootconsole [early0] disabled
[    7.332938] printk: bootconsole [early0] disabled
[    7.353672] mt7621-nand: NAND register bank at 0xbe003000
[    7.364453] mt7621-nand: ECC register bank at 0xbe003800
[    7.375117] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda
[    7.387758] nand: Macronix NAND 256MiB 3,3V 8-bit
[    7.397118] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    7.412179] mt7621-nand: ecc bit: 4, spare_per_sector: 16
[    7.423623] Bad block table found at page 131008, version 0x01
[    7.436381] Bad block table found at page 130944, version 0x01
[    7.448685] 6 fixed-partitions partitions found on MTD device MT7621-NAND
[    7.462192] Creating 6 MTD partitions on "MT7621-NAND":
[    7.472601] 0x000000000000-0x000000080000 : "u-boot"
[    7.483753] 0x000000080000-0x0000000e0000 : "u-boot-env"
[    7.495539] 0x0000000e0000-0x000000140000 : "factory"
[    7.506780] 0x000000140000-0x000000440000 : "kernel1"
[    7.518028] 0x000000440000-0x000000740000 : "kernel2"
[    7.529316] 0x000000740000-0x00000ff00000 : "ubi"
[    7.543043] libphy: Fixed MDIO Bus: probed
[    7.592775] libphy: mdio: probed
[    7.672700] mt7530 mdio-bus:00: MT7530 adapts as multi-chip module
[    7.686589] mtk_soc_eth 1e100000.ethernet dsa: mediatek frame engine at 0xbe100000, irq 20
[    7.703865] mtk_soc_eth 1e100000.ethernet eth5: mediatek frame engine at 0xbe100000, irq 20
[    7.721312] i2c-mt7621 1e000900.i2c: clock 100 kHz
[    7.734537] NET: Registered protocol family 10
[    7.745200] Segment Routing with IPv6
[    7.752622] NET: Registered protocol family 17
[    7.761756] 8021q: 802.1Q VLAN Support v1.8
[    7.773564] libphy: SFP I2C Bus: probed
[    7.781454] mt7530 mdio-bus:00: MT7530 adapts as multi-chip module
[    9.764321] libphy: dsa slave smi: probed
[    9.802374] mt7530 mdio-bus:00 eth0 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY]
[    9.852365] mt7530 mdio-bus:00 eth1 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY]
[    9.902360] mt7530 mdio-bus:00 eth2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY]
[    9.952363] mt7530 mdio-bus:00 eth3 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY]
[   10.002363] mt7530 mdio-bus:00 eth4 (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY]
[   10.072430] mt7530 mdio-bus:00: configuring for fixed/trgmii link mode
[   11.032351] mt7530 mdio-bus:00: Link is Up - 1Gbps/Full - flow control off
[   11.282376] DSA: tree 0 setup
[   11.288600] libphy: SFP I2C Bus: probed
[   11.296680] libphy: SFP I2C Bus: probed
[   11.305384] UBI: auto-attach mtd5
[   11.311987] ubi0: attaching mtd5
[   13.594273] ubi0: scanning is finished
[   13.619144] ubi0: attached mtd5 (name "ubi", size 247 MiB)
[   13.630089] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[   13.643773] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[   13.657278] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[   13.671129] ubi0: good PEBs: 1982, bad PEBs: 0, corrupted PEBs: 0
[   13.683262] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[   13.697635] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1319621856
[   13.715810] ubi0: available PEBs: 0, total reserved PEBs: 1982, PEBs reserved for bad PEB handling: 40
[   13.734363] ubi0: background thread "ubi_bgt0d" started, PID 468
[   13.736446] block ubiblock0_0: created from ubi0:0(rootfs)
[   13.757286] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[   13.771149] hctosys: unable to open rtc device (rtc0)
[   13.805029] Freeing unused kernel memory: 6240K
[   13.814071] This architecture does not have kernel memory protection.
[   13.826885] Run /init as init process
[   13.896384] init: Console is alive
[   13.903419] init: - watchdog -
[   13.941628] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[   13.992048] libphy: SFP I2C Bus: probed
[   13.994696] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[   14.000237] libphy: SFP I2C Bus: probed
[   14.022710] init: - preinit -
/etc/preinit: line 51: swconfig: not found
/etc/preinit: line 52: swconfig: not found
/etc/preinit: line 53: swconfig: not found
RTNETLINK answers: Network is down
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
sendto(): Network unreachable
sendto(): Network unreachable
[   18.283782] procd: - early -
[   18.289605] procd: - watchdog -
[   18.832499] procd: - watchdog -
[   18.839081] procd: - ubus -
[   18.849649] random: ubusd: uninitialized urandom read (4 bytes read)
[   18.902909] random: ubusd: uninitialized urandom read (4 bytes read)
[   18.915946] random: ubusd: uninitialized urandom read (4 bytes read)
[   18.929491] procd: - init -
Please press Enter to activate this console.
[   19.207077] kmodloader: loading kernel modules from /etc/modules.d/*
[   19.407887] urngd: v1.0.2 started.
[   19.563592] random: crng init done
[   19.570373] random: 7 urandom warning(s) missed due to ratelimiting
[   19.983677] tun: Universal TUN/TAP device driver, 1.6
[   20.003345] ipip: IPv4 and MPLS over IPv4 tunneling driver
[   20.019931] l2tp_core: L2TP core driver, V2.0
[   20.030382] l2tp_netlink: L2TP netlink interface
[   20.041797] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[   20.058571] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[   20.072137] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[   20.085717] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[   20.160019] i2c /dev entries driver
[   20.170541] pca953x 0-0025: 0-0025 supply vcc not found, using dummy regulator
[   20.362805] pca953x 0-0025: interrupt support not compiled in
[   20.375069] libphy: SFP I2C Bus: probed
[   20.379061] Mirror/redirect action on
[   20.399230] u32 classifier
[   20.404682]     input device check on
[   20.411955]     Actions configured
[   20.422644] sfp sfp_lan5: Host maximum power 1.0W
[   20.441791] GACT probability on
[   20.452522] Simple TC action Loaded
[   20.492479] sfp sfp_lan5: No tx_disable pin: SFP modules will always be emitting.
[   20.625741] xt_time: kernel timezone is -0000
[   20.640317] PPP generic driver version 2.4.2
[   20.650504] NET: Registered protocol family 24
[   20.662254] kmodloader: done loading kernel modules from /etc/modules.d/*
[   21.312370] sfp sfp_lan5: module FINISAR CORP.    H8521-3-H3C      rev 4    sn P98125E          dc 060225  
[   21.331795] Atheros 8031 ethernet mdio-bus:07: SFP interface sgmii
[   46.080397] mtk_soc_eth 1e100000.ethernet dsa: configuring for fixed/trgmii link mode
[   46.096843] mtk_soc_eth 1e100000.ethernet dsa: Link is Up - 1Gbps/Full - flow control rx/tx
[   46.272404] mt7530 mdio-bus:00 eth1: configuring for phy/gmii link mode
[   46.352682] 8021q: adding VLAN 0 to HW filter on device eth1
[   46.364404] IPv6: ADDRCONF(NETDEV_CHANGE): dsa: link becomes ready
[   46.377467] br-lan: port 1(eth1) entered blocking state
[   46.388027] br-lan: port 1(eth1) entered disabled state
[   46.472443] device eth1 entered promiscuous mode
[   46.481648] device dsa entered promiscuous mode
[   46.802429] mt7530 mdio-bus:00 eth2: configuring for phy/gmii link mode
[   46.892726] 8021q: adding VLAN 0 to HW filter on device eth2
[   46.904864] br-lan: port 2(eth2) entered blocking state
[   46.915392] br-lan: port 2(eth2) entered disabled state
[   47.052510] device eth2 entered promiscuous mode
[   47.422370] mt7530 mdio-bus:00 eth3: configuring for phy/gmii link mode
[   47.502556] 8021q: adding VLAN 0 to HW filter on device eth3
[   47.514504] br-lan: port 3(eth3) entered blocking state
[   47.524963] br-lan: port 3(eth3) entered disabled state
[   47.742413] device eth3 entered promiscuous mode
[   48.102370] mt7530 mdio-bus:00 eth4: configuring for phy/gmii link mode
[   48.182562] 8021q: adding VLAN 0 to HW filter on device eth4
[   48.194450] br-lan: port 4(eth4) entered blocking state
[   48.204907] br-lan: port 4(eth4) entered disabled state
[   48.482380] device eth4 entered promiscuous mode
[   48.742372] mtk_soc_eth 1e100000.ethernet eth5: PHY [mdio-bus:07] driver [Atheros 8031 ethernet]
[   48.759886] mtk_soc_eth 1e100000.ethernet eth5: configuring for phy/rgmii-rxid link mode
[   48.784316] br-lan: port 5(eth5) entered blocking state
[   48.794800] br-lan: port 5(eth5) entered disabled state
[   48.805803] at803x_config_aneg: fiber
[   48.806085] device eth5 entered promiscuous mode
[   49.052388] mt7530 mdio-bus:00 eth0: configuring for phy/gmii link mode
[   49.172560] 8021q: adding VLAN 0 to HW filter on device eth0
[   52.592375] mt7530 mdio-bus:00 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   52.607317] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   73.392454] mt7530 mdio-bus:00 eth0: Link is Down
[   78.392401] mtk_soc_eth 1e100000.ethernet eth5: Link is Up - 1Gbps/Full - flow control rx/tx
[   78.409265] br-lan: port 5(eth5) entered blocking state
[   78.419709] br-lan: port 5(eth5) entered forwarding state
[   78.431052] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment