GL-iNet AX1800 OpenWrt firmware

New Build on my webserver.

[Flint/Slate AX] R24112 (solidus1983.duckdns.org)

  • Kernel : 6.1
  • CPU issues solved now runs full speed.

If you can all be so kind to test it for me thank you.

3 Likes

I’m currently on your previous build. Can I make it work by directly flashing sysupgrade through LuCi, or is it necessary to flash uboot first?

If you are on my builds or any openwrt build you can simply flash the sysupgrade image.

Thanks! Is it safe to keep my current configurations?

Yes you have an option for that, but it’s best practice to ensure you have a manual backup before flashing.

1 Like

@solidus1983 has this WiFi problem been fixed with the latest firmware?

@bonefire unsure if the Wireless issues have been fixed as that issue is QCA’s firmware blobs.
Last time i checked 2.7 is the latest, I will need to make an experimental build with that firmware included to test with as well.

Appreciate your work, @solidus1983. I noticed your commit [OpenWRT] Adding Suppport for IPQ60xx SOC · solidus1983/openwrt@46a68be · GitHub two days ago and was curious if you were planning an official OpenWRT pull request.

Your previous build worked well in my tests, but I couldn’t get the repeater to function on DFS channels. Is this a known limitation, or might I have overlooked a configuration?

I’m about to test your latest build.

It’s perplexing why GL-Inet hasn’t updated their build. My AXT-1800 and MT-3000 face daily issues, not to mention the security concerns due to outdated packages. Meanwhile, my $30 TP-Link Archer C6v3 with OpenWRT runs flawlessly for months. GL-Inet really needs to address their firmware; currently, it feels like I paid to be a beta tester.

Thank you!

2 Likes

There is more then just one person on this and as such i don’t know whom is putting in the PR for OpenWRT just yet. right now its getting everything working nicely first before adding to master.

Unfortunately, repeater on DFS channel still not working on latest build, here config and logs:

root@OpenWrt:~# uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.path='platform/soc/c000000.wifi'
wireless.radio0.channel='124'
wireless.radio0.band='5g'
wireless.radio0.htmode='HE80'
wireless.radio0.txpower='7'
wireless.radio0.cell_density='0'
wireless.radio0.country='HK'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.ssid='OpenWrt'
wireless.default_radio0.encryption='none'
wireless.default_radio0.disabled='1'
wireless.radio1=wifi-device
wireless.radio1.type='mac80211'
wireless.radio1.path='platform/soc/c000000.wifi+1'
wireless.radio1.channel='13'
wireless.radio1.band='2g'
wireless.radio1.htmode='HE40'
wireless.radio1.country='DE'
wireless.radio1.cell_density='0'
wireless.radio1.txpower='7'
wireless.radio1.disabled='1'
wireless.default_radio1=wifi-iface
wireless.default_radio1.device='radio1'
wireless.default_radio1.network='lan'
wireless.default_radio1.mode='ap'
wireless.default_radio1.ssid='OpenWrt'
wireless.default_radio1.encryption='none'
wireless.default_radio1.disabled='1'
wireless.wifinet2=wifi-iface
wireless.wifinet2.device='radio0'
wireless.wifinet2.mode='sta'
wireless.wifinet2.network='wwan'
wireless.wifinet2.ssid='uplink'
wireless.wifinet2.bssid='00:00:00:00:00:00'
wireless.wifinet2.encryption='sae'
wireless.wifinet2.key='0123456789'
wireless.wifinet3=wifi-iface
wireless.wifinet3.device='radio0'
wireless.wifinet3.mode='ap'
wireless.wifinet3.ssid='ap'
wireless.wifinet3.encryption='none'
wireless.wifinet3.network='lan'
wireless.wifinet3.disabled='1'

