openwrt / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Other
20.28k stars 10.49k forks source link

filogic: wwan doesn't get IP on boot when adding a new wireless AP on same radio. #15028

Closed hashcan closed 6 months ago

hashcan commented 7 months ago

Describe the bug

Everything works perfect after connecting to another AP to get internet access from WWAN until you reboot the device. Then you need yo login to luci and restart the wwan network interface.

OpenWrt version

r25717-d7d94a8d91

OpenWrt release

SNAPSHOT

OpenWrt target/subtarget

mediatek/filogic

Device

Xiaomi Mi Router AX3000T

Image kind

Official downloaded image

Steps to reproduce

Create a wwan by Luci > Wireless > Scan > Join Network > Check "Replace wireless configuration" option and type down the passphrase > submit, save and apply. Add a new AP wireless network on the same radio. assign it to "lan" network .

Actual behaviour

After following the Steps to reproduce, WWAN successfully connects to upstream wifi router and automatically gets IP address from the upstream DHCP server. until you reboot the router and then this happens. image image

A manual wwan network restart in luci will solve the issue :

image image

Expected behaviour

No response

Additional info

I've tested this scenario with WPA2-PSK and WPA3-SAE on both ends, nothing changed.

This does not happen if I don't add another Wireless AP on the same radio.

Diffconfig

No response

Terms

brada4 commented 7 months ago

Probably not the best place to clone MAC address....

hashcan commented 7 months ago

Probably not the best place to clone MAC address....

I changed the client's wireless network MAC to random : image

The client interface looks like this after reboot : image

image

brada4 commented 7 months ago

Probably you need to use rnd mac in AP side to not consume uplink's dhcp pool in no time. Log should say that - basically set any channel on ap , not auto, since it is forced by supplicant on wwan.

hashcan commented 7 months ago

Probably you need to use rnd mac in AP side to not consume uplink's dhcp pool in no time. Log should say that - basically set any channel on ap , not auto, since it is forced by supplicant on wwan.

The current bug is that wwan cannot obtain IP address at boot time. all will work good if I restart the wwan network manually in Luci after boot.

brada4 commented 7 months ago

config/network and config/wireless would be nice.

hashcan commented 7 months ago

config/network and config/wireless would be nice.

/etc/config/network ``` config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd71:d3fd:2e92::/48' config device option name 'br-lan' option type 'bridge' list ports 'lan2' list ports 'lan3' list ports 'lan4' config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '192.168.31.1' option netmask '255.255.255.0' option ip6assign '60' config device option name 'wan' option macaddr 'a4:XX:XX:XX:XX:YX' config interface 'wan' option device 'wan' option proto 'dhcp' config interface 'wan6' option device 'wan' option proto 'dhcpv6' config interface 'wwan' option proto 'dhcp' ```
/etc/config/wireless ``` config wifi-device 'radio0' option type 'mac80211' option path 'platform/soc/18000000.wifi' option channel '1' option band '2g' option htmode 'HE20' option cell_density '0' config wifi-device 'radio1' option type 'mac80211' option path 'platform/soc/18000000.wifi+1' option channel '36' option band '5g' option htmode 'HE80' option disabled '0' config wifi-iface 'default_radio1' option device 'radio1' option network 'lan' option mode 'ap' option ssid 'OpenWRT' option encryption 'sae' option disabled '0' option key '88888888' config wifi-iface 'wifinet2' option device 'radio0' option mode 'sta' option network 'wwan' option ssid 'upstairs' option encryption 'sae' option key '123456789' option macaddr 'random' config wifi-iface 'wifinet3' option device 'radio0' option mode 'ap' option ssid 'OpenWrt' option encryption 'sae' option key '88888888' ```
brada4 commented 7 months ago

Config looks generic, like made from luci. What is in logread -e upstairs:mac and so on? I did aporximately same you did, just that wireless file has sra and ap in reverse order.

hashcan commented 7 months ago

What is in logread -e upstairs:mac and so on?

at boot I have :

logread ``` Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.681701] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.689532] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.787288] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.792855] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.799589] phy0-sta0: authenticated Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Trying to associate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.811849] phy0-sta0: associate with e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.819620] phy0-sta0: RX AssocResp from e8:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3) Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.829673] phy0-sta0: associated Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Associated with e8:xx:xx:xx:xx:xx Sun Mar 31 20:16:38 2024 daemon.notice netifd: Network device 'phy0-sta0' link is up Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Unknown event 37 Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: WPA: Key negotiation completed with e8:xx:xx:xx:xx:xx [PTK=CCMP GTK=CCMP] Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to e8:xx:xx:xx:xx:xx completed [id=1 id_str=] Sun Mar 31 20:16:38 2024 kern.info kernel: [ 20.942457] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-sta0: link becomes ready Sun Mar 31 20:16:38 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Unknown event 37 Sun Mar 31 20:16:38 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names ```

and if I restart wwan from luci :

logread ``` Sun Mar 31 20:20:00 2024 daemon.notice netifd: radio0 (3205): sh: out of range Sun Mar 31 20:20:00 2024 daemon.notice wpa_supplicant[1559]: Set new config for phy phy0 Sun Mar 31 20:20:00 2024 daemon.notice wpa_supplicant[1559]: Update configuration for interface phy0-sta0 Sun Mar 31 20:20:00 2024 daemon.notice netifd: Network device 'phy0-sta0' link is down Sun Mar 31 20:20:00 2024 kern.info kernel: [ 222.828757] phy0-sta0: deauthenticating from e8:xx:xx:xx:xx:xx by local choice (Reason: 3=DEAUTH_LEAVING) Sun Mar 31 20:20:00 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=e8:xx:xx:xx:xx:xx reason=3 locally_generated=1 Sun Mar 31 20:20:00 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all Sun Mar 31 20:20:00 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all Sun Mar 31 20:20:00 2024 daemon.notice wpa_supplicant[1559]: nl80211: deinit ifname=phy0-sta0 disabled_11b_rates=0 Sun Mar 31 20:20:00 2024 daemon.err wpa_supplicant[1559]: rmdir[ctrl_interface=/var/run/wpa_supplicant]: Permission denied Sun Mar 31 20:20:01 2024 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf Sun Mar 31 20:20:01 2024 daemon.notice hostapd: Reloaded settings for phy phy0 Sun Mar 31 20:20:01 2024 daemon.notice wpa_supplicant[1559]: Set new config for phy phy0 Sun Mar 31 20:20:01 2024 daemon.notice netifd: Wireless device 'radio0' is now up Sun Mar 31 20:20:01 2024 daemon.notice netifd: Interface 'wwan' is enabled Sun Mar 31 20:20:04 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.039158] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.046823] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 20:20:04 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.109542] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.115054] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 20:20:04 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Trying to associate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.122200] phy0-sta0: authenticated Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.131809] phy0-sta0: associate with e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.139485] phy0-sta0: RX AssocResp from e8:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3) Sun Mar 31 20:20:04 2024 kern.info kernel: [ 227.148585] phy0-sta0: associated Sun Mar 31 20:20:04 2024 daemon.notice netifd: Network device 'phy0-sta0' link is up Sun Mar 31 20:20:04 2024 daemon.notice netifd: Interface 'wwan' has link connectivity Sun Mar 31 20:20:04 2024 daemon.notice netifd: Interface 'wwan' is setting up now Sun Mar 31 20:20:04 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Associated with e8:xx:xx:xx:xx:xx Sun Mar 31 20:20:04 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Sun Mar 31 20:20:04 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Unknown event 37 Sun Mar 31 20:20:04 2024 daemon.notice netifd: wwan (3328): udhcpc: started, v1.36.1 Sun Mar 31 20:20:05 2024 daemon.notice netifd: wwan (3328): udhcpc: broadcasting discover Sun Mar 31 20:20:05 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: WPA: Key negotiation completed with e8:xx:xx:xx:xx:xx [PTK=CCMP GTK=CCMP] Sun Mar 31 20:20:05 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to e8:xx:xx:xx:xx:xx completed [id=2 id_str=] Sun Mar 31 20:20:05 2024 kern.info kernel: [ 227.302269] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-sta0: link becomes ready Sun Mar 31 20:20:05 2024 daemon.notice wpa_supplicant[1559]: phy0-sta0: Unknown event 37 Sun Mar 31 20:20:08 2024 daemon.notice netifd: wwan (3328): udhcpc: broadcasting select for 192.168.111.155, server 192.168.111.1 Sun Mar 31 20:20:08 2024 daemon.notice netifd: wwan (3328): udhcpc: lease of 192.168.111.155 obtained from 192.168.111.1, lease time 43200 Sun Mar 31 20:20:08 2024 daemon.notice netifd: Interface 'wwan' is now up Sun Mar 31 20:20:08 2024 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto Sun Mar 31 20:20:08 2024 daemon.info dnsmasq[1]: using nameserver 192.168.111.1#53 ```

Full log file : logread.log dmesg.log

brada4 commented 7 months ago

Permission denied - ujail, edit /etc/init.d/wpad and change /sbin/ujail to like /sbin/nonexistant, it will run wifi daemons withour sandbox still under user not root. It is ought to be cosmetic, but check

event 37 sh out of range

i do not have these. Your wifi driver is very common, and really nothing in config/network that looks like a range or even counter.

no indication it needs country code, but polite to have one per radio.

btw logread is superset of dmesg

hashcan commented 7 months ago

Permission denied - ujail, edit /etc/init.d/wpad and change /sbin/ujail to like /sbin/nonexistant, it will run wifi daemons withour sandbox still under user not root.


