Results 1 to 6 of 6

Thread: Can't get Elantech Touchpad to work - Asus A42F

  1. #1
    Join Date
    Oct 2008
    Beans
    158
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Can't get Elantech Touchpad to work - Asus A42F

    I have been unable to configure my Touchpad on my Asus A42F. When I first installed Arch two days ago, after running Xorg -configure, the touchpad worked with two finger scrolling, multi-touch clicking, etc. However, I was unable to run anything like gsynaptics, or change any settings in /etc/X11/xorg.conf.d/ to change things like clicking behavior or disabling the touchpad while typing.

    Under xinput list, my pointing device was listed as a Logitech Wheel Mouse, instead of some sort of trackpad.

    Upon researching the issue, I discovered that this behavior was due to a problem with a kernel driver, but had been fixed in the 2.6.34 kernel. So I went ahead and upgraded, hopefully to allow myself to be able to start configuring the touchpad.

    I have attached my current xorg.0.log, xorg.conf, and xinput list output. So far, my touchpad does absolutely nothing (I don't believe it is even being loaded).

    Can anyone help me get this thing going?

    EDIT: I managed to solve my issue by running the following commands:
    Code:
    echo "options psmouse force_elantech=1" | sudo tee -a /etc/modprobe.d/psmouse.conf
    sudo rmmod psmouse && sudo modprobe psmouse
    My touchpad now works perfectly, and xinput list shows the following:
    Quote Originally Posted by xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ SynapticsTouchpad id=6 [slave pointer (2)]
    ⎜ ↳ ETPS/2 Elantech Touchpad
    Attached Files Attached Files
    Last edited by transmition; July 22nd, 2010 at 08:16 AM. Reason: Resolved Issue
    √ is /

  2. #2
    Join Date
    Jul 2010
    Beans
    4

    Thumbs up Re: Can't get Elantech Touchpad to work - Asus A42F

    Asus ePC 1015PE - Lucid

    Thank you for this. As strange as it may sound, I had the same problem as you did, but I was trying to turn the touchpad off; not on.

    Code:
    echo "options psmouse force_elantech=1" | sudo tee -a /etc/modprobe.d/psmouse.conf
    Drove me to the brink of madness trying to simply turn the thing off; would have thought they would hardwire such an obvious feature, but that is just me.

    At least I can turn it off. Now to make these function keys useful...

  3. #3
    Join Date
    Feb 2007
    Beans
    22

    Re: Can't get Elantech Touchpad to work - Asus A42F

    I'm also trying to work out a way of turning off the touchpad on my 1015PE but I want to be able to do it either dynamically, when typing or manually, with FN-F3.

    Adding the above options turned off the touchpad completely, I needed to remove the options and restart to turn it back on. Is there any way of marrying this with either detecting typing or with a function key?

  4. #4
    Join Date
    Oct 2005
    Beans
    14

    Re: Can't get Elantech Touchpad to work - Asus A42F

    thank you. it worked like a charm

  5. #5
    Join Date
    Nov 2011
    Beans
    3

    Re: Can't get Elantech Touchpad to work - Asus A42F

    i tried this code

    echo "options psmouse force_elantech=1" | sudo tee -a /etc/modprobe.d/psmouse.conf
    sudo rmmod psmouse && sudo modprobe psmouse

    but then instead my touchpad stopped working
    before i could still use it but when i input the code it is disabled

    any help?

  6. #6
    Join Date
    Jan 2008
    Beans
    5

    Re: Can't get Elantech Touchpad to work - Asus A42F

    This 'fix' is probably obsolete as newer Kernels are unlikely to know the 'force_elantech' parameter.

    If this borks your Trackbad you can remove the line from /etc/modprobe.d/psmouse.conf:
    sudo vi /etc/modprobe.d/psmouse.conf
    Then reload the module
    sudo modprobe psmouse
    Last edited by evengrift; December 20th, 2011 at 09:53 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •