Unable to connect with correct password after first installation

Hello,

This is my first time installing OpenWRT on a GL.iNet GL-MT6000 (Flint 2). Everything looked fine while plugged in over ethernet. I set settings per the howto guide.

If I try to connect wirelessly, I can't complete. I made sure a bad password cuts out earlier and has different output.

I do not know how to debug and if there's a debug guide that starts at this point (no wireless).

Thank you for any help!

post your /etc/config/wireless and /etc/config/network files, use the </> button on top of the message window when you paste the content.

did you reset/clear the settings post/while flashing openwrt ?

I did hold the reset button down for 10 seconds thing while I was trying to debug earlier. I cannot remember if that was before or after I'd set settings.

When I next get to plny with the router, I'll use the howto guide again and, if I can't get radio, post the files you listed.

If I succeed, I'll just leave a "Thanks!".

Thank you!

/etc/config/wireless:

config wifi-device 'radio0'
	option type 'mac80211'
	option path 'platform/soc/18000000.wifi'
	option band '2g'
	option channel '1'
	option htmode 'HT20'
	option cell_density '0'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'
	option disabled '1'

config wifi-device 'radio1'
	option type 'mac80211'
	option path 'platform/soc/18000000.wifi+1'
	option band '5g'
	option channel '36'
	option htmode 'HE80'
	option cell_density '0'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'
	option disabled '1'

config wifi-iface 'wifinet2'
	option device 'radio0'
	option mode 'ap'
	option ssid 'openwrt-ng-n'
	option encryption 'psk2'
	option key 'omitted :)'

config wifi-iface 'wifinet3'
	option device 'radio1'
	option mode 'ap'
	option ssid 'openwrt-ng-ax'
	option encryption 'psk2'
	option key 'omitted :)'

/etc/config/network:

config interface 'loopback'
	option device 'lo'
	option proto 'static'
	list ipaddr '127.0.0.1/8'

config globals 'globals'
	option dhcp_default_duid 'deadbeefdeadbeefdeadbeefdeadbeefdead'
	option ula_prefix 'dead:beef:dead::/48'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'lan1'
	list ports 'lan2'
	list ports 'lan3'
	list ports 'lan4'
	list ports 'lan5'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	list ipaddr '192.168.1.1/24'
	option ip6assign '60'

config interface 'wan'
	option device 'eth1'
	option proto 'dhcp'

config interface 'wan6'
	option device 'eth1'
	option proto 'dhcpv6'

Writing over hex with deadbeef because I'm too ignorant to know what's okay to share :slight_smile:

the radios are not added to the lan network interface

Can you point me to a doc showing what to do?

Look at the other wifi interfaces

this is self inflicted, they are, by default.
either the reset didn't bite or you removed them yourself.

2 Likes

Well not intentionally. I had only used the web GUI. I must have misinterpreted something in the instructions.

It's working now. Thank you!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.