I'm trying to get the Raspberry Pi 0 W on my wifi network and failing. This is what I've done:
1. Insert 64GB SD Card into USB holder.
2. Insert USB holder into USB port and launch Raspberry Pi Imager v1.8.5 on my iMAC.
3. Using the Pi Imager application:
Choose Device: Raspberry Pi Zero (Models Zero, Zero W, Zero WH)
Choose OS: Raspberry Pi OS (Legacy, 32-bit) A port of Debian Bullseye with security updates and desktop environment (Recommended)
Choose Storage: Mass Storage Device Media - 63.8 GB
4. Click NEXT
5. Edit Settings, assigning hostname RPi0W, setting username and password, SSID and Password, Wireless LAN country to GB, Time zone to Europe/London, Keyboard layout to gb, Services enable SSH, Save and click YES.
6. All existing data on 'Mass Storage Device Media' will be erased. Are you sure you want to continue? Click YES button.
7. Wait for progress Writing and Verifying to reach 100%.
SD card is auto-ejected, I close Raspberry Pi Imager.
Insert SD card into Raspberry Pi 0W.
Connect Raspberry Pi keyboard which has USB mouse connected to keyboard USB hub.
Connect HDMI cable using adapter.
Connect power to Raspberry Pi 0W.
Power up Raspberry Pi 0W.
Wait for power up process to complete and desktop to be ready for use, takes a while (5-10) minutes.
From the Raspberry menu, open the Preferences submenu and select Raspberry Pi Configuration.
Network at Boot, check that it is on, slider needs to be on the right.
Click the Interfaces tab.
SSH on
Click on OK button.
I have a wpa_supplicant.conf file which exists in /etc/wpa_supplicant, I've copied it into /boot and rebooted, but when the desktop is up the network top right shows wlan0: Not associated and click it shows No Wireless LAN interfaces found.
Would could explain this because I've reviewed the content of wpa_supplicant.conf and the content is correct.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=UK
network {
ssid=“my network SSID”
psk=“my SSID password”
key_mgmt=WPA-PSK
}
[Edit] Edit wpa_supplicant.conf changing country to GB, moved back into /boot and rebooted, still nothing.