I had everything running great, all modules installed, then rebooted and when I tried to bring up the raspberrypi 4 again in Powershell, I got this: Could not resolve hostname raspberrypi.local: No such host is known.
What is happening?
I had everything running great, all modules installed, then rebooted and when I tried to bring up the raspberrypi 4 again in Powershell, I got this: Could not resolve hostname raspberrypi.local: No such host is known.
What is happening?
Here’re the steps to connect to your Raspberry Pi:
raspberrypi
, but if you modified it, use the new hostname (e.g., raspberrypi.local
→ new-hostname.local
)..local
resolution fails, use the Pi’s IP address directly:ping <Pi’s_IP_address> ssh pi@<Pi’s_IP_address>
Example: ssh pi@192.168.1.100
If you don’t know the IP, you can connect a display and boot the system. After successful startup, the IP will be shown in the top-right corner of the screen. This requires that you configured the Wi-Fi network during system setup or that your Pi 5 is connected via an Ethernet cable.