Netgear R6900v2 sometimes doesn't boot

I installed OpenWrt 24.10.5 r29087-d9c5716d1d / LuCI openwrt-24.10 branch 25.360.60166~f71b938 on my Netgear R6900v2

Changed the password and I've configured it and my radios are on they both light the LEDs on the front panel.

However, if I use the power button to hard cycle the following happens:
Amber power light and white port light where my laptop is plugged it
Everything goes off.
White flashing power light.

When that happens, nothing, I can't ping 192.168.1.1 and no radio leds.

HOWEVER,

While it boots like above and I repeatedly ping 192.168.1.1 then it will completely boot up and I have normal access.

I've gone through the log files and nothing particular jumps out at me.

Any ideas?

Have you tried powering the router, waiting 10 minutes (more than enough time for the bootstrap to run) and trying to access the router “luci web interfcace” / “ssh” ?

Attach the log (dmesg) since you can read it anyway.

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button (red circle; this works best in the 'Markdown' composer view in the blue oval):

Screenshot 2025-10-20 at 8.14.14 PM

Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:

ubus call system board
dmesg
logread

You can check if anything visible is executed once the bootstrap is complete.

Example turning on an LED with /etc/rc.local

echo "1" > /sys/class/leds/green:wifi/brightness

so you can determine if the router is still bootstrapping regardless of whether its IP address is pinged.

If you don't know how to turn on an LED, please post the output of the following command:

find /sys/class/leds

On your router's toh you should have 14 configurable LEDs

PS: The router bootstrap can take several minutes during which the "ping 192.168.1.1" command will not give any positive result. After the router has booted and reconfigured itself with the overlay files, the "ping 192.168.1.1" command will give a positive result (in which case you are seeing something correct).

OpenWrt Router Bootstrap Diagram (Timings depend on hardware)

[Power ON]
        │
        ▼
[Bootloader (CFE / U-Boot)]
- Checks firmware integrity
- Initializes RAM and CPU
- Configures some status LEDs
- Possible delays for safe mode or recovery
  ⬇ (~10-30 sec)
        │
        ▼
[Linux Kernel]
- Hardware initialization: CPU, memory, internal buses
- Mounts temporary root filesystem (ramdisk)
- Starts main drivers: GPIO, LEDs, USB, Wi-Fi
- Configures basic network layer
  ⬇ (~20-60 sec)
        │
        ▼
[Init system (procd)]
- Starts system services (DHCP, firewall, syslog)
- Applies overlay configuration
- Starts hostapd / wpa_supplicant for Wi-Fi
- Configures network interfaces
- Assigns IP and starts LuCI
  ⬇ (~60-120 sec)
        │
        ▼
[Router fully operational]
- All LEDs functional
- LAN/WAN interfaces up
- Wi-Fi active
- Responds to ping and accessible via SSH/LuCI

Note: If the router seems unresponsive for a few minutes after power-on, this is normal. The full bootstrap can take 2–4 minutes depending on the hardware. Ping will respond only after the init system completes.

Thank you for the reply.

I connected this router directly to my laptop and disabled the wifi on my laptop.

I power cycled on the router and WITHOUT me pinging it, it booted fine! I did the commands like you said, but I don't think that is the output that is interesting at this point. If I am wrong, say the word and I will post those results.

Next I left everything the same and power cycled the router again also without pinging it and this time it did the weird - not going to start - thing.

Ah! Now I'm excited! Next I attempted to SSH into the router and got this:

j@HP-Laptop-17-by4xxx:~$ ssh -l root 192.168.1.1
ssh: connect to host 192.168.1.1 port 22: No route to host

{This is also the same error if I try the more conventional ssh root@192.168.1.1}

If I try to ping the router I get:

j@HP-Laptop-17-by4xxx:~$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.10 icmp_seq=1 Destination Host Unreachable
From 192.168.1.10 icmp_seq=2 Destination Host Unreachable

BTW I hard coded in the wired connection and defined my laptop as 192.168.1.10

The router has been on for more than 15 minutes now and still no ping and only the white power light is on. What is also unusual is the missing LED for the wired connection - as if the router isn't even getting to the point where it looks to see of the cable is plugged in.

It does seem like it is getting stuck sometimes at the Init system.

So, I'm not sure how to proceed?

so the bootstrap is run regardless of the ping performed by your pc (but sometimes it fails)

The correct solution would be to connect at router whit serial console and check if and where the router is blocked (however, even in this case it would be useful/necessary to attach the logs)

Did the "snapshot" version have the same problem (which version were you using before) ?

The router was flashed with the "snapshot" image before I realized that didn't contain LuCi, so I was able to SSH to the router and flash the "stable" version that is running now.

When it has trouble booting, I can't connect to it so I don't know how to make it run anything or turn on the leds. I believe I have cables for the serial console but I've never tried that before. Might be fun to learn for me!

Okay, I power cycled the router 3 times. The first two times came up with the "stall" for lack of better words. Last time, everything worked, radios came up. I ssh to it and here is the output of the commands:

Hmm. Post rejected. Seems that my logs are too large to put in one post. Maybe cause I'm noob? Anyway, I'll post them in cut up form.



BusyBox v1.36.1 (2025-12-17 21:08:22 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 24.10.5, r29087-d9c5716d1d
 -----------------------------------------------------
root@OpenWrt:~# ubus call system board
{
	&quot;kernel&quot;: &quot;6.6.119&quot;,
	&quot;hostname&quot;: &quot;OpenWrt&quot;,
	&quot;system&quot;: &quot;MediaTek MT7621 ver:1 eco:3&quot;,
	&quot;model&quot;: &quot;Netgear R6900 v2&quot;,
	&quot;board_name&quot;: &quot;netgear,r6900-v2&quot;,
	&quot;rootfs_type&quot;: &quot;squashfs&quot;,
	&quot;release&quot;: {
		&quot;distribution&quot;: &quot;OpenWrt&quot;,
		&quot;version&quot;: &quot;24.10.5&quot;,
		&quot;revision&quot;: &quot;r29087-d9c5716d1d&quot;,
		&quot;target&quot;: &quot;ramips/mt7621&quot;,
		&quot;description&quot;: &quot;OpenWrt 24.10.5 r29087-d9c5716d1d&quot;,
		&quot;builddate&quot;: &quot;1766005702&quot;
	}
}


Here is dmesg

root@OpenWrt:~# dmesg
[    0.000000] Linux version 6.6.119 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r29087-d9c5716d1d) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Wed Dec 17 21:08:22 2025
[    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 Netgear R6900 v2
[    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] 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] percpu: Embedded 12 pages/cpu s19040 r8192 d21920 u49152
[    0.000000] pcpu-alloc: s19040 r8192 d21920 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Kernel command line: console=ttyS0,57600 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=00064a1c
[    0.000000] Readback ErrCtl register=00064a1c
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 247800K/262144K available (8390K kernel code, 654K rwdata, 1020K rodata, 1252K init, 229K bss, 14344K reserved, 0K cma-reserved)
[    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] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[    0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns
[    0.016082] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
[    0.088349] pid_max: default: 32768 minimum: 301
[    0.106351] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.120774] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.145049] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.163976] rcu: Hierarchical SRCU implementation.
[    0.173401] rcu: 	Max phase no-delay instances is 1000.
[    0.184593] smp: Bringing up secondary CPUs ...
[    0.194503] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.194531] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.194546] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.194595] CPU1 revision is: 0001992f (MIPS 1004Kc)
[    0.254063] Synchronize counters for CPU 1: done.
[    0.316360] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.316383] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.316395] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.316428] CPU2 revision is: 0001992f (MIPS 1004Kc)
[    0.375338] Synchronize counters for CPU 2: done.
[    0.435793] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.435815] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.435828] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.435864] CPU3 revision is: 0001992f (MIPS 1004Kc)
[    0.494934] Synchronize counters for CPU 3: done.
[    0.554542] smp: Brought up 1 node, 4 CPUs
[    0.570959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.590469] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.608078] pinctrl core: initialized pinctrl subsystem
[    0.621308] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.633808] thermal_sys: Registered thermal governor 'step_wise'
[    0.635768] /pinctrl: Fixed dependency cycle(s) with /pinctrl/pinctrl0
[    0.665301] FPU Affinity set after 11720 emulations
[    0.677181] clocksource: Switched to clocksource GIC
[    0.696856] NET: Registered PF_INET protocol family
[    0.706699] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.722706] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.739236] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.754606] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.769835] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.784118] TCP: Hash tables configured (established 2048 bind 2048)
[    0.797697] MPTCP token hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.812321] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.825212] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.840025] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.851226] PCI: CLS 0 bytes, default 32
[    0.863284] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    0.877306] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.888800] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.914195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.932493] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.943903] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.955403] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.967084] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges:
[    0.980426] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff]
[    0.997909] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0060000000
[    1.014124] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000
[    1.397176] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
[    1.410972] mt7621-pci 1e140000.pcie: PCIE0 enabled
[    1.420606] mt7621-pci 1e140000.pcie: PCIE1 enabled
[    1.430510] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[    1.444586] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
[    1.457189] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.468014] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[    1.481649] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.493980] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[    1.505858] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    1.518297] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    1.530809] pci 0000:00:00.0: supports D1
[    1.538673] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    1.550876] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
[    1.562799] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    1.575191] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    1.587719] pci 0000:00:01.0: supports D1
[    1.595540] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[    1.609510] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.625395] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.641535] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
[    1.653454] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[    1.667025] 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)
[    1.696851] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.707205] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    1.719227] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.732708] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    1.747053] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.760502] pci 0000:02:00.0: [14c3:7615] type 00 class 0x000280
[    1.772407] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[    1.785984] 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)
[    1.815711] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
[    1.826019] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff]
[    1.838094] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.851565] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    1.865908] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    1.879084] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[    1.892170] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[    1.906003] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
[    1.919124] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
[    1.932957] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
[    1.946431] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
[    1.960780] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
[    1.974254] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
[    1.988592] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
[    2.002084] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
[    2.015554] pci 0000:00:00.0: BAR 7: assigned [io  0x0000-0x0fff]
[    2.027653] pci 0000:00:01.0: BAR 7: assigned [io  0x1000-0x1fff]
[    2.039752] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
[    2.054269] pci 0000:00:00.0: PCI bridge to [bus 01]
[    2.064107] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    2.076203] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
[    2.089688] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref]
[    2.104031] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit]
[    2.118553] pci 0000:00:01.0: PCI bridge to [bus 02]
[    2.128388] pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
[    2.140484] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff]
[    2.153970] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref]
[    2.169960] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    2.192181] printk: console [ttyS0] disabled
[    2.201518] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 18, base_baud = 3125000) is a 16550A
[    2.219515] printk: console [ttyS0] enabled
[    2.236026] printk: bootconsole [early0] disabled
[    2.259378] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
[    2.272096] nand: Macronix MX30LF1G18AC
[    2.279736] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    2.294821] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits
[    2.348689] scpart: Valid 'SC PART MAP' (29 partitions) found at 0x100000
[    2.362373] 29 scpart partitions found on MTD device mt7621-nand
[    2.374360] Creating 29 MTD partitions on "mt7621-nand":
[    2.384945] 0x000000000000-0x000000100000 : "u-boot"
[    2.403756] 0x000000100000-0x000000200000 : "SC PART_MAP"
[    2.423105] 0x000000200000-0x000000600000 : "kernel"
[    2.462454] 0x000000600000-0x000002e00000 : "ubi"
[    2.754309] 0x000002e00000-0x000003000000 : "English UI"
[    2.780712] 0x000003000000-0x000003200000 : "ML1"
[    2.805502] 0x000003200000-0x000003400000 : "ML2"
[    2.830300] 0x000003400000-0x000003600000 : "ML3"
[    2.854997] 0x000003600000-0x000003800000 : "ML4"
[    2.879709] 0x000003800000-0x000003a00000 : "ML5"
[    2.904478] 0x000003a00000-0x000003c00000 : "ML6"
[    2.929294] 0x000003c00000-0x000003e00000 : "ML7"
[    2.954003] 0x000003e00000-0x000004000000 : "ML8"
[    2.978748] 0x000004000000-0x000004200000 : "ML9"
[    3.003463] 0x000004200000-0x000004400000 : "ML10"
[    3.028458] 0x000004400000-0x000004600000 : "ML11"
[    3.053406] 0x000004600000-0x000004800000 : "factory"
[    3.079446] 0x000004800000-0x000004a00000 : "SC Private Data"
[    3.106351] 0x000004a00000-0x000004c00000 : "POT"
[    3.131110] 0x000004c00000-0x000004e00000 : "Traffic Meter"
[    3.157770] 0x000004e00000-0x000005000000 : "SC PID"
[    3.183122] 0x000005000000-0x000005200000 : "SC Nvram"
[    3.208971] 0x000005200000-0x000005400000 : "Ralink Nvram"
[    3.235267] 0x000005400000-0x000005600000 : "reserved0"
[    3.261104] 0x000005600000-0x000005800000 : "reserved1"
[    3.286820] 0x000005800000-0x000005a00000 : "reserved2"
[    3.312650] 0x000005a00000-0x000005c00000 : "reserved3"
[    3.338442] 0x000005c00000-0x000005e00000 : "reserved4"
[    3.364169] 0x000005e00000-0x000007f80000 : "reserved5"
[    3.761022] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
[    3.784483] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 19
[    3.804373] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 19
[    3.822715] i2c_dev: i2c /dev entries driver
[    3.836331] i2c-mt7621 1e000900.i2c: clock 100 kHz
[    3.850341] NET: Registered PF_INET6 protocol family
[    3.863275] Segment Routing with IPv6
[    3.870723] In-situ OAM (IOAM) with IPv6
[    3.878741] NET: Registered PF_PACKET protocol family
[    3.888937] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.915211] 8021q: 802.1Q VLAN Support v1.8
[    3.954546] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
[    3.995905] mt7530-mdio mdio-bus:1f: configuring for fixed/rgmii link mode
[    4.010955] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=21)
[    4.033971] mt7530-mdio mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx
[    4.038120] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=22)
[    4.072581] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=23)
[    4.095899] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=24)
[    4.119017] mtk_soc_eth 1e100000.ethernet eth0: entered promiscuous mode
[    4.132559] DSA: tree 0 setup
[    4.140711] UBI: auto-attach mtd3
[    4.147416] ubi0: attaching mtd3
[    4.718991] ubi0: scanning is finished
[    4.738898] ubi0: attached mtd3 (name "ubi", size 40 MiB)
[    4.749746] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    4.763451] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    4.776980] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    4.790846] ubi0: good PEBs: 320, bad PEBs: 0, corrupted PEBs: 0
[    4.802811] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    4.817194] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1766346562
[    4.835394] ubi0: available PEBs: 0, total reserved PEBs: 320, PEBs reserved for bad PEB handling: 20
[    4.853786] ubi0: background thread "ubi_bgt0d" started, PID 577
[    4.856393] block ubiblock0_0: created from ubi0:0(rootfs)
[    4.876770] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    4.890968] clk: Disabling unused clocks
[    4.906084] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    4.924397] Freeing unused kernel image (initmem) memory: 1252K
[    4.936257] This architecture does not have kernel memory protection.
[    4.949109] Run /sbin/init as init process
[    4.957270]   with arguments:
[    4.957279]     /sbin/init
[    4.957286]   with environment:
[    4.957292]     HOME=/
[    4.957298]     TERM=linux
[    5.430900] init: Console is alive
[    5.438113] init: - watchdog -
[    6.292387] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    6.358104] usbcore: registered new interface driver usbfs
[    6.369290] usbcore: registered new interface driver hub
[    6.380119] usbcore: registered new device driver usb
[    6.392061] gpio_button_hotplug: loading out-of-tree module taints kernel.
[    6.416963] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator
[    6.432035] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator
[    6.447629] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    6.458321] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
[    6.478422] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000280010
[    6.496750] xhci-mtk 1e1c0000.xhci: irq 28, io mem 0x1e1c0000
[    6.508533] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    6.519151] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
[    6.534070] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
[    6.548097] hub 1-0:1.0: USB hub found
[    6.555762] hub 1-0:1.0: 2 ports detected
[    6.564989] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.582322] hub 2-0:1.0: USB hub found
[    6.590025] hub 2-0:1.0: 1 port detected
[    6.655804] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    6.679297] init: - preinit -
[    7.381531] mtk_soc_eth 1e100000.ethernet wan: renamed from eth1
[    8.907182] random: crng init done
[    9.466888] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[    9.487271] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    9.487545] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
[   13.886211] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   13.897836] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 763
[   13.957022] UBIFS (ubi0:1): recovery needed
[   14.107620] UBIFS (ubi0:1): recovery completed
[   14.116642] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   14.132265] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   14.152046] UBIFS (ubi0:1): FS size: 31490048 bytes (30 MiB, 248 LEBs), max 258 LEBs, journal size 1523712 bytes (1 MiB, 12 LEBs)
[   14.175270] UBIFS (ubi0:1): reserved for root: 1487352 bytes (1452 KiB)
[   14.188458] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID F3C526F7-D8FF-4F4B-9B4C-006E55A93D4C, small LPT model
[   14.218823] mount_root: switching to ubifs overlay
[   14.244885] urandom-seed: Seeding with /etc/urandom.seed
[   14.364928] procd: - early -
[   14.370986] procd: - watchdog -
[   15.052821] procd: - watchdog -
[   15.061772] procd: - ubus -
[   15.224784] procd: - init -
[   15.970000] kmodloader: loading kernel modules from /etc/modules.d/*
[   16.041496] mtk-eip93 1e004000.crypto: EIP93 Crypto Engine Initialized.
[   16.732614] Loading modules backported from Linux version v6.12.61-0-gdcbeffaf66d0
[   16.747812] Backport generated by backports.git v6.1.110-1-35-g410656ef
[   16.963750] pci 0000:00:00.0: enabling device (0000 -> 0003)
[   16.975084] mt7615e 0000:01:00.0: enabling device (0000 -> 0002)
[   16.996281] mt7615e 0000:01:00.0: registering led 'mt76-phy0'
[   17.116386] urngd: v1.0.2 started.
[   17.168490] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   17.172397] pci 0000:00:01.0: enabling device (0000 -> 0003)
[   17.183791] mt7615e 0000:02:00.0: enabling device (0000 -> 0002)
[   17.207558] mt7615e 0000:02:00.0: registering led 'mt76-phy1'
[   17.276723] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
[   17.276723] 
[   17.448575] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[   17.448633] ieee80211 phy1: copying sband (band 1) due to VHT EXT NSS BW flag
[   17.477901] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
[   17.477901] 
[   17.540272] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
[   17.540352] mt7615e 0000:02:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
[   17.566243] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190415154149
[   17.587768] PPP generic driver version 2.4.2
[   17.604013] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190415154149
[   17.623836] NET: Registered PF_PPPOX protocol family
[   17.642907] kmodloader: done loading kernel modules from /etc/modules.d/*
[   27.026698] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
[   27.061260] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[   27.077660] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   27.103339] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
[   27.119488] br-lan: port 1(lan1) entered blocking state
[   27.130085] br-lan: port 1(lan1) entered disabled state
[   27.140749] mt7530-mdio mdio-bus:1f lan1: entered allmulticast mode
[   27.153326] mtk_soc_eth 1e100000.ethernet eth0: entered allmulticast mode
[   27.170339] mt7530-mdio mdio-bus:1f lan1: entered promiscuous mode
[   27.204489] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
[   27.221050] br-lan: port 2(lan2) entered blocking state
[   27.231672] br-lan: port 2(lan2) entered disabled state
[   27.242424] mt7530-mdio mdio-bus:1f lan2: entered allmulticast mode
[   27.257291] mt7530-mdio mdio-bus:1f lan2: entered promiscuous mode
[   27.281672] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode
[   27.298181] br-lan: port 3(lan3) entered blocking state
[   27.308822] br-lan: port 3(lan3) entered disabled state
[   27.319493] mt7530-mdio mdio-bus:1f lan3: entered allmulticast mode
[   27.334994] mt7530-mdio mdio-bus:1f lan3: entered promiscuous mode
[   27.359695] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode
[   27.375170] br-lan: port 4(lan4) entered blocking state
[   27.385716] br-lan: port 4(lan4) entered disabled state
[   27.396489] mt7530-mdio mdio-bus:1f lan4: entered allmulticast mode
[   27.411302] mt7530-mdio mdio-bus:1f lan4: entered promiscuous mode
[   27.443859] mtk_soc_eth 1e100000.ethernet wan: PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=POLL)
[   27.462911] mtk_soc_eth 1e100000.ethernet wan: configuring for phy/rgmii link mode
[   30.465269] br-lan: port 5(phy0-ap0) entered blocking state
[   30.476555] br-lan: port 5(phy0-ap0) entered disabled state
[   30.487826] mt7615e 0000:01:00.0 phy0-ap0: entered allmulticast mode
[   30.500952] mt7615e 0000:01:00.0 phy0-ap0: entered promiscuous mode
[   30.605218] br-lan: port 5(phy0-ap0) entered blocking state
[   30.616432] br-lan: port 5(phy0-ap0) entered forwarding state
[   32.025577] br-lan: port 6(phy1-ap0) entered blocking state
[   32.036823] br-lan: port 6(phy1-ap0) entered disabled state
[   32.048135] mt7615e 0000:02:00.0 phy1-ap0: entered allmulticast mode
[   32.061248] mt7615e 0000:02:00.0 phy1-ap0: entered promiscuous mode
[   33.471447] br-lan: port 6(phy1-ap0) entered blocking state
[   33.482632] br-lan: port 6(phy1-ap0) entered forwarding state
[   78.596817] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
[   78.596934] br-lan: port 2(lan2) entered blocking state
[   78.623081] br-lan: port 2(lan2) entered forwarding state

Here is logread.

Hmm. Logread is still too large. I'll break it up.

root@OpenWrt:~# logread
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    0.000000] Linux version 6.6.119 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r29087-d9c5716d1d) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Wed Dec 17 21:08:22 2025
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] printk: bootconsole [early0] enabled
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] MIPS: machine is Netgear R6900 v2
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] VPE topology {2,2} total 4
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Zone ranges:
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x000000000fffffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Movable zone start for each node
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Early memory node ranges
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] percpu: Embedded 12 pages/cpu s19040 r8192 d21920 u49152
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    0.000000] pcpu-alloc: s19040 r8192 d21920 u49152 alloc=12*4096
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Writing ErrCtl register=00064a1c
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Readback ErrCtl register=00064a1c
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] Memory: 247800K/262144K available (8390K kernel code, 654K rwdata, 1020K rodata, 1252K init, 229K bss, 14344K reserved, 0K cma-reserved)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] rcu: Hierarchical RCU implementation.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] 	Tracing variant of Tasks RCU enabled.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] NR_IRQS: 256
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.016082] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.088349] pid_max: default: 32768 minimum: 301
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.106351] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.120774] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.145049] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.163976] rcu: Hierarchical SRCU implementation.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.173401] rcu: 	Max phase no-delay instances is 1000.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.184593] smp: Bringing up secondary CPUs ...
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.194503] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.194531] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    0.194546] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.194595] CPU1 revision is: 0001992f (MIPS 1004Kc)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.254063] Synchronize counters for CPU 1: done.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.316360] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.316383] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    0.316395] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.316428] CPU2 revision is: 0001992f (MIPS 1004Kc)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.375338] Synchronize counters for CPU 2: done.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.435793] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.435815] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    0.435828] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.435864] CPU3 revision is: 0001992f (MIPS 1004Kc)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.494934] Synchronize counters for CPU 3: done.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.554542] smp: Brought up 1 node, 4 CPUs
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.570959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.590469] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.608078] pinctrl core: initialized pinctrl subsystem
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.621308] NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.633808] thermal_sys: Registered thermal governor 'step_wise'
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.635768] /pinctrl: Fixed dependency cycle(s) with /pinctrl/pinctrl0
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    0.665301] FPU Affinity set after 11720 emulations
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.677181] clocksource: Switched to clocksource GIC
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.696856] NET: Registered PF_INET protocol family
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.706699] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.722706] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.739236] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.754606] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.769835] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.784118] TCP: Hash tables configured (established 2048 bind 2048)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.797697] MPTCP token hash table entries: 256 (order: 0, 4096 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.812321] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.825212] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.840025] NET: Registered PF_UNIX/PF_LOCAL protocol family
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.851226] PCI: CLS 0 bytes, default 32
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.863284] workingset: timestamp_bits=14 max_order=16 bucket_order=2
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.877306] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.888800] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.914195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.932493] mt7621_gpio 1e000600.gpio: registering 32 gpios
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.943903] mt7621_gpio 1e000600.gpio: registering 32 gpios
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.955403] mt7621_gpio 1e000600.gpio: registering 32 gpios
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.967084] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges:
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.980426] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    0.997909] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0060000000
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.014124] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.397176] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.410972] mt7621-pci 1e140000.pcie: PCIE0 enabled
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.420606] mt7621-pci 1e140000.pcie: PCIE1 enabled
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.430510] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.444586] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.457189] pci_bus 0000:00: root bus resource [bus 00-ff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.468014] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.481649] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.493980] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.505858] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.518297] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.530809] pci 0000:00:00.0: supports D1
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.538673] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.550876] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.562799] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.575191] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.587719] pci 0000:00:01.0: supports D1
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.595540] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.609510] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.625395] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.641535] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.653454] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.667025] 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)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.696851] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.707205] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.719227] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.732708] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff pref]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.747053] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.760502] pci 0000:02:00.0: [14c3:7615] type 00 class 0x000280
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.772407] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.785984] 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)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.815711] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.826019] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.838094] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.851565] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff pref]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.865908] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.879084] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.892170] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.906003] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.919124] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.932957] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.946431] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.960780] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.974254] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    1.988592] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.002084] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.015554] pci 0000:00:00.0: BAR 7: assigned [io  0x0000-0x0fff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.027653] pci 0000:00:01.0: BAR 7: assigned [io  0x1000-0x1fff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.039752] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.054269] pci 0000:00:00.0: PCI bridge to [bus 01]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.064107] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.076203] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.089688] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.104031] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.118553] pci 0000:00:01.0: PCI bridge to [bus 02]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.128388] pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.140484] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x602fffff]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.153970] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff pref]
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.169960] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.192181] printk: console [ttyS0] disabled
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.201518] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 18, base_baud = 3125000) is a 16550A
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.219515] printk: console [ttyS0] enabled
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.236026] printk: bootconsole [early0] disabled
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.259378] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.272096] nand: Macronix MX30LF1G18AC
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.279736] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.294821] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits
Sat Dec 27 01:05:49 2025 kern.info kernel: [    2.348689] scpart: Valid 'SC PART MAP' (29 partitions) found at 0x100000
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.362373] 29 scpart partitions found on MTD device mt7621-nand
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.374360] Creating 29 MTD partitions on "mt7621-nand":
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.384945] 0x000000000000-0x000000100000 : "u-boot"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.403756] 0x000000100000-0x000000200000 : "SC PART_MAP"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.423105] 0x000000200000-0x000000600000 : "kernel"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.462454] 0x000000600000-0x000002e00000 : "ubi"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.754309] 0x000002e00000-0x000003000000 : "English UI"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.780712] 0x000003000000-0x000003200000 : "ML1"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.805502] 0x000003200000-0x000003400000 : "ML2"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.830300] 0x000003400000-0x000003600000 : "ML3"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.854997] 0x000003600000-0x000003800000 : "ML4"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.879709] 0x000003800000-0x000003a00000 : "ML5"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.904478] 0x000003a00000-0x000003c00000 : "ML6"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.929294] 0x000003c00000-0x000003e00000 : "ML7"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.954003] 0x000003e00000-0x000004000000 : "ML8"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    2.978748] 0x000004000000-0x000004200000 : "ML9"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.003463] 0x000004200000-0x000004400000 : "ML10"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.028458] 0x000004400000-0x000004600000 : "ML11"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.053406] 0x000004600000-0x000004800000 : "factory"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.079446] 0x000004800000-0x000004a00000 : "SC Private Data"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.106351] 0x000004a00000-0x000004c00000 : "POT"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.131110] 0x000004c00000-0x000004e00000 : "Traffic Meter"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.157770] 0x000004e00000-0x000005000000 : "SC PID"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.183122] 0x000005000000-0x000005200000 : "SC Nvram"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.208971] 0x000005200000-0x000005400000 : "Ralink Nvram"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.235267] 0x000005400000-0x000005600000 : "reserved0"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.261104] 0x000005600000-0x000005800000 : "reserved1"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.286820] 0x000005800000-0x000005a00000 : "reserved2"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.312650] 0x000005a00000-0x000005c00000 : "reserved3"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.338442] 0x000005c00000-0x000005e00000 : "reserved4"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    3.364169] 0x000005e00000-0x000007f80000 : "reserved5"
'

Don't remember which file you used?

Have you tried installing "ethtool" and disabling "Energy Efficient Ethernet"?

opkg update; opkg install ethtool
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.761022] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.784483] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 19
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.804373] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 19
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.822715] i2c_dev: i2c /dev entries driver
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.836331] i2c-mt7621 1e000900.i2c: clock 100 kHz
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.850341] NET: Registered PF_INET6 protocol family
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.863275] Segment Routing with IPv6
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.870723] In-situ OAM (IOAM) with IPv6
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.878741] NET: Registered PF_PACKET protocol family
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.888937] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.915211] 8021q: 802.1Q VLAN Support v1.8
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.954546] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
Sat Dec 27 01:05:49 2025 kern.info kernel: [    3.995905] mt7530-mdio mdio-bus:1f: configuring for fixed/rgmii link mode
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.010955] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=21)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.033971] mt7530-mdio mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.038120] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=22)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.072581] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=23)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.095899] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=24)
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.119017] mtk_soc_eth 1e100000.ethernet eth0: entered promiscuous mode
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.132559] DSA: tree 0 setup
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.140711] UBI: auto-attach mtd3
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.147416] ubi0: attaching mtd3
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.718991] ubi0: scanning is finished
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.738898] ubi0: attached mtd3 (name "ubi", size 40 MiB)
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.749746] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.763451] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.776980] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.790846] ubi0: good PEBs: 320, bad PEBs: 0, corrupted PEBs: 0
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.802811] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.817194] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1766346562
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.835394] ubi0: available PEBs: 0, total reserved PEBs: 320, PEBs reserved for bad PEB handling: 20
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.853786] ubi0: background thread "ubi_bgt0d" started, PID 577
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.856393] block ubiblock0_0: created from ubi0:0(rootfs)
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    4.876770] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.890968] clk: Disabling unused clocks
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.906084] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.924397] Freeing unused kernel image (initmem) memory: 1252K
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    4.936257] This architecture does not have kernel memory protection.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    4.949109] Run /sbin/init as init process
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    4.957270]   with arguments:
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    4.957279]     /sbin/init
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    4.957286]   with environment:
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    4.957292]     HOME=/
Sat Dec 27 01:05:49 2025 kern.debug kernel: [    4.957298]     TERM=linux
Sat Dec 27 01:05:49 2025 user.info kernel: [    5.430900] init: Console is alive
Sat Dec 27 01:05:49 2025 user.info kernel: [    5.438113] init: - watchdog -
Sat Dec 27 01:05:49 2025 user.info kernel: [    6.292387] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.358104] usbcore: registered new interface driver usbfs
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.369290] usbcore: registered new interface driver hub
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.380119] usbcore: registered new device driver usb
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    6.392061] gpio_button_hotplug: loading out-of-tree module taints kernel.
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    6.416963] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator
Sat Dec 27 01:05:49 2025 kern.warn kernel: [    6.432035] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.447629] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.458321] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.478422] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000280010
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.496750] xhci-mtk 1e1c0000.xhci: irq 28, io mem 0x1e1c0000
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.508533] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.519151] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.534070] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.548097] hub 1-0:1.0: USB hub found
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.555762] hub 1-0:1.0: 2 ports detected
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.564989] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.582322] hub 2-0:1.0: USB hub found
Sat Dec 27 01:05:49 2025 kern.info kernel: [    6.590025] hub 2-0:1.0: 1 port detected
Sat Dec 27 01:05:49 2025 user.info kernel: [    6.655804] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Sat Dec 27 01:05:49 2025 user.info kernel: [    6.679297] init: - preinit -
Sat Dec 27 01:05:49 2025 kern.info kernel: [    7.381531] mtk_soc_eth 1e100000.ethernet wan: renamed from eth1
Sat Dec 27 01:05:49 2025 kern.notice kernel: [    8.907182] random: crng init done
Sat Dec 27 01:05:49 2025 kern.info kernel: [    9.466888] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
Sat Dec 27 01:05:49 2025 kern.info kernel: [    9.487271] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Dec 27 01:05:49 2025 kern.info kernel: [    9.487545] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   13.886211] UBIFS (ubi0:1): Mounting in unauthenticated mode
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   13.897836] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 763
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   13.957022] UBIFS (ubi0:1): recovery needed
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   14.107620] UBIFS (ubi0:1): recovery completed
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   14.116642] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   14.132265] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   14.152046] UBIFS (ubi0:1): FS size: 31490048 bytes (30 MiB, 248 LEBs), max 258 LEBs, journal size 1523712 bytes (1 MiB, 12 LEBs)
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   14.175270] UBIFS (ubi0:1): reserved for root: 1487352 bytes (1452 KiB)
Sat Dec 27 01:05:49 2025 kern.notice kernel: [   14.188458] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID F3C526F7-D8FF-4F4B-9B4C-006E55A93D4C, small LPT model
Sat Dec 27 01:05:49 2025 user.info kernel: [   14.218823] mount_root: switching to ubifs overlay
Sat Dec 27 01:05:49 2025 user.warn kernel: [   14.244885] urandom-seed: Seeding with /etc/urandom.seed
Sat Dec 27 01:05:49 2025 user.info kernel: [   14.364928] procd: - early -
Sat Dec 27 01:05:49 2025 user.info kernel: [   14.370986] procd: - watchdog -
Sat Dec 27 01:05:49 2025 user.info kernel: [   15.052821] procd: - watchdog -
Sat Dec 27 01:05:49 2025 user.info kernel: [   15.061772] procd: - ubus -
Sat Dec 27 01:05:49 2025 user.info kernel: [   15.224784] procd: - init -
Sat Dec 27 01:05:49 2025 user.info kernel: [   15.970000] kmodloader: loading kernel modules from /etc/modules.d/*
Sat Dec 27 01:05:49 2025 kern.info kernel: [   16.041496] mtk-eip93 1e004000.crypto: EIP93 Crypto Engine Initialized.
Sat Dec 27 01:05:49 2025 kern.info kernel: [   16.732614] Loading modules backported from Linux version v6.12.61-0-gdcbeffaf66d0
Sat Dec 27 01:05:49 2025 kern.info kernel: [   16.747812] Backport generated by backports.git v6.1.110-1-35-g410656ef
Sat Dec 27 01:05:49 2025 kern.info kernel: [   16.963750] pci 0000:00:00.0: enabling device (0000 -> 0003)
Sat Dec 27 01:05:49 2025 kern.info kernel: [   16.975084] mt7615e 0000:01:00.0: enabling device (0000 -> 0002)
Sat Dec 27 01:05:49 2025 kern.info kernel: [   16.996281] mt7615e 0000:01:00.0: registering led 'mt76-phy0'
Sat Dec 27 01:05:49 2025 user.info kernel: [   17.116386] urngd: v1.0.2 started.
Sat Dec 27 01:05:49 2025 kern.debug kernel: [   17.168490] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.172397] pci 0000:00:01.0: enabling device (0000 -> 0003)
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.183791] mt7615e 0000:02:00.0: enabling device (0000 -> 0002)
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.207558] mt7615e 0000:02:00.0: registering led 'mt76-phy1'
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.276723] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.276723]
Sat Dec 27 01:05:49 2025 kern.debug kernel: [   17.448575] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Sat Dec 27 01:05:49 2025 kern.debug kernel: [   17.448633] ieee80211 phy1: copying sband (band 1) due to VHT EXT NSS BW flag
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.477901] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.477901]
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.540272] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.540352] mt7615e 0000:02:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.566243] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190415154149
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.587768] PPP generic driver version 2.4.2
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.604013] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190415154149
Sat Dec 27 01:05:49 2025 kern.info kernel: [   17.623836] NET: Registered PF_PPPOX protocol family
Sat Dec 27 01:05:49 2025 user.info kernel: [   17.642907] kmodloader: done loading kernel modules from /etc/modules.d/*
Sat Dec 27 01:05:50 2025 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Sat Dec 27 01:05:50 2025 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Sat Dec 27 01:05:51 2025 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Sat Dec 27 01:05:51 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 names
Sat Dec 27 01:05:51 2025 authpriv.info dropbear[1628]: Not backgrounding
Sat Dec 27 01:05:53 2025 user.notice adblock-fast [1737]: [TRIG] Setting trigger (on_boot) [✓]
Sat Dec 27 01:05:54 2025 daemon.notice wpa_supplicant[1766]: Successfully initialized wpa_supplicant
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: vrf
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: bonding
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: 8021ad
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: 8021q
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: macvlan
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: veth
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: bridge
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: Network device
Sat Dec 27 01:05:54 2025 user.notice : Added device handler type: tunnel
Sat Dec 27 01:05:54 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 391's current affinity list: 0-3
Sat Dec 27 01:05:54 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 391's new affinity list: 0
Sat Dec 27 01:05:54 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 392's current affinity list: 0-3
Sat Dec 27 01:05:54 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 392's new affinity list: 0
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Sat Dec 27 01:05:56 2025 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Sat Dec 27 01:05:57 2025 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system
Sat Dec 27 01:05:57 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.026698] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.061260] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.077660] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.103339] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.119488] br-lan: port 1(lan1) entered blocking state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.130085] br-lan: port 1(lan1) entered disabled state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.140749] mt7530-mdio mdio-bus:1f lan1: entered allmulticast mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.153326] mtk_soc_eth 1e100000.ethernet eth0: entered allmulticast mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.170339] mt7530-mdio mdio-bus:1f lan1: entered promiscuous mode
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'lan' is enabled
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'lan' is setting up now
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'lan' is now up
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.204489] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.221050] br-lan: port 2(lan2) entered blocking state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.231672] br-lan: port 2(lan2) entered disabled state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.242424] mt7530-mdio mdio-bus:1f lan2: entered allmulticast mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.257291] mt7530-mdio mdio-bus:1f lan2: entered promiscuous mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.281672] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.298181] br-lan: port 3(lan3) entered blocking state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.308822] br-lan: port 3(lan3) entered disabled state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.319493] mt7530-mdio mdio-bus:1f lan3: entered allmulticast mode
Sat Dec 27 01:05:57 2025 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.334994] mt7530-mdio mdio-bus:1f lan3: entered promiscuous mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.359695] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.375170] br-lan: port 4(lan4) entered blocking state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.385716] br-lan: port 4(lan4) entered disabled state
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.396489] mt7530-mdio mdio-bus:1f lan4: entered allmulticast mode
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.411302] mt7530-mdio mdio-bus:1f lan4: entered promiscuous mode
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'loopback' is enabled
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'loopback' is setting up now
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'loopback' is now up
Sat Dec 27 01:05:57 2025 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN1
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.443859] mtk_soc_eth 1e100000.ethernet wan: PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=POLL)
Sat Dec 27 01:05:57 2025 kern.info kernel: [   27.462911] mtk_soc_eth 1e100000.ethernet wan: configuring for phy/rgmii link mode
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'wan' is enabled
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'wan6' is enabled
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Network device 'eth0' link is up
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Network device 'lo' link is up
Sat Dec 27 01:05:57 2025 daemon.notice netifd: Interface 'loopback' has link connectivity
Sat Dec 27 01:05:58 2025 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN2
Sat Dec 27 01:05:58 2025 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN3
Sat Dec 27 01:05:58 2025 daemon.notice netifd: radio1 (2548): WARNING: Variable 'data' does not exist or is not an array/object
Sat Dec 27 01:05:58 2025 daemon.notice netifd: radio0 (2547): WARNING: Variable 'data' does not exist or is not an array/object
Sat Dec 27 01:05:58 2025 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN4
Sat Dec 27 01:05:58 2025 daemon.notice hostapd: Set new config for phy phy1:
Sat Dec 27 01:05:58 2025 daemon.notice hostapd: Set new config for phy phy0:
Sat Dec 27 01:05:58 2025 daemon.notice wpa_supplicant[1766]: Set new config for phy phy1
Sat Dec 27 01:05:58 2025 daemon.notice wpa_supplicant[1766]: Set new config for phy phy0
Sat Dec 27 01:05:59 2025 daemon.notice wpa_supplicant[1766]: Set new config for phy phy0
Sat Dec 27 01:05:59 2025 daemon.info procd: - init complete -
Sat Dec 27 01:05:59 2025 daemon.notice wpa_supplicant[1766]: Set new config for phy phy1
Sat Dec 27 01:05:59 2025 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Sat Dec 27 01:05:59 2025 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Sat Dec 27 01:05:59 2025 daemon.notice hostapd: Restart interface for phy phy0
Sat Dec 27 01:06:00 2025 daemon.notice hostapd: Configuration file: <inline> (phy phy0) --> new PHY
Sat Dec 27 01:06:00 2025 daemon.notice hostapd: Configuration file: Reading configuration file '<inline>'
Sat Dec 27 01:06:00 2025 kern.info kernel: [   30.465269] br-lan: port 5(phy0-ap0) entered blocking state
Sat Dec 27 01:06:00 2025 kern.info kernel: [   30.476555] br-lan: port 5(phy0-ap0) entered disabled state
Sat Dec 27 01:06:00 2025 kern.info kernel: [   30.487826] mt7615e 0000:01:00.0 phy0-ap0: entered allmulticast mode
Sat Dec 27 01:06:01 2025 kern.info kernel: [   30.500952] mt7615e 0000:01:00.0 phy0-ap0: entered promiscuous mode
Sat Dec 27 01:06:01 2025 kern.info kernel: [   30.605218] br-lan: port 5(phy0-ap0) entered blocking state
Sat Dec 27 01:06:01 2025 kern.info kernel: [   30.616432] br-lan: port 5(phy0-ap0) entered forwarding state
Sat Dec 27 01:06:01 2025 daemon.notice netifd: Network device 'phy0-ap0' link is up
Sat Dec 27 01:06:01 2025 daemon.notice netifd: bridge 'br-lan' link is up
Sat Dec 27 01:06:01 2025 daemon.notice netifd: Interface 'lan' has link connectivity
Sat Dec 27 01:06:01 2025 daemon.notice hostapd: phy0-ap0: interface state UNINITIALIZED->ENABLED
Sat Dec 27 01:06:01 2025 daemon.notice hostapd: phy0-ap0: AP-ENABLED
Sat Dec 27 01:06:01 2025 daemon.notice hostapd: Set new config for phy phy1: /var/run/hostapd-phy1.conf
Sat Dec 27 01:06:01 2025 daemon.notice hostapd: Restart interface for phy phy1
Sat Dec 27 01:06:01 2025 daemon.notice hostapd: Configuration file: <inline> (phy phy1) --> new PHY
Sat Dec 27 01:06:01 2025 daemon.notice hostapd: Configuration file: Reading configuration file '<inline>'
Sat Dec 27 01:06:02 2025 daemon.notice hostapd: phy1-ap0: interface state UNINITIALIZED->HT_SCAN
Sat Dec 27 01:06:02 2025 kern.info kernel: [   32.025577] br-lan: port 6(phy1-ap0) entered blocking state
Sat Dec 27 01:06:02 2025 kern.info kernel: [   32.036823] br-lan: port 6(phy1-ap0) entered disabled state
Sat Dec 27 01:06:02 2025 kern.info kernel: [   32.048135] mt7615e 0000:02:00.0 phy1-ap0: entered allmulticast mode
Sat Dec 27 01:06:02 2025 kern.info kernel: [   32.061248] mt7615e 0000:02:00.0 phy1-ap0: entered promiscuous mode
Sat Dec 27 01:06:02 2025 daemon.notice netifd: Wireless device 'radio0' is now up
Sat Dec 27 01:06:02 2025 daemon.notice netifd: Wireless device 'radio1' is now up
Sat Dec 27 01:06:03 2025 kern.info kernel: [   33.471447] br-lan: port 6(phy1-ap0) entered blocking state
Sat Dec 27 01:06:03 2025 kern.info kernel: [   33.482632] br-lan: port 6(phy1-ap0) entered forwarding state
Sat Dec 27 01:06:03 2025 daemon.notice netifd: Network device 'phy1-ap0' link is up
Sat Dec 27 01:06:04 2025 daemon.notice hostapd: phy1-ap0: interface state HT_SCAN->ENABLED
Sat Dec 27 01:06:04 2025 daemon.notice hostapd: phy1-ap0: AP-ENABLED
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
Sat Dec 27 01:06:04 2025 daemon.err procd: Got unexpected signal 1
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Sat Dec 27 01:06:04 2025 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Sat Dec 27 01:06:04 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Sat Dec 27 01:06:06 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Sat Dec 27 01:06:06 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Sat Dec 27 01:06:06 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Sat Dec 27 01:06:07 2025 user.notice adblock-fast [3451]: [ERROR] The adblock-fast is currently disabled!
Sat Dec 27 01:06:07 2025 user.notice adblock-fast [3451]: Run the following commands before starting service again:
Sat Dec 27 01:06:07 2025 user.notice adblock-fast [3451]: uci set adblock-fast.config.enabled='1'; uci commit adblock-fast;
Sat Dec 27 01:06:07 2025 user.notice adblock-fast [3451]: [TRIG] Setting trigger for wan [✓]
Sat Dec 27 01:06:18 2025 daemon.warn odhcpd[2052]: No default route present, setting ra_lifetime to 0!
Sat Dec 27 01:06:18 2025 daemon.warn odhcpd[2052]: rfc9096: br-lan: piofile updated
Sat Dec 27 01:06:34 2025 daemon.warn odhcpd[2052]: No default route present, setting ra_lifetime to 0!
Sat Dec 27 01:06:49 2025 kern.info kernel: [   78.596817] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Dec 27 01:06:49 2025 kern.info kernel: [   78.596934] br-lan: port 2(lan2) entered blocking state
Sat Dec 27 01:06:49 2025 kern.info kernel: [   78.623081] br-lan: port 2(lan2) entered forwarding state
Sat Dec 27 01:06:49 2025 daemon.notice netifd: Network device 'lan2' link is up
Sat Dec 27 01:06:50 2025 daemon.warn odhcpd[2052]: No default route present, setting ra_lifetime to 0!
Sat Dec 27 01:07:21 2025 authpriv.info dropbear[3675]: Child connection from 192.168.1.10:58770
Sat Dec 27 01:07:48 2025 authpriv.warn dropbear[3675]: Bad password attempt for 'root' from 192.168.1.10:58770
Sat Dec 27 01:08:09 2025 authpriv.warn dropbear[3675]: Bad password attempt for 'root' from 192.168.1.10:58770
Sat Dec 27 01:08:18 2025 authpriv.warn dropbear[3675]: Bad password attempt for 'root' from 192.168.1.10:58770
Sat Dec 27 01:08:19 2025 authpriv.info dropbear[3675]: Exit before auth from <192.168.1.10:58770>: (user 'root', 3 fails): Max auth tries reached - user 'root'
Sat Dec 27 01:08:21 2025 authpriv.info dropbear[3683]: Child connection from 192.168.1.10:43570
Sat Dec 27 01:08:47 2025 authpriv.notice dropbear[3683]: Password auth succeeded for 'root' from 192.168.1.10:43570
root@OpenWrt:~# client_loop: send disconnect: Broken pipe

I didn't use the snapshot image for long. I thought it was bricked before until I figured out how to SSH to it. Then I flashed the stable version.

but did the same problem occur with that version?

I don't honestly know. At that point no radios were configured so those leds would not have come on and I couldn't bring up LuCi but that was because LuCi wasn't there. It's possible??

I am not an expert in this field but on the forum you will find many other people more expert than me in deciphering errors/problems with the serial console

I'll just mention a few @jwh7 @frollic


Try asking if people who have the same router as you are experiencing the same problem:

@LakePath @MetalFistTerrorist @bolangi

I was going to install ethtool this morning as ncompact suggested, but once again it took 4 power cycles for it to come up running. After that, I had no DNS. I tried to troubleshoot that but lost that battle now too.

I have two thoughts. One, I downloaded the release candidate from the stable branch and intend on flashing with that. Next, it would seem that my log files get deleted after each hard boot because they are in the TMP directory? Is there a way to put these log files in a directory that will not get blown away after a reboot so that I can at least see where the router hangs? My sense is that it gets to a certain point and just hangs, which in itself seems odd since every 3rd or 4th time it makes it over the hump.

1 Like

Yes, you can put the log files, for example, on a partition of a hard disk connected via USB, but unfortunately if the bootstrap sometimes doesn't run correctly, you won't have any saved logs since saving to a file is an operation that is performed long after the problem you detected (you can try sending the logs to a remote syslog, but even in this case you might not be able to see where the router is blocking).

https://forum.openwrt.org/search?q=log%20to%20file

If it's not too much trouble could you try and see if that helps?

uci set network.lan.force_link='1'
uci commit
reboot

but I'm not sure if it works it's just a feeling. :sweat_smile:

SOLVED!

I flashed the R6900v2 with the latest release candidate openwrt-25.12.0-rc1-ramips-mt7621-netgear_r6900-v2-squashfs-sysupgrade.bin

The terrible "boot every 3rd or 4th time" issue has gone away.

I also received a DM from someone here about same thing happening on a Reddit post and they had the same solution. Thanks to the person who DM'd me - I won't out you - this is the most unusual forum I've ever participated in so I would want to make a faux pas.

I'm still having setup issues with the router, but that exceeds my self defined scope of this thread "sometimes doesn't boot," so I will consider this issue closed.

Following up: ncompact, I also was thinking about that lan forced link as well. It seems that when I swap routers, the openwrt router doesn't like to hot connect with my modem, where my tomatorouter doesn't seem to have issue. But again, that is a different issue. Thanks for the tip.

Before the flash I couldn't get DNS to work, now I can't get out the wan at all. I'm sure it's a setup issue. I'll try my best with it before I bring it here.

I've already suggested changes to the install wiki page but this apparently isn't the forum to request that type of action so I will try and request permission to change the wiki myself so that this failure to boot problem doesn't discourage someone else.

1 Like

the correct question would be why does it happen with 24.10.x but not with 25.12.x ?

ps: Since you are now on a similar "snapshot" branch (Release Candidate not equivalent Service Release), I recommend adding "owut" to make your life easier when you want to make updates.

Fwiw, my R6900v2 has been my gateway router for over a year now; and I upgraded to 25.12-rc1 when it came out. My first thought - have you rebooted your modem? I wonder if you have MAC randomization enabled, which would break the WAN (at least for Xfinity) without a modem reboot.

But the only oddity I’ve had here is in Win11 - the network icon almost always says ‘Identifying…’ or on rare occasion ‘Unidentified Network’. But everything otherwise works fine…except LAN shares which I fixed by changing the default group policy for those modes to be a Private Network. No issues at all in Arch though (dual-booted on the same PC). Anyway, I’ve been meaning to do a router reset and manual setup for that Win11 network anomaly, but haven’t yet…