I recently got a raspberry pi zero w. However, I can't get it to connect to my router for an internet connection. I am setting up the raspi in headless mode. When the rpi is powered on, the ACT light flickers around for a minute and then stays on indefinitely. The rpi is not showing up on the router device list. I added the wpa_supplicant.conf and ssh files to the root folder of the boot partition. They are not deleted after first boot, which indicates a problem but I don't know what. Below is the contents of the wpa_supplicant.conf file.
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="[correct ssid]"
psk="[correct psk]"
key_mgmt=WPA-PSK
}- Change EOL to unix using notepad++
- Use PiBakery to generate image on microSD card with wifi settings preset
- Checked if microSD card isn't fake (it isn't)
- Flashed an older version of raspbian (~2017) onto microSD card
- Reflashing microSD card
I am unable to connect the rpi to a monitor as I do not have a miniHDMI cable/adapter, nor am I planning to get one.
Any help is appreciated,
-Desiro444