Belkin RT3200/Linksys E8450 WiFi AX discussion

No, because your command seems to explicitly want 22.03, altough you say that you actually want master.

I have never used auc, so no firm comments about specifying the master branch.

(I compile my personal firmware from sources with the full buildroot)

Oki doki, thanks. I will go with the firmware-selector, just to be sure I do not mess anything. Now I started realizing why I couldn't get WED working as described above in the posts.

Yeah, you have apparently been running the 22.03 code, mainly from March 2022.

1 Like

I also updated this morning with the luci sysupgrade and was given the SNAPSHOT r21757-895f38ca1e as my only option and now my ax wifi is also no longer working (disabled detected as bg.)

I followed the guide on the wiki for converting to UBI and snapshot is all I have ever been able to select in the luci upgrades.

Am I understanding @Anteus correctly that all I need to do is add kmod-mt7915-firmware kmod-mt7915e kmod-mt7622-firmware ?

Yes, that's correct.

2 Likes

If you go to attended sysupgrade in luci, then to "configuration" tab and choose "advanced mode", next time when you try to update the router you will be asked which packages you want to keep remove or add before the upgrade. But that's for the next time:)
I am still wondering on my stupidity. Since June 2022 I have this router, updating it 2-3 times per month without noticing that I am not running the development snapshots...

1 Like

I believe this is the secret handshake:

$ auc -b SNAPSHOT -B SNAPSHOT
auc/0.3.1-1
Server:    https://sysupgrade.openwrt.org
Running:   22.03.3 r20028-43d71ad93e on mediatek/mt7622 (linksys,e8450-ubi)
Available: SNAPSHOT r21778-3d5c5427e1
Requesting package lists...
 kmod-usb-storage: 5.10.161-1 -> 5.15.86-1
 terminfo: 6.3-2 -> 6.4-1
...
1 Like

Thanks @efahl, I already updated the router, but I will save the command for future refference.
Thanks again to everyone!

Just letting people know @Anteus was correct and adding these modules to the packages on the Attended Sysupgrade did bring back wifi. I just had to configure the wireless ssid operating frequency and it was back up and running. Thanks to all here for the super fast support!

@aparcar @daniel

auc apparently uses "snapshot" as a synonym for the "master" branch name.

As currently there are snapshots made (and offered) both from the master and from the release branches (like 22.03 and 21.02), using "snapshot" as a name for master branch is strange and can lead to confusion (like in the discussion here).

(from master there are only SNAPSHOTs, while from release branches there are both SNAPSHOTs and releases 22.03.3 etc.)

Would it be possible to use "master" as the default branch name for the master branch also in auc, luci-app-attendedsyupgrade etc. ?

Usage: auc [-b <branch>] [-B <ver>] [-c] [-f] [-h] [-r] [-y]
 -b <branch>    use specific release branch
 -B <ver>       use specific release version

Discussion extract from above:

2 Likes

The word "snapshot" is easy to understand even for non-programmers. I believe it is a great word and hits close to the core of what these images are and what they stand for.

Even with replacing "snapshot" with "master", there might be confusion, because people will still call snapshots from 22.03 the same as snapshots from 21.02 (namely: snapshot) and what will they call an random (older) commit to "master", if not snapshot (or commit)?

The firmware selector only features "snapshot", but it does not say, if it is snapshot for master or snapshot for one of the release branches.

How about following (albeit long) syntax?

  • (Main)
  • SNAPSHOT (Master)
  • SNAPSHOT (22.03)
  • SNAPSHOT (21.02)

... or like this?

  • Master SNAPSHOT
  • 22.03 SNAPSHOT
  • 21.02 SNAPSHOT

... or something else that would denote the connection to each branch/master.

Indeed, I was confused with SNAPSHOT until I experimented a bunch with it using auc -c and many combinations of -b and -B to see which threw an Invalid argument (22) and which did not.

In fact I'm still not sure about how to get the snapshot on a release branch, as auc -b 22.03 -B SNAPSHOT is invalid... I think it's just auc -b 22.03, but I would not bet real money on it yet.

auc -b 22.03 seems to work for that or
auc -b 22.03 -B 22.03-SNAPTSHOT
or auc -b 22.03-SNAPSHOT

2 Likes

To be frank, I like the expresion " Snapshot" as well. What is confusing to me is probably "master". To me as a non-English native speaker " master" means - great- " the best", but not " latest".
I would understand something like "development", "unstable", " in testing to become final"...
However, I know it is a tough decision and I would recommend in first place wiki for auc ([https://openwrt.org/docs/guide-user/installation/attended.sysupgrade])(https://openwrt.org/docs/guide-user/installation/attended.sysupgrade)to be updated, as I went first there, when I found something doesn't add up with my router.
To be frank I am angry at myself, as I am running netgear r6800 on development snapshot, as a wired AP and I could have compare the versions in the last 8+ months, but auc makes it soo easy, that I didn't think about that.
I am using openwrt for 10+ years before I bought RT 3200, but only the stable versions... so jumping on snapshots was simething new to me.
PS: I am sorry to spam this forum thread about the router itself... I would guess last comments needs to go to an auc forum topic.
Kr
K

Hi everyone again!

As I stated before, I got this router and would like to install openwrt for the following reason. I would like to be able to connect to this router from a different country, so that it shows I am in the US instead of the abroad country. I read somewhere but can't find it, where a few people have made this change possible.

In regards to installing the openwrt software, I am not that technical to do the current process, but if someone could ELI5, that would be greatly appreciated!

Were you able to overcome this, and if so, how?

I have tried 22.03.3 and SNAPSHOT r21856 with the changes noted on these wireless drivers, confirmed they're installed, and yet my radio0 (2.4Ghz) still won't initialize, with the same error you pasted. 5Ghz works fine.

I reverted to 22.03.3 for that router until I get around to putting it back on snapshot. The radios both started working as soon as it booted.

Did your config change when you had the snapshot installed? Maybe rm /etc/config/wireless and reinstall, to reset it back to defaults??? It's a pain in the butt, but if nothing else is working, might be worth a try.

In the off chance there is something broken there, here's my working config.

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/18000000.wmac'
        option band '2g'
        option htmode 'HT20'
        option country 'US'
        option cell_density '1'
        option channel 'auto'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option encryption 'sae-mixed'
        option ssid 'my_ssid_2'
        option key 'my_password'
        option skip_inactivity_poll '1'

config wifi-device 'radio1'
        option type 'mac80211'
        option path '1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option band '5g'
        option htmode 'HE80'
        option cell_density '0'
        option country 'US'
        option channel 'auto'
        option txpower '6'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option encryption 'sae-mixed'
        option key 'my_password'
        option ssid 'my_ssid_5'
        option skip_inactivity_poll '1'

Edit: Oops, I had 2.4 radio disabled.

Looks like mine, and yes, when I did the update to the snapshot I told it not to keep any settings and did have to reconfigure everything again. Still no initialization of the 2.4Ghz radio, even trying different wireless settings/channels/etc. (I learned through experience on the 5Ghz radio that a misconfiguration can prevent it from initializing, so I tried a bunch of different settings on the 2.4Ghz radio to no avail yet.)

I had also tried this on the 22.03.3 stable image, but I'm on the latest snapshot now, with the new wireless drivers/packages for the RT3200.

Here's my /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/18000000.wmac'
        option band '2g'
        option cell_density '0'
        option country 'US'
        option htmode 'HT20'
        option channel '6'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'my-ssid'
        option encryption 'psk2'
        option key 'my-key'

config wifi-device 'radio1'
        option type 'mac80211'
        option path '1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option band '5g'
        option htmode 'HE80'
        option cell_density '0'
        option country 'US'
        option channel '161'
        option he_su_beamformee '1'
        option he_bss_color '8'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option ssid 'my-ssid'
        option key 'my-key'
        option encryption 'sae-mixed'

Here's the error log:

Wed Jan 18 23:31:22 2023 daemon.notice hostapd: Configuration file: /var/run/hostapd-wl0.conf (phy wl0-ap0) --> new PHY
Wed Jan 18 23:31:22 2023 daemon.err hostapd: Could not set interface wl0-ap0 flags (UP): I/O error
Wed Jan 18 23:31:22 2023 daemon.err hostapd: nl80211: Could not set interface 'wl0-ap0' UP
Wed Jan 18 23:31:22 2023 daemon.notice hostapd: nl80211: deinit ifname=wl0-ap0 disabled_11b_rates=0
Wed Jan 18 23:31:22 2023 daemon.err hostapd: nl80211 driver initialization failed.
Wed Jan 18 23:31:22 2023 daemon.notice hostapd: wl0-ap0: CTRL-EVENT-TERMINATING
Wed Jan 18 23:31:22 2023 daemon.err hostapd: hostapd_free_hapd_data: Interface wl0-ap0 wasn't started
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898): Command failed: ubus call hostapd config_add {"iface":"wl0-ap0", "config":"/var/run/hostapd-wl0.conf"} (Invalid argument)
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898): Usage: ubus [<options>] <command> [arguments...]
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898): Options:
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  -s <socket>:		Set the unix domain socket to connect to
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  -t <timeout>:		Set the timeout (in seconds) for a command to complete
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  -S:			Use simplified output (for scripts)
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  -v:			More verbose output
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  -m <type>:		(for monitor): include a specific message type
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898): 			(can be used more than once)
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  -M <r|t>		(for monitor): only capture received or transmitted traffic
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898): Commands:
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  - list [<path>]			List objects
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  - call <path> <method> [<message>]	Call an object method
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  - subscribe <path> [<path>...]	Subscribe to object(s) notifications
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  - listen [<path>...]			Listen for events
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  - send <type> [<message>]		Send an event
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  - wait_for <object> [<object>...]	Wait for multiple objects to appear on ubus
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):  - monitor				Monitor ubus traffic
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898):
Wed Jan 18 23:31:22 2023 daemon.notice netifd: radio0 (898): Device setup failed: HOSTAPD_START_FAILED
Wed Jan 18 23:31:22 2023 daemon.notice netifd: Wireless device 'radio0' set retry=0
Wed Jan 18 23:31:22 2023 daemon.crit netifd: Wireless device 'radio0' setup failed, retry=0
Wed Jan 18 23:31:22 2023 daemon.notice netifd: Wireless device 'radio0' is now down

Finally, I've confirmed I have installed the new wireless drivers/packages:

I stopped and restarted my 2.4 radio, here's the log. Looking at the first line with hostapd: Configuration file... Mine shows the same name in the (phy wlan0) part that I see in /etc/config/network, while yours shows wl0-ap0.

Wed Jan 18 19:07:09 2023 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy0.conf (phy wlan0) --> new PHY
Wed Jan 18 19:07:09 2023 kern.info kernel: [778954.200955] br-lan: port 5(wlan0) entered blocking state
Wed Jan 18 19:07:09 2023 kern.info kernel: [778954.206449] br-lan: port 5(wlan0) entered disabled state
Wed Jan 18 19:07:09 2023 kern.info kernel: [778954.212186] device wlan0 entered promiscuous mode
Wed Jan 18 19:07:09 2023 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Wed Jan 18 19:07:09 2023 daemon.notice hostapd: ACS: Automatic channel selection started, this may take a bit
Wed Jan 18 19:07:09 2023 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->ACS
Wed Jan 18 19:07:09 2023 daemon.notice hostapd: wlan0: ACS-STARTED
Wed Jan 18 19:07:10 2023 daemon.notice netifd: Wireless device 'radio0' is now up
Wed Jan 18 19:07:11 2023 daemon.info dnsmasq[1]: read /etc/hosts - 4 addresses
Wed Jan 18 19:07:11 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 3 addresses
Wed Jan 18 19:07:11 2023 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 0 addresses
Wed Jan 18 19:07:11 2023 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses

I chased wlan0 through a couple of places that might provide further clues.

$ tail -6 /etc/config/network
config device
        option name 'wlan1'

config device
        option name 'wlan0'

$ ll /var/run/hostapd/
drwxr-xr-x    2 network  network        100 Jan 18 18:45 ./
drwxr-xr-x    8 root     root           480 Jan 18 18:48 ../
srwxrwx---    1 network  network          0 Jan  9 18:39 global=
srwxrwx---    1 network  network          0 Jan 18 18:45 wlan0=
srwxrwx---    1 network  network          0 Jan  9 18:39 wlan1=

$ ll /var/run/hostapd-*
-rw-r--r--    1 root     root          1158 Jan 18 18:45 /var/run/hostapd-phy0.conf
-rw-r--r--    1 root     root          2266 Jan  9 18:39 /var/run/hostapd-phy1.conf
-rw-r--r--    1 root     root             0 Jan 18 18:45 /var/run/hostapd-wlan0.psk
-rw-r--r--    1 root     root             0 Jan 18 18:45 /var/run/hostapd-wlan0.vlan
-rw-r--r--    1 root     root             0 Jan  9 18:39 /var/run/hostapd-wlan1.psk
-rw-r--r--    1 root     root             0 Jan  9 18:39 /var/run/hostapd-wlan1.vlan

$ grep wlan /var/run/hostapd-*
/var/run/hostapd-phy0.conf:interface=wlan0
/var/run/hostapd-phy0.conf:wpa_psk_file=/var/run/hostapd-wlan0.psk
/var/run/hostapd-phy0.conf:vlan_file=/var/run/hostapd-wlan0.vlan
/var/run/hostapd-phy1.conf:interface=wlan1
/var/run/hostapd-phy1.conf:wpa_psk_file=/var/run/hostapd-wlan1.psk
/var/run/hostapd-phy1.conf:vlan_file=/var/run/hostapd-wlan1.vlan

I then tried to figure out where phy0 in the .conf file name comes from, but no luck, it's not apparent in anything under /etc/ or /var/run/.

This morning I found my RT3200 rebooted overnight into OpenWrt SNAPSHOT r18646-3869ccbcc8 after upgrading to OpenWrt 22.03.3 r20028-43d71ad93e a week and a half ago. I had something like this happen twice before on 22.03.2 after a few days but never recovered the pstore. Anyway, stacktrace is hinting at some issues in mt76. Is there any other info that I could gather to troubleshoot this?

