how can I disable my unit from entering sleep mode?
Using Ubuntu 14.04 Mini-ISO. Don't have a gui.
how can I disable my unit from entering sleep mode?
Using Ubuntu 14.04 Mini-ISO. Don't have a gui.
From terminal edit the acpi-support file. I have used nano, you can use any other editor:
sudo nano /etc/default/acpi-support
Then set SUSPEND_METHODS="none"
Save the file.
Then:
sudo /etc/init.d/acpid restart