Hello everyone,
I'm really new to OpenWrt and to be honest i'm stuck with 2.4 GHz for now as I'm not able to enable the 5 GHz wireless network.
The SSID stays "not associated" and I am not able in any way to create the network.
I'm using the latest snapshot: r23129-a3469a90c4
I have two questions:
- How to build an older snapshot? I think there could be an issue in the current snapshot so I would like to take one old for testing purposes
- How to reinstall the stock firmware? When I try to update it through the UI I get always the check on the force checkbox but unfortunately I'm not able to restore the stock firmware.
wifi configs:
config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'ap'
option ssid 'SomeRandomName+'
option encryption 'psk2'
option key 'a_password_really_strong'
option network 'lan'
option wpa_disable_eapol_key_retries '1'
below radio1 configs
config wifi-device 'radio1'
option type 'mac80211'
option path 'some_path'
option channel '132'
option band '5g'
option htmode 'HE160'
option cell_density '0'
Below some logs:
root@OpenWrt:~# logread -f
Sun May 28 23:35:27 2023 daemon.notice hostapd: Configuration file: /var/run/hostapd-wl1.conf (phy wl1-ap0) --> new PHY
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.282899] br-lan: port 6(wl1-ap0) entered blocking state
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.288402] br-lan: port 6(wl1-ap0) entered disabled state
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.294160] device wl1-ap0 entered promiscuous mode
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.299207] br-lan: port 6(wl1-ap0) entered blocking state
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.304693] br-lan: port 6(wl1-ap0) entered forwarding state
Sun May 28 23:35:27 2023 daemon.notice hostapd: Frequency 5660 (primary) not allowed for AP mode, flags: 0x197b NO-IR RADAR
Sun May 28 23:35:27 2023 daemon.err hostapd: Primary frequency not allowed
Sun May 28 23:35:27 2023 daemon.warn hostapd: wl1-ap0: IEEE 802.11 Configured channel (132) or frequency (5660) (secondary_channel=1) not found from the channel list of the current mode (2) IEEE 802.11a
Sun May 28 23:35:27 2023 daemon.warn hostapd: wl1-ap0: IEEE 802.11 Hardware does not support configured channel
Sun May 28 23:35:27 2023 daemon.err hostapd: Could not select hw_mode and channel. (-3)
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.310827] br-lan: port 6(wl1-ap0) entered disabled state
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.318985] device wl1-ap0 left promiscuous mode
Sun May 28 23:35:27 2023 daemon.notice hostapd: wl1-ap0: interface state UNINITIALIZED->DISABLED
Sun May 28 23:35:27 2023 daemon.notice hostapd: wl1-ap0: AP-DISABLED
Sun May 28 23:35:27 2023 daemon.err hostapd: wl1-ap0: Unable to setup interface.
Sun May 28 23:35:27 2023 daemon.notice hostapd: nl80211: deinit ifname=wl1-ap0 disabled_11b_rates=0
Sun May 28 23:35:27 2023 kern.info kernel: [ 2790.323711] br-lan: port 6(wl1-ap0) entered disabled state
Sun May 28 23:35:28 2023 daemon.err hostapd: rmdir[ctrl_interface=/var/run/hostapd]: Permission denied
Sun May 28 23:35:28 2023 daemon.notice hostapd: wl1-ap0: CTRL-EVENT-TERMINATING
Sun May 28 23:35:28 2023 daemon.err hostapd: hostapd_free_hapd_data: Interface wl1-ap0 wasn't started
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): Command failed: ubus call hostapd config_add {"iface":"wl1-ap0", "config":"/var/run/hostapd-wl1.conf"} (Invalid argument)
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): Usage: ubus [<options>] <command> [arguments...]
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): Options:
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): -s <socket>: Set the unix domain socket to connect to
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): -t <timeout>: Set the timeout (in seconds) for a command to complete
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): -S: Use simplified output (for scripts)
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): -v: More verbose output
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): -m <type>: (for monitor): include a specific message type
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): (can be used more than once)
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): -M <r|t> (for monitor): only capture received or transmitted traffic
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090):
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): Commands:
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): - list [<path>] List objects
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): - call <path> <method> [<message>] Call an object method
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): - subscribe <path> [<path>...] Subscribe to object(s) notifications
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): - listen [<path>...] Listen for events
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): - send <type> [<message>] Send an event
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): - wait_for <object> [<object>...] Wait for multiple objects to appear on ubus
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): - monitor Monitor ubus traffic
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090):
Sun May 28 23:35:28 2023 daemon.notice netifd: radio1 (12090): Device setup failed: HOSTAPD_START_FAILED
Sun May 28 23:35:28 2023 daemon.notice netifd: Wireless device 'radio1' set retry=0
Sun May 28 23:35:28 2023 daemon.crit netifd: Wireless device 'radio1' setup failed, retry=0
Sun May 28 23:35:28 2023 daemon.notice netifd: Wireless device 'radio1' is now down
Sun May 28 23:35:29 2023 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Sun May 28 23:35:29 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Sun May 28 23:35:29 2023 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 0 names
Sun May 28 23:35:29 2023 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Sun May 28 23:35:30 2023 daemon.warn odhcpd[1771]: No default route present, overriding ra_lifetime!
Does that mean that I cannot enable the channel 132 or?