A fresh installation of Sparky via MinimalGUI/CLI with Enlightenment desktop new issue:
The 'connman' and 'econnman' are installed during the system installation process, but the 'connman.service' doesn't start, even manually.
So the 'econnman' can't start too, and no connection.
The Enlightenment installation via Minimal iso removes 'network-manager' so no other tools to make connection automatically.
In situation like that, do:
1. Edit (as root) /etc/resolv.conf and past into that:
nameserver 62.179.1.60
nameserver 62.179.1.61
2. Check your interface:
su
ifconfig
if 'eth0' then:
dhclient -r eth0
dhclient eth0
Then check does it work:
ping -c 2 google.com
Edit:
Upgrading all installed, systemd related packages, including systemd-sysv resolved the problem.