Hello all
I need your advice
I have installed OpenWrt on my router
I have another router at home and I am trying to connect through WiFi to the OpenWrt system on the home router
But when I try to search for Wi-Fi networks, no network appears in the search, knowing that I am surrounded by several Wi-Fi networks!
Attach the content of your network file
root@OpenWrt:/etc/config# cat 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 'fdab:35c1:38dd::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '10.71.71.1'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '8.8.8.8'
list dns '1.1.1.1'
list dns '8.8.4.4'
config device
option name 'eth0.2'
option macaddr '74:da:88:f2:6c:b2'
config interface 'wan'
option proto 'dhcp'
option preedns '0'
option device 'eth0.2'
option type 'bridge'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '2 3 4 5 0t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '1 0t'
config interface 'wwan'
option proto 'dhcp'
Set your country code to ensure it will use all channels that are legal in your country. When the radio is configured with a client, it will seek that AP and lock to its channel, regardless of the channel setting. Until then it should be as @lleachii said, set to a specific non-DFS channel that is legal in your country to optimize blind scanning.
When you intend to use the "Join Network" button it is best to start with a default configuration and let the join script set everything up. Click this button only once from a default configuration, after that if you want to change to a different AP do it manually. Or install travelmate to assist with changing APs often.
Put custom DNS servers in the wwan section not lan.
I tried to enter the 2.4 frequency in the settings file through ssh, but the wifi signal stops because the frequency does not exist!
What do you think is the solution
The 2.4 chip is not supported. This model will operate only on 5 GHz with OpenWrt.
You'll have to replace this with a different model to use 2.4. It looks relatively simple to TFTP recover it back to stock firmware then return it to the store.
Indeed, this is the reason that was preventing the networks from appearing, and I verified this using another router now that I have installed OpenWrt
I have all networks !