root@OpenWrt:~# cat /sys/fs/pstore/dmesg-ramoops-*
Oops#1 Part1
<6>[   11.877904] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   11.887211] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   11.891654] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   11.902842] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.350371] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[   14.745868] br-lan: port 5(wlan1) entered blocking state
<6>[   14.751210] br-lan: port 5(wlan1) entered disabled state
<6>[   14.756844] device wlan1 entered promiscuous mode
<6>[   14.761695] br-lan: port 5(wlan1) entered blocking state
<6>[   14.767012] br-lan: port 5(wlan1) entered forwarding state
<6>[   14.772672] br-lan: port 1(lan1) entered blocking state
<6>[   14.777909] br-lan: port 1(lan1) entered forwarding state
<6>[   14.791582] br-lan: port 5(wlan1) entered disabled state
<6>[   14.812218] br-lan: port 6(wlan0) entered blocking state
<6>[   14.817542] br-lan: port 6(wlan0) entered disabled state
<6>[   14.823118] device wlan0 entered promiscuous mode
<6>[   14.827981] br-lan: port 6(wlan0) entered blocking state
<6>[   14.833349] br-lan: port 6(wlan0) entered forwarding state
<6>[   15.821610] br-lan: port 6(wlan0) entered disabled state
<6>[   21.836634] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   21.843312] br-lan: port 6(wlan0) entered blocking state
<6>[   21.848626] br-lan: port 6(wlan0) entered forwarding state
<6>[   96.022941] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   96.029435] br-lan: port 5(wlan1) entered blocking state
<6>[   96.034822] br-lan: port 5(wlan1) entered forwarding state
<6>[ 4527.449368] mt7530 mdio-bus:00 lan1: Link is Down
<6>[ 4527.454265] br-lan: port 1(lan1) entered disabled state
<6>[ 7551.855363] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[ 7551.862725] br-lan: port 1(lan1) entered blocking state
<6>[ 7551.867950] br-lan: port 1(lan1) entered forwarding state
<6>[17349.293950] br-lan: port 1(lan1) entered disabled state
<6>[17349.299622] mt7530 mdio-bus:00 lan1: Link is Down
<6>[17351.732901] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[17351.740520] br-lan: port 1(lan1) entered blocking state
<6>[17351.745770] br-lan: port 1(lan1) entered forwarding state
<6>[96671.315063] mt7530 mdio-bus:00 wan: Link is Down
<6>[96681.291439] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[96688.464128] mt7530 mdio-bus:00 wan: Link is Down
<6>[96701.491277] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[611175.326097] mt7530 mdio-bus:00 wan: Link is Down
<6>[611185.305888] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[611192.849842] mt7530 mdio-bus:00 wan: Link is Down
<6>[611205.396840] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[684308.567110] mt7530 mdio-bus:00 wan: Link is Down
<6>[684318.482954] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[684325.639649] mt7530 mdio-bus:00 wan: Link is Down
<6>[684338.694356] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[706206.387445] mt7530 mdio-bus:00 wan: Link is Down
<6>[706216.623824] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[706224.154842] mt7530 mdio-bus:00 wan: Link is Down
<6>[706236.944597] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[797419.113208] br-lan: port 1(lan1) entered disabled state
<6>[797419.118922] mt7530 mdio-bus:00 lan1: Link is Down
<6>[797427.961446] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[797427.969014] br-lan: port 1(lan1) entered blocking state
<6>[797427.974439] br-lan: port 1(lan1) entered forwarding state
<6>[797813.399694] mt7530 mdio-bus:00 lan1: Link is Down
<6>[797813.404691] br-lan: port 1(lan1) entered disabled state
<6>[797823.625428] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[797823.632931] br-lan: port 1(lan1) entered blocking state
<6>[797823.638258] br-lan: port 1(lan1) entered forwarding state
<6>[797836.660673] br-lan: port 1(lan1) entered disabled state
<6>[797836.667028] mt7530 mdio-bus:00 lan1: Link is Down
<6>[798273.791332] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[798273.798779] br-lan: port 1(lan1) entered blocking state
<6>[798273.804149] br-lan: port 1(lan1) entered forwarding state
<6>[798460.005843] mt7530 mdio-bus:00 lan1: Link is Down
<6>[798460.010745] br-lan: port 1(lan1) entered disabled state
<6>[798467.869775] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[798467.877255] br-lan: port 1(lan1) entered blocking state
<6>[798467.882594] br-lan: port 1(lan1) entered forwarding state
<6>[798927.969780] br-lan: port 1(lan1) entered disabled state
<6>[798927.972471] mt7530 mdio-bus:00 lan1: Link is Down
<6>[798930.685205] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[798930.692664] br-lan: port 1(lan1) entered blocking state
<6>[798930.698000] br-lan: port 1(lan1) entered forwarding state
<6>[886176.663718] mt7530 mdio-bus:00 wan: Link is Down
<6>[886186.469269] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[886194.048756] mt7530 mdio-bus:00 wan: Link is Down
<6>[886206.647610] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<1>[1012764.649928] Unable to handle kernel paging request at virtual address ffffff8003000000
<1>[1012764.658036] Mem abort info:
<1>[1012764.660995]   ESR = 0x96000147
<1>[1012764.664224]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1012764.669699]   SET = 0, FnV = 0
<1>[1012764.672922]   EA = 0, S1PTW = 0
<1>[1012764.676261] Data abort info:
<1>[1012764.679305]   ISV = 0, ISS = 0x00000147
<1>[1012764.683309]   CM = 1, WnR = 1
<1>[1012764.686477] swapper pgtable: 4k pages, 39-bit VAs, pgdp=000000004497e000
<1>[1012764.693345] [ffffff8003000000] pgd=000000005fffc003, p4d=000000005fffc003, pud=000000005fffc003, pmd=000000005ffe3003, pte=0000000000000000
<0>[1012764.706119] Internal error: Oops: 96000147 [#1] SMP
<7>[1012764.711195] Modules linked in: pppoe ppp_async nft_fib_inet nf_flow_table_ipv6 nf_flow_table_ipv4 nf_flow_table_inet wireguard 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 mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 libchacha20poly1305 chacha_neon cfg80211 slhc poly1305_neon nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_ipv6 nf_log_ipv4 nf_log_common nf_defrag_ipv6 nf_defrag_ipv4 libcurve25519_generic libcrc32c libchacha hwmon crc_ccitt compat ip6_udp_tunnel udp_tunnel seqiv leds_gpio xhci_plat_hcd gpio_button_hotplug
<7>[1012764.780167] CPU: 0 PID: 1138 Comm: mt76-tx phy0 Tainted: G S                5.10.161 #0
<7>[1012764.788332] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1012764.793375] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
<7>[1012764.799547] pc : 0xffffffc0100170f8
<7>[1012764.803199] lr : 0xffffffc0100161fc
<7>[1012764.806850] sp : ffffffc010de39d0
<7>[1012764.810329] x29: ffffffc010de39d0 x28: ffffffc010de3ae0 
<7>[1012764.815807] x27: ffffff8000cc82c8 x26: 0000000000000002 
<7>[1012764.821285] x25: ffffff8002041800 x24: ffffff8003803a4c 
<7>[1012764.826763] x23: 0000000002041280 x22: ffffff8000351410 
<7>[1012764.832240] x21: ffffff800265c83e x20: 0000000002041280 
<7>[1012764.837718] x19: ffffff8000351410 x18: ffffff8002120000 
<7>[1012764.843196] x17: 00000000ffffffff x16: 0000000000000007 
<7>[1012764.848674] x15: ffffff8001a311a4 x14: 0000000000000028 
<7>[1012764.854152] x13: 0000000000000590 x12: 0000000000000000 
<7>[1012764.859629] x11: ffffff800265c83e x10: 0000000000000001 
<7>[1012764.865108] x9 : 0000000000000000 x8 : ffffffc010de3cf0 
<7>[1012764.870585] x7 : 000000004265c83e x6 : 0000000000000000 
<7>[1012764.876063] x5 : 0000000000000000 x4 : 0000000000000002 
<7>[1012764.881540] x3 : 000000000000003f x2 : 0000000000000040 
<7>[1012764.887018] x1 : ffffff800469dabe x0 : ffffff8003000000 
<7>[1012764.892496] Call trace:
<7>[1012764.895107]  0xffffffc0100170f8
<7>[1012764.898412]  0xffffffc0100948e0
<7>[1012764.901727]  0xffffffc00896e088 [mt76@00000000833646cc+0xe000]
<7>[1012764.907725]  0xffffffc008971fcc [mt76@00000000833646cc+0xe000]
<7>[1012764.913723]  0xffffffc008972c70 [mt76@00000000833646cc+0xe000]
<7>[1012764.919721]  0xffffffc008972f74 [mt76@00000000833646cc+0xe000]
<7>[1012764.925719]  0xffffffc00898bdb0 [mt7615_common@000000003717c9e7+0x12000]
<7>[1012764.932585]  0xffffffc00896c62c [mt76@00000000833646cc+0xe000]
<7>[1012764.938581]  0xffffffc01004c5e0
<7>[1012764.941887]  0xffffffc010005f68
<0>[1012764.945197] Code: 9ac32042 8b010001 d1000443 8a230000 (d50b7a20) 
<4>[1012764.951454] ---[ end trace 8cc641e9799fb9f0 ]---
Panic#2 Part1
<6>[   14.350371] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[   14.745868] br-lan: port 5(wlan1) entered blocking state
<6>[   14.751210] br-lan: port 5(wlan1) entered disabled state
<6>[   14.756844] device wlan1 entered promiscuous mode
<6>[   14.761695] br-lan: port 5(wlan1) entered blocking state
<6>[   14.767012] br-lan: port 5(wlan1) entered forwarding state
<6>[   14.772672] br-lan: port 1(lan1) entered blocking state
<6>[   14.777909] br-lan: port 1(lan1) entered forwarding state
<6>[   14.791582] br-lan: port 5(wlan1) entered disabled state
<6>[   14.812218] br-lan: port 6(wlan0) entered blocking state
<6>[   14.817542] br-lan: port 6(wlan0) entered disabled state
<6>[   14.823118] device wlan0 entered promiscuous mode
<6>[   14.827981] br-lan: port 6(wlan0) entered blocking state
<6>[   14.833349] br-lan: port 6(wlan0) entered forwarding state
<6>[   15.821610] br-lan: port 6(wlan0) entered disabled state
<6>[   21.836634] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   21.843312] br-lan: port 6(wlan0) entered blocking state
<6>[   21.848626] br-lan: port 6(wlan0) entered forwarding state
<6>[   96.022941] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   96.029435] br-lan: port 5(wlan1) entered blocking state
<6>[   96.034822] br-lan: port 5(wlan1) entered forwarding state
<6>[ 4527.449368] mt7530 mdio-bus:00 lan1: Link is Down
<6>[ 4527.454265] br-lan: port 1(lan1) entered disabled state
<6>[ 7551.855363] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[ 7551.862725] br-lan: port 1(lan1) entered blocking state
<6>[ 7551.867950] br-lan: port 1(lan1) entered forwarding state
<6>[17349.293950] br-lan: port 1(lan1) entered disabled state
<6>[17349.299622] mt7530 mdio-bus:00 lan1: Link is Down
<6>[17351.732901] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[17351.740520] br-lan: port 1(lan1) entered blocking state
<6>[17351.745770] br-lan: port 1(lan1) entered forwarding state
<6>[96671.315063] mt7530 mdio-bus:00 wan: Link is Down
<6>[96681.291439] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[96688.464128] mt7530 mdio-bus:00 wan: Link is Down
<6>[96701.491277] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[611175.326097] mt7530 mdio-bus:00 wan: Link is Down
<6>[611185.305888] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[611192.849842] mt7530 mdio-bus:00 wan: Link is Down
<6>[611205.396840] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[684308.567110] mt7530 mdio-bus:00 wan: Link is Down
<6>[684318.482954] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[684325.639649] mt7530 mdio-bus:00 wan: Link is Down
<6>[684338.694356] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[706206.387445] mt7530 mdio-bus:00 wan: Link is Down
<6>[706216.623824] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[706224.154842] mt7530 mdio-bus:00 wan: Link is Down
<6>[706236.944597] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[797419.113208] br-lan: port 1(lan1) entered disabled state
<6>[797419.118922] mt7530 mdio-bus:00 lan1: Link is Down
<6>[797427.961446] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[797427.969014] br-lan: port 1(lan1) entered blocking state
<6>[797427.974439] br-lan: port 1(lan1) entered forwarding state
<6>[797813.399694] mt7530 mdio-bus:00 lan1: Link is Down
<6>[797813.404691] br-lan: port 1(lan1) entered disabled state
<6>[797823.625428] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[797823.632931] br-lan: port 1(lan1) entered blocking state
<6>[797823.638258] br-lan: port 1(lan1) entered forwarding state
<6>[797836.660673] br-lan: port 1(lan1) entered disabled state
<6>[797836.667028] mt7530 mdio-bus:00 lan1: Link is Down
<6>[798273.791332] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[798273.798779] br-lan: port 1(lan1) entered blocking state
<6>[798273.804149] br-lan: port 1(lan1) entered forwarding state
<6>[798460.005843] mt7530 mdio-bus:00 lan1: Link is Down
<6>[798460.010745] br-lan: port 1(lan1) entered disabled state
<6>[798467.869775] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[798467.877255] br-lan: port 1(lan1) entered blocking state
<6>[798467.882594] br-lan: port 1(lan1) entered forwarding state
<6>[798927.969780] br-lan: port 1(lan1) entered disabled state
<6>[798927.972471] mt7530 mdio-bus:00 lan1: Link is Down
<6>[798930.685205] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control off
<6>[798930.692664] br-lan: port 1(lan1) entered blocking state
<6>[798930.698000] br-lan: port 1(lan1) entered forwarding state
<6>[886176.663718] mt7530 mdio-bus:00 wan: Link is Down
<6>[886186.469269] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
<6>[886194.048756] mt7530 mdio-bus:00 wan: Link is Down
<6>[886206.647610] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<1>[1012764.649928] Unable to handle kernel paging request at virtual address ffffff8003000000
<1>[1012764.658036] Mem abort info:
<1>[1012764.660995]   ESR = 0x96000147
<1>[1012764.664224]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1012764.669699]   SET = 0, FnV = 0
<1>[1012764.672922]   EA = 0, S1PTW = 0
<1>[1012764.676261] Data abort info:
<1>[1012764.679305]   ISV = 0, ISS = 0x00000147
<1>[1012764.683309]   CM = 1, WnR = 1
<1>[1012764.686477] swapper pgtable: 4k pages, 39-bit VAs, pgdp=000000004497e000
<1>[1012764.693345] [ffffff8003000000] pgd=000000005fffc003, p4d=000000005fffc003, pud=000000005fffc003, pmd=000000005ffe3003, pte=0000000000000000
<0>[1012764.706119] Internal error: Oops: 96000147 [#1] SMP
<7>[1012764.711195] Modules linked in: pppoe ppp_async nft_fib_inet nf_flow_table_ipv6 nf_flow_table_ipv4 nf_flow_table_inet wireguard 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 mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 libchacha20poly1305 chacha_neon cfg80211 slhc poly1305_neon nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_ipv6 nf_log_ipv4 nf_log_common nf_defrag_ipv6 nf_defrag_ipv4 libcurve25519_generic libcrc32c libchacha hwmon crc_ccitt compat ip6_udp_tunnel udp_tunnel seqiv leds_gpio xhci_plat_hcd gpio_button_hotplug
<7>[1012764.780167] CPU: 0 PID: 1138 Comm: mt76-tx phy0 Tainted: G S                5.10.161 #0
<7>[1012764.788332] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1012764.793375] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--)
<7>[1012764.799547] pc : 0xffffffc0100170f8
<7>[1012764.803199] lr : 0xffffffc0100161fc
<7>[1012764.806850] sp : ffffffc010de39d0
<7>[1012764.810329] x29: ffffffc010de39d0 x28: ffffffc010de3ae0 
<7>[1012764.815807] x27: ffffff8000cc82c8 x26: 0000000000000002 
<7>[1012764.821285] x25: ffffff8002041800 x24: ffffff8003803a4c 
<7>[1012764.826763] x23: 0000000002041280 x22: ffffff8000351410 
<7>[1012764.832240] x21: ffffff800265c83e x20: 0000000002041280 
<7>[1012764.837718] x19: ffffff8000351410 x18: ffffff8002120000 
<7>[1012764.843196] x17: 00000000ffffffff x16: 0000000000000007 
<7>[1012764.848674] x15: ffffff8001a311a4 x14: 0000000000000028 
<7>[1012764.854152] x13: 0000000000000590 x12: 0000000000000000 
<7>[1012764.859629] x11: ffffff800265c83e x10: 0000000000000001 
<7>[1012764.865108] x9 : 0000000000000000 x8 : ffffffc010de3cf0 
<7>[1012764.870585] x7 : 000000004265c83e x6 : 0000000000000000 
<7>[1012764.876063] x5 : 0000000000000000 x4 : 0000000000000002 
<7>[1012764.881540] x3 : 000000000000003f x2 : 0000000000000040 
<7>[1012764.887018] x1 : ffffff800469dabe x0 : ffffff8003000000 
<7>[1012764.892496] Call trace:
<7>[1012764.895107]  0xffffffc0100170f8
<7>[1012764.898412]  0xffffffc0100948e0
<7>[1012764.901727]  0xffffffc00896e088 [mt76@00000000833646cc+0xe000]
<7>[1012764.907725]  0xffffffc008971fcc [mt76@00000000833646cc+0xe000]
<7>[1012764.913723]  0xffffffc008972c70 [mt76@00000000833646cc+0xe000]
<7>[1012764.919721]  0xffffffc008972f74 [mt76@00000000833646cc+0xe000]
<7>[1012764.925719]  0xffffffc00898bdb0 [mt7615_common@000000003717c9e7+0x12000]
<7>[1012764.932585]  0xffffffc00896c62c [mt76@00000000833646cc+0xe000]
<7>[1012764.938581]  0xffffffc01004c5e0
<7>[1012764.941887]  0xffffffc010005f68
<0>[1012764.945197] Code: 9ac32042 8b010001 d1000443 8a230000 (d50b7a20) 
<4>[1012764.951454] ---[ end trace 8cc641e9799fb9f0 ]---
<0>[1012764.963363] Kernel panic - not syncing: Oops: Fatal exception in interrupt
<2>[1012764.970407] SMP: stopping secondary CPUs
<0>[1012764.974496] Kernel Offset: disabled
<0>[1012764.978150] CPU features: 0x00000002,04002004
<0>[1012764.982670] Memory Limit: none