Hi@all,
I've successfully installed OpenWrt for FritzBox 7530.
Everything works fine but enabling 2,4GHz AP doesn't work.
Unlike this there is no problem with 5GHz at all. But activating 2,4 only shows Bitrate: ? Mbit/s
Is there some way to fix that? I know it worked before in the past for like 1 day.
Cheers
/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 device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.128.1'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '9.9.9.9'
list dns '1.1.1.1'
cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/a000000.wifi'
option channel 'auto'
option band '2g'
option cell_density '1'
option htmode 'HT20'
option country 'DE'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/a800000.wifi'
option channel '36'
option band '5g'
option htmode 'VHT80'
option country 'DE'
option cell_density '0'
config wifi-iface 'wifinet0'
option device 'radio1'
option mode 'ap'
option ssid 'WiFi5SSID'
option encryption 'sae'
option key 'WiFi5Key'
option network 'lan'
config wifi-iface 'wifinet1'
option device 'radio0'
option mode 'ap'
option ssid 'WiFI2SSID'
option encryption 'psk2'
option key 'WiFi2Key'
option network 'lan'
logread
Mon Mar 4 08:50:59 2024 daemon.notice netifd: Wireless device 'radio0' is now down
Mon Mar 4 08:51:08 2024 daemon.notice netifd: radio0 (19006): WARNING: Variable 'data' does not exist or is not an array/object
Mon Mar 4 08:51:09 2024 daemon.notice hostapd: Set new config for phy phy0:
Mon Mar 4 08:51:09 2024 daemon.notice wpa_supplicant[1131]: Set new config for phy phy0
Mon Mar 4 08:51:09 2024 daemon.notice wpa_supplicant[1131]: Set new config for phy phy0
Mon Mar 4 08:51:09 2024 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Mon Mar 4 08:51:09 2024 daemon.notice hostapd: Restart interface for phy phy0
Mon Mar 4 08:51:09 2024 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=DE ieee80211d=1 hw_mode=g supported_rates=60 90 120 180 240 360 480 540 basic_rates=60 120 240 beacon_int=100 #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][DSSS_CCK-40] channel=acs_survey interface=phy0-ap0 bssid=48:5d:35:ac:7b:92 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 skip_inactivity_poll=0 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 wpa_passphrase=WiFi2Key wpa_psk_file=/var/run/hostapd-phy0-ap0.psk auth_algs=1 wpa=2 wpa_pairwise=CCMP ssid=WiFi2SSID bridge=br-lan wds_bridge= snoop_iface=br-lan wpa_disable_eapol_key_retries=0 wpa_key_mgmt=WPA-PSK okc=0 disable_pmksa_caching=1 dynamic_vlan=0 vlan_naming=1 vlan_no_bridge=1 vlan_fil
Mon Mar 4 08:51:11 2024 kern.warn kernel: [350782.331741] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
Mon Mar 4 08:51:11 2024 kern.warn kernel: [350782.331815] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.366549] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.370199] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.650026] ath10k_ahb a000000.wifi: rts threshold -1
Mon Mar 4 08:51:11 2024 kern.warn kernel: [350782.652151] ath10k_ahb a000000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.664996] br-lan: port 6(phy0-ap0) entered blocking state
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.665397] br-lan: port 6(phy0-ap0) entered disabled state
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.672332] device phy0-ap0 entered promiscuous mode
Mon Mar 4 08:51:11 2024 daemon.notice hostapd: phy0-ap0: interface state UNINITIALIZED->COUNTRY_UPDATE
Mon Mar 4 08:51:11 2024 daemon.notice hostapd: ACS: Automatic channel selection started, this may take a bit
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.680060] device phy0-ap0 left promiscuous mode
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.682025] br-lan: port 6(phy0-ap0) entered disabled state
Mon Mar 4 08:51:11 2024 daemon.notice hostapd: phy0-ap0: interface state COUNTRY_UPDATE->ACS
Mon Mar 4 08:51:11 2024 daemon.notice hostapd: phy0-ap0: ACS-STARTED
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.752404] br-lan: port 6(phy0-ap0) entered blocking state
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.752486] br-lan: port 6(phy0-ap0) entered disabled state
Mon Mar 4 08:51:11 2024 kern.info kernel: [350782.757864] device phy0-ap0 entered promiscuous mode
Mon Mar 4 08:51:11 2024 daemon.notice netifd: Wireless device 'radio0' is now up