I connected an Ethernet cable to my raspberry pi 4B, and from what I hear, being normal, but it's not actually connecting to the internet. Green blinking, orange solid. Here's what happened: it was slowing down WiFi, and I use it via ssh, so I used sudo rfkill block wifi
, and ssh went down. I was led to believe that it would only disable wireless connection to the internet, not Ethernet, though, then again, I'm not quite sure that it was connected via Ethernet in the first place.... Any advice? Thanks in advance!
EDIT: I just turned on WiFi, but I'm not connected wirelessly, just through an ethernet cable, and it still seems to not be working. Any help?
ifconfig
and then use the Ethernet IP to connect to withssh pi@x.x.x.x
rather than by name. When you connected by Ethernet you can then sort out the WiFi. – Aug 02 '20 at 03:57