Hello Dunbrokin,
Thank you for the file content! Can you please try the following?
Please open again the dhcpcd.conf
file with
sudo nano /etc/dhcpcd.conf
Delete all the lines that start with static
, if present (as is this case), thus leaving only interface eth0
. If the line interface eth0
is not present, then add it (not this case, but a useful general reminder). Do not modify anything else.
Then do:
sudo service dhcpcd restart
to make sure those changes took hold and then check the output file with
nano /etc/resolv.conf
What we have done is temporarily reset the Shake IP interface to its original setup. This should renew the configuration and possibly, solve your connectivity issue. If the Shake still doesn’t connect after this last command, try rebooting it again.
If it still doesn’t connect, please download the logs again, and post them here alongside the contents of the files dhcpcd.conf
and resolv.conf
. Thank you.
If it connects, then we will proceed in setting up point 2 and 3 on my previous list:
Let’s try to solve this with a step-by-step approach:
1) connection with a LAN cable
2) connection via WiFi
3) setting up a static IP (via WiFi or LAN, whatever you prefer)