root@OpenWrt:~# grep nonex /etc/init.d/wpad 
        [ -x /sbin/nonexistant -a -e /etc/capabilities/wpad.json ] && {
root@OpenWrt:~# 

I haven't noticed any difference after changing this.

ps ``` root@OpenWrt:~# ps -www PID USER VSZ STAT COMMAND 1 root 2272 S /sbin/procd 2 root 0 SW [kthreadd] 3 root 0 IW< [rcu_gp] 4 root 0 IW< [rcu_par_gp] 5 root 0 IW< [slub_flushwq] 6 root 0 IW< [netns] 7 root 0 IW [kworker/0:0-rcu] 8 root 0 IW< [kworker/0:0H-ev] 9 root 0 RW [kworker/u4:0+ev] 10 root 0 IW< [mm_percpu_wq] 11 root 0 IW [rcu_tasks_trace] 12 root 0 SW [ksoftirqd/0] 13 root 0 IW [rcu_sched] 14 root 0 SW [migration/0] 15 root 0 SW [cpuhp/0] 16 root 0 SW [cpuhp/1] 17 root 0 SW [migration/1] 18 root 0 SW [ksoftirqd/1] 19 root 0 IW [kworker/1:0-pm] 20 root 0 IW< [kworker/1:0H-kb] 21 root 0 IW< [inet_frag_wq] 22 root 0 IW [kworker/0:1-eve] 23 root 0 SW [oom_reaper] 24 root 0 IW< [writeback] 25 root 0 SW [kcompactd0] 26 root 0 IW< [pencrypt_serial] 27 root 0 IW< [pdecrypt_serial] 28 root 0 IW< [cryptd] 29 root 0 IW< [kblockd] 30 root 0 IW< [blkcg_punt_bio] 31 root 0 IW< [ata_sff] 32 root 0 SW [watchdogd] 33 root 0 IW [kworker/1:1-pm] 34 root 0 IW [kworker/u4:1-ev] 36 root 0 IW [kworker/u4:2-ev] 43 root 0 SW [kswapd0] 45 root 0 IW< [kthrotld] 46 root 0 IW< [kworker/0:1H-kb] 149 root 0 IW [kworker/0:2-rcu] 150 root 0 IW [kworker/0:3-eve] 180 root 0 SW [spi0] 288 root 0 IW [kworker/0:4-pm] 317 root 0 RW [napi/mtk_eth-5] 318 root 0 SW [napi/mtk_eth-6] 355 root 0 IW< [mld] 356 root 0 IW [kworker/0:5-eve] 357 root 0 IW< [ipv6_addrconf] 358 root 0 IW [kworker/0:6-eve] 359 root 0 IW< [dsa_ordered] 360 root 0 IW [kworker/0:7-pm] 361 root 0 IW< [kstrp] 420 root 0 SW [irq/53-mt7530] 435 root 0 IW [kworker/u4:3-ev] 450 root 0 IW [kworker/1:2-pm] 454 root 0 SW [ubi_bgt0d] 461 root 0 IW< [kworker/1:1H-kb] 462 root 0 IW [kworker/1:3-pm] 480 root 0 SW [irq/15-gpio-key] 481 root 0 SW [irq/16-gpio-key] 589 root 0 SW [ubifs_bgt0_1] 675 ubus 1444 S /sbin/ubusd 676 root 904 S /sbin/askfirst /usr/libexec/login.sh 711 root 1060 S /sbin/urngd 792 root 0 SW [irq/84-10320000] 794 root 0 IW< [wq_ring0] 795 root 0 SW [irq/85-10320000] 796 root 0 IW< [wq_ring1] 797 root 0 SW [irq/86-10320000] 798 root 0 IW< [wq_ring2] 799 root 0 SW [irq/87-10320000] 800 root 0 IW< [wq_ring3] 875 root 0 IW< [cfg80211] 876 root 0 IW [kworker/1:4-pm] 888 root 0 SW [napi/phy0-7] 889 root 0 SW [napi/phy0-8] 890 root 0 SW [napi/phy0-9] 891 root 0 SW [napi/phy0-10] 892 root 0 SW [napi/phy0-11] 893 root 0 SW [napi/phy0-12] 898 root 0 SW [mt76-tx phy0] 1107 logd 1972 S /sbin/logd -S 64 1161 root 3684 S /sbin/rpcd -s /var/run/ubus/ubus.sock -t 30 1419 root 1100 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 22 -K 300 -T 3 -W 262144 1523 root 5072 S /usr/sbin/hostapd -s -g /var/run/hostapd/global 1524 root 2824 S {wpa_supplicant} /sbin/ujail -t 5 -n wpa_supplicant -U network -G network -C /etc/capabilities/wpad.json -c -- /usr/sbin/wpa_supplicant -n -s -g /var/run/wpa_supplicant/global 1539 network 4992 S /usr/sbin/wpa_supplicant -n -s -g /var/run/wpa_supplicant/global 1587 root 2752 S /sbin/netifd 1694 root 1720 S /usr/sbin/odhcpd 1830 root 2820 S /usr/sbin/uhttpd -f -h /www -r OpenWrt -x /cgi-bin -u /ubus -t 60 -T 30 -k 20 -A 1 -n 3 -N 100 -R -p 0.0.0.0:80 -p [::]:80 -C /etc/uhttpd.crt -K /etc/uhttpd.key -s 0.0.0.0:443 -s [::]:443 2450 root 2824 S {ntpd} /sbin/ujail -t 5 -n ntpd -U ntp -G ntp -C /etc/capabilities/ntpd.json -c -u -r /bin/ubus -r /usr/bin/env -r /usr/bin/jshn -r /usr/sbin/ntpd-hotplug -r /usr/share/libubox/jshn.sh -- /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org 2496 ntp 1308 S /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org 2795 root 1072 S odhcp6c -s /lib/netifd/dhcpv6.script -P0 -t120 wan 2797 root 1308 S udhcpc -p /var/run/udhcpc-wan.pid -s /lib/netifd/dhcp.script -f -t 0 -i wan -x hostname:OpenWrt -C -R -O 121 3189 root 1124 R /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 22 -K 300 -T 3 -W 262144 -2 9 3190 root 1320 S -ash 3350 root 2824 S {dnsmasq} /sbin/ujail -t 5 -n dnsmasq -u -l -r /bin/ubus -r /etc/TZ -r /etc/dnsmasq.conf -r /etc/ethers -r /etc/group -r /etc/hosts -r /etc/passwd -w /tmp/dhcp.leases -r /tmp/dnsmasq.d -r /tmp/hosts -r /tmp/resolv.conf.d -r /usr/bin/jshn -r /usr/lib/dnsmasq/dhcp-script.sh -r /usr/share/dnsmasq/dhcpbogushostname.conf -r /usr/share/dnsmasq/rfc6761.conf -r /usr/share/dnsmasq/trust-anchors.conf -r /usr/share/libubox/jshn.sh -r /var/etc/dnsmasq.conf.cfg01411c -w /var/run/dnsmasq/ -- /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c -k -x /var/run/dnsmasq/dnsmasq.cfg01411c.pid 3385 dnsmasq 4720 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c -k -x /var/run/dnsmasq/dnsmasq.cfg01411c.pid 3580 root 1316 R ps -www root@OpenWrt:~# ```
logread ``` Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.000000] Linux version 6.1.82 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.2.0 r25717-d7d94a8d91) 13.2.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Sat Mar 30 00:04:17 2024 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Machine model: Xiaomi Mi Router AX3000T Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Zone ranges: Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] DMA [mem 0x0000000040000000-0x000000004fffffff] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] DMA32 empty Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Normal empty Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Movable zone start for each node Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Early memory node ranges Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000043030000-0x0000000047c7ffff] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000047c80000-0x0000000047ffffff] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000048000000-0x000000004fffffff] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] psci: probing for conduit method from DT. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] psci: PSCIv1.1 detected in firmware. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] psci: Using standard PSCI v0.2 function IDs Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] psci: SMC Calling Convention v1.2 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] percpu: Embedded 18 pages/cpu s33896 r8192 d31640 u73728 Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 0.000000] pcpu-alloc: s33896 r8192 d31640 u73728 alloc=18*4096 Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Detected VIPT I-cache on CPU0 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] CPU features: detected: GIC system register CPU interface Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] alternatives: applying boot alternatives Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64512 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 swiotlb=512 rootfstype=squashfs firmware=0 mtd=ubi uart_en=1 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.000000] Unknown kernel command line parameters "firmware=0 mtd=ubi uart_en=1", will be passed to user space. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Memory: 240276K/262144K available (8512K kernel code, 892K rwdata, 2468K rodata, 448K init, 306K bss, 21868K reserved, 0K cma-reserved) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] rcu: Hierarchical RCU implementation. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Tracing variant of Tasks RCU enabled. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] GICv3: 640 SPIs implemented Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] GICv3: 0 Extended SPIs implemented Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] Root IRQ handler: gic_handle_irq Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] GICv3: GICv3 features: 16 PPIs Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000070] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000078] pid_max: default: 32768 minimum: 301 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000364] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.000372] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) Sun Mar 31 21:49:24 2024 kern.warn kernel: [ 0.001176] cacheinfo: Unable to detect cache hierarchy for CPU 0 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.001592] cblist_init_generic: Setting adjustable number of callback queues. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.001598] cblist_init_generic: Setting shift to 1 and lim to 1. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.001728] rcu: Hierarchical SRCU implementation. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.001730] rcu: Max phase no-delay instances is 1000. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002119] smp: Bringing up secondary CPUs ... Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002449] Detected VIPT I-cache on CPU1 Sun Mar 31 21:49:24 2024 kern.warn kernel: [ 0.002504] cacheinfo: Unable to detect cache hierarchy for CPU 1 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002513] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002540] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002605] smp: Brought up 1 node, 2 CPUs Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002610] SMP: Total of 2 processors activated. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002614] CPU features: detected: 32-bit EL0 Support Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002617] CPU features: detected: CRC32 instructions Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002645] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002648] CPU: All CPU(s) started at EL2 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.002649] alternatives: applying system-wide alternatives Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.006338] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.006356] futex hash table entries: 512 (order: 3, 32768 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.006485] pinctrl core: initialized pinctrl subsystem Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.007320] NET: Registered PF_NETLINK/PF_ROUTE protocol family Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.007672] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.007708] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.007730] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.008107] thermal_sys: Registered thermal governor 'fair_share' Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.008111] thermal_sys: Registered thermal governor 'bang_bang' Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.008113] thermal_sys: Registered thermal governor 'step_wise' Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.008115] thermal_sys: Registered thermal governor 'user_space' Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.008207] ASID allocator initialised with 65536 entries Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.008655] pstore: Registered ramoops as persistent store backend Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.008659] ramoops: using 0x10000@0x42ff0000, ecc: 0 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.019172] cryptd: max_cpu_qlen set to 1000 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.020272] SCSI subsystem initialized Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 0.020461] libata version 3.00 loaded. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.021797] clocksource: Switched to clocksource arch_sys_counter Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.022535] NET: Registered PF_INET protocol family Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.022635] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023143] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023161] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023177] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023196] TCP bind hash table entries: 2048 (order: 4, 65536 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023247] TCP: Hash tables configured (established 2048 bind 2048) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023316] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023333] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023465] NET: Registered PF_UNIX/PF_LOCAL protocol family Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.023489] PCI: CLS 0 bytes, default 64 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.024345] workingset: timestamp_bits=46 max_order=16 bucket_order=0 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.028248] squashfs: version 4.0 (2009/01/31) Phillip Lougher Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.028257] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.062507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.071684] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.074113] printk: console [ttyS0] disabled Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.094237] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 72, base_baud = 2500000) is a ST16650V2 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.766146] printk: console [ttyS0] enabled Sun Mar 31 21:49:24 2024 kern.warn kernel: [ 0.771114] cacheinfo: Unable to detect cache hierarchy for CPU 0 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.780928] loop: module loaded Sun Mar 31 21:49:24 2024 kern.warn kernel: [ 0.785616] spi spi0.0: setup: ignoring unsupported mode bits a00 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.792221] spi-nand spi0.0: ESMT SPI NAND was found. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.797274] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.806038] Signature found at block 1023 [0x07fe0000] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.811170] NMBM management region starts at block 960 [0x07800000] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.819278] First info table with writecount 0 found in block 960 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.830956] Second info table with writecount 0 found in block 963 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 0.837137] NMBM has been successfully attached Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.841976] 10 fixed-partitions partitions found on MTD device spi0.0 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.848416] Creating 10 MTD partitions on "spi0.0": Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.853294] 0x000000000000-0x000000100000 : "BL2" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.859189] 0x000000100000-0x000000140000 : "Nvram" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.864725] 0x000000140000-0x000000180000 : "Bdata" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.870288] 0x000000180000-0x000000380000 : "Factory" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.877623] 0x000000380000-0x000000580000 : "FIP" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.884364] 0x000000580000-0x0000005c0000 : "crash" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.889879] 0x0000005c0000-0x000000600000 : "crash_log" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.895786] 0x000007600000-0x000007640000 : "KF" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.901087] 0x000000600000-0x000002800000 : "ubi_kernel" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 0.931594] 0x000002800000-0x000007600000 : "ubi" Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.137981] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc009580000, irq 75 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.147737] i2c_dev: i2c /dev entries driver Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.154529] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.163483] NET: Registered PF_INET6 protocol family Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.169337] Segment Routing with IPv6 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.173062] In-situ OAM (IOAM) with IPv6 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.177038] NET: Registered PF_PACKET protocol family Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.182122] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.195303] 8021q: 802.1Q VLAN Support v1.8 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.200983] pstore: Using crash dump compression: deflate Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.258805] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.267903] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.276870] mt7530-mdio mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=80) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.297273] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=81) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.317497] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=82) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.337725] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=83) Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.349415] device eth0 entered promiscuous mode Sun Mar 31 21:49:24 2024 kern.info kernel: [ 1.354093] DSA: tree 0 setup Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.357817] UBI: auto-attach mtd9 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.361140] ubi0: default fastmap pool size: 30 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.365692] ubi0: default fastmap WL pool size: 15 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.370470] ubi0: attaching mtd9 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.927004] ubi0: scanning is finished Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.941464] ubi0: attached mtd9 (name "ubi", size 78 MiB) Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.946882] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.953752] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.960526] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.967477] ubi0: good PEBs: 624, bad PEBs: 0, corrupted PEBs: 0 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.973474] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.980680] ubi0: max/mean erase counter: 40/34, WL threshold: 4096, image sequence number: 1172502110 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.989973] ubi0: available PEBs: 0, total reserved PEBs: 624, PEBs reserved for bad PEB handling: 19 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 1.999186] ubi0: background thread "ubi_bgt0d" started, PID 453 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 2.007244] block ubiblock0_0: created from ubi0:0(rootfs) Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 2.012759] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem Sun Mar 31 21:49:24 2024 kern.info kernel: [ 2.026659] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 2.034000] Freeing unused kernel memory: 448K Sun Mar 31 21:49:24 2024 kern.info kernel: [ 2.061875] Run /sbin/init as init process Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.065962] with arguments: Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.068915] /sbin/init Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.071610] with environment: Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.074750] HOME=/ Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.077098] TERM=linux Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.079791] firmware=0 Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.082491] mtd=ubi Sun Mar 31 21:49:24 2024 kern.debug kernel: [ 2.084925] uart_en=1 Sun Mar 31 21:49:24 2024 user.info kernel: [ 2.338131] init: Console is alive Sun Mar 31 21:49:24 2024 user.info kernel: [ 2.341673] init: - watchdog - Sun Mar 31 21:49:24 2024 user.info kernel: [ 2.905130] kmodloader: loading kernel modules from /etc/modules-boot.d/* Sun Mar 31 21:49:24 2024 user.info kernel: [ 2.984149] kmodloader: done loading kernel modules from /etc/modules-boot.d/* Sun Mar 31 21:49:24 2024 user.info kernel: [ 3.000041] init: - preinit - Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 3.381815] random: crng init done Sun Mar 31 21:49:24 2024 kern.info kernel: [ 3.607088] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode Sun Mar 31 21:49:24 2024 kern.info kernel: [ 3.615588] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx Sun Mar 31 21:49:24 2024 kern.info kernel: [ 3.624252] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Sun Mar 31 21:49:24 2024 kern.info kernel: [ 3.641270] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 5.790946] UBIFS (ubi0:1): Mounting in unauthenticated mode Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 5.796727] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 588 Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 5.851053] UBIFS (ubi0:1): recovery needed Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 6.010797] UBIFS (ubi0:1): recovery completed Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 6.015319] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 6.023146] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 6.033050] UBIFS (ubi0:1): FS size: 64122880 bytes (61 MiB, 505 LEBs), max 515 LEBs, journal size 3174400 bytes (3 MiB, 25 LEBs) Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 6.044690] UBIFS (ubi0:1): reserved for root: 3028682 bytes (2957 KiB) Sun Mar 31 21:49:24 2024 kern.notice kernel: [ 6.051289] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID U-U-I-D, small LPT model Sun Mar 31 21:49:24 2024 user.info kernel: [ 6.068454] mount_root: switching to ubifs overlay Sun Mar 31 21:49:24 2024 kern.warn kernel: [ 6.081646] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. Sun Mar 31 21:49:24 2024 user.debug kernel: [ 6.099217] urandom-seed: Seeding with /etc/urandom.seed Sun Mar 31 21:49:24 2024 user.info kernel: [ 6.180021] procd: - early - Sun Mar 31 21:49:24 2024 user.info kernel: [ 6.183042] procd: - watchdog - Sun Mar 31 21:49:24 2024 user.info kernel: [ 6.757351] procd: - watchdog - Sun Mar 31 21:49:24 2024 user.info kernel: [ 6.826598] procd: - ubus - Sun Mar 31 21:49:24 2024 user.info kernel: [ 6.986239] procd: - init - Sun Mar 31 21:49:24 2024 user.info kernel: [ 7.422479] kmodloader: loading kernel modules from /etc/modules.d/* Sun Mar 31 21:49:24 2024 kern.info kernel: [ 7.508721] tun: Universal TUN/TAP device driver, 1.6 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 7.524319] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 7.545086] Loading modules backported from Linux version v6.6.15-0-g51f354b815c4 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 7.552604] Backport generated by backports.git 193becf2 Sun Mar 31 21:49:24 2024 user.info kernel: [ 7.642976] urngd: v1.0.2 started. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 7.956481] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20221208201745a Sun Mar 31 21:49:24 2024 kern.info kernel: [ 7.956481] Sun Mar 31 21:49:24 2024 kern.info kernel: [ 8.184829] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20221208201806 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 8.299282] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20221208202048 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 8.391098] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0' Sun Mar 31 21:49:24 2024 kern.info kernel: [ 8.399202] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1' Sun Mar 31 21:49:24 2024 kern.info kernel: [ 10.635228] PPP generic driver version 2.4.2 Sun Mar 31 21:49:24 2024 kern.info kernel: [ 10.640328] NET: Registered PF_PPPOX protocol family Sun Mar 31 21:49:24 2024 kern.info kernel: [ 10.646953] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. Sun Mar 31 21:49:24 2024 kern.info kernel: [ 10.654831] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. Sun Mar 31 21:49:24 2024 user.info kernel: [ 10.667435] kmodloader: done loading kernel modules from /etc/modules.d/* Sun Mar 31 21:49:25 2024 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses! Sun Mar 31 21:49:25 2024 user.notice dnsmasq: Allowing 127.0.0.0/8 responses Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000 Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: DNS service limited to local subnets Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP conntrack no-ipset nftset auth cryptohash DNSSEC no-ID loop-detect inotify dumpfile Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Sun Mar 31 21:49:25 2024 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names Sun Mar 31 21:49:25 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 names Sun Mar 31 21:49:25 2024 authpriv.info dropbear[1420]: Not backgrounding Sun Mar 31 21:49:26 2024 daemon.notice procd: /etc/rc.d/S25packet_steering: uci: Entry not found Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: bonding Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: 8021ad Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: 8021q Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: macvlan Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: veth Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: bridge Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: Network device Sun Mar 31 21:49:26 2024 user.notice : Added device handler type: tunnel Sun Mar 31 21:49:26 2024 daemon.notice wpa_supplicant[1561]: Successfully initialized wpa_supplicant Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system Sun Mar 31 21:49:27 2024 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.279612] mtk_soc_eth 15100000.ethernet eth0: Link is Down Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.293983] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.305855] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.314734] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.326532] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.341290] br-lan: port 1(lan2) entered blocking state Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.346587] br-lan: port 1(lan2) entered disabled state Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.360722] device lan2 entered promiscuous mode Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'lan' is enabled Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'lan' is setting up now Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'lan' is now up Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.380250] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.391076] br-lan: port 2(lan3) entered blocking state Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.396373] br-lan: port 2(lan3) entered disabled state Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.403516] device lan3 entered promiscuous mode Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.416508] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.426614] br-lan: port 3(lan4) entered blocking state Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.431883] br-lan: port 3(lan4) entered disabled state Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.438958] device lan4 entered promiscuous mode Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'loopback' is enabled Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'loopback' is setting up now Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'loopback' is now up Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'wan' is enabled Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'wan6' is enabled Sun Mar 31 21:49:28 2024 kern.info kernel: [ 15.453510] mt7530-mdio mdio-bus:1f wan: configuring for phy/gmii link mode Sun Mar 31 21:49:28 2024 daemon.notice netifd: Network device 'eth0' link is up Sun Mar 31 21:49:28 2024 daemon.notice netifd: Network device 'lo' link is up Sun Mar 31 21:49:28 2024 daemon.notice netifd: Interface 'loopback' has link connectivity Sun Mar 31 21:49:28 2024 daemon.notice netifd: radio1 (2180): WARNING: Variable 'data' does not exist or is not an array/object Sun Mar 31 21:49:28 2024 daemon.notice netifd: radio0 (2179): WARNING: Variable 'data' does not exist or is not an array/object Sun Mar 31 21:49:28 2024 daemon.notice hostapd: Set new config for phy phy1: Sun Mar 31 21:49:28 2024 daemon.notice wpa_supplicant[1561]: Set new config for phy phy1 Sun Mar 31 21:49:28 2024 user.notice firewall: Reloading firewall due to ifup of lan (br-lan) Sun Mar 31 21:49:28 2024 daemon.notice hostapd: Set new config for phy phy0: Sun Mar 31 21:49:28 2024 daemon.notice wpa_supplicant[1561]: Set new config for phy phy0 Sun Mar 31 21:49:28 2024 daemon.notice wpa_supplicant[1561]: Set new config for phy phy1 Sun Mar 31 21:49:29 2024 daemon.notice hostapd: Set new config for phy phy1: /var/run/hostapd-phy1.conf Sun Mar 31 21:49:29 2024 daemon.notice hostapd: Restart interface for phy phy1 Sun Mar 31 21:49:29 2024 daemon.notice netifd: radio0 (2179): sh: out of range Sun Mar 31 21:49:29 2024 daemon.notice wpa_supplicant[1561]: Set new config for phy phy0 Sun Mar 31 21:49:29 2024 daemon.info procd: - init complete - Sun Mar 31 21:49:29 2024 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf Sun Mar 31 21:49:29 2024 daemon.notice hostapd: Restart interface for phy phy0 Sun Mar 31 21:49:29 2024 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 hw_mode=a beacon_int=100 chanlist=36 tx_queue_data2_burst=2.0 #num_global_macaddr=1 ieee80211n=1 ht_coex=0 ht_capab=[HT40+][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935] ieee80211ac=1 vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=42 vht_capab=[RXLDPC][SHORT-GI-80][TX-STBC-2BY1][SU-BEAMFORMER][SU-BEAMFORMEE][MU-BEAMFORMER][MU-BEAMFORMEE][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][RX-STBC-1][SOUNDING-DIMENSION-3][BF-ANTENNA-3][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7] ieee80211ax=1 he_oper_chwidth=1 he_oper_centr_freq_seg0_idx=42 he_su_beamformee=1 he_bss_color=128 he_spr_sr_control=3 he_default_pe_duration=4 he_rts_threshold=1023 he_mu_edca_qos_info_param_count=0 he_mu_edca_qos_info_q_ack=0 he_mu_edca_qos_info_queue_request=0 he_mu_edca_qos_info_txop_request=0 he_mu_edca_ac_be_aifsn=8 he_mu_edca_ac_be_aci=0 he_mu_edca_ac_be_ecwmin=9 he_mu_edca_ac_ Sun Mar 31 21:49:29 2024 daemon.notice netifd: Wireless device 'radio1' is now up Sun Mar 31 21:49:29 2024 kern.info kernel: [ 16.804651] br-lan: port 4(phy1-ap0) entered blocking state Sun Mar 31 21:49:29 2024 kern.info kernel: [ 16.810229] br-lan: port 4(phy1-ap0) entered disabled state Sun Mar 31 21:49:29 2024 kern.info kernel: [ 16.816022] device phy1-ap0 entered promiscuous mode Sun Mar 31 21:49:29 2024 kern.info kernel: [ 16.821082] br-lan: port 4(phy1-ap0) entered blocking state Sun Mar 31 21:49:29 2024 kern.info kernel: [ 16.826705] br-lan: port 4(phy1-ap0) entered forwarding state Sun Mar 31 21:49:29 2024 daemon.notice wpa_supplicant[1561]: Set new config for phy phy0 Sun Mar 31 21:49:29 2024 kern.info kernel: [ 16.838874] br-lan: port 4(phy1-ap0) entered disabled state Sun Mar 31 21:49:29 2024 daemon.warn hostapd: nl80211: Failed to add interface phy1-ap0 into bridge br-lan: Resource busy Sun Mar 31 21:49:29 2024 daemon.notice hostapd: phy1-ap0: interface state UNINITIALIZED->HT_SCAN Sun Mar 31 21:49:30 2024 daemon.notice netifd: Interface 'wwan' is enabled Sun Mar 31 21:49:30 2024 daemon.notice netifd: Interface 'wwan' is disabled Sun Mar 31 21:49:30 2024 daemon.notice netifd: Interface 'wwan' is enabled Sun Mar 31 21:49:30 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all Sun Mar 31 21:49:30 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all Sun Mar 31 21:49:30 2024 daemon.notice wpa_supplicant[1561]: nl80211: deinit ifname=phy0-sta0 disabled_11b_rates=0 Sun Mar 31 21:49:30 2024 daemon.err wpa_supplicant[1561]: rmdir[ctrl_interface=/var/run/wpa_supplicant]: Permission denied Sun Mar 31 21:49:30 2024 daemon.notice netifd: Wireless device 'radio0' is now up Sun Mar 31 21:49:30 2024 daemon.notice netifd: Interface 'wwan' is disabled Sun Mar 31 21:49:30 2024 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 hw_mode=g supported_rates=60 90 120 180 240 360 480 540 basic_rates=60 120 240 beacon_int=100 chanlist=1 noscan=1 #num_global_macaddr=1 ieee80211n=1 ht_coex=0 ht_capab=[LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935] ieee80211ax=1 he_su_beamformee=1 he_bss_color=128 he_spr_sr_control=3 he_default_pe_duration=4 he_rts_threshold=1023 he_mu_edca_qos_info_param_count=0 he_mu_edca_qos_info_q_ack=0 he_mu_edca_qos_info_queue_request=0 he_mu_edca_qos_info_txop_request=0 he_mu_edca_ac_be_aifsn=8 he_mu_edca_ac_be_aci=0 he_mu_edca_ac_be_ecwmin=9 he_mu_edca_ac_be_ecwmax=10 he_mu_edca_ac_be_timer=255 he_mu_edca_ac_bk_aifsn=15 he_mu_edca_ac_bk_aci=1 he_mu_edca_ac_bk_ecwmin=9 he_mu_edca_ac_bk_ecwmax=10 he_mu_edca_ac_bk_timer=255 he_mu_edca_ac_vi_ecwmin=5 he_mu_edca_ac_vi_ecwmax=7 he_mu_edca_ac_vi_aifsn=5 he_mu_edca_ac_vi_aci=2 he_mu_edca_ac_vi_timer=255 he_ Sun Mar 31 21:49:30 2024 kern.info kernel: [ 17.773294] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready Sun Mar 31 21:49:30 2024 daemon.notice hostapd: phy0-ap0: interface state UNINITIALIZED->ENABLED Sun Mar 31 21:49:30 2024 daemon.notice hostapd: phy0-ap0: AP-ENABLED Sun Mar 31 21:49:30 2024 kern.info kernel: [ 18.098549] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready Sun Mar 31 21:49:30 2024 kern.info kernel: [ 18.105352] br-lan: port 4(phy1-ap0) entered blocking state Sun Mar 31 21:49:30 2024 kern.info kernel: [ 18.110932] br-lan: port 4(phy1-ap0) entered forwarding state Sun Mar 31 21:49:30 2024 daemon.notice netifd: Network device 'phy1-ap0' link is up Sun Mar 31 21:49:30 2024 daemon.notice netifd: bridge 'br-lan' link is up Sun Mar 31 21:49:30 2024 daemon.notice netifd: Interface 'lan' has link connectivity Sun Mar 31 21:49:30 2024 kern.info kernel: [ 18.123025] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready Sun Mar 31 21:49:30 2024 daemon.notice hostapd: phy1-ap0: interface state HT_SCAN->ENABLED Sun Mar 31 21:49:30 2024 daemon.notice hostapd: phy1-ap0: AP-ENABLED Sun Mar 31 21:49:31 2024 kern.info kernel: [ 18.281696] mt7530-mdio mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control rx/tx Sun Mar 31 21:49:31 2024 kern.info kernel: [ 18.289644] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready Sun Mar 31 21:49:31 2024 daemon.notice netifd: Network device 'wan' link is up Sun Mar 31 21:49:31 2024 daemon.notice netifd: Interface 'wan' has link connectivity Sun Mar 31 21:49:31 2024 daemon.notice netifd: Interface 'wan' is setting up now Sun Mar 31 21:49:31 2024 daemon.notice netifd: Interface 'wan6' has link connectivity Sun Mar 31 21:49:31 2024 daemon.notice netifd: Interface 'wan6' is setting up now Sun Mar 31 21:49:31 2024 daemon.notice netifd: wan (2798): udhcpc: started, v1.36.1 Sun Mar 31 21:49:31 2024 daemon.err odhcp6c[2797]: Failed to send RS (Address not available) Sun Mar 31 21:49:31 2024 daemon.notice netifd: wan (2798): udhcpc: broadcasting discover Sun Mar 31 21:49:31 2024 daemon.err odhcp6c[2797]: Failed to send SOLICIT message to ff02::1:2 (Address not available) Sun Mar 31 21:49:32 2024 daemon.notice hostapd: handle_probe_req: send failed Sun Mar 31 21:49:32 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM Sun Mar 31 21:49:33 2024 daemon.err procd: Got unexpected signal 1 Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000 Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: DNS service limited to local subnets Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP conntrack no-ipset nftset auth cryptohash DNSSEC no-ID loop-detect inotify dumpfile Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus Sun Mar 31 21:49:33 2024 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.31.100 -- 192.168.31.249, lease time 12h Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Sun Mar 31 21:49:33 2024 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names Sun Mar 31 21:49:33 2024 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.760695] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.768532] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 21:49:33 2024 daemon.notice hostapd: handle_probe_req: send failed Sun Mar 31 21:49:33 2024 daemon.notice hostapd: handle_probe_req: send failed Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.834728] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.840234] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Trying to associate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.847070] phy0-sta0: authenticated Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.852039] phy0-sta0: associate with e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.860073] phy0-sta0: RX AssocResp from e8:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3) Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.869737] phy0-sta0: associated Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Associated with e8:xx:xx:xx:xx:xx Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Sun Mar 31 21:49:33 2024 daemon.notice netifd: Network device 'phy0-sta0' link is up Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Unknown event 37 Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: WPA: Key negotiation completed with e8:xx:xx:xx:xx:xx [PTK=CCMP GTK=CCMP] Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to e8:xx:xx:xx:xx:xx completed [id=1 id_str=] Sun Mar 31 21:49:33 2024 kern.info kernel: [ 20.962354] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-sta0: link becomes ready Sun Mar 31 21:49:33 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Unknown event 37 Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names Sun Mar 31 21:49:33 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names Sun Mar 31 21:49:33 2024 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses Sun Mar 31 21:49:34 2024 daemon.notice netifd: wan (2798): udhcpc: broadcasting discover Sun Mar 31 21:49:34 2024 daemon.notice netifd: wan (2798): udhcpc: broadcasting select for 192.168.111.162, server 192.168.111.1 Sun Mar 31 21:49:34 2024 daemon.notice netifd: wan (2798): udhcpc: lease of 192.168.111.162 obtained from 192.168.111.1, lease time 43200 Sun Mar 31 21:49:34 2024 daemon.notice netifd: Interface 'wan' is now up Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using nameserver 192.168.111.1#53 Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Sun Mar 31 21:49:34 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Sun Mar 31 21:49:34 2024 user.notice firewall: Reloading firewall due to ifup of wan (wan) Sun Mar 31 21:49:35 2024 authpriv.info dropbear[3187]: Child connection from 192.168.111.134:36430 Sun Mar 31 21:49:35 2024 authpriv.notice dropbear[3187]: Auth succeeded with blank password for 'root' from 192.168.111.134:36430 Sun Mar 31 21:49:35 2024 daemon.warn odhcpd[1695]: No default route present, overriding ra_lifetime! Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000 Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: DNS service limited to local subnets Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP conntrack no-ipset nftset auth cryptohash DNSSEC no-ID loop-detect inotify dumpfile Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus Sun Mar 31 21:49:36 2024 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.31.100 -- 192.168.31.249, lease time 12h Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using nameserver 192.168.111.1#53 Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names Sun Mar 31 21:49:36 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names Sun Mar 31 21:49:36 2024 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses Sun Mar 31 21:49:43 2024 daemon.err uhttpd[1828]: [info] luci: accepted login on / for root from 192.168.111.134 Sun Mar 31 21:49:45 2024 daemon.notice netifd: Interface 'wan6' is now up Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using nameserver 192.168.111.1#53 Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using nameserver fd17:b03:b648::1#53 Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Sun Mar 31 21:49:45 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Sun Mar 31 21:49:45 2024 user.notice firewall: Reloading firewall due to ifup of wan6 (wan) Sun Mar 31 21:49:46 2024 daemon.warn odhcpd[1695]: A default route is present but there is no public prefix on lan thus we don't announce a default route by overriding ra_lifetime! Sun Mar 31 21:50:02 2024 daemon.warn odhcpd[1695]: A default route is present but there is no public prefix on lan thus we don't announce a default route by overriding ra_lifetime! Sun Mar 31 21:50:35 2024 daemon.notice netifd: radio0 (3696): sh: out of range Sun Mar 31 21:50:35 2024 daemon.notice wpa_supplicant[1561]: Set new config for phy phy0 Sun Mar 31 21:50:35 2024 daemon.notice wpa_supplicant[1561]: Update configuration for interface phy0-sta0 Sun Mar 31 21:50:35 2024 daemon.notice netifd: Network device 'phy0-sta0' link is down Sun Mar 31 21:50:35 2024 kern.info kernel: [ 82.860106] phy0-sta0: deauthenticating from e8:xx:xx:xx:xx:xx by local choice (Reason: 3=DEAUTH_LEAVING) Sun Mar 31 21:50:35 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=e8:xx:xx:xx:xx:xx reason=3 locally_generated=1 Sun Mar 31 21:50:35 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all Sun Mar 31 21:50:35 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all Sun Mar 31 21:50:35 2024 daemon.notice wpa_supplicant[1561]: nl80211: deinit ifname=phy0-sta0 disabled_11b_rates=0 Sun Mar 31 21:50:35 2024 daemon.err wpa_supplicant[1561]: rmdir[ctrl_interface=/var/run/wpa_supplicant]: Permission denied Sun Mar 31 21:50:35 2024 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf Sun Mar 31 21:50:35 2024 daemon.notice hostapd: Reloaded settings for phy phy0 Sun Mar 31 21:50:35 2024 daemon.notice wpa_supplicant[1561]: Set new config for phy phy0 Sun Mar 31 21:50:36 2024 daemon.notice netifd: Wireless device 'radio0' is now up Sun Mar 31 21:50:36 2024 daemon.notice netifd: Interface 'wwan' is enabled Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.898774] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.906403] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.954432] phy0-sta0: authenticate with e8:xx:xx:xx:xx:xx Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.959940] phy0-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Trying to associate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=2412 MHz) Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.966745] phy0-sta0: authenticated Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.971835] phy0-sta0: associate with e8:xx:xx:xx:xx:xx (try 1/3) Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.981531] phy0-sta0: RX AssocResp from e8:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3) Sun Mar 31 21:50:39 2024 kern.info kernel: [ 86.990631] phy0-sta0: associated Sun Mar 31 21:50:39 2024 daemon.notice netifd: Network device 'phy0-sta0' link is up Sun Mar 31 21:50:39 2024 daemon.notice netifd: Interface 'wwan' has link connectivity Sun Mar 31 21:50:39 2024 daemon.notice netifd: Interface 'wwan' is setting up now Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Associated with e8:xx:xx:xx:xx:xx Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Unknown event 37 Sun Mar 31 21:50:39 2024 daemon.notice netifd: wwan (3819): udhcpc: started, v1.36.1 Sun Mar 31 21:50:39 2024 daemon.notice netifd: wwan (3819): udhcpc: broadcasting discover Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: WPA: Key negotiation completed with e8:xx:xx:xx:xx:xx [PTK=CCMP GTK=CCMP] Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: CTRL-EVENT-CONNECTED - Connection to e8:xx:xx:xx:xx:xx completed [id=2 id_str=] Sun Mar 31 21:50:39 2024 kern.info kernel: [ 87.132214] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-sta0: link becomes ready Sun Mar 31 21:50:39 2024 daemon.notice wpa_supplicant[1561]: phy0-sta0: Unknown event 37 Sun Mar 31 21:50:43 2024 daemon.notice netifd: wwan (3819): udhcpc: broadcasting discover Sun Mar 31 21:50:45 2024 daemon.notice netifd: wwan (3819): udhcpc: broadcasting discover Sun Mar 31 21:50:46 2024 daemon.notice netifd: wwan (3819): udhcpc: broadcasting select for 192.168.111.116, server 192.168.111.1 Sun Mar 31 21:50:46 2024 daemon.notice netifd: wwan (3819): udhcpc: lease of 192.168.111.116 obtained from 192.168.111.1, lease time 43200 Sun Mar 31 21:50:46 2024 daemon.notice netifd: Interface 'wwan' is now up Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using nameserver 192.168.111.1#53 Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using nameserver fd17:b03:b648::1#53 Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using nameserver 192.168.111.1#53 Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Sun Mar 31 21:50:46 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Sun Mar 31 21:50:46 2024 user.notice firewall: Reloading firewall due to ifup of wwan (phy0-sta0) Sun Mar 31 21:50:47 2024 daemon.warn odhcpd[1695]: A default route is present but there is no public prefix on lan thus we don't announce a default route by overriding ra_lifetime! ```

logread2.log

i do not have these. Your wifi driver is very common, and really nothing in config/network that looks like a range or even counter.

Yes I did everything through luci and tried to keep the config as minimum as possible.

event 37 sh out of range

not so sure what I should do with these.

brada4 commented 7 months ago

I see messages in your logread not present in mine.

hashcan commented 7 months ago

I redid everything on OpenWrt SNAPSHOT r25820-46efc77502 / LuCI Master git-24.089.54606~0ecb5ed from a vanilla image from https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=mediatek%2Ffilogic&id=xiaomi_mi-router-ax3000t-ubootmod and the issue still exists. like before.

Version OpenWRT Snapshot r25820-46efc77502

image image

opkg list-installed ``` base-files - 1587~46efc77502 busybox - 1.36.1-r1 ca-bundle - 20240203-r1 cgi-io - 2022.08.10~901b0f04-r21 dnsmasq - 2.90-r2 dropbear - 2022.83-r1 eip197-mini-firmware - 20240220-r1 firewall4 - 2023.11.03~698a5335-r1 fitblk - 1 fstools - 2024.01.22~08cd7083-r1 fwtool - 2019.11.12~8f7fe925-r1 getrandom - 2024.01.24~2c5887cb-r2 hostapd-common - 2024.03.09~695277a5-r1 iw - 5.19-r1 iwinfo - 2024.03.23~79a96150-r1 jansson4 - 2.14-r3 jshn - 2024.03.29~eb9bcb64-r1 jsonfilter - 2024.01.23~594cfa86-r1 kernel - 6.1.82~6c022b6b98b636aec64d494a8c63cde1-r1 kmod-cfg80211 - 6.1.82.6.6.15-r1 kmod-crypto-aead - 6.1.82-r1 kmod-crypto-authenc - 6.1.82-r1 kmod-crypto-ccm - 6.1.82-r1 kmod-crypto-cmac - 6.1.82-r1 kmod-crypto-crc32c - 6.1.82-r1 kmod-crypto-ctr - 6.1.82-r1 kmod-crypto-des - 6.1.82-r1 kmod-crypto-gcm - 6.1.82-r1 kmod-crypto-gf128 - 6.1.82-r1 kmod-crypto-ghash - 6.1.82-r1 kmod-crypto-hash - 6.1.82-r1 kmod-crypto-hmac - 6.1.82-r1 kmod-crypto-hw-safexcel - 6.1.82-r1 kmod-crypto-manager - 6.1.82-r1 kmod-crypto-md5 - 6.1.82-r1 kmod-crypto-null - 6.1.82-r1 kmod-crypto-rng - 6.1.82-r1 kmod-crypto-seqiv - 6.1.82-r1 kmod-crypto-sha1 - 6.1.82-r1 kmod-crypto-sha256 - 6.1.82-r1 kmod-crypto-sha512 - 6.1.82-r1 kmod-gpio-button-hotplug - 6.1.82-r3 kmod-hwmon-core - 6.1.82-r1 kmod-leds-gpio - 6.1.82-r1 kmod-lib-crc-ccitt - 6.1.82-r1 kmod-lib-crc32c - 6.1.82-r1 kmod-libphy - 6.1.82-r1 kmod-mac80211 - 6.1.82.6.6.15-r1 kmod-mt76-connac - 6.1.82.2024.04.03~1e336a85-r1 kmod-mt76-core - 6.1.82.2024.04.03~1e336a85-r1 kmod-mt7915e - 6.1.82.2024.04.03~1e336a85-r1 kmod-mt7981-firmware - 6.1.82.2024.04.03~1e336a85-r1 kmod-nf-conntrack - 6.1.82-r1 kmod-nf-conntrack6 - 6.1.82-r1 kmod-nf-flow - 6.1.82-r1 kmod-nf-log - 6.1.82-r1 kmod-nf-log6 - 6.1.82-r1 kmod-nf-nat - 6.1.82-r1 kmod-nf-reject - 6.1.82-r1 kmod-nf-reject6 - 6.1.82-r1 kmod-nfnetlink - 6.1.82-r1 kmod-nft-core - 6.1.82-r1 kmod-nft-fib - 6.1.82-r1 kmod-nft-nat - 6.1.82-r1 kmod-nft-offload - 6.1.82-r1 kmod-phy-aquantia - 6.1.82-r1 kmod-ppp - 6.1.82-r1 kmod-pppoe - 6.1.82-r1 kmod-pppox - 6.1.82-r1 kmod-slhc - 6.1.82-r1 kmod-thermal - 6.1.82-r1 libblobmsg-json20240329 - 2024.03.29~eb9bcb64-r1 libc - 1.2.4-r4 libgcc1 - 13.2.0-r4 libiwinfo-data - 2024.03.23~79a96150-r1 libiwinfo20230701 - 2024.03.23~79a96150-r1 libjson-c5 - 0.17-r1 libjson-script20240329 - 2024.03.29~eb9bcb64-r1 liblucihttp-ucode - 2023.03.15~9b5b683f-r1 liblucihttp0 - 2023.03.15~9b5b683f-r1 libmbedtls13 - 2.28.7-r2 libmnl0 - 1.0.5-r1 libnftnl11 - 1.2.6-r1 libnl-tiny1 - 2023.12.05~965c4bf4-r1 libpthread - 1.2.4-r4 libubox20240329 - 2024.03.29~eb9bcb64-r1 libubus20231128 - 2023.11.28~f84eb599-r1 libuci20130104 - 2023.08.10~5781664d-r1 libuclient20201210 - 2023.04.13~007d9454-r1 libucode20230711 - 2024.02.21~ba3855ae-r1 libudebug - 2023.12.06~6d3f51f9 libustream-mbedtls20201210 - 2023.11.26~263b9a97-r1 logd - 2024.01.24~2c5887cb-r2 luci - git-23.051.66410~a505bb1 luci-app-firewall - git-24.052.52388~42bd2af luci-app-opkg - git-24.076.42328~4d23adc luci-base - git-24.089.54606~0ecb5ed luci-light - git-23.024.33244~34dee82 luci-mod-admin-full - git-19.253.48496~3f93650 luci-mod-network - git-24.092.85927~7235072 luci-mod-status - git-24.091.71623~26714de luci-mod-system - git-24.092.84661~e5f8af1 luci-proto-ipv6 - git-24.076.80664~c88e247 luci-proto-ppp - git-21.158.38888~88b9d84 luci-theme-bootstrap - git-24.087.66588~bd2b2ec mt7981-wo-firmware - 20240220-r1 mtd - 26 netifd - 2024.01.04~f01345ec-r1 nftables-json - 1.0.9-r1 odhcp6c - 2023.05.12~bcd28363-r20 odhcpd-ipv6only - 2023.10.24~d8118f6e-r1 openwrt-keyring - 2022.03.25~62471e69-r2 opkg - 2022.02.24~d038e5b6-r2 ppp - 2.4.9_git20210104-r5 ppp-mod-pppoe - 2.4.9_git20210104-r5 procd - 2024.03.30~946552a7-r1 procd-seccomp - 2024.03.30~946552a7-r1 procd-ujail - 2024.03.30~946552a7-r1 rpcd - 2024.02.22~8ef4c258-r1 rpcd-mod-file - 2024.02.22~8ef4c258-r1 rpcd-mod-iwinfo - 2024.02.22~8ef4c258-r1 rpcd-mod-luci - 20240305-r1 rpcd-mod-rrdns - 20170710 rpcd-mod-ucode - 2024.02.22~8ef4c258-r1 ubi-utils - 2.1.6-r1 uboot-envtools - 2024.01-r2 ubox - 2024.01.24~2c5887cb-r2 ubus - 2023.11.28~f84eb599-r1 ubusd - 2023.11.28~f84eb599-r1 uci - 2023.08.10~5781664d-r1 uclient-fetch - 2023.04.13~007d9454-r1 ucode - 2024.02.21~ba3855ae-r1 ucode-mod-fs - 2024.02.21~ba3855ae-r1 ucode-mod-html - 1 ucode-mod-math - 2024.02.21~ba3855ae-r1 ucode-mod-nl80211 - 2024.02.21~ba3855ae-r1 ucode-mod-rtnl - 2024.02.21~ba3855ae-r1 ucode-mod-ubus - 2024.02.21~ba3855ae-r1 ucode-mod-uci - 2024.02.21~ba3855ae-r1 ucode-mod-uloop - 2024.02.21~ba3855ae-r1 uhttpd - 2023.06.25~34a8a74d-r3 uhttpd-mod-ubus - 2023.06.25~34a8a74d-r3 urandom-seed - 3 urngd - 2023.11.01~44365eb1-r1 usign - 2020.05.23~f1f65026-r1 wifi-scripts - 1.0-r1 wireless-regdb - 2024.01.23-r1 wpad-basic-mbedtls - 2024.03.09~695277a5-r1 ```
/etc/config/network ``` config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd97:187a:c460::/48' config device option name 'br-lan' option type 'bridge' list ports 'lan2' list ports 'lan3' list ports 'lan4' config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '192.168.21.1' option netmask '255.255.255.0' option ip6assign '60' config device option name 'wan' option macaddr 'a4:XX:XX:XX:XX:X1' config interface 'wan' option device 'wan' option proto 'dhcp' config interface 'wan6' option device 'wan' option proto 'dhcpv6' config interface 'wwan' option proto 'dhcp' ```
/etc/config/wireless ``` config wifi-device 'radio0' option type 'mac80211' option path 'platform/soc/18000000.wifi' option channel '1' option band '2g' option htmode 'HE20' option disabled '1' config wifi-iface 'default_radio0' option device 'radio0' option network 'lan' option mode 'ap' option ssid 'OpenWrt' option encryption 'none' config wifi-device 'radio1' option type 'mac80211' option path 'platform/soc/18000000.wifi+1' option channel '36' option band '5g' option htmode 'HE80' option cell_density '0' config wifi-iface 'wifinet2' option device 'radio1' option mode 'sta' option network 'wwan' option ssid 'upstairs' option encryption 'sae' option key 'XXX' config wifi-iface 'wifinet3' option device 'radio1' option mode 'ap' option ssid 'OpenWrt' option encryption 'sae' option macaddr 'random' option key '88888888' option network 'lan' ```
logread ``` Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.000000] Linux version 6.1.82 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.2.0 r25803-b906a9c78e) 13.2.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Thu Apr 4 20:39:27 2024 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Machine model: Xiaomi Mi Router AX3000T (OpenWrt U-Boot layout) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Zone ranges: Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] DMA [mem 0x0000000040000000-0x000000004fffffff] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] DMA32 empty Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Normal empty Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Movable zone start for each node Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Early memory node ranges Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000043030000-0x0000000047c7ffff] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000047c80000-0x0000000047ffffff] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000048000000-0x000000004fffffff] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] psci: probing for conduit method from DT. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] psci: PSCIv1.1 detected in firmware. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] psci: Using standard PSCI v0.2 function IDs Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] psci: SMC Calling Convention v1.4 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] percpu: Embedded 18 pages/cpu s33896 r8192 d31640 u73728 Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 0.000000] pcpu-alloc: s33896 r8192 d31640 u73728 alloc=18*4096 Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Detected VIPT I-cache on CPU0 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] CPU features: detected: GIC system register CPU interface Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] alternatives: applying boot alternatives Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64512 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.000000] Kernel command line: console=ttyS0,115200n8 console_msg_format=syslog Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Memory: 240276K/262144K available (8512K kernel code, 892K rwdata, 2468K rodata, 448K init, 306K bss, 21868K reserved, 0K cma-reserved) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] rcu: Hierarchical RCU implementation. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Tracing variant of Tasks RCU enabled. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] GICv3: 640 SPIs implemented Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] GICv3: 0 Extended SPIs implemented Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] Root IRQ handler: gic_handle_irq Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] GICv3: GICv3 features: 16 PPIs Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000069] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000077] pid_max: default: 32768 minimum: 301 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000361] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.000369] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear) Thu Apr 4 21:21:24 2024 kern.warn kernel: [ 0.001171] cacheinfo: Unable to detect cache hierarchy for CPU 0 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.001577] cblist_init_generic: Setting adjustable number of callback queues. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.001582] cblist_init_generic: Setting shift to 1 and lim to 1. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.001709] rcu: Hierarchical SRCU implementation. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.001711] rcu: Max phase no-delay instances is 1000. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002091] smp: Bringing up secondary CPUs ... Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002421] Detected VIPT I-cache on CPU1 Thu Apr 4 21:21:24 2024 kern.warn kernel: [ 0.002475] cacheinfo: Unable to detect cache hierarchy for CPU 1 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002484] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002512] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002576] smp: Brought up 1 node, 2 CPUs Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002581] SMP: Total of 2 processors activated. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002585] CPU features: detected: 32-bit EL0 Support Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002588] CPU features: detected: CRC32 instructions Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002615] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002619] CPU: All CPU(s) started at EL2 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.002620] alternatives: applying system-wide alternatives Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.006198] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.006216] futex hash table entries: 512 (order: 3, 32768 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.006346] pinctrl core: initialized pinctrl subsystem Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007168] NET: Registered PF_NETLINK/PF_ROUTE protocol family Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007507] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007543] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007565] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007926] thermal_sys: Registered thermal governor 'fair_share' Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007930] thermal_sys: Registered thermal governor 'bang_bang' Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007932] thermal_sys: Registered thermal governor 'step_wise' Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.007934] thermal_sys: Registered thermal governor 'user_space' Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.008008] ASID allocator initialised with 65536 entries Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.008454] pstore: Registered ramoops as persistent store backend Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.008457] ramoops: using 0x10000@0x42ff0000, ecc: 0 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.018865] cryptd: max_cpu_qlen set to 1000 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.019917] SCSI subsystem initialized Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 0.020119] libata version 3.00 loaded. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.021448] clocksource: Switched to clocksource arch_sys_counter Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022178] NET: Registered PF_INET protocol family Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022270] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022768] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022785] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022794] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022813] TCP bind hash table entries: 2048 (order: 4, 65536 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022866] TCP: Hash tables configured (established 2048 bind 2048) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022941] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.022960] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.023116] NET: Registered PF_UNIX/PF_LOCAL protocol family Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.023142] PCI: CLS 0 bytes, default 64 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.024002] workingset: timestamp_bits=46 max_order=16 bucket_order=0 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.027897] squashfs: version 4.0 (2009/01/31) Phillip Lougher Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.027905] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.061961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.071050] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.073501] printk: console [ttyS0] disabled Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.093617] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 72, base_baud = 2500000) is a ST16650V2 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.781302] printk: console [ttyS0] enabled Thu Apr 4 21:21:24 2024 kern.warn kernel: [ 0.786535] cacheinfo: Unable to detect cache hierarchy for CPU 0 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.796468] loop: module loaded Thu Apr 4 21:21:24 2024 kern.warn kernel: [ 0.801352] spi spi0.0: setup: ignoring unsupported mode bits a00 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.808146] spi-nand spi0.0: ESMT SPI NAND was found. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 0.813481] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.822134] 9 fixed-partitions partitions found on MTD device spi0.0 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.828747] Creating 9 MTD partitions on "spi0.0": Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.833803] 0x000000000000-0x000000100000 : "BL2" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.840073] 0x000000100000-0x000000140000 : "Nvram" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.846163] 0x000000140000-0x000000180000 : "Bdata" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.851950] 0x000000180000-0x000000380000 : "Factory" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.859492] 0x000000380000-0x000000580000 : "FIP" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.866543] 0x000000580000-0x0000005c0000 : "crash" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.872372] 0x0000005c0000-0x000000600000 : "crash_log" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.878499] 0x000007600000-0x000007640000 : "KF" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 0.884065] 0x000000600000-0x000007600000 : "ubi" Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.117421] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc009580000, irq 75 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.127417] i2c_dev: i2c /dev entries driver Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.134414] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.143597] NET: Registered PF_INET6 protocol family Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.149701] Segment Routing with IPv6 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.153694] In-situ OAM (IOAM) with IPv6 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.157935] NET: Registered PF_PACKET protocol family Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.163278] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.176682] 8021q: 802.1Q VLAN Support v1.8 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.182535] pstore: Using crash dump compression: deflate Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.241379] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.250477] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.259695] mt7530-mdio mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=80) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.280309] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=81) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.300796] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=82) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.321352] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=83) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.333291] device eth0 entered promiscuous mode Thu Apr 4 21:21:24 2024 kern.info kernel: [ 1.338202] DSA: tree 0 setup Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 1.342198] UBI: auto-attach mtd8 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 1.345781] ubi0: default fastmap pool size: 40 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 1.350560] ubi0: default fastmap WL pool size: 20 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 1.355615] ubi0: attaching mtd8 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.152259] ubi0: scanning is finished Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.167313] ubi0: attached mtd8 (name "ubi", size 112 MiB) Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.173078] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.180202] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.187240] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.194452] ubi0: good PEBs: 896, bad PEBs: 0, corrupted PEBs: 0 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.200705] ubi0: user volume: 4, internal volumes: 1, max. volumes count: 128 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.208176] ubi0: max/mean erase counter: 39/5, WL threshold: 4096, image sequence number: 393846896 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.217560] ubi0: available PEBs: 0, total reserved PEBs: 896, PEBs reserved for bad PEB handling: 20 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 2.227036] ubi0: background thread "ubi_bgt0d" started, PID 455 Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.235239] FIT: Selected configuration: "config-1" (OpenWrt xiaomi_mi-router-ax3000t-ubootmod) Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.244230] FIT: kernel sub-image 0x00001000..0x00564786 "kernel-1" (ARM64 OpenWrt Linux-6.1.82) Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.254257] FIT: flat_dt sub-image 0x00565000..0x0056a9ee "fdt-1" (ARM64 OpenWrt xiaomi_mi-router-ax3000t-ubootmod device tree blob) Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.267294] FIT: filesystem sub-image 0x0056b000..0x009b1fff "rootfs-1" (ARM64 OpenWrt xiaomi_mi-router-ax3000t-ubootmod rootfs) Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.279717] FIT: selecting configured loadable "rootfs-1" to be root filesystem Thu Apr 4 21:21:24 2024 kern.info kernel: [ 2.287277] ubiblock0_2: p1(rootfs-1) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 2.287467] block ubiblock0_2: created from ubi0:2(fit) Thu Apr 4 21:21:24 2024 kern.info kernel: [ 2.303629] VFS: Mounted root (squashfs filesystem) readonly on device 259:0. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 2.311199] Freeing unused kernel memory: 448K Thu Apr 4 21:21:24 2024 kern.info kernel: [ 2.341500] Run /sbin/init as init process Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.345847] with arguments: Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.349062] /sbin/init Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.352024] with environment: Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.355413] HOME=/ Thu Apr 4 21:21:24 2024 kern.debug kernel: [ 2.358021] TERM=linux Thu Apr 4 21:21:24 2024 user.info kernel: [ 2.596431] init: Console is alive Thu Apr 4 21:21:24 2024 user.info kernel: [ 2.600317] init: - watchdog - Thu Apr 4 21:21:24 2024 user.info kernel: [ 3.058538] kmodloader: loading kernel modules from /etc/modules-boot.d/* Thu Apr 4 21:21:24 2024 user.info kernel: [ 3.093630] kmodloader: done loading kernel modules from /etc/modules-boot.d/* Thu Apr 4 21:21:24 2024 user.info kernel: [ 3.107866] init: - preinit - Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 3.121466] random: crng init done Thu Apr 4 21:21:24 2024 kern.info kernel: [ 3.537158] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode Thu Apr 4 21:21:24 2024 kern.info kernel: [ 3.546222] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx Thu Apr 4 21:21:24 2024 kern.info kernel: [ 3.555240] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Thu Apr 4 21:21:24 2024 kern.info kernel: [ 3.567855] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.686633] UBIFS (ubi0:3): Mounting in unauthenticated mode Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.692660] UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 589 Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.746684] UBIFS (ubi0:3): recovery needed Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.820796] UBIFS (ubi0:3): recovery completed Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.825577] UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "rootfs_data" Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.833665] UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.843829] UBIFS (ubi0:3): FS size: 98279424 bytes (93 MiB, 774 LEBs), max 785 LEBs, journal size 4952064 bytes (4 MiB, 39 LEBs) Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.855730] UBIFS (ubi0:3): reserved for root: 4641979 bytes (4533 KiB) Thu Apr 4 21:21:24 2024 kern.notice kernel: [ 5.862596] UBIFS (ubi0:3): media format: w5/r0 (latest is w5/r0), UUID 2329A57A-6B20-43C6-8516-2484DF4AE1D6, small LPT model Thu Apr 4 21:21:24 2024 user.info kernel: [ 5.879560] mount_root: switching to ubifs overlay Thu Apr 4 21:21:24 2024 kern.warn kernel: [ 5.890752] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. Thu Apr 4 21:21:24 2024 user.debug kernel: [ 5.909020] urandom-seed: Seeding with /etc/urandom.seed Thu Apr 4 21:21:24 2024 user.info kernel: [ 5.986363] procd: - early - Thu Apr 4 21:21:24 2024 user.info kernel: [ 5.989660] procd: - watchdog - Thu Apr 4 21:21:24 2024 user.info kernel: [ 6.565850] procd: - watchdog - Thu Apr 4 21:21:24 2024 user.info kernel: [ 6.569793] procd: - ubus - Thu Apr 4 21:21:24 2024 user.info kernel: [ 6.726178] procd: - init - Thu Apr 4 21:21:24 2024 user.info kernel: [ 7.130854] kmodloader: loading kernel modules from /etc/modules.d/* Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.152337] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.172190] Loading modules backported from Linux version v6.6.15-0-g51f354b815c4 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.179930] Backport generated by backports.git 193becf2 Thu Apr 4 21:21:24 2024 user.info kernel: [ 7.338239] urngd: v1.0.2 started. Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.521855] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20221208201745a Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.521855] Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.748520] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20221208201806 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.863233] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20221208202048 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.955398] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0' Thu Apr 4 21:21:24 2024 kern.info kernel: [ 7.963722] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1' Thu Apr 4 21:21:24 2024 kern.info kernel: [ 10.196724] PPP generic driver version 2.4.2 Thu Apr 4 21:21:24 2024 kern.info kernel: [ 10.202065] NET: Registered PF_PPPOX protocol family Thu Apr 4 21:21:24 2024 user.info kernel: [ 10.210084] kmodloader: done loading kernel modules from /etc/modules.d/* Thu Apr 4 21:21:24 2024 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses! Thu Apr 4 21:21:24 2024 user.notice dnsmasq: Allowing 127.0.0.0/8 responses Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000 Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: DNS service limited to local subnets Thu Apr 4 21:21:25 2024 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 Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Thu Apr 4 21:21:25 2024 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names Thu Apr 4 21:21:25 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 names Thu Apr 4 21:21:25 2024 authpriv.info dropbear[1384]: Not backgrounding Thu Apr 4 21:21:25 2024 daemon.notice procd: /etc/rc.d/S25packet_steering: uci: Entry not found Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: bonding Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: 8021ad Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: 8021q Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: macvlan Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: veth Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: bridge Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: Network device Thu Apr 4 21:21:26 2024 user.notice : Added device handler type: tunnel Thu Apr 4 21:21:26 2024 daemon.notice wpa_supplicant[1530]: Successfully initialized wpa_supplicant Thu Apr 4 21:21:26 2024 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records in Thu Apr 4 21:21:26 2024 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records out Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system Thu Apr 4 21:21:26 2024 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system Thu Apr 4 21:21:27 2024 kern.info kernel: [ 13.951388] mtk_soc_eth 15100000.ethernet eth0: Link is Down Thu Apr 4 21:21:27 2024 kern.info kernel: [ 13.966063] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode Thu Apr 4 21:21:27 2024 kern.info kernel: [ 13.987642] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx Thu Apr 4 21:21:27 2024 kern.info kernel: [ 13.997847] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.010009] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.032246] br-lan: port 1(lan2) entered blocking state Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.037739] br-lan: port 1(lan2) entered disabled state Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.050712] device lan2 entered promiscuous mode Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'lan' is enabled Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'lan' is setting up now Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'lan' is now up Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.075520] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.086381] br-lan: port 2(lan3) entered blocking state Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.091922] br-lan: port 2(lan3) entered disabled state Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.103527] device lan3 entered promiscuous mode Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.119800] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.136830] br-lan: port 3(lan4) entered blocking state Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.142389] br-lan: port 3(lan4) entered disabled state Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.150114] device lan4 entered promiscuous mode Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'loopback' is enabled Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'loopback' is setting up now Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'loopback' is now up Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'wan' is enabled Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'wan6' is enabled Thu Apr 4 21:21:27 2024 kern.info kernel: [ 14.170322] mt7530-mdio mdio-bus:1f wan: configuring for phy/gmii link mode Thu Apr 4 21:21:27 2024 daemon.notice netifd: Network device 'eth0' link is up Thu Apr 4 21:21:27 2024 daemon.notice netifd: Network device 'lo' link is up Thu Apr 4 21:21:27 2024 daemon.notice netifd: Interface 'loopback' has link connectivity Thu Apr 4 21:21:27 2024 daemon.notice netifd: radio1 (2113): WARNING: Variable 'data' does not exist or is not an array/object Thu Apr 4 21:21:27 2024 user.notice firewall: Reloading firewall due to ifup of lan (br-lan) Thu Apr 4 21:21:27 2024 daemon.notice hostapd: Set new config for phy phy1: Thu Apr 4 21:21:27 2024 daemon.notice wpa_supplicant[1530]: Set new config for phy phy1 Thu Apr 4 21:21:27 2024 daemon.info procd: - init complete - Thu Apr 4 21:21:27 2024 daemon.notice netifd: radio1 (2113): sh: out of range Thu Apr 4 21:21:27 2024 daemon.notice wpa_supplicant[1530]: Set new config for phy phy1 Thu Apr 4 21:21:28 2024 daemon.notice hostapd: Set new config for phy phy1: /var/run/hostapd-phy1.conf Thu Apr 4 21:21:28 2024 daemon.notice hostapd: Restart interface for phy phy1 Thu Apr 4 21:21:28 2024 daemon.notice wpa_supplicant[1530]: Set new config for phy phy1 Thu Apr 4 21:21:28 2024 daemon.notice netifd: Interface 'wwan' is enabled Thu Apr 4 21:21:28 2024 daemon.notice netifd: Interface 'wwan' is disabled Thu Apr 4 21:21:28 2024 daemon.notice netifd: Interface 'wwan' is enabled Thu Apr 4 21:21:28 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: CTRL-EVENT-DSCP-POLICY clear_all Thu Apr 4 21:21:28 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: CTRL-EVENT-DSCP-POLICY clear_all Thu Apr 4 21:21:28 2024 daemon.notice wpa_supplicant[1530]: nl80211: deinit ifname=phy1-sta0 disabled_11b_rates=0 Thu Apr 4 21:21:28 2024 daemon.err wpa_supplicant[1530]: rmdir[ctrl_interface=/var/run/wpa_supplicant]: Permission denied Thu Apr 4 21:21:28 2024 daemon.notice netifd: Wireless device 'radio1' is now up Thu Apr 4 21:21:28 2024 daemon.notice netifd: Interface 'wwan' is disabled Thu Apr 4 21:21:28 2024 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 hw_mode=a beacon_int=100 chanlist=36 noscan=1 tx_queue_data2_burst=2.0 #num_global_macaddr=1 ieee80211n=1 ht_coex=0 ht_capab=[HT40+][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935] ieee80211ac=1 vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=42 vht_capab=[RXLDPC][SHORT-GI-80][TX-STBC-2BY1][SU-BEAMFORMER][SU-BEAMFORMEE][MU-BEAMFORMER][MU-BEAMFORMEE][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][RX-STBC-1][SOUNDING-DIMENSION-3][BF-ANTENNA-3][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7] ieee80211ax=1 he_oper_chwidth=1 he_oper_centr_freq_seg0_idx=42 he_su_beamformer=1 he_su_beamformee=1 he_mu_beamformer=1 he_bss_color=128 he_spr_sr_control=3 he_default_pe_duration=4 he_rts_threshold=1023 he_mu_edca_qos_info_param_count=0 he_mu_edca_qos_info_q_ack=0 he_mu_edca_qos_info_queue_request=0 he_mu_edca_qos_info_txop_request=0 he_mu_edca_ac_be_aifsn=8 he_mu_edca_ac_be Thu Apr 4 21:21:28 2024 kern.info kernel: [ 15.286263] br-lan: port 4(phy1-ap0) entered blocking state Thu Apr 4 21:21:28 2024 kern.info kernel: [ 15.292165] br-lan: port 4(phy1-ap0) entered disabled state Thu Apr 4 21:21:28 2024 kern.info kernel: [ 15.298178] device phy1-ap0 entered promiscuous mode Thu Apr 4 21:21:28 2024 kern.info kernel: [ 15.303546] br-lan: port 4(phy1-ap0) entered blocking state Thu Apr 4 21:21:28 2024 kern.info kernel: [ 15.309376] br-lan: port 4(phy1-ap0) entered forwarding state Thu Apr 4 21:21:28 2024 kern.info kernel: [ 15.315514] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready Thu Apr 4 21:21:28 2024 daemon.notice netifd: bridge 'br-lan' link is up Thu Apr 4 21:21:28 2024 daemon.notice netifd: Interface 'lan' has link connectivity Thu Apr 4 21:21:28 2024 daemon.notice netifd: Network device 'phy1-ap0' link is up Thu Apr 4 21:21:28 2024 kern.info kernel: [ 15.754014] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready Thu Apr 4 21:21:28 2024 daemon.notice hostapd: phy1-ap0: interface state UNINITIALIZED->ENABLED Thu Apr 4 21:21:28 2024 daemon.notice hostapd: phy1-ap0: AP-ENABLED Thu Apr 4 21:21:30 2024 daemon.notice netifd: Network device 'phy1-ap0' link is down Thu Apr 4 21:21:30 2024 kern.info kernel: [ 17.151510] br-lan: port 4(phy1-ap0) entered disabled state Thu Apr 4 21:21:31 2024 daemon.notice netifd: bridge 'br-lan' link is down Thu Apr 4 21:21:31 2024 daemon.notice netifd: Interface 'lan' has link connectivity loss Thu Apr 4 21:21:31 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000 Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: DNS service limited to local subnets Thu Apr 4 21:21:31 2024 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 Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus Thu Apr 4 21:21:31 2024 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.21.100 -- 192.168.21.249, lease time 12h Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Thu Apr 4 21:21:31 2024 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names Thu Apr 4 21:21:31 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names Thu Apr 4 21:21:31 2024 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses Thu Apr 4 21:21:32 2024 daemon.info dnsmasq[1]: read /etc/hosts - 12 names Thu Apr 4 21:21:32 2024 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names Thu Apr 4 21:21:32 2024 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses Thu Apr 4 21:21:32 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN Thu Apr 4 21:21:32 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5745 max_tx_power=2000 no_ir=1 Thu Apr 4 21:21:32 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5745 max_tx_power=2000 Thu Apr 4 21:21:33 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=5180 MHz) Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.596520] phy1-sta0: authenticate with e8:xx:xx:xx:xx:xx Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.801295] phy1-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Thu Apr 4 21:21:33 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: SME: Trying to authenticate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=5180 MHz) Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.861467] phy1-sta0: authenticate with e8:xx:xx:xx:xx:xx Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.867221] phy1-sta0: send auth to e8:xx:xx:xx:xx:xx (try 1/3) Thu Apr 4 21:21:33 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: Trying to associate with e8:xx:xx:xx:xx:xx (SSID='upstairs' freq=5180 MHz) Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.874154] phy1-sta0: authenticated Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.881486] phy1-sta0: associate with e8:xx:xx:xx:xx:xx (try 1/3) Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.889219] phy1-sta0: RX AssocResp from e8:xx:xx:xx:xx:xx (capab=0x11 status=30 aid=3) Thu Apr 4 21:21:33 2024 kern.info kernel: [ 20.897532] phy1-sta0: e8:xx:xx:xx:xx:xx rejected association temporarily; comeback duration 1000 TU (1024 ms) Thu Apr 4 21:21:35 2024 kern.info kernel: [ 21.969827] phy1-sta0: associate with e8:xx:xx:xx:xx:xx (try 2/3) Thu Apr 4 21:21:35 2024 kern.info kernel: [ 22.081460] phy1-sta0: associate with e8:xx:xx:xx:xx:xx (try 3/3) Thu Apr 4 21:21:35 2024 daemon.notice netifd: Network device 'phy1-sta0' link is up Thu Apr 4 21:21:35 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: Associated with e8:xx:xx:xx:xx:xx Thu Apr 4 21:21:35 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Thu Apr 4 21:21:35 2024 kern.info kernel: [ 22.114383] phy1-sta0: RX AssocResp from e8:xx:xx:xx:xx:xx (capab=0x11 status=0 aid=3) Thu Apr 4 21:21:35 2024 kern.info kernel: [ 22.124111] phy1-sta0: associated Thu Apr 4 21:21:35 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: Unknown event 37 Thu Apr 4 21:21:35 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: Unknown event 37 Thu Apr 4 21:21:36 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: Unknown event 37 Thu Apr 4 21:21:36 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: WPA: Key negotiation completed with e8:xx:xx:xx:xx:xx [PTK=CCMP GTK=CCMP] Thu Apr 4 21:21:36 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: CTRL-EVENT-CONNECTED - Connection to e8:xx:xx:xx:xx:xx completed [id=1 id_str=] Thu Apr 4 21:21:36 2024 kern.info kernel: [ 23.301857] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-sta0: link becomes ready Thu Apr 4 21:21:36 2024 daemon.notice netifd: Network device 'phy1-ap0' link is up Thu Apr 4 21:21:36 2024 daemon.notice wpa_supplicant[1530]: phy1-sta0: Unknown event 37 Thu Apr 4 21:21:36 2024 daemon.notice netifd: bridge 'br-lan' link is up Thu Apr 4 21:21:36 2024 daemon.notice netifd: Interface 'lan' has link connectivity Thu Apr 4 21:21:36 2024 kern.info kernel: [ 23.327028] br-lan: port 4(phy1-ap0) entered blocking state Thu Apr 4 21:21:36 2024 kern.info kernel: [ 23.332888] br-lan: port 4(phy1-ap0) entered forwarding state Thu Apr 4 21:21:37 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:21:53 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:22:09 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:29:58 2024 kern.info kernel: [ 525.358096] mt7530-mdio mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx Thu Apr 4 21:29:58 2024 kern.info kernel: [ 525.366314] br-lan: port 2(lan3) entered blocking state Thu Apr 4 21:29:58 2024 kern.info kernel: [ 525.371806] br-lan: port 2(lan3) entered forwarding state Thu Apr 4 21:29:58 2024 daemon.notice netifd: Network device 'lan3' link is up Thu Apr 4 21:29:58 2024 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.168.21.129 ZZ:XX:XX:XX:XX:XX Thu Apr 4 21:29:58 2024 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan) 192.168.21.129 ZZ:XX:XX:XX:XX:XX workstation Thu Apr 4 21:30:08 2024 daemon.err uhttpd[1793]: [info] luci: accepted login on / for root from 192.168.21.129 Thu Apr 4 21:30:41 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:35:50 2024 authpriv.info dropbear[3004]: Child connection from 192.168.21.129:35990 Thu Apr 4 21:35:50 2024 authpriv.notice dropbear[3004]: Auth succeeded with blank password for 'root' from 192.168.21.129:35990 ```

and as soon as I restart wwan from networks : image image

logread ``` Thu Apr 4 21:36:33 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:43:38 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:48:11 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 21:52:02 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:01:30 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:07:12 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:13:23 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:21:01 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:25:35 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:32:07 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:37:11 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:42:31 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:47:14 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 22:54:22 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 23:03:38 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 23:09:35 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 23:13:11 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! Thu Apr 4 23:13:39 2024 daemon.notice netifd: radio1 (3148): sh: out of range Thu Apr 4 23:13:39 2024 daemon.notice wpa_supplicant[1530]: Set new config for phy phy1 Thu Apr 4 23:13:39 2024 daemon.notice hostapd: Set new config for phy phy1: /var/run/hostapd-phy1.conf Thu Apr 4 23:13:39 2024 daemon.notice hostapd: Reload config for bss 'phy1-ap0' on phy 'phy1' Thu Apr 4 23:13:39 2024 daemon.notice netifd: Network device 'phy1-ap0' link is down Thu Apr 4 23:13:39 2024 kern.info kernel: [ 6746.023093] br-lan: port 4(phy1-ap0) entered disabled state Thu Apr 4 23:13:39 2024 kern.info kernel: [ 6746.055557] br-lan: port 4(phy1-ap0) entered blocking state Thu Apr 4 23:13:39 2024 kern.info kernel: [ 6746.061396] br-lan: port 4(phy1-ap0) entered forwarding state Thu Apr 4 23:13:39 2024 daemon.notice netifd: Network device 'phy1-ap0' link is up Thu Apr 4 23:13:39 2024 daemon.notice hostapd: Reloaded settings for phy phy1 Thu Apr 4 23:13:39 2024 daemon.notice wpa_supplicant[1530]: Set new config for phy phy1 Thu Apr 4 23:13:39 2024 daemon.notice netifd: Wireless device 'radio1' is now up Thu Apr 4 23:13:39 2024 daemon.notice netifd: Interface 'wwan' is enabled Thu Apr 4 23:13:39 2024 daemon.notice netifd: Interface 'wwan' has link connectivity Thu Apr 4 23:13:39 2024 daemon.notice netifd: Interface 'wwan' is setting up now Thu Apr 4 23:13:39 2024 daemon.notice netifd: wwan (3251): udhcpc: started, v1.36.1 Thu Apr 4 23:13:39 2024 daemon.notice netifd: wwan (3251): udhcpc: broadcasting discover Thu Apr 4 23:13:39 2024 daemon.notice netifd: wwan (3251): udhcpc: broadcasting select for 192.168.111.211, server 192.168.111.1 Thu Apr 4 23:13:39 2024 daemon.notice netifd: wwan (3251): udhcpc: lease of 192.168.111.211 obtained from 192.168.111.1, lease time 43200 Thu Apr 4 23:13:39 2024 daemon.notice netifd: Interface 'wwan' is now up Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using nameserver 192.168.111.1#53 Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using only locally-known addresses for test Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using only locally-known addresses for onion Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using only locally-known addresses for localhost Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using only locally-known addresses for local Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using only locally-known addresses for invalid Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using only locally-known addresses for bind Thu Apr 4 23:13:39 2024 daemon.info dnsmasq[1]: using only locally-known addresses for lan Thu Apr 4 23:13:39 2024 user.notice firewall: Reloading firewall due to ifup of wwan (phy1-sta0) Thu Apr 4 23:13:40 2024 daemon.warn odhcpd[1661]: No default route present, overriding ra_lifetime! ```
brada4 commented 7 months ago

Set channel auto in radio config and maybe set country code. I have only country code...

hashcan commented 7 months ago

Set channel auto in radio config

upstairs wifi is on channel 36. I set wifi channel to auto and set country code but no change. it doesn't connect at boot.
I got the same results while trying to connect it to two other access points. I also tried both bands as you can see in the first test and latest one above.

/etc/config/wireless ``` config wifi-device 'radio0' option type 'mac80211' option path 'platform/soc/18000000.wifi' option channel '1' option band '2g' option htmode 'HE20' option disabled '1' config wifi-iface 'default_radio0' option device 'radio0' option network 'lan' option mode 'ap' option ssid 'OpenWrt' option encryption 'none' config wifi-device 'radio1' option type 'mac80211' option path 'platform/soc/18000000.wifi+1' option channel 'auto' option band '5g' option htmode 'HE80' option cell_density '0' option country 'US' config wifi-iface 'wifinet2' option device 'radio1' option mode 'sta' option network 'wwan' option ssid 'upstairs' option encryption 'sae' option key 'XXXX' config wifi-iface 'wifinet3' option device 'radio1' option mode 'ap' option ssid 'OpenWrt' option encryption 'sae' option macaddr 'random' option key '88888888' option network 'lan' ```
brada4 commented 7 months ago

I have different ordering in wireless file, ap first in file even entered later in luci.

and none of

daemon.notice netifd: radio1 (2113): sh: out of range
wpa_supplicant[1530]: phy1-sta0: Unknown event 37

in logread.

wwan is quite normal usage, cf travelmate...

hashcan commented 7 months ago

I have different ordering in wireless file, ap first in file even entered later in luci.

reversing the order of wireless file from sta, ap to ap, sta also did not help.

/etc/config/wireless ``` config wifi-device 'radio0' option type 'mac80211' option path 'platform/soc/18000000.wifi' option channel '1' option band '2g' option htmode 'HE20' option disabled '1' config wifi-iface 'default_radio0' option device 'radio0' option network 'lan' option mode 'ap' option ssid 'OpenWrt' option encryption 'none' config wifi-device 'radio1' option type 'mac80211' option path 'platform/soc/18000000.wifi+1' option channel 'auto' option band '5g' option htmode 'HE80' option cell_density '0' option country 'US' config wifi-iface 'wifinet3' option device 'radio1' option mode 'ap' option ssid 'OpenWrt' option encryption 'sae' option macaddr 'random' option key '88888888' option network 'lan' config wifi-iface 'wifinet2' option device 'radio1' option mode 'sta' option network 'wwan' option ssid 'upstairs' option encryption 'sae' option key 'XXX' ```
hashcan commented 7 months ago

daemon.notice netifd: radio1 (2113): sh: out of range wpa_supplicant[1530]: phy1-sta0: Unknown event 37

mentioning @nbd168 as listed for both maintainers of netifd and hostapd.

brada4 commented 7 months ago

Atypical showings in the log: https://github.com/openwrt/openwrt/issues/15028#issuecomment-2040711004

hashcan commented 7 months ago

Tested with OpenWrt SNAPSHOT r25915-c2f52e42b1 / LuCI Master 24.100.29615~1181915 and the issue still exists.

/etc/config/wireless ``` config wifi-device 'radio0' option type 'mac80211' option path 'platform/soc/18000000.wifi' option channel '1' option band '2g' option htmode 'HE20' option cell_density '0' config wifi-device 'radio1' option type 'mac80211' option path 'platform/soc/18000000.wifi+1' option channel '36' option band '5g' option htmode 'HE80' option disabled '0' config wifi-iface 'wifinet2' option device 'radio0' option mode 'sta' option network 'wwan' option ssid '24gigz' option encryption 'psk2' option key '123456789' config wifi-iface 'wifinet3' option device 'radio0' option mode 'ap' option ssid 'OpenWrt' option encryption 'psk2' option network 'lan' option key 'nbv2d61d93' ```
/etc/config/network ``` config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix '' config device option name 'br-lan' option type 'bridge' list ports 'lan2' list ports 'lan3' list ports 'lan4' config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '192.168.21.1' option netmask '255.255.255.0' option ip6assign '60' config device option name 'wan' option macaddr 'a4:xx:xx:xx:xx:x1' config interface 'wan' option device 'wan' option proto 'dhcp' config interface 'wan6' option device 'wan' option proto 'dhcpv6' config interface 'wwan' option proto 'dhcp' ```
brada4 commented 7 months ago

Wait for dev to come by and tell issue is considered. Your config is very generic, and log indications are atypical (on top of you say it does not work)

hashcan commented 7 months ago

Wait for dev to come by and tell issue is considered. Your config is very generic, and log indications are atypical (on top of you say it does not work)

Think I found the underlying problem. Luci shows the right channel in here : image

but when you join the network and pass this page : image

you still get the wifi set to the previous channel despite checking the replace wifi configuration option. image

all will be good if I manually set the channel to 6 instead of suggested channel "1" .

brada4 commented 7 months ago

You need to choose one firewall zone for the network.

hashcan commented 7 months ago

You need to choose one firewall zone for the network.

The issue is Luci not setting the right channel on the last photo of my previous message.

hashcan commented 6 months ago

The issue is now resolved on latest snapshot. Thank you so much

diogosena commented 1 month ago

This is happening again, wifi connection is ok, but the wwan interface not getting an IP address at boot, restarting the wwan interface works as a workaround.

OpenWrt SNAPSHOT r27419-3c152904c2

funnylinux commented 1 month ago

OpenWrt SNAPSHOT r27082-b733b6acb5

I'm having exactly the same issue. I tried to execute the command of "ifdown wwan && ifup wwan" in CLI but this didn't work. I also tried the "/etc/init.d/network restart", still got the same result. wwan won't get the IP address. I have to click on the restart button for wwan interface in Luci GUi, then wwan interface can get the IP address.

Edit: Installed OpenWrt SNAPSHOT r27497-1a288670d9. This version resolved the issue.