From. Where did You get that image?
If from openwrt site then it's stock.
Does it have luci?
Try telnet or ssh to 192.168.1.1
The image came from the main page, the first table: https://openwrt.org/toh/asus/tuf-ax6000
"Firmware OpenWrt snapshot Upgrade URL" - Factory sysupgrade image
I can SSH in:
BusyBox v1.36.1 (2024-06-02 20:43:46 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r26504-d4acd05218
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~#
Perhaps I need to downgrade to earlier version? How do I get the file on to the router via SSH? The router itself doesn't have a WAN connection as I wasn't able to configure PPPoE
As I said. You don't have luci installed.
It's normal for images from openwrt.org
You have to manually Download coresponding packages or install an image with luci
You can contact me on PW if You want
I can share a site with food images with luci enabled
Thank you. I used WinSCP to copy over the latest stable from here, ran sysupgrade via SSH and now up and running: https://firmware-selector.openwrt.org/?target=mediatek%2Ffilogic&id=asus_tuf-ax6000
I just upgraded from:
Version-from SNAPSHOT r26279-140b48a9e9 (kernel 6.6.30)
Version-to SNAPSHOT r26557-de59fc4540 (kernel 6.6.32)
Using https://github.com/efahl/owut/
The device rebooted, and I thought it was bricked... but it turns out it is in a weird state. Connecting to serial I see the boot, everything seems OK... but the network access is odd.
I can ping my home network, I can ping 1.1.1.1, but DNS is completely broken, and I cannot ssh to the device or access luci.
It's like it is in a half working state. It appears that the wifi interfaces didn't come up either. Has anyone seen the latest snapshot work?
All I see in dmesg wrt. wifi is:
[ 8.226485] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20221012174648a
[ 8.226485]
[ 8.392400] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20221012174725
[ 8.484363] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20221012174937
[ 8.590680] mt798x-wmac 18000000.wifi: missing precal data, size=403472
[ 8.597336] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0'
[ 8.605034] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1'
More weird things. I can ping downloads.openwrt.org but I cannot ping google.com. opkg update
worked, and installing some trivial package worked. nslookup google.com
times out with no servers could be reached, nslookup downloads.openwrt.org
returns proper info from my internal DNS server, which is configured in /etc/resolv.conf
.
The prompt in ash is root@(none):~#
but I see the correct file contents in /etc/config/system
with my expected hostname. uname -n
returns (none)
.
Very weird.
Ran /etc/init.d/system start
and got /etc/rc.common: line 86: uci_load: not found
, something to dig with.
Last update for now: after getting another sysupgrade image over (same one I flashed with owut
) and upgrading with -n
, system reflashed but still in the busted state.
Will manually download a new image from the firmware builder and try again.
Looks like this commit is just broken , just downloading the regular image from https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=mediatek%2Ffilogic&id=asus_tuf-ax6000 resulted in a broken router too.
Went back to the previous image, everything works. Looks like a broken image.
People have reported similar problems in the Cudy WR3000 and GL-MT6000 thread. Latest snapshots are just borked.
A bad commit was reverted so snapshots today or tomorrow should be fine again.
Thank you.
Bad commit: https://github.com/openwrt/openwrt/commit/17d8c5825e6f5c5d2e4d2c320c3b4b797f4ca0e9
Revert: https://github.com/openwrt/openwrt/commit/80d1c353b79e6c216dcb2534420470e3e6ed5d60
Bumping turning on Packet Steering, I went from 600mbit to 940mbit on my 1gbit fibre connection.
Serious price drop of the TUF AX6000 on the official ASUS US website: $139!
Thanks for the reminder. Do you choose Enabled
or Enabled (All CPUs)
?
In the version I have (23.05.3) I just have a single checkbox for all CPUs
During the last week my AX6000 started dropping connections for a split of a second. The internet connection disconnects for a moment and then continues again. I'm using the latest 23.05.3 stable.
Is anybody else experiencing similar things, or it's because of the heatwave? It's a constant 27C inside. A good thing is the router is on a ceramic floor, and nothing above it to block the heat dissipation.
hello
does anyone experience no wired internet on their pc`s after turning them on?
You have to turn off and on again the network card
@Supergroover I have the same problem about wifi。After many attempts, I can use wifi now. My final solution is as follows.
First, reinstall initramfs-kernel using serial console and TFTP, and upgraded sysupgrade.bin using LUCI Flash firmware(My firmware is 23.05.3 ).
Then I restored two factory by antonlindb's file and next commands:
volnum=$( ubinfo -d 0 -N Factory | awk 'NR==1 {print $3}' ) ; ubiupdatevol /dev/ubi0_$volnum /mnt/sda1/factory.bin;
volnum=$( ubinfo -d 0 -N Factory2 | awk 'NR==1 {print $3}' ) ; ubiupdatevol /dev/ubi0_$volnum /mnt/sda1/factory2.bin;
I can't use dd
command provided by feneri25. It just reply Operation not permitted
I just restored two factory bin, not do restore mtd1.Because, it is too different from the factory settings. On the other hand, it is still no problem when I reboot several times.
My router once bricked due to updating Snapshot Version(using TRX images to install before). I think the wifi configuration was broken at that time. But initramfs-kernel do not repair it, @patrykk can you pay attention tothis problem. Here is the log about install and first boot.
MT7986> bootm 0x46000000
## Loading kernel from FIT Image at 46000000 ...
Using 'config-1' configuration
Trying 'kernel-1' kernel subimage
Description: ARM64 OpenWrt Linux-5.15.150
Type: Kernel Image
Compression: lzma compressed
Data Start: 0x460000ec
Data Size: 3774256 Bytes = 3.6 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x48000000
Entry Point: 0x48000000
Hash algo: crc32
Hash value: 0279ad78
Hash algo: sha1
Hash value: 1b401015a4b279885fa01bde6cab6d1bfc64cc0f
Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading ramdisk from FIT Image at 46000000 ...
Using 'config-1' configuration
Trying 'initrd-1' ramdisk subimage
Description: ARM64 OpenWrt asus_tuf-ax6000 initrd
Type: RAMDisk Image
Compression: Unknown Compression
Data Start: 0x46399958
Data Size: 3482412 Bytes = 3.3 MiB
Architecture: AArch64
OS: Linux
Load Address: unavailable
Entry Point: unavailable
Hash algo: crc32
Hash value: 882242e0
Hash algo: sha1
Hash value: 5328ad22edc69b81e53a0f2b716184223b597663
Verifying Hash Integrity ... crc32+ sha1+ OK
WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file!
## Loading fdt from FIT Image at 46000000 ...
Using 'config-1' configuration
Trying 'fdt-1' fdt subimage
Description: ARM64 OpenWrt asus_tuf-ax6000 device tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x466ebd90
Data Size: 20976 Bytes = 20.5 KiB
Architecture: AArch64
Load Address: 0x47000000
Hash algo: crc32
Hash value: 673867ac
Hash algo: sha1
Hash value: e03817f58a8f07ca78bc7ac54d1954f59b1d2129
Verifying Hash Integrity ... crc32+ sha1+ OK
Loading fdt from 0x466ebd90 to 0x47000000
Booting using the fdt blob at 0x47000000
Uncompressing Kernel Image
Loading Ramdisk to 5f4a8000, end 5f7fa32c ... OK
Loading Device Tree to 000000005f49f000, end 000000005f4a71ef ... OK
volume linux seq: 6
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.15.150 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23809-234f1a2efa) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Mar 22 22:09:42 2024
[ 0.000000] Machine model: ASUS TUF-AX6000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
[ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
[ 0.000000] node 0: [mem 0x0000000043030000-0x000000004fbfffff]
[ 0.000000] node 0: [mem 0x000000004fc00000-0x000000004ffbffff]
[ 0.000000] node 0: [mem 0x000000004ffc0000-0x000000005fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 18 pages/cpu s33112 r8192 d32424 u73728
[ 0.000000] pcpu-alloc: s33112 r8192 d32424 u73728 alloc=18*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
[ 0.000000] Kernel command line: ubi.mtd=UBI_DEV
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 494728K/524288K available (8384K kernel code, 906K rwdata, 1472K rodata, 448K init, 300K bss, 29560K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, 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: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 640 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] Root IRQ handler: 0xffffffc008010090
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
[ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
[ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
[ 0.000109] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000)
[ 0.000118] pid_max: default: 32768 minimum: 301
[ 0.000318] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.000326] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.001346] rcu: Hierarchical SRCU implementation.
[ 0.001617] smp: Bringing up secondary CPUs ...
[ 0.001877] Detected VIPT I-cache on CPU1
[ 0.001898] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
[ 0.001925] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.002181] Detected VIPT I-cache on CPU2
[ 0.002192] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000
[ 0.002205] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.002443] Detected VIPT I-cache on CPU3
[ 0.002453] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000
[ 0.002462] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.002488] smp: Brought up 1 node, 4 CPUs
[ 0.002501] SMP: Total of 4 processors activated.
[ 0.002505] CPU features: detected: 32-bit EL0 Support
[ 0.002509] CPU features: detected: CRC32 instructions
[ 0.002531] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.002585] CPU: All CPU(s) started at EL2
[ 0.002595] alternatives: patching kernel code
[ 0.005043] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.005064] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.005212] pinctrl core: initialized pinctrl subsystem
[ 0.005840] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.006077] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.006104] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.006122] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.006370] thermal_sys: Registered thermal governor 'fair_share'
[ 0.006374] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.006377] thermal_sys: Registered thermal governor 'step_wise'
[ 0.006380] thermal_sys: Registered thermal governor 'user_space'
[ 0.006539] ASID allocator initialised with 65536 entries
[ 0.006861] pstore: Registered ramoops as persistent store backend
[ 0.006865] ramoops: using 0x10000@0x42ff0000, ecc: 0
[ 0.014790] cryptd: max_cpu_qlen set to 1000
[ 0.016553] SCSI subsystem initialized
[ 0.016636] libata version 3.00 loaded.
[ 0.017441] clocksource: Switched to clocksource arch_sys_counter
[ 0.017968] NET: Registered PF_INET protocol family
[ 0.018043] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.018400] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.018412] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.018418] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.018439] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.018485] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.018538] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.018551] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.018650] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.018669] PCI: CLS 0 bytes, default 64
[ 0.018809] Unpacking initramfs...
[ 0.039340] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.041943] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.041958] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.064487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.068074] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.069749] printk: console [ttyS0] disabled
[ 0.089930] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 121, base_baud = 2500000) is a ST16650V2
[ 0.696091] Freeing initrd memory: 3400K
[ 0.705617] printk: console [ttyS0] enabled
[ 0.706376] mtk_rng 1020f000.rng: registered RNG driver
[ 0.706433] hwrng: no data available
[ 0.749968] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.758263] loop: module loaded
[ 0.761412] Loading iSCSI transport class v2.0-870.
[ 0.767797] spi spi0.0: setup: ignoring unsupported mode bits a00
[ 0.774155] spi-nand spi0.0: Winbond SPI NAND was found.
[ 0.779470] spi-nand spi0.0: 256 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
[ 0.790770] 2 fixed-partitions partitions found on MTD device spi0.0
[ 0.797124] Creating 2 MTD partitions on "spi0.0":
[ 0.801917] 0x000000000000-0x000000400000 : "Bootloader"
[ 0.811702] 0x000000400000-0x000010000000 : "UBI_DEV"
[ 1.198615] mtk_soc_eth 15100000.ethernet: generated random MAC address 16:83:a7:ed:46:55
[ 1.206839] mtk_soc_eth 15100000.ethernet: generated random MAC address c6:9f:d4:ea:62:98
[ 1.326523] Maxlinear Ethernet GPY211C mdio-bus:05: Firmware Version: 0x886F (release)
[ 1.343772] Maxlinear Ethernet GPY211C mdio-bus:06: Firmware Version: 0x886F (release)
[ 1.353588] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc00d680000, irq 129
[ 1.363390] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc00d680000, irq 129
[ 1.372904] i2c_dev: i2c /dev entries driver
[ 1.378176] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[ 1.386601] NET: Registered PF_INET6 protocol family
[ 1.392184] Segment Routing with IPv6
[ 1.395853] In-situ OAM (IOAM) with IPv6
[ 1.399817] NET: Registered PF_PACKET protocol family
[ 1.404872] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.417929] 8021q: 802.1Q VLAN Support v1.8
[ 1.422895] pstore: Using crash dump compression: deflate
[ 1.468548] mt7530-mdio mdio-bus:1f: no interrupt support
[ 1.491276] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode
[ 1.500422] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 1.509360] MediaTek MT7531 PHY mt7530-0:01: Configure LED registers (num=14)
[ 1.523882] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=POLL)
[ 1.543908] MediaTek MT7531 PHY mt7530-0:02: Configure LED registers (num=14)
[ 1.558438] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=POLL)
[ 1.578165] MediaTek MT7531 PHY mt7530-0:03: Configure LED registers (num=14)
[ 1.592691] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=POLL)
[ 1.612409] MediaTek MT7531 PHY mt7530-0:04: Configure LED registers (num=14)
[ 1.626941] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=POLL)
[ 1.638129] mt7530-mdio mdio-bus:1f lan5 (uninitialized): PHY [mdio-bus:05] driver [Maxlinear Ethernet GPY211C] (irq=POLL)
[ 1.649476] DSA: tree 0 setup
[ 1.652733] ubi0: default fastmap pool size: 100
[ 1.657340] ubi0: default fastmap WL pool size: 50
[ 1.662141] ubi0: attaching mtd1
[ 4.087439] random: crng init done
[ 5.787220] ubi0: scanning is finished
[ 5.814987] ubi0: attached mtd1 (name "UBI_DEV", size 252 MiB)
[ 5.820827] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 5.827687] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 5.834454] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 5.841395] ubi0: good PEBs: 2016, bad PEBs: 0, corrupted PEBs: 0
[ 5.847475] ubi0: user volume: 8, internal volumes: 1, max. volumes count: 128
[ 5.854674] ubi0: max/mean erase counter: 7/4, WL threshold: 4096, image sequence number: 542800271
[ 5.863697] ubi0: available PEBs: 0, total reserved PEBs: 2016, PEBs reserved for bad PEB handling: 40
[ 5.872985] ubi0: background thread "ubi_bgt0d" started, PID 461
[ 5.876696] block ubiblock0_6: created from ubi0:6(rootfs)
[ 5.884467] ubiblock: device ubiblock0_6 (rootfs) set to be root filesystem
[ 5.892084] Freeing unused kernel memory: 448K
[ 5.937476] Run /init as init process
[ 5.941122] with arguments:
[ 5.944072] /init
[ 5.946330] with environment:
[ 5.949462] HOME=/
[ 5.951806] TERM=linux
[ 6.077339] init: Console is alive
[ 6.080845] init: - watchdog -
[ 6.086723] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 6.097105] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 6.114460] init: - preinit -
[ 6.167247] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[ 6.175816] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 6.184548] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
ip: SIOCSIFHWADDR: Resource busy
[ 6.390766] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 8.433378] procd: - early -
[ 8.436298] procd: - watchdog -
[ 8.951947] procd: - watchdog -
[ 8.955230] procd: - ubus -
[ 9.009356] procd: - init -
Please press Enter to activate this console.
[ 9.096628] kmodloader: loading kernel modules from /etc/modules.d/*
[ 9.107319] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0
[ 9.121231] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b
[ 9.128850] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36
[ 9.236434] urngd: v1.0.2 started.
[ 9.487633] mt798x-wmac 18000000.wifi: Direct firmware load for mediatek/mt7986_rom_patch.bin failed with error -2
[ 9.497987] mt798x-wmac 18000000.wifi: Falling back to sysfs fallback for: mediatek/mt7986_rom_patch.bin
[ 9.522803] mt798x-wmac: probe of 18000000.wifi failed with error -12
[ 9.540831] PPP generic driver version 2.4.2
[ 9.545565] NET: Registered PF_PPPOX protocol family
[ 9.552220] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 16.512827] mtk_soc_eth 15100000.ethernet eth0: Link is Down
[ 16.524580] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[ 16.533037] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 16.537529] device eth0 entered promiscuous mode
[ 16.546681] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
[ 16.554588] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 16.561085] br-lan: port 1(lan1) entered blocking state
[ 16.566319] br-lan: port 1(lan1) entered disabled state
[ 16.573002] device lan1 entered promiscuous mode
[ 16.588331] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
[ 16.598265] br-lan: port 2(lan2) entered blocking state
[ 16.603490] br-lan: port 2(lan2) entered disabled state
[ 16.610410] device lan2 entered promiscuous mode
[ 16.621835] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode
[ 16.631739] br-lan: port 3(lan3) entered blocking state
[ 16.636972] br-lan: port 3(lan3) entered disabled state
[ 16.644175] device lan3 entered promiscuous mode
[ 16.655506] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode
[ 16.665400] br-lan: port 4(lan4) entered blocking state
[ 16.670710] br-lan: port 4(lan4) entered disabled state
[ 16.678369] device lan4 entered promiscuous mode
[ 16.687360] mt7530-mdio mdio-bus:1f lan5: configuring for phy/2500base-x link mode
[ 16.697175] br-lan: port 5(lan5) entered blocking state
[ 16.702520] br-lan: port 5(lan5) entered disabled state
[ 16.710029] device lan5 entered promiscuous mode
[ 16.719829] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:06] driver [Maxlinear Ethernet GPY211C] (irq=POLL)
[ 16.730070] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/2500base-x link mode
[ 20.731974] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
[ 20.739919] br-lan: port 2(lan2) entered blocking state
[ 20.745129] br-lan: port 2(lan2) entered forwarding state
[ 20.750970] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
The key point is , Direct firmware load for mediatek/mt7986_rom_patch.bin failed with error -2
By the way, I can't back to stock firmware by using ASUS Firmware Restoration. It can upload file to route, but can not execute flash. Every times I try, it appears to succeed but actually do nothing.
WIFI is working fine for a few days, and I had used this route for daily,
so no need to back to stock firmware now. But still thanks.
Can somebody confirm what are the normal temperatures for this CPU? I'm getting 58C reading. It's been one of those heatwave days, with 27C inside.
My router loses connection every few seconds (from seconds to minutes, inconsistenly).
Only to say that the CPU is idling most of the time. I've been on the stable build for quite some time.
Not sure is it important, but I'm using 2.5Gbps port (tried both 1Gbps and 2.5Gbps speeds), with no improvement.
Same temp range currently, no problems with my router. Your issue is likely not directly related to CPU temp.
Only to do a follow up:
I remaped 2.5Gbps WAN port to be LAN and was using it. Never had issues before.
Since the heatwave started few weeks ago, both 2.5Gbps and 1Gbps connection speed on this 2.5Gbps (WAN) port (that is LAN port now) were causing problems lately with connection dropping. I tried two different LAN cards on the other end, but the router was dropping connection randomly.
After the LAN cable was moved to a regular 1Gbps LAN port, the issues disappeared, and everything was working just fine.
Does that mean 2.5Gbps bridge is overheating (even when used with 1Gbps speed)? I'll test the other 2.5Gbps port (port 5) for any connection dropping, and will update you.