EDIT: visto che ormai ho reinstallato Ubuntu e per un paio di giorni avrei bisogno di avere il notebook utilizzabile volevo tenere Ubuntu.
A questo punto faccio il boot con acpi=off e una volta entrato nel sistema operativo da terminale do
Codice: Seleziona tutto
sudo /etc/init.d/acpid start
Codice: Seleziona tutto
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service acpid start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start acpid
start: Job is already running: acpid
