You have obviously modified /etc/dhcpcd.conf
which is presumably the cause of your problem; either the contents are corrupt or the permissions wrong.
As you have not explained what you did or shown the contents or permissions and obscured relevant details it is difficult to make any concrete suggestions.
You should restore /etc/dhcpcd.conf
to its default. (It is best practice to ALWAYS make a backup copy of systems files before modifying them.)
If you can not do this, either restore from your backup or do a fresh installation - preferably NOT using NOOBS
NOOBS contains instructions for installation.
Judging from the fragments that are visible, you appear to have attempted to set a Static IP Address. This is not recommended in most cases, but if you want to
How to set up Static IP Address explains alternatives and instructions on how to do it properly.
How to set up networking/WiFi is a more general guide to configuring Raspbian networking.
PS It is recommended that when editing system files you use sudoedit
rather than sudo nano
.
mount | grep ext4
– Jaromanda X Oct 08 '20 at 05:23/etc/dhcpcd.conf
which is presumably the cause of your problem. DO NOT paste pictures paste TEXT. NOTE there is ABSOLUTELY no point in trying to obscure private IP addresses. – Milliways Oct 08 '20 at 05:42sudo systemctl daemon-reload
andsudo systemctl restart dhcpcd.service
. Then do these commands, edit your question and paste its text output to it:ls -l /etc/dhcpcd.conf
andsystemctl status dhcpcd.service
. Don't use screenshots as images! – Ingo Oct 08 '20 at 08:37/etc/dhcpcd.conf
(for whatever reason) which you have not explained. Without this any further comment is futile. – Milliways Oct 08 '20 at 10:46