NextCloudPi no longer able to connect to the internet

While tinkering with my raspberry pi server it lost power during an an inopportune time. When the system booted up again, it was no longer able to properly connect to the internet (neither via Ethernet nor WiFi) - “no internet connectivity” message in the terminal.

I can still see the raspberry pi on my LAN and can still connect to it via SSH (though it will intermittently drop off at some point during the session with a network error message and refuse the connection).

I’m in over my head and don’t know quite where to begin. I believe the issue might have something to do with the contents (or lack thereof) within /etc/network/interfaces… but that’s just a guess as this is all quite outside my skill-set.

Any help or recommendations is greatly appreciated.

(Also please let me know if this is the wrong place to post my question and I will act accordingly)

My /etc/network/interfaces looks like this:

auto eth0
allow-hotplug eth0
iface eth0 inet dhcp

Hope that helps.

1 Like

Thanks for the reply! I ended up finding the solution here

$ sudo nano /boot/config.txt

and adding this snippet at the end of the file

Code:
dtparam=eee=off

in order to disable the EEE support.
sudo reboot