-
Please tell me what basic piece of info I'm missing. I have successfully installed Rasbperry Pi Os 64 (and I also tried Lite) on my Pi4. When I power it up and try to access it via my linux laptop I see the following: $ ssh [email protected] I included the proper WIFI info when I flashed the Pi4. I am running without a monitor or keyboard for the Pi4, and hoped to install BirdNET via the terminal from my laptop via SSH'ing to the Pi4. Clearly I'm missing something. Suggestions are welcomed. Please be kind if I'm doing something especially dumb. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 6 replies
-
Update: I realized that my Port 22 was not enabled on my laptop. I edited the ssh.config file to "uncomment" that Port, then tried to restart ssh and got the following: $ sudo systemctl reload sshd So. maybe progress... |
Beta Was this translation helpful? Give feedback.
-
You may have a network problem. I would check that the Pi is on your network, maybe by running: nmap 192.168.1.0/24 Then try to ssh into pi using its IP address. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Additional update: When I check the router, it does NOT show the Pi4 attached to the network. When I install Pi OS 64 I have followed the steps on the BirdNet installation guide. Is there something else I need to do to ensure that my Pi will attach to the network? Maybe I need to find my HDMI cable and my keyboard and hook the Pi up to my TV to see what's going on... |
Beta Was this translation helpful? Give feedback.
-
HUGE progress. I reflashed the Pi OS Lite (64 bit) the Pi4 showed up in my router's list of Connected Devices (as WIFIdevice0, not as the name I assigned to it in the installation of Pi OS). By using the ip address associated with my Pi4 I was able to ssh to connect to it (I think. I suppose maybe I was within my own laptop the whole time -- see error message below) and I entered the BirdNET installation command from the Installation Guide, and got this message: BirdNET-Pi requires a 64-bit OS. I tried to go to the suggested url and got This site can’t provide a secure connection Still seeking advice. |
Beta Was this translation helpful? Give feedback.
-
And... correcting my previous comment. I reflashed the Pi4 with the Legacy 64-bit lite BULLSEYE version, and it appeares to have worked better. My prior comment suggested that the Pi4 showed up on my router as WIFIDevice0 -- that was apparently not the case, as it NOW shows up under the name I assigned (WIFIDevice0 is still there - not sure what it is). I can SSH to it using either the name or the ip address, but it does not accept the password that I offer (which afaIk is the one I entered via rpi-imager. So, some progress. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I don't know why Caddy is doing that. But not scary, so just ssh into Pi then try to reboot:-
sudo shutdown now -r
You may still have an installation issue.