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