Il problema è legato all'acpi. Avevo scritto un post per sapere se qualcuno aveva trovato della documentazione riguardante l'acpi ma nessuno mi ha risposto.
Il problema si pone quando carichi i moduli della batteria e dell'alimentatore.
Per risolvere il problema bisogna modificare lo script:
- Codice: Seleziona tutto
/etc/acpi/events/default
io siccome non uso nulla a parte il power ho fatto diventare così:
- Codice: Seleziona tutto
# This is the ACPID default configuration, it takes all
# events and passes them to /etc/acpi/default.sh for further
# processing.
# event keeps a regular expression matching the event. To get
# power events only, just use something like "event=button power.*"
# to catch it.
# action keeps the command to be executed after an event occurs
# In case of the power event above, your entry may look this way:
event=button/power.*
#action=/etc/acpi/acpi_handler.sh %e
action=/sbin/init 0
# Optionally you can specify the placeholder %e. It will pass
# through the whole kernel event message to the program you've
# specified.
#event=.*
#action=/etc/acpi/acpi_handler.sh %e
Solo che non è un buon metodo ma non avendo trovato una documentazione inerente sono andato a tentativi.