I copied the latest (April 18th) Raspbian lite image to a 32 GB SD card with Imager. Then I created an empty ssh file and the wpa_supplicant.conf file with ssid and psk as I use them on my laptop. After booting the pi I tried to ping (from Mac or Linux) it but:
ping: cannot resolve pi@raspberrypi.local: Unknown host
Here the file:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=DE
network={
ssid="myNet"
psk="xxx"
}
What could be missing? Thanks for any help
ping raspberrypi.local
. – Dirk Apr 18 '20 at 12:14Then I created an ssh folder
0 you mean empty file? I wonder if having a folder would actually work?and the wpa_supplicant.conf file with said and psk as I use them on my laptop
- in the correct format, right? – Jaromanda X Apr 18 '20 at 13:39And removing pi@ didn't help
– geistgesicht Apr 18 '20 at 13:49network={ ssid="myNet" psk="xxx" }`
The file has the correct line breaks as in [https://www.raspberrypi.org/documentation/configuration/wireless/headless.md]
– geistgesicht Apr 18 '20 at 14:25/boot/ssh
and then look afterwards into that directory, is/boot/ssh
still there? Please address me with @Ingo, otherwise I won't see your reply. – Ingo Apr 20 '20 at 19:31