To fix this:

Make sure following stuff is installed:
cvs
build-essential
kernel headers and kernel source for your kernel

1. (Get acpi4asus sources from CVS)
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/acpi4asus login 
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/acpi4asus co -P acpi4asus

2. (make and make install as root)
cd acpi4asus
sudo make
sudo make install

3. (remove asus_acpi and insert module asus-laptop into kernel)
sudo modprobe -r asus_acpi
sudo modprobe asus-laptop

4. (put asus-laptop into /etc/modules and remove asus-acpi(if any))
sudo gedit /etc/modules

5. (Copy acpi4asus/sample into ~/.asus_acpid, and configure)
mkdir ~/.asus_acpid
cp acpi4asus/sampe/* -R ~/.asus_acpid

6. (Run asus_acpid as user)
(You can add it to your sessions (System => Preferences => Sessions => Add))

7. (Change /etc/X11/xorg.conf if you want to switch on/off your touchpad
(this is totally optional))

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "on" <---- add this
EndSection

Sources:
http://sourceforge.net/cvs/?group_id=81433
http://ubuntuforums.org/showthread.php?t=511782
http://forums.fedoraforum.org/showthread.php?t=158654

-- 
Asus Laptop ACPI Extras version 0.30, unsupported model V1S
https://bugs.launchpad.net/bugs/154612
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to