Hello,
A friend of mine who I'm helping with OpenWRT on his router is having an issue where seemingly at random his wired ports will stop working, until reboot. It seems like it could be a switch firmware or driver issue? Here's the log (dmesq):
<6>[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
<5>[ 0.000000] Linux version 5.15.167 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24106-10cc5fcd00) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Sep 23 12:34:46 2024
<6>[ 0.000000] Machine model: ASUS RT-AX59U
<6>[ 0.000000] Zone ranges:
<6>[ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
<6>[ 0.000000] DMA32 empty
<6>[ 0.000000] Normal empty
<6>[ 0.000000] Movable zone start for each node
<6>[ 0.000000] Early memory node ranges
<6>[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
<6>[ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
<6>[ 0.000000] node 0: [mem 0x0000000043030000-0x000000004fbfffff]
<6>[ 0.000000] node 0: [mem 0x000000004fc00000-0x000000004ffbffff]
<6>[ 0.000000] node 0: [mem 0x000000004ffc0000-0x000000005fffffff]
<6>[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
<6>[ 0.000000] psci: probing for conduit method from DT.
<6>[ 0.000000] psci: PSCIv1.1 detected in firmware.
<6>[ 0.000000] psci: Using standard PSCI v0.2 function IDs
<6>[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
<6>[ 0.000000] psci: SMC Calling Convention v1.2
<6>[ 0.000000] percpu: Embedded 18 pages/cpu s33112 r8192 d32424 u73728
<7>[ 0.000000] pcpu-alloc: s33112 r8192 d32424 u73728 alloc=18*4096
<7>[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
<6>[ 0.000000] Detected VIPT I-cache on CPU0
<6>[ 0.000000] CPU features: detected: GIC system register CPU interface
<6>[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
<6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
<5>[ 0.000000] Kernel command line: ubi.mtd=UBI_DEV
<6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
<6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
<6>[ 0.000000] Memory: 498084K/524288K available (8448K kernel code, 904K rwdata, 1488K rodata, 448K init, 302K bss, 26204K reserved, 0K cma-reserved)
<6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
<6>[ 0.000000] rcu: Hierarchical RCU implementation.
<6>[ 0.000000] Tracing variant of Tasks RCU enabled.
<6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
<6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
<6>[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
<6>[ 0.000000] GICv3: 640 SPIs implemented
<6>[ 0.000000] GICv3: 0 Extended SPIs implemented
<6>[ 0.000000] GICv3: Distributor has no Range Selector support
<6>[ 0.000000] Root IRQ handler: 0xffffffc008010090
<6>[ 0.000000] GICv3: 16 PPIs implemented
<6>[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
<6>[ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
<6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
<6>[ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
<6>[ 0.000105] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000)
<6>[ 0.000112] pid_max: default: 32768 minimum: 301
<6>[ 0.000311] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
<6>[ 0.000318] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
<6>[ 0.001339] rcu: Hierarchical SRCU implementation.
<6>[ 0.001600] smp: Bringing up secondary CPUs ...
<6>[ 0.001853] Detected VIPT I-cache on CPU1
<6>[ 0.001876] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
<6>[ 0.001901] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
<6>[ 0.002156] Detected VIPT I-cache on CPU2
<6>[ 0.002169] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000
<6>[ 0.002180] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
<6>[ 0.002412] Detected VIPT I-cache on CPU3
<6>[ 0.002421] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000
<6>[ 0.002431] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
<6>[ 0.002457] smp: Brought up 1 node, 4 CPUs
<6>[ 0.002471] SMP: Total of 4 processors activated.
<6>[ 0.002475] CPU features: detected: 32-bit EL0 Support
<6>[ 0.002478] CPU features: detected: CRC32 instructions
<6>[ 0.002507] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
<6>[ 0.002561] CPU: All CPU(s) started at EL2
<6>[ 0.002570] alternatives: patching kernel code
<6>[ 0.004844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
<6>[ 0.004865] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
<6>[ 0.005011] pinctrl core: initialized pinctrl subsystem
<6>[ 0.005632] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[ 0.005871] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
<6>[ 0.005892] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
<6>[ 0.005911] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
<6>[ 0.006170] thermal_sys: Registered thermal governor 'fair_share'
<6>[ 0.006173] thermal_sys: Registered thermal governor 'bang_bang'
<6>[ 0.006176] thermal_sys: Registered thermal governor 'step_wise'
<6>[ 0.006179] thermal_sys: Registered thermal governor 'user_space'
<6>[ 0.006340] ASID allocator initialised with 65536 entries
<6>[ 0.006750] pstore: Registered ramoops as persistent store backend
<6>[ 0.006754] ramoops: using 0x10000@0x42ff0000, ecc: 0
<6>[ 0.014447] cryptd: max_cpu_qlen set to 1000
<5>[ 0.015954] SCSI subsystem initialized
<7>[ 0.016046] libata version 3.00 loaded.
<6>[ 0.016855] clocksource: Switched to clocksource arch_sys_counter
<6>[ 0.017380] NET: Registered PF_INET protocol family
<6>[ 0.017454] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
<6>[ 0.017809] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
<6>[ 0.017820] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
<6>[ 0.017827] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
<6>[ 0.017848] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
<6>[ 0.017893] TCP: Hash tables configured (established 4096 bind 4096)
<6>[ 0.017949] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
<6>[ 0.017960] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
<6>[ 0.018060] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[ 0.018078] PCI: CLS 0 bytes, default 64
<6>[ 0.019939] workingset: timestamp_bits=46 max_order=17 bucket_order=0
<6>[ 0.022575] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 0.022590] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
<6>[ 0.044347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
<6>[ 0.045171] gpio-export gpio-export: 1 gpio(s) exported
<6>[ 0.048048] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
<6>[ 0.049746] printk: console [ttyS0] disabled
<6>[ 0.069900] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 121, base_baud = 2500000) is a ST16650V2
<6>[ 0.713679] printk: console [ttyS0] enabled
<6>[ 0.718471] mtk_rng 1020f000.rng: registered RNG driver
<4>[ 0.718531] hwrng: no data available
<4>[ 0.727268] cacheinfo: Unable to detect cache hierarchy for CPU 0
<6>[ 0.735428] loop: module loaded
<6>[ 0.738601] Loading iSCSI transport class v2.0-870.
<6>[ 0.744957] spi-nand spi0.0: ESMT SPI NAND was found.
<6>[ 0.750019] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
<5>[ 0.758261] 2 fixed-partitions partitions found on MTD device spi0.0
<5>[ 0.764598] Creating 2 MTD partitions on "spi0.0":
<5>[ 0.769379] 0x000000000000-0x000000400000 : "Bootloader"
<5>[ 0.778138] 0x000000400000-0x000008000000 : "UBI_DEV"
<...>
<6>[ 3.488381] clk: Disabling unused clocks
<6>[ 3.508759] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
<6>[ 3.516032] Freeing unused kernel memory: 448K
<6>[ 3.520504] Run /sbin/init as init process
<7>[ 3.524582] with arguments:
<7>[ 3.527546] /sbin/init
<7>[ 3.530237] with environment:
<7>[ 3.533362] HOME=/
<7>[ 3.535706] TERM=linux
<5>[ 3.786868] random: crng init done
<14>[ 3.879427] init: Console is alive
<14>[ 3.882915] init: - watchdog -
<14>[ 4.610939] kmodloader: loading kernel modules from /etc/modules-boot.d/*
<6>[ 4.654166] usbcore: registered new interface driver usbfs
<6>[ 4.659696] usbcore: registered new interface driver hub
<6>[ 4.665021] usbcore: registered new device driver usb
<4>[ 4.673373] xhci-mtk 11200000.usb: supply vbus not found, using dummy regulator
<4>[ 4.680782] xhci-mtk 11200000.usb: supply vusb33 not found, using dummy regulator
<6>[ 4.688946] xhci-mtk 11200000.usb: xHCI Host Controller
<6>[ 4.694175] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 1
<6>[ 4.704675] xhci-mtk 11200000.usb: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010
<6>[ 4.713829] xhci-mtk 11200000.usb: irq 123, io mem 0x11200000
<6>[ 4.719658] xhci-mtk 11200000.usb: xHCI Host Controller
<6>[ 4.724868] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 2
<6>[ 4.732248] xhci-mtk 11200000.usb: Host supports USB 3.2 Enhanced SuperSpeed
<6>[ 4.739602] hub 1-0:1.0: USB hub found
<6>[ 4.743360] hub 1-0:1.0: 2 ports detected
<6>[ 4.747653] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 4.755957] hub 2-0:1.0: USB hub found
<6>[ 4.759718] hub 2-0:1.0: 1 port detected
<14>[ 4.765899] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
<14>[ 4.777734] init: - preinit -
<6>[ 5.304409] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[ 5.312928] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[ 5.313955] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[ 5.328439] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
<6>[ 5.342374] mt7530-mdio mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[ 5.342395] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
<5>[ 7.553460] UBIFS (ubi0:6): Mounting in unauthenticated mode
<5>[ 7.559193] UBIFS (ubi0:6): background thread "ubifs_bgt0_6" started, PID 593
<5>[ 7.692529] UBIFS (ubi0:6): recovery needed
<5>[ 7.989597] UBIFS (ubi0:6): recovery completed
<5>[ 7.994081] UBIFS (ubi0:6): UBIFS: mounted UBI device 0, volume 6, name "rootfs_data"
<5>[ 8.001896] UBIFS (ubi0:6): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
<5>[ 8.011790] UBIFS (ubi0:6): FS size: 109961216 bytes (104 MiB, 866 LEBs), max 877 LEBs, journal size 5459968 bytes (5 MiB, 43 LEBs)
<5>[ 8.023590] UBIFS (ubi0:6): reserved for root: 4952683 bytes (4836 KiB)
<5>[ 8.030187] UBIFS (ubi0:6): media format: w5/r0 (latest is w5/r0), UUID 2611EE74-4EFE-45CC-ADB9-03FE54A74274, small LPT model
<14>[ 8.066588] mount_root: switching to ubifs overlay
<4>[ 8.090851] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
<15>[ 8.118828] urandom-seed: Seeding with /etc/urandom.seed
<6>[ 8.236962] mt7530-mdio mdio-bus:1f lan1: Link is Down
<14>[ 8.257756] procd: - early -
<14>[ 8.260689] procd: - watchdog -
<14>[ 8.818001] procd: - watchdog -
<14>[ 8.824622] procd: - ubus -
<14>[ 8.916471] procd: - init -
<14>[ 9.516759] kmodloader: loading kernel modules from /etc/modules.d/*
<6>[ 9.536931] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0
<6>[ 9.552841] Loading modules backported from Linux version v6.1.110-0-g5f55cad62cc9d
<6>[ 9.560503] Backport generated by backports.git v6.1.110-1-0-g965f73fc
<14>[ 9.561144] urngd: v1.0.2 started.
<6>[ 9.895818] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20221012174648a
<6>[ 9.895818]
<6>[ 10.228735] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20221012174725
<6>[ 10.378592] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20221012174937
<4>[ 10.525585] mt798x-wmac 18000000.wifi: eeprom load fail, use default bin
<4>[ 10.535862] mt798x-wmac 18000000.wifi: missing precal data, size=403472
<6>[ 10.542513] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0'
<6>[ 10.588513] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1'
<6>[ 13.519068] PPP generic driver version 2.4.2
<6>[ 13.523973] NET: Registered PF_PPPOX protocol family
<14>[ 13.531157] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[ 17.841796] mtk_soc_eth 15100000.ethernet eth0: Link is Down
<6>[ 17.858804] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[ 17.867223] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[ 17.867312] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[ 17.885646] device eth0 entered promiscuous mode
<6>[ 17.890773] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
<6>[ 17.900800] br-lan: port 1(lan1) entered blocking state
<6>[ 17.906035] br-lan: port 1(lan1) entered disabled state
<6>[ 17.912706] device lan1 entered promiscuous mode
<6>[ 17.927481] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
<6>[ 17.937322] br-lan: port 2(lan2) entered blocking state
<6>[ 17.942553] br-lan: port 2(lan2) entered disabled state
<6>[ 17.949477] device lan2 entered promiscuous mode
<6>[ 17.960800] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode
<6>[ 17.970737] br-lan: port 3(lan3) entered blocking state
<6>[ 17.975971] br-lan: port 3(lan3) entered disabled state
<6>[ 17.983123] device lan3 entered promiscuous mode
<6>[ 17.996915] mt7530-mdio mdio-bus:1f wan: configuring for phy/gmii link mode
<6>[ 18.438296] amneziawg: WireGuard 1.0.0-awg (Amnezia VPN) loaded. See www.wireguard.com for information.
<6>[ 18.447751] amneziawg: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
<6>[ 18.639785] br-lan: port 4(phy0-ap0) entered blocking state
<6>[ 18.645373] br-lan: port 4(phy0-ap0) entered disabled state
<6>[ 18.651206] device phy0-ap0 entered promiscuous mode
<6>[ 18.656292] br-lan: port 4(phy0-ap0) entered blocking state
<6>[ 18.661923] br-lan: port 4(phy0-ap0) entered forwarding state
<6>[ 18.670465] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[ 18.744390] br-lan: port 5(phy1-ap0) entered blocking state
<6>[ 18.750015] br-lan: port 5(phy1-ap0) entered disabled state
<6>[ 18.755785] device phy1-ap0 entered promiscuous mode
<6>[ 18.760924] br-lan: port 5(phy1-ap0) entered blocking state
<6>[ 18.766491] br-lan: port 5(phy1-ap0) entered forwarding state
<6>[ 18.847212] br-lan: port 4(phy0-ap0) entered disabled state
<6>[ 18.853181] br-lan: port 5(phy1-ap0) entered disabled state
<6>[ 20.012450] mt7530-mdio mdio-bus:1f lan2: Link is Up - 10Mbps/Full - flow control off
<6>[ 20.012501] br-lan: port 2(lan2) entered blocking state
<6>[ 20.025526] br-lan: port 2(lan2) entered forwarding state
<6>[ 22.092694] mt7530-mdio mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[ 22.092713] br-lan: port 1(lan1) entered blocking state
<6>[ 22.105824] br-lan: port 1(lan1) entered forwarding state
<6>[ 22.174192] mt7530-mdio mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[ 22.174214] br-lan: port 3(lan3) entered blocking state
<6>[ 22.175380] mt7530-mdio mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control off
<6>[ 22.194947] br-lan: port 3(lan3) entered forwarding state
<6>[ 22.200803] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[ 23.368963] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready
<6>[ 23.375686] br-lan: port 5(phy1-ap0) entered blocking state
<6>[ 23.381258] br-lan: port 5(phy1-ap0) entered forwarding state
<6>[ 27.105697] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready
<6>[ 27.112442] br-lan: port 4(phy0-ap0) entered blocking state
<6>[ 27.118026] br-lan: port 4(phy0-ap0) entered forwarding state
<4>[ 794.996122] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<6>[ 2680.676645] br-lan: port 2(lan2) entered disabled state
<6>[ 2680.676758] mt7530-mdio mdio-bus:1f lan2: Link is Down
<6>[ 2683.786375] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[ 2683.786398] br-lan: port 2(lan2) entered blocking state
<6>[ 2683.799505] br-lan: port 2(lan2) entered forwarding state
<4>[ 9429.332630] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[11581.882599] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[20218.569099] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[22371.241781] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<6>[27510.165567] br-lan: port 2(lan2) entered disabled state
<6>[27510.165679] mt7530-mdio mdio-bus:1f lan2: Link is Down
<6>[27512.256376] mt7530-mdio mdio-bus:1f lan2: Link is Up - 10Mbps/Full - flow control off
<6>[27512.256398] br-lan: port 2(lan2) entered blocking state
<6>[27512.269422] br-lan: port 2(lan2) entered forwarding state
<4>[31005.868680] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[33158.599515] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[41794.211645] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[43999.827633] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[52582.558240] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[54878.075889] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<6>[62419.006494] br-lan: port 2(lan2) entered disabled state
<6>[62419.006612] mt7530-mdio mdio-bus:1f lan2: Link is Down
<6>[62421.096881] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[62421.096905] br-lan: port 2(lan2) entered blocking state
<6>[62421.110013] br-lan: port 2(lan2) entered forwarding state
<4>[63371.877831] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[65756.338962] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[74160.210019] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[76311.891112] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[84952.135497] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[87101.217678] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[95735.976682] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<6>[109645.969576] br-lan: port 2(lan2) entered disabled state
<6>[109645.969694] mt7530-mdio mdio-bus:1f lan2: Link is Down
<6>[109648.041352] mt7530-mdio mdio-bus:1f lan2: Link is Up - 10Mbps/Full - flow control off
<6>[109648.041373] br-lan: port 2(lan2) entered blocking state
<6>[109648.054569] br-lan: port 2(lan2) entered forwarding state
<4>[130263.068776] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[141601.733951] Ignoring NSS change in VHT Operating Mode Notification from 10:68:38:06:92:26 with invalid nss 2
<4>[141615.415125] Ignoring NSS change in VHT Operating Mode Notification from 10:68:38:06:92:26 with invalid nss 2
<4>[142876.400310] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[144054.845731] Ignoring NSS change in VHT Operating Mode Notification from 10:68:38:06:92:26 with invalid nss 2
<4>[144055.193209] Ignoring NSS change in VHT Operating Mode Notification from 10:68:38:06:92:26 with invalid nss 2
<4>[145115.511531] Ignoring NSS change in VHT Operating Mode Notification from 10:68:38:06:92:26 with invalid nss 2
<4>[146932.514811] Ignoring NSS change in VHT Operating Mode Notification from 10:68:38:06:92:26 with invalid nss 2
<4>[149677.542194] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[151830.224784] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<6>[155262.661490] br-lan: port 2(lan2) entered disabled state
<6>[155262.661605] mt7530-mdio mdio-bus:1f lan2: Link is Down
<6>[155265.771186] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[155265.771208] br-lan: port 2(lan2) entered blocking state
<6>[155265.784491] br-lan: port 2(lan2) entered forwarding state
<4>[173437.538325] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[182043.535366] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<6>[182567.832847] br-lan: port 2(lan2) entered disabled state
<6>[182567.832958] mt7530-mdio mdio-bus:1f lan2: Link is Down
<6>[182569.903810] mt7530-mdio mdio-bus:1f lan2: Link is Up - 10Mbps/Full - flow control off
<6>[182569.903832] br-lan: port 2(lan2) entered blocking state
<6>[182569.917031] br-lan: port 2(lan2) entered forwarding state
<4>[184220.215056] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[192830.891457] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[205975.128660] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<6>[226305.170922] br-lan: port 2(lan2) entered disabled state
<6>[226305.171034] mt7530-mdio mdio-bus:1f lan2: Link is Down
<6>[226307.251575] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[226307.251598] br-lan: port 2(lan2) entered blocking state
<6>[226307.264888] br-lan: port 2(lan2) entered forwarding state
<4>[230179.439173] Ignoring NSS change in VHT Operating Mode Notification from 10:68:38:06:92:26 with invalid nss 2
<3>[234918.517637] mt798x-wmac 18000000.wifi: Message 00005aed (seq 5) timeout
<4>[238138.340380] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[246773.567292] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[248925.221901] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[257560.902586] Ignoring NSS change in VHT Operating Mode Notification from e8:da:20:c2:ce:cd with invalid nss 2
<4>[257680.165619] ------------[ cut here ]------------
<6>[257680.180213] NETDEV WATCHDOG: eth0 (mtk_soc_eth): transmit queue 0 timed out
<4>[257680.187276] WARNING: CPU: 2 PID: 0 at 0xffffffc0086c6464
<7>[257680.192659] Modules linked in: amneziawg libchacha20poly1305 chacha_neon poly1305_neon libcurve25519_generic libchacha pppoe ppp_async nft_fib_inet nf_flow_table_ipv6 nf_flow_table_ipv4 nf_flow_table_inet pppox ppp_generic nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject nft_redir nft_quota nft_objref nft_numgen nft_nat nft_masq nft_log nft_limit nft_hash nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_ct nft_counter nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack_netlink nf_conntrack mt7915e mt76_connac_lib mt76 mac80211 cfg80211 slhc nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c compat crypto_safexcel ip6_udp_tunnel udp_tunnel sha1_generic seqiv md5 des_generic libdes authencesn authenc leds_gpio xhci_plat_hcd xhci_pci xhci_mtk_hcd xhci_hcd gpio_button_hotplug usbcore usb_common aquantia crc_ccitt
<7>[257680.270001] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 5.15.167 #0
<7>[257680.276163] Hardware name: ASUS RT-AX59U (DT)
<7>[257680.280590] pstate: 40400005 (nZcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
<7>[257680.287618] pc : 0xffffffc0086c6464
<7>[257680.291177] lr : 0xffffffc0086c6464
<7>[257680.294735] sp : ffffffc008b7bdb0
<7>[257680.298120] x29: ffffffc008b7bdb0 x28: 0000000000000140 x27: 00000000ffffffff
<7>[257680.305322] x26: 0000000000000000 x25: 0000000000000002 x24: ffffff8000db84c0
<7>[257680.312524] x23: 0000000000000000 x22: 0000000000000001 x21: ffffffc008a46000
<7>[257680.319726] x20: ffffff8000db8000 x19: 0000000000000000 x18: ffffffc008a5a2a8
<7>[257680.326928] x17: 643a3865206d6f72 x16: 66206e6f69746163 x15: 000000000000041a
<7>[257680.334129] x14: 000000000000015e x13: ffffffc008b7bae8 x12: ffffffc008ab22a8
<7>[257680.341331] x11: 712074696d736e61 x10: ffffffc008ab22a8 x9 : 0000000000000000
<7>[257680.348533] x8 : ffffffc008a5a258 x7 : ffffffc008a5a2a8 x6 : 0000000000000001
<7>[257680.355734] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000
<7>[257680.362936] x2 : ffffff801feb3090 x1 : ffffffc017485000 x0 : 000000000000003f
<7>[257680.370140] Call trace:
<7>[257680.372660] 0xffffffc0086c6464
<7>[257680.375873] 0xffffffc0080a5b50
<7>[257680.379085] 0xffffffc0080a63c8
<7>[257680.382297] 0xffffffc0080a6918
<7>[257680.385508] 0xffffffc00803b04c
<7>[257680.388719] 0xffffffc00803b404
<7>[257680.391931] 0xffffffc00803b5d0
<7>[257680.395143] 0xffffffc008089454
<7>[257680.398355] 0xffffffc0080100e0
<7>[257680.401566] 0xffffffc00801584c
<7>[257680.404777] 0xffffffc00801609c
<7>[257680.407989] 0xffffffc008835d60
<7>[257680.411201] 0xffffffc008836514
<7>[257680.414413] 0xffffffc008011374
<7>[257680.417624] 0xffffffc008836af4
<7>[257680.420835] 0xffffffc008069350
<7>[257680.424048] 0xffffffc008069560
<7>[257680.427259] 0xffffffc00801ebe0
<7>[257680.430470] 0xffffffc00883f2cc
<4>[257680.433683] ---[ end trace 8f0552407c9ba068 ]---
<3>[257680.438389] mtk_soc_eth 15100000.ethernet eth0: transmit timed out
<6>[257680.576776] mtk_soc_eth 15100000.ethernet eth0: Link is Down
<3>[257681.115664] mtk_soc_eth 15100000.ethernet: warm reset failed
<6>[257681.136566] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[257681.145076] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<3>[257687.118025] mtk_soc_eth 15100000.ethernet eth0: transmit timed out
<6>[257687.256409] mtk_soc_eth 15100000.ethernet eth0: Link is Down
<3>[257687.798373] mtk_soc_eth 15100000.ethernet: warm reset failed
<6>[257687.819262] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[257687.827762] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<4>[257747.945628] page_pool_release_retry() stalled pool shutdown 33 inflight 60 sec
<4>[257808.227099] page_pool_release_retry() stalled pool shutdown 33 inflight 120 sec
<4>[257868.513717] page_pool_release_retry() stalled pool shutdown 33 inflight 180 sec
<4>[257928.802319] page_pool_release_retry() stalled pool shutdown 33 inflight 241 sec
<4>[257989.091687] page_pool_release_retry() stalled pool shutdown 33 inflight 301 sec
<4>[258049.381361] page_pool_release_retry() stalled pool shutdown 33 inflight 361 sec
<4>[258109.671149] page_pool_release_retry() stalled pool shutdown 33 inflight 422 sec
<4>[258169.960962] page_pool_release_retry() stalled pool shutdown 33 inflight 482 sec
<4>[258230.250811] page_pool_release_retry() stalled pool shutdown 33 inflight 542 sec
<4>[258290.540659] page_pool_release_retry() stalled pool shutdown 33 inflight 603 sec
<4>[258350.830536] page_pool_release_retry() stalled pool shutdown 33 inflight 663 sec
<repeats>
<4>[261907.941967] page_pool_release_retry() stalled pool shutdown 33 inflight 4222 sec
Nothing stood out in syslog.
Firmware Version OpenWrt 23.05.5 r24106-10cc5fcd00 / LuCI openwrt-23.05 branch git-24.264.56413-c7a3562
Any ideas if it can be fixed on our side?