root@OpenWrt:~# logread -f
Thu Oct 12 10:38:54 2023 daemon.notice netifd: radio0 (9241): sh: out of range
Thu Oct 12 10:38:54 2023 daemon.notice wpa_supplicant[4154]: Set new config for phy phy0
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: Restart interface for phy phy0
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=HK ieee80211d=1 ieee80211h=1 hw_mode=a beacon_int=100 chanlist=124 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][DSSS_CCK-40] ieee80211ac=1 vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=122 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-2][BF-ANTENNA-2][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7] ieee80211ax=1 he_oper_chwidth=1 he_oper_centr_freq_seg0_idx=122 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_inf
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.293129] br-lan: port 3(phy0-ap0) entered blocking state
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.293179] br-lan: port 3(phy0-ap0) entered disabled state
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.297841] device phy0-ap0 entered promiscuous mode
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: interface state UNINITIALIZED->COUNTRY_UPDATE
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: interface state COUNTRY_UPDATE->DFS
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: DFS-CAC-START freq=5620 chan=124 sec_chan=1, width=1, seg0=122, seg1=0, cac_time=60s
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: AP-DISABLED
Thu Oct 12 10:38:54 2023 daemon.err hostapd: hostapd_free_hapd_data: Interface phy0-ap0 wasn't started
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: nl80211: deinit ifname=phy0-ap0 disabled_11b_rates=0
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.389794] device phy0-ap0 left promiscuous mode
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.389977] br-lan: port 3(phy0-ap0) entered disabled state
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: interface state DFS->DISABLED
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.476226] br-lan: port 3(phy0-ap0) entered blocking state
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.476271] br-lan: port 3(phy0-ap0) entered disabled state
Thu Oct 12 10:38:54 2023 kern.info kernel: [  783.480834] device phy0-ap0 entered promiscuous mode
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: interface state DISABLED->COUNTRY_UPDATE
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: interface state COUNTRY_UPDATE->DFS
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: DFS-CAC-START freq=5620 chan=124 sec_chan=1, width=1, seg0=122, seg1=0, cac_time=60s
Thu Oct 12 10:38:54 2023 daemon.notice hostapd: phy0-ap0: DFS-CAC-COMPLETED success=0 freq=5620 ht_enabled=0 chan_offset=0 chan_width=3 cf1=5610 cf2=0
Thu Oct 12 10:38:54 2023 daemon.notice wpa_supplicant[4154]: Set new config for phy phy0
Thu Oct 12 10:38:54 2023 daemon.notice netifd: Wireless device 'radio0' is now up
Thu Oct 12 10:38:56 2023 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Thu Oct 12 10:38:56 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Thu Oct 12 10:38:56 2023 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Thu Oct 12 10:39:59 2023 daemon.notice hostapd: phy0-ap0: DFS-CAC-COMPLETED success=1 freq=5620 ht_enabled=0 chan_offset=0 chan_width=3 cf1=5610 cf2=0
Thu Oct 12 10:39:59 2023 daemon.notice hostapd: phy0-ap0: interface state DFS->ENABLED
Thu Oct 12 10:39:59 2023 daemon.notice hostapd: phy0-ap0: AP-ENABLED
Thu Oct 12 10:40:01 2023 daemon.notice hostapd: phy0-ap0: DFS-PRE-CAC-EXPIRED freq=5580 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5580 cf2=0
Thu Oct 12 10:40:01 2023 daemon.notice wpa_supplicant[4154]: phy0-sta0: Unknown event 54
Thu Oct 12 10:40:01 2023 daemon.notice hostapd: phy0-ap0: DFS-PRE-CAC-EXPIRED freq=5600 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5600 cf2=0
Thu Oct 12 10:40:01 2023 daemon.notice wpa_supplicant[4154]: phy0-sta0: Unknown event 54
Thu Oct 12 10:40:01 2023 daemon.notice hostapd: phy0-ap0: DFS-PRE-CAC-EXPIRED freq=5620 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5620 cf2=0
Thu Oct 12 10:40:01 2023 daemon.notice wpa_supplicant[4154]: phy0-sta0: Unknown event 54
Thu Oct 12 10:40:01 2023 daemon.notice hostapd: phy0-ap0: DFS-PRE-CAC-EXPIRED freq=5640 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5640 cf2=0
Thu Oct 12 10:40:01 2023 daemon.notice wpa_supplicant[4154]: phy0-sta0: Unknown event 54

Thanks for the logs, i take it you mean using the device as a repeater.

Might need to upgrade the Wireless firmware to which i shell do in a bit waiting on current compiles on server to finish first.

However you can get the firmware from upstream-wifi-fw/ath11k-firmware/IPQ6018/hw1.0/2.7.0.1/WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1 at main · quic/upstream-wifi-fw (github.com) and then simply scp it to the router in /lib/firmware area where the original files are and then reboot.

Or try a different WPAD install.

Right i am now in process of compiling from clean an experimental version with the 2.6.0.1 firmware blobs for the wireless, once completed it will be r24114 in the experimental folder.

Yes, the device is connection to an AP on channel 124 and I want to enable it as an AP as well.
Did the firmware swapping, station mode to external AP works, as soon as I activate AP functionality on the device, it errors out, starting with:

Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] qcom-q6v5-wcss-pil cd00000.remoteproc: fatal error received:
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] QC Image Version: QC_IMAGE_VERSION_STRING=WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] Image Variant : IMAGE_VARIANT_STRING=6018.wlanfw.evalQ
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309]
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309]     :Excep  :0 Exception detectedparam0 :zero, param1 :zero, param2 :zero.
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] Thread ID      : 0x00000069  Thread name    : WLAN RT0  Process ID     : 0
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] Register:
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] SP : 0x4ba861a0
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] FP : 0x4ba861b8
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] PC : 0x4ad17680
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] SSR : 0x00000001
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] BADVA : 0x0000037f
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] LR : 0x4ad17600
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309]
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] Stack Dump
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] from : 0x4ba861a0
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309] to   : 0x4ba86730
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.404309]
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.450494] remoteproc remoteproc0: crash detected in cd00000.remoteproc: type fatal error
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.472761] remoteproc remoteproc0: handling crash #1 in cd00000.remoteproc
Thu Oct 12 13:50:27 2023 kern.err kernel: [10278.481045] remoteproc remoteproc0: recovering cd00000.remoteproc

Let me know if the full log would be useful.

Are you building with 2.6.0.1 as you encountered issues with 2.7.0.1 ?

Same issue when swapping in 2.6.0.1 fw.

Will try your r24114 when it comes up.

Thank you!

Swapping in wifi fw 2.7.0.1 and replacing wpad-basic-mbedtls with wpad-mbedtls also unsuccessful.

@meo The firmware crashing like that is the main reason why i am sticking with 2.5.0.1 atm for snapshot builds and only trying 2.6 and 2.7 to experimental builds.

The only people that can fix that issue is Qualcomm i would think.

@solidus1983, regarding version 2.5, is there a recognized problem with the repeater on DFS channels? Any chance of a fix? I’m inclined towards OpenWRT builds; GL-Inet ones have been unpredictably unreliable and a challenge to work with. A reliable repeater on DFS channels is essential for a travel router, given its primary use case is to connect to an existing AP where we don’t have control over its channel.

Thank you!

Will look into it see if anything could be done but no promises as I soon be returning to work so time will be a factor again.

1 Like

Logs after enabling local AP with fw r24114 (device already connected to external AP on ch124):

Thu Oct 12 23:11:33 2023 daemon.notice netifd: radio0 (9636): sh: out of range
Thu Oct 12 23:11:33 2023 daemon.notice wpa_supplicant[4769]: Set new config for phy phy0
Thu Oct 12 23:11:33 2023 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Thu Oct 12 23:11:33 2023 daemon.notice hostapd: Restart interface for phy phy0
Thu Oct 12 23:11:33 2023 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=HK ieee80211d=1 ieee80211h=1 hw_mode=a beacon_int=100 chanlist=124 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][DSSS_CCK-40] ieee80211ac=1 vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=122 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-2][BF-ANTENNA-2][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7] ieee80211ax=1 he_oper_chwidth=1 he_oper_centr_freq_seg0_idx=122 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_inf
Thu Oct 12 23:11:33 2023 daemon.info ModemManager[9752]: hotplug: add network interface phy0-ap0: event processed
Thu Oct 12 23:11:33 2023 daemon.debug ModemManager[9752]: hotplug: event reported: action=add, name=phy0-ap0, subsystem=net
Thu Oct 12 23:11:33 2023 daemon.err ModemManager[9752]: hotplug: parent device sysfspath not found
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] qcom-q6v5-wcss-pil cd00000.remoteproc: fatal error received:
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] QC Image Version: QC_IMAGE_VERSION_STRING=WLAN.HK.2.6.0.1-00861-QCAHKSWPL_SILICONZ-1
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] Image Variant : IMAGE_VARIANT_STRING=6018.wlanfw.evalQ
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167]
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167]     :Excep  :0 Exception detectedparam0 :zero, param1 :zero, param2 :zero.
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] Thread ID      : 0x00000069  Thread name    : WLAN RT0  Process ID     : 0
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] Register:
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] SP : 0x4ba81ad0
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] FP : 0x4ba81ae8
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] PC : 0x4ad34b28
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] SSR : 0x00000001
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] BADVA : 0x0000037f
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] LR : 0x4ad34aa8
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167]
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] Stack Dump
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] from : 0x4ba81ad0
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167] to   : 0x4ba82078
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.516167]
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.562378] remoteproc remoteproc0: crash detected in cd00000.remoteproc: type fatal error
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.584599] remoteproc remoteproc0: handling crash #1 in cd00000.remoteproc
Thu Oct 12 23:11:34 2023 daemon.info [6359]: <info>  [qrtr-bus-watcher] qrtr node 7 removed
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.592928] remoteproc remoteproc0: recovering cd00000.remoteproc
Thu Oct 12 23:11:34 2023 kern.info kernel: [  325.625763] remoteproc remoteproc0: stopped remote processor cd00000.remoteproc
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.626256] ath11k c000000.wifi: failed to find peer 00:00:00:00:00:00 on vdev 1 after creation
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.632045] ath11k c000000.wifi: failed to find peer vdev_id 1 addr 00:00:00:00:00:00 in delete
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.640756] ath11k c000000.wifi: failed peer 00:00:00:00:00:00 delete vdev_id 1 fallback ret -22
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.649295] ath11k c000000.wifi: failed to vdev 1 create peer for AP: -2
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.658442] ath11k c000000.wifi: failed to submit WMI_VDEV_DELETE_CMDID
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.665006] ath11k c000000.wifi: failed to delete WMI vdev 1: -108
Thu Oct 12 23:11:34 2023 daemon.err hostapd: Could not set interface phy0-ap0 flags (UP): No such file or directory
Thu Oct 12 23:11:34 2023 daemon.err hostapd: nl80211: Could not set interface 'phy0-ap0' UP
Thu Oct 12 23:11:34 2023 daemon.notice hostapd: nl80211: deinit ifname=phy0-ap0 disabled_11b_rates=0
Thu Oct 12 23:11:34 2023 kern.info kernel: [  325.672831] br-lan: port 3(phy0-ap0) entered blocking state
Thu Oct 12 23:11:34 2023 kern.info kernel: [  325.677544] br-lan: port 3(phy0-ap0) entered disabled state
Thu Oct 12 23:11:34 2023 kern.info kernel: [  325.683303] device phy0-ap0 entered promiscuous mode
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.688812] ath11k c000000.wifi: failed to send WMI_REQUEST_STATS cmd
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.693818] ath11k c000000.wifi: could not request fw stats (-108)
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.700117] ath11k c000000.wifi: failed to request fw pdev stats: -108
Thu Oct 12 23:11:34 2023 daemon.err hostapd: nl80211 driver initialization failed.
Thu Oct 12 23:11:34 2023 daemon.notice hostapd: phy0-ap0: CTRL-EVENT-TERMINATING
Thu Oct 12 23:11:34 2023 daemon.err hostapd: hostapd_free_hapd_data: Interface phy0-ap0 wasn't started
Thu Oct 12 23:11:34 2023 daemon.notice hostapd: Failed to bring up phy phy0 ifname=phy0-ap0 with supplicant provided frequency
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.708503] ath11k c000000.wifi: failed to send WMI_PDEV_BSS_CHAN_INFO_REQUEST cmd
Thu Oct 12 23:11:34 2023 kern.info kernel: [  325.715545] phy0-sta0: deauthenticating from 00:00:00:00:00:00 by local choice (Reason: 3=DEAUTH_LEAVING)
Thu Oct 12 23:11:34 2023 daemon.notice netifd: Network device 'phy0-sta0' link is down
Thu Oct 12 23:11:34 2023 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Thu Oct 12 23:11:34 2023 daemon.notice netifd: wwan (9183): udhcpc: received SIGTERM
Thu Oct 12 23:11:34 2023 daemon.notice netifd: wwan (9183): udhcpc: unicasting a release of 192.168.1.244 to 192.168.1.1
Thu Oct 12 23:11:34 2023 daemon.notice netifd: wwan (9183): udhcpc: sending release
Thu Oct 12 23:11:34 2023 daemon.notice netifd: wwan (9183): udhcpc: entering released state
Thu Oct 12 23:11:34 2023 daemon.notice netifd: wwan (9183): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wwan" } (Permission denied)
Thu Oct 12 23:11:34 2023 daemon.notice netifd: Interface 'wwan' is now down
Thu Oct 12 23:11:34 2023 kern.info kernel: [  325.893069] phy0-sta0: HW problem - can not stop rx aggregation for 00:00:00:00:00:00 tid 7
Thu Oct 12 23:11:34 2023 kern.err kernel: [  325.893280] phy0-sta0: failed to remove key (0, 00:00:00:00:00:00) from hardware (-108)
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.900363] ------------[ cut here ]------------
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.908230] WARNING: CPU: 1 PID: 4769 at sta_set_sinfo+0xcac/0xd30 [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.913096] Modules linked in: pppoe ppp_async option ath11k_ahb ath11k usb_wwan qmi_wwan pppox ppp_generic mac80211 ipt_REJECT huawei_cdc_ncm cfg80211 cdc_ncm cdc_ether xt_u32 xt_time xt_tcpudp xt_tcpmss xt_string xt_statistic xt_state xt_recent xt_quota xt_policy xt_pkttype xt_physdev xt_owner xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_iprange xt_iface xt_hl xt_helper xt_hashlimit xt_esp xt_ecn xt_dscp xt_conntrack xt_connmark xt_connlimit xt_connlabel xt_connbytes xt_comment xt_cgroup xt_bpf xt_addrtype xt_TCPMSS xt_REDIRECT xt_NETMAP xt_MASQUERADE xt_LOG xt_HL xt_FLOWOFFLOAD xt_DSCP xt_CT xt_CLASSIFY wireguard usbserial usbnet ts_kmp ts_fsm ts_bm tcp_bbr slhc sch_cake qrtr_tun qrtr_smd qrtr_mhi qrtr qmi_helpers nf_reject_ipv4 nf_log_syslog nf_flow_table nf_conntrack_netlink nf_conncount mhi mdio_gpio mdio_bitbang macvlan libchacha20poly1305 ipvlan iptable_raw iptable_nat iptable_mangle iptable_filter ipt_ah ipt_ECN ip_tables crc_ccitt compat chacha_neon cdc_wdm
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.913456]  br_netfilter arptable_filter arpt_mangle arp_tables act_vlan sch_teql sch_sfq sch_multiq sch_gred sch_fq sch_dsmark sch_codel em_text em_nbyte em_meta em_cmp act_skbmod act_simple act_pedit act_csum libcrc32c em_ipset act_connmark sch_tbf sch_ingress sch_htb sch_hfsc em_u32 cls_u32 cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred act_gact pwm_fan gpio_fan hwmon i2c_gpio i2c_algo_bit trelay cryptodev xt_set ip_set_list_set ip_set_hash_netportnet ip_set_hash_netport ip_set_hash_netnet ip_set_hash_netiface ip_set_hash_net ip_set_hash_mac ip_set_hash_ipportnet ip_set_hash_ipportip ip_set_hash_ipport ip_set_hash_ipmark ip_set_hash_ipmac ip_set_hash_ip ip_set_bitmap_port ip_set_bitmap_ipmac ip_set_bitmap_ip ip_set nfnetlink ip6table_nat nf_nat nf_conntrack nf_defrag_ipv4 ip6t_NPT ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 ksmbd cifs_arc4 ip6_gre ip_gre gre ifb nat46 nf_defrag_ipv6 ip6_udp_tunnel udp_tunnel sit ipip
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  325.984826]  ip6_tunnel tunnel6 tunnel4 ip_tunnel veth tun ntfs nls_utf8 nls_iso8859_1 nls_cp437 crypto_user algif_skcipher algif_rng algif_hash algif_aead af_alg seqiv michael_mic md5 md4 echainiv uas usb_storage gpio_keys leds_gpio xhci_plat_hcd xhci_pci xhci_hcd dwc3 dwc2 roles dwc3_qcom fsl_mph_dr_of ehci_platform ehci_fsl ehci_hcd qca_nss_dp qca_ssdk vfat fat ext4 mbcache jbd2 exfat button_hotplug input_core mii crc32c_generic
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.109260] CPU: 1 PID: 4769 Comm: wpa_supplicant Not tainted 6.1.56 #0
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.131494] Hardware name: GL Technologies, Inc. AXT1800 (DT)
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.138092] pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.143994] pc : sta_set_sinfo+0xcac/0xd30 [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.150762] lr : sta_set_sinfo+0xca8/0xd30 [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.155971] sp : ffffffc00ee9b710
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.161003] x29: ffffffc00ee9b710 x28: ffffff8011b699ba x27: 00000000000000c0
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.164308] x26: 0000000000000000 x25: ffffff8008d18ef0 x24: ffffff8011b68940
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.171425] x23: ffffff801357faa8 x22: ffffff8011b68940 x21: ffffff8008d188a0
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.178544] x20: 0000000000000000 x19: ffffff801357f000 x18: 0000000000000178
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.185661] x17: 64726168206d6f72 x16: 66202935303a6631 x15: ffffffc008c2bf78
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.192780] x14: 0000000000000468 x13: 0000000000000178 x12: 00000000ffffffea
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.199899] x11: ffffffc0013249d8 x10: ffffffc00ee9b5f0 x9 : ffffffc00ee9b610
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.207015] x8 : 0000000000000024 x7 : ffffff8003b83000 x6 : 0000000000008e20
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.214134] x5 : ffffffc01738d000 x4 : 0000000000000000 x3 : ffffff80060d5400
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.221253] x2 : 0000000000000000 x1 : ffffff80060d5400 x0 : 00000000ffffff94
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.228370] Call trace:
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.235479]  sta_set_sinfo+0xcac/0xd30 [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.237742]  __sta_info_flush+0x124/0x1ac [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.242603]  ieee80211_disable_rssi_reports+0x3a98/0x4184 [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.247641]  ieee80211_mgd_deauth+0x154/0x2f0 [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.253974]  ieee80211_color_change_finish+0x1344/0x1f70 [mac80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.259271]  cfg80211_mlme_deauth+0x78/0xd0 [cfg80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.265258]  cfg80211_check_station_change+0x3168/0x3530 [cfg80211]
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.270470]  genl_family_rcv_msg_doit+0xb8/0x11c
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.276630]  genl_rcv_msg+0x108/0x230
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.281488]  netlink_rcv_skb+0x5c/0x130
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.285048]  genl_rcv+0x38/0x50
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.288693]  netlink_unicast+0x1e8/0x2d4
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.291819]  netlink_sendmsg+0x1a0/0x3d0
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.295986]  ____sys_sendmsg+0x1c8/0x270
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.299892]  ___sys_sendmsg+0x7c/0xc0
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.303798]  __sys_sendmsg+0x48/0xb0
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.307358]  __arm64_sys_sendmsg+0x24/0x30
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.311004]  invoke_syscall.constprop.0+0x5c/0x104
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.314911]  do_el0_svc+0x58/0x17c
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.319683]  el0_svc+0x18/0x54
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.323068]  el0t_64_sync_handler+0xf4/0x120
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.326107]  el0t_64_sync+0x174/0x178
Thu Oct 12 23:11:34 2023 kern.warn kernel: [  326.330534] ---[ end trace 0000000000000000 ]---
Thu Oct 12 23:11:34 2023 daemon.notice wpa_supplicant[4769]: phy0-sta0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3 locally_generated=1
Thu Oct 12 23:11:34 2023 daemon.notice wpa_supplicant[4769]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all
Thu Oct 12 23:11:34 2023 daemon.info avahi-daemon[6208]: Withdrawing address record for 192.168.1.244 on phy0-sta0.
Thu Oct 12 23:11:34 2023 daemon.info avahi-daemon[6208]: Leaving mDNS multicast group on interface phy0-sta0.IPv4 with address 192.168.1.244.
Thu Oct 12 23:11:34 2023 daemon.info avahi-daemon[6208]: Interface phy0-sta0.IPv4 no longer relevant for mDNS.
Thu Oct 12 23:11:34 2023 daemon.notice netifd: Interface 'wwan' is disabled
Thu Oct 12 23:11:34 2023 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Thu Oct 12 23:11:34 2023 daemon.notice netifd: Interface 'wwan' is enabled
Thu Oct 12 23:11:34 2023 daemon.notice ttyd[7951]: [2023/10/12 23:11:34:9203] N: rops_handle_POLLIN_netlink: DELADDR
Thu Oct 12 23:11:34 2023 daemon.notice wpa_supplicant[4769]: phy0-sta0: PMKSA-CACHE-REMOVED 00:00:00:00:00:00 0
Thu Oct 12 23:11:34 2023 daemon.notice wpa_supplicant[4769]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all
Thu Oct 12 23:11:34 2023 daemon.notice wpa_supplicant[4769]: nl80211: deinit ifname=phy0-sta0 disabled_11b_rates=0
Thu Oct 12 23:11:35 2023 kern.err kernel: [  326.422961] ath11k c000000.wifi: failed to clear rx_filter for monitor status ring: (-108)
Thu Oct 12 23:11:35 2023 daemon.info avahi-daemon[6208]: Interface phy0-sta0.IPv6 no longer relevant for mDNS.
Thu Oct 12 23:11:35 2023 daemon.info avahi-daemon[6208]: Leaving mDNS multicast group on interface phy0-sta0.IPv6 with address fe80::.
Thu Oct 12 23:11:35 2023 daemon.notice ttyd[7951]: [2023/10/12 23:11:35:0552] N: rops_handle_POLLIN_netlink: DELADDR
Thu Oct 12 23:11:35 2023 daemon.info avahi-daemon[6208]: Withdrawing address record for fe80:: on phy0-sta0.
Thu Oct 12 23:11:35 2023 daemon.err wpa_supplicant[4769]: rmdir[ctrl_interface=/var/run/wpa_supplicant]: Permission denied
Thu Oct 12 23:11:35 2023 daemon.notice netifd: Interface 'wwan' is disabled
Thu Oct 12 23:11:35 2023 daemon.info ModemManager[10038]: hotplug: remove network interface phy0-sta0: event processed
Thu Oct 12 23:11:35 2023 daemon.debug ModemManager[10038]: hotplug: event reported: action=remove, name=phy0-sta0, subsystem=net
Thu Oct 12 23:11:35 2023 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=HK ieee80211d=1 ieee80211h=1 hw_mode=a beacon_int=100 chanlist=124 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][DSSS_CCK-40] ieee80211ac=1 vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=122 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-2][BF-ANTENNA-2][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7] ieee80211ax=1 he_oper_chwidth=1 he_oper_centr_freq_seg0_idx=122 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_inf
Thu Oct 12 23:11:35 2023 daemon.err hostapd: Could not set interface phy0-ap0 flags (UP): Cannot send after socket shutdown
Thu Oct 12 23:11:35 2023 daemon.err hostapd: nl80211: Could not set interface 'phy0-ap0' UP
Thu Oct 12 23:11:35 2023 daemon.notice hostapd: nl80211: deinit ifname=phy0-ap0 disabled_11b_rates=0
Thu Oct 12 23:11:35 2023 daemon.err hostapd: nl80211 driver initialization failed.
Thu Oct 12 23:11:35 2023 daemon.notice hostapd: phy0-ap0: CTRL-EVENT-TERMINATING
Thu Oct 12 23:11:35 2023 daemon.err hostapd: hostapd_free_hapd_data: Interface phy0-ap0 wasn't started
Thu Oct 12 23:11:35 2023 daemon.notice hostapd: hostapd.add_iface failed for phy phy0 ifname=phy0-ap0
Thu Oct 12 23:11:35 2023 kern.err kernel: [  326.588525] ath11k c000000.wifi: failed to enable PMF QOS: (-108
Thu Oct 12 23:11:35 2023 kern.info kernel: [  326.644836] ath11k c000000.wifi phy0-sta0: renamed from phy0-ap0
Thu Oct 12 23:11:35 2023 daemon.info ModemManager[10079]: hotplug: move network interface phy0-sta0: event processed
Thu Oct 12 23:11:35 2023 daemon.debug ModemManager[10079]: hotplug: event reported: action=move, name=phy0-sta0, subsystem=net
Thu Oct 12 23:11:35 2023 kern.info kernel: [  326.713255] device phy0-sta0 left promiscuous mode
Thu Oct 12 23:11:35 2023 kern.info kernel: [  326.713406] br-lan: port 3(phy0-sta0) entered disabled state
Thu Oct 12 23:11:35 2023 daemon.warn [6359]: <warn>  [base-manager] couldn't handle kernel event: Invalid 'action' parameter given: 'move' (expected 'add' or 'remove')
Thu Oct 12 23:11:35 2023 daemon.notice netifd: Interface 'wwan' is enabled
Thu Oct 12 23:11:35 2023 daemon.err wpa_supplicant[4769]: Could not set interface phy0-sta0 flags (UP): Cannot send after socket shutdown
Thu Oct 12 23:11:35 2023 daemon.err wpa_supplicant[4769]: nl80211: Could not set interface 'phy0-sta0' UP
Thu Oct 12 23:11:35 2023 daemon.notice wpa_supplicant[4769]: nl80211: deinit ifname=phy0-sta0 disabled_11b_rates=0
Thu Oct 12 23:11:35 2023 daemon.err wpa_supplicant[4769]: phy0-sta0: Failed to initialize driver interface
Thu Oct 12 23:11:35 2023 daemon.notice wpa_supplicant[4769]: phy0-sta0: CTRL-EVENT-DSCP-POLICY clear_all
Thu Oct 12 23:11:35 2023 kern.err kernel: [  326.756280] ath11k c000000.wifi: failed to enable PMF QOS: (-108
Thu Oct 12 23:11:35 2023 daemon.notice wpa_supplicant[4769]: Set new config for phy phy0
Thu Oct 12 23:11:35 2023 daemon.notice netifd: Wireless device 'radio0' is now up
Thu Oct 12 23:11:35 2023 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Thu Oct 12 23:11:35 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Thu Oct 12 23:11:35 2023 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Thu Oct 12 23:11:36 2023 daemon.info [6359]: <info>  [base-manager] couldn't check support for device '/sys/devices/platform/soc/c000000.wifi': not supported by any plugin
Thu Oct 12 23:11:39 2023 kern.err kernel: [  330.872588] qcom-q6v5-wcss-pil cd00000.remoteproc: start timed out
Thu Oct 12 23:11:39 2023 kern.err kernel: [  330.872633] remoteproc remoteproc0: can't start rproc cd00000.remoteproc: -110

Yes the same person on both forums :smile: the only reason why it wasn’t linked is because i simply like to keep logs and reports separate.