Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 48

Thread: Acer Aspire One 725 Elantech Touchpad not working

  1. #11
    Join Date
    May 2008
    Beans
    65
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Acer Aspire One 725 Elantech Touchpad not working

    Hello All.

    I had the same problem. I found Nabarlek's solution worked, but I can't scroll. Furthermore, the 'Mouse and Touchpad' settings: there is no longer a touchpad tab (see attached). Am I missing something?


    Quote Originally Posted by NihilisticNabarlek View Post
    1. Open the Terminal
    2. cd /etc/modprobe.d/
    3. gksudo gedit options.conf
    4. In the text editor, type: options psmouse proto=imps
    5. Save the file and close it.
    6. sudo modprobe -r psmouse
    7. sudo modprobe psmouse
    Any further help'd be appreciated! Cheers.
    Attached Images Attached Images

  2. #12
    Join Date
    Sep 2011
    Beans
    6

    Re: Acer Aspire One 725 Elantech Touchpad not working

    I also used this

    (Originally Posted by NihilisticNabarlek
    Open the Terminal
    cd /etc/modprobe.d/
    gksudo gedit options.conf
    In the text editor, type: options psmouse proto=imps
    Save the file and close it.
    sudo modprobe -r psmouse
    sudo modprobe psmouse)

    method, but it says this:

    sasukeskapa@sasukeskapa-AO725:/etc/modprobe.d$ sudo modprobe -r psmouse
    WARNING: All config files need .conf: /etc/modprobe.d/options.comf, it will be ignored in a future release.
    sasukeskapa@sasukeskapa-AO725:/etc/modprobe.d$ sudo modprobe psmouse
    WARNING: All config files need .conf: /etc/modprobe.d/options.comf, it will be ignored in a future release.
    sasukeskapa@sasukeskapa-AO725:/etc/modprobe.d$

    And after reboot it forgets everything and I have to do it again.
    Isn't there a permanent solution??? Also what could be the problem here???
    (I'm using a Kubuntu 12.04)
    (Also the scrolling doesn't working.)

    After a next reboot now it works
    Only the scrolling left to repair
    Last edited by sasukeskapa; August 14th, 2012 at 02:51 PM.

  3. #13
    Join Date
    Jul 2009
    Beans
    14

    Smile Re: Acer Aspire One 725 Elantech Touchpad not working

    Quote Originally Posted by NihilisticNabarlek View Post
    Ok, turns out this solution from the link above works, though no scrolling:

    This is a way to create a file that fixed my Aspire One, so I'm sharing it:

    1. Open the Terminal
    2. cd /etc/modprobe.d/
    3. gksudo gedit options.conf
    4. In the text editor, type: options psmouse proto=imps
    5. Save the file and close it.
    6. sudo modprobe -r psmouse
    7. sudo modprobe psmouse
    This worked, but the notification are is goofy. You can fn-F7 to togle off and on, but the notification icon always shows the "off" graphic. So for those of you who tried the above and think it doesn't work after rebooting, try fn-F7 even if it keeps showing you the "turned off" graphic.

  4. #14
    Join Date
    Jul 2012
    Beans
    6

    Re: Acer Aspire One 725 Elantech Touchpad not working (SOLVED WITH NO HACKS!)

    FIXED WITH NO HACKS YEAH!!!!!


    Finally got Elantech touchpad working perfectly. Follow the following instructions, reboot and you're golden

    ELANTECH TOUCHPAD

    In TERMINAL type the following:
    Code:
    sudo gedit /etc/X11/xorg.conf
    Then COPY and PASE the following in the file. Save it, reboot and voila it works, multitouch and all!
    Code:
    Section "InputClass"
    	Identifier "ETPS/2 Elantech Touchpad"
    	MatchProduct "ETPS/2 Elantech Touchpad"
    	MatchDevicePath "/dev/input/event*"
    	Driver "synaptics"
    	Option "TapButton1" "1"
    	Option "TapButton2" "3"
    	Option "TapButton3" "2"
    	Option "VertTwoFingerScroll" "1"
    	Option "HorizTwoFingerScroll" "1"
    	Option "CoastingSpeed" "10"
    	Option "EdgeMotionMinZ" "30"
    	Option "EdgeMotionMaxZ" "40"
    	Option "EdgeMotionMinSpeed" "100"
    	Option "EdgeMotionMaxSpeed" "400"
    	Option "FingerLow" "9"
    	Option "FingerHigh" "12"
    	Option "EmulateMidButtonTime" "0"
    	Option "ClickPad" "True"
    	Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    EndSection
    Last edited by sandyd; September 1st, 2012 at 05:39 AM. Reason: code tags

  5. #15
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Acer Aspire One 725 Elantech Touchpad not working

    You are amazing.

    Totally.

    Touchpad fully works on my gathering-dust acer.

    Thanks!
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  6. #16
    Join Date
    Apr 2010
    Beans
    26
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Acer Aspire One 725 Elantech Touchpad not working

    I have Acer Aspire 725 netbook and I have edit xorg.conf and added the section but still touchpad is not working. Am I missing something?

  7. #17
    Join Date
    Mar 2009
    Beans
    21

    I'm having same issue

    NEC E6300 running ubuntu 12.04.. touchpad was working fine until the last update, I have run dconfig-editor, there's nothing in the box to click under 'org'. Followed instruction from Narbalek and nothing changed. No tab is showing for touchpad in systems.

    Not a coder, will follow instructions and keen to learn if anyone is willing to step me thru. Thanks.
    Last edited by MADinMelbourne; September 17th, 2012 at 04:12 AM.

  8. #18
    Join Date
    Sep 2012
    Beans
    1

    Re: Acer Aspire One 725 Elantech Touchpad not working

    hi,

    i followed the instructions from chuck glenn, same problem. it works - no scrolling.No tab is showing for touchpad in systems.

    at nihilistic nabarlek: I use linux mint 13: there is no xorg.conf, but xorg.conf.failsafe. to change this file isn´t successful.

    can you help me? thanks

  9. #19
    Join Date
    Sep 2007
    Location
    Cluj-Napoca, Romania
    Beans
    35
    Distro
    Ubuntu Development Release

    Exclamation Re: Acer Aspire One 725 Elantech Touchpad not working

    I have reported this one: https://bugs.launchpad.net/ubuntu/+s...0/+bug/1058346

    Please add more details to the report.

  10. #20
    Join Date
    Sep 2012
    Beans
    8

    Re: Acer Aspire One 725 Elantech Touchpad not working

    I have an Acer 725 - updated my ubuntu 12.04 to 12.10 and it works even with multitouch.

Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •