Don’t worry, this is not a new release and nothing really changed besides the acerhdf module. Yes, I have updated the acerhdf module to the latest version, which is 0.5.6 and I suppose its a bit improved. I didn’t have time to test it, but I’ll get around doing that too. Beside this, I also have changed the default values for FANON, FANOFF and INTERVAL and now they are set like this:

FANON=60

FANOFF=55

INTERVAL=5

This can be overwritten by you and you can add your settings in /etc/modules or /etc/modprobe.d/acerone.conf:

options acerhdf verbose=0 fanon=67 fanoff=62 interval=5 (this is just an example, set this as you need it)

How to get kernel 2.6.30-final revision 2:

wget http://dl.robertalks.com/kernel/2.6.30-final/linux-headers-2.6.30-final_2_i386.deb

wget http://dl.robertalks.com/kernel/2.6.30-final/linux-image-2.6.30-final_2_i386.deb

How to install the new revision:

NOTE: If you are using already kernel 2.6.30-final and you wanna upgrade to this revision, please reboot your laptop/netbook into an older or different kernel and then update to this revision or remove 2.6.30-final revision 1 and then install revision 2. If you will do this when running 2.6.30-final revision 1 you may destroy you kernel installation.

sudo dpkg -i linux-headers-2.6.30-final_2_i386.deb linux-image-2.6.30-final_2_i386.deb

if it fails, please run:

sudo dpkg -i –force-all linux-headers-2.6.30-final_2_i386.deb linux-image-2.6.30-final_2_i386.deb