@tsimoes79 said in Sleep mode without disable network:
There is a way to get the ES to enter sleep mode without disable the network system? Or the USB ports?
ES power saving modes only work within the front-end, they don't have any effect on the system.
What you may encounter is the WiFi adapter going into power save and disconnecting. Try running
sudo iwconfig wlan0 power off
and see if the WiFi stays on. If that solves the issue, add the command to the start-up sequence so it's run every time the system boots.