Invece di chiedere aiuto ad Autodelta via mp come faccio sempre... questa volta gli chiedo aiuto pubblicamente.
Così magari può tornare utile anche ad altri...
Ebbene... stavo trafficando con l'Acerone e Ubuntu per risolvere il problema della ventola perennemente in funzione.
La guida da me trovata suggeriva di fare così:
----------------------------
* Ensure you have dmidecode installed, so acerfand can detect which bios version you have. It's probably installed by default already. If not, execute:
sudo aptitude install dmidecode
*
Download the acer_ec.pl script (Direct download).
*
Download the acerfand daemon script (Direct download). (New version (2008-10-19) adding support to BIOS 3305)
* Execute these lines in a terminal in the directory you downloaded the above scripts:
chmod a+x acerfand sudo cp acer_ec.pl acerfand /usr/local/bin/
* To run it straight away:
sudo acerfand
* Note, you need the correct bios for this to work correctly. To see if the acerfand script is working, you can check the system log after you have run the *sudo acerfand* command:
#sudo tail -f /var/log/syslog Oct 9 02:04:36 lilput acerfand: acerfand 0.03 starting Oct 9 02:04:36 lilput acerfand: Detected bios version v0.3301 Oct 9 02:04:36 lilput acerfand: Unsupported bios version v0.3301 found. Aborting.
*
There is information about updating your bios here: Acer Aspire One BIOS 3304
The latest BIOS upgrade v0.3309 causes the fan to cycle between off and full speed while acerfand is running for acerfand version 0.6 or less. A workaround is described on the AspireOneUser forums Simply modify two lines in the acerfand bash script so it looks like this:
case "$BIOS_VERSION" in "${BIOS_VERSION_3309}") #change: handle 3309 seperate 0xAF -> 0x21 R_FAN=55 R_TEMP=58 FAN_CMD_OFF=21 FAN_CMD_AUTO=00 RAW_FAN_STATE_OFF="0x21"
If you upgrade to BIOS version 3310, the current version of acerfand (v 0.7 at time of writing) throws an unsupported BIOS error. Since the fan control is not changed by this BIOS update, change the acerfand script like so:
BIOS_VERSION_3109="v0.3109" BIOS_VERSION_3114="v0.3114" BIOS_VERSION_3304="v0.3304" BIOS_VERSION_3305="v0.3305" BIOS_VERSION_3309="v0.3309" #add 3310 BIOS support BIOS_VERSION_3310="v0.3310" ... case "$BIOS_VERSION" in "${BIOS_VERSION_3309}" | "${BIOS_VERSION_3310}") #change: handle 3309 seperate 0xAF -> 0x20 ...
------------------------------------
Una volta fatto tutto...la ventola effettivamente si spegne, ma dopo 20 secondi netti.....si spegne anche il pc.
Allora ho provato ad agire d'istinto.. e (visto che ho il bios 3310) ho modificato anche la riga
RAW_FAN_STATE_OFF="0x21"
mettendo 0x20 come suggerito qui sopra... ma in realtà non completamente detto.
Io non so cosa questo cambi in realtà.... ma ho notato che così la ventola si spegne ed il pc no... :D:D
Tutto bene..direte voi.
No. O forse ni.... dato che non so se questa mia interpretazione possa provocare danni.
La ventola, dopo qualche minuto non è ancora ripartita... e non ho idea di quanto tempo dovrebbe impiegare per ripartire!!
La domanda è: sto bruciando il pc??
edit: link alla guida
https://help.ubuntu.com/community/AspireOne110L#Fan%20Control