Topic: Installing elmurato ACPI scripts on the EEEPC 701
There's a bit of confusion on the forums as to exactly how you install the elmurato ACPI scripts. To help new users, the following procedure worked on my vanilla install of CrunchBang. On reboot, the EEE icon changes to the new 'mirrored Es', and the new functions (overclock, fan speed, etc) all work fine. I have confirmed the overclocking is working too, by running a
cat /proc/eee/fsbSo... to install the scripts from start to finish, copy/paste the following into a terminal:
sudo apt-get remove eee-control
wget http://www.informatik.uni-bremen.de/~elmurato/EeePC/Intrepid_Eeeasy-Scripts.tar.gz
tar xfvz Intrepid_Eeeasy-Scripts.tar.gz
cd Intrepid_Eeeasy-Scripts/
chmod +x acpi-scripts.sh
./acpi-scripts.sh installOnce this has finished running (you might have to hit enter on the last line, or answer any questions that pop up), reboot and hopefully it should work.
Good luck!
Last edited by w1zard (2009-02-23 13:29:03)