Hello,
I have problems with “Checking network connectivity”.
Checking network connectivity
│
│ - Command: ping -c 1 -W 5 1.1.1.1
│ - Exit code: 1
│ - DietPi version: v6.27.2 (MichaIng/master) | HW_MODEL:3 | HW_ARCH:2 | DISTRO:5
│ - Image creator: DietPi Core Team
│ - Pre-image: Raspbian Lite
│
│ Log file content:
│ PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
How I fix this:
- Reboot, becouse nothing work.
- After reboot, on all screen (for passowrd …) - chose (need to open terminal).
- sudo nano /DietPi/dietpi.txt
4.At the bottom, replace 1.1.1.1 and one.one.one.one with 8.8.8.8 (google dns)
_#------------------------------------------------------------------------------------------------------
D I E T - P I
Settings, automatically added by dietpi-update
#------------------------------------------------------------------------------------------------------
CONFIG_CHECK_CONNECTION_IP=> 1.1.1.1
CONFIG_CHECK_DNS_DOMAIN=> one.one.one.one
SOFTWARE_HOMEASSISTANT_APT_DEPS=
SOFTWARE_HOMEASSISTANT_PIP_DEPS=_
- Save file; reboot .
It work for me.
BR