Results 1 to 9 of 9

Thread: Touchpad not working. Easynote TE. Ubuntu 12.04

  1. #1
    Join Date
    Nov 2007
    Location
    DK
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Touchpad not working. Easynote TE. Ubuntu 12.04

    Hey you all.
    After a recent update my laptop blavked out and refused to boot. Therefore I did a clean install, which has been causing me problems ever since. The most recent version that I can get near to installing and get to work is 12.04. Here, however the touchpad doesn't work. It didn't either on my previous installation, but back then I got it to work. I've been trying to find the fix, but can't find anything that works.
    I can get the pointer to move, but it's extremely laggy, and totally unusable.

    Can anyone help with a fix?

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    I can get the pointer to move, but it's extremely laggy, and totally unusable.
    "I can get.." - means you have to do something to make it move or is it movable by default, just laggy?

    Please show us the output of -
    Code:
    xinput
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    Nov 2007
    Location
    DK
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    Quote Originally Posted by varunendra View Post
    "I can get.." - means you have to do something to make it move or is it movable by default, just laggy?

    Please show us the output of -
    Code:
    xinput
    Hey.
    Thanks for answering
    By that I mean that I have to touch the touchpad to make it move Sorry for the unclarity.

    xinput gives
    Code:
    jonas@nidlap:~$ xinput
    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ ETPS/2 Elantech Touchpad                	id=13	[slave  pointer  (2)]
    ⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
        ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
        ↳ Power Button                            	id=6	[slave  keyboard (3)]
        ↳ Video Bus                               	id=7	[slave  keyboard (3)]
        ↳ Power Button                            	id=8	[slave  keyboard (3)]
        ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
        ↳ HD WebCam                               	id=11	[slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard            	id=12	[slave  keyboard (3)]
        ↳ Acer WMI hotkeys                        	id=14	[slave  keyboard (3)]

  4. #4
    Join Date
    Nov 2007
    Location
    DK
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    From looking through other threads (where you were actually the one to come up with the solution) I tried
    Code:
    echo "blacklist acer_wmi" | sudo tee -a /etc/modprobe.d/blacklist.conf
    As well as
    Code:
    xinput --float "ETPS/2 Elantech Touchpad"
    xinput --reattach "ETPS/2 Elantech Touchpad" "Virtual core pointer"
    None of them with any luck.

  5. #5
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    Quote Originally Posted by Nidding View Post
    By that I mean that I have to touch the touchpad to make it move Sorry for the unclarity.
    What?? Really?? Sooo.. outdated..
    Mine here moves by my brain-waves !

    Anyway, here's one more common fix, although this one, as well as the ones you tried are all supposed to fix a 'totally dead' touchpad, while yours is just laggy.

    Please also try -
    Code:
    sudo modprobe -rv psmouse
    sudo modprobe -v psmouse
    If that doesn't help, next -
    Code:
    sudo modprobe -rv psmouse
    sudo modprobe -v psmouse proto=imps
    If still no improvement, please post the outputs of -
    Code:
    synclient
    dmesg | grep -i touchpad
    lsmod
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  6. #6
    Join Date
    Nov 2007
    Location
    DK
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    Quote Originally Posted by varunendra View Post
    What?? Really?? Sooo.. outdated..
    Mine here moves by my brain-waves !
    Whoa! Gotta go out and get me one of them soon!

    Quote Originally Posted by varunendra View Post
    If that doesn't help, next -
    Code:
    sudo modprobe -rv psmouse
    sudo modprobe -v psmouse proto=imps
    This works for me
    The only thing is that it stops after reboot.

  7. #7
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    Quote Originally Posted by Nidding View Post
    This works for me
    The only thing is that it stops after reboot.
    To make it permanent, create a conf file -
    Code:
    echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmouse.conf
    It will be automatically loaded with the "proto=imps" parameter since next boot.

    Those whom it works for, often state that it breaks some functionality of the touchpad, like two finger scroll and maybe more.

    But why should I tell you that if you are happy with it? No I won't let you know, so that you easily mark the thread as [SOLVED].
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  8. #8
    Join Date
    Nov 2007
    Location
    DK
    Beans
    99
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    Yeah, well. Now at least I can point and click. It would be nice to have those features working, but then again, I'd way rather have a mouse that can do the most basic stuff than no mouse at all

    Thanks a lot for the help

  9. #9
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Touchpad not working. Easynote TE. Ubuntu 12.04

    Anytime !
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

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
  •