New Rpi 3B+, fresh download of Raspian image, Boots OK, Goes through the setup (localization, time zone, etc), and even finds my WiFi AP and asks for my password.
But, WiFi says "Wlan0 not associated" And ifconfig shows a rather strange IP address for eth0, and only an IPV6 address for wlan0.
As stated above- this is right out of the box with a fresh burn of Raspian. I didn't add anything to the /root of the SD card (ssh or wpa_supplicant.conf files).
So, any guesses why I am not getting a network connection?
Note, this is not my first Pi and getting the network to connect is a major headache every time. I normally just clone a working SD card, but I wanted to start this Pi with a fresh Raspian download.
a rather strange IP address for eth0
if you have nothing connected to eth0, I'd be surprised if it had any IP address at all – Jaromanda X Jan 16 '19 at 22:33WEP
(which is insecure) the automatic procedure will not work. You may find some answers for setting upWEP
e.g. https://raspberrypi.stackexchange.com/q/69639/8697 – Milliways Jan 17 '19 at 01:49ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US
network={ ssid="Kaywinnet" key_mgmt=NONE wep_key0=806194edb8 }
– user3573562 Jan 18 '19 at 03:36