so I've setup my Raspberry Pi Zero W with latest Raspbian img. Whenever I tried to connect it to the main router the syslog always says:
Feb 17 23:20:36 raspberrypi dhcpcd[252]: wlan0: waiting for carrier
Feb 17 23:20:36 raspberrypi dhcpcd[252]: wlan0: carrier acquired
Feb 17 23:20:36 raspberrypi dhcpcd[252]: DUID 00:01:00:01:23:4f:5c:ba:b8:27:eb:ce:72:2a
Feb 17 23:20:36 raspberrypi dhcpcd[252]: wlan0: IAID eb:ce:72:2a
Feb 17 23:20:36 raspberrypi dhcpcd[252]: wlan0: adding address fe80::2e45:eacb:2a5b:a805
Feb 17 23:20:36 raspberrypi dhcpcd[252]: wlan0: carrier lost
Feb 17 23:20:36 raspberrypi dhcpcd[252]: wlan0: deleting address fe80::2e45:eacb:2a5b:a805
Feb 17 23:21:03 raspberrypi dhcpcd[252]: timed out
Feb 17 23:21:03 raspberrypi dhcpcd[252]: forked to background, child pid 358
My wpa_supplicant.conf file looks like this:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="my_ssid"
psk="my_pw"
key_mgmt=WPA-PSK
}
When I change the network config to connect to another router or hotspot everything is fine, but not with the router provided by my ISP which it seems to be a "MitraStar GPT-2541GNAC".
Thanks