Backport module

For the old method, check Old_Backport_module

Download and build

First you need to download source code:

You can use git:

git clone git://git.iksaif.net/acpi4asus-dkms.git

Or download directly an archive: http://git.iksaif.net/?p=acpi4asus-dkms.git;a=snapshot;h=master;sf=tgz

Then build the modules with make

Test

Remote all the old modules

modprobe -r asus-laptop
modprobe -r asus-nb-wmi
modprobe -r asus-wmi
modprobe -r eeepc-wmi
modprobe -r eeepc-laptop

Load your modules (load asus-wmi.ko first for eeepc-wmi and asus-nb-wmi !):

insmod asus-wmi.ko
insmod eeepc-wmi.ko

or

insmod asus-laptop.ko

Install

make install
reboot