Page 5 of 17 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 168

Thread: Ubuntu 12.04 lts Hp touchpad right click problem

  1. #41
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    Quote Originally Posted by earthwormgym View Post
    Thanks for getting back to me. It's devided up vertically not horizontally as I first said.

    What I'd like ideally is to only have the buttons section devided into left and right buttons (no middle button) and have the rest of the pad as a left button. Failing that just being able to get rid of the middle button would be good. Is there any way to configure how it is devided?
    Are you familiar with c programming? If so then modifying the source code in the patch is straightforward, you can diff it against the original kernel source and you will be able to see where my changes are. If not then let me know and I will do a version with no middle button, just left and right buttons.

  2. #42
    Join Date
    May 2012
    Beans
    2

    Re: Ubuntu 12.04 lts Hp touchpad right click problem[SOLVED]

    Thanks for the driver! Works like a charm

  3. #43
    Join Date
    Sep 2008
    Beans
    66
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    how do uninstall this if I wanted to? It did fix the right click issue but the click and drag is much worse for me. I'm on an HP folio 13

  4. #44
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    Quote Originally Posted by sportsdude81 View Post
    how do uninstall this if I wanted to? It did fix the right click issue but the click and drag is much worse for me. I'm on an HP folio 13
    Hi sportsdude81,

    There are a few fixes in this thread, which one did you use?

    Cheers,
    TK

  5. #45
    Join Date
    May 2012
    Beans
    2

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    Quote Originally Posted by AnotherMuggle

    1. Download the attached file to your computers desktop
    2. sudo apt-get install dkms build-essential
    3. cd ~/Desktop
    4. tar jxvf psmouse-3.2.0-24-generic-pae.tar.bz2
    5. sudo mv psmouse-3.2.0-24-generic-pae /usr/src
    6. cd /usr/src
    7. sudo chmod -R a+rx psmouse-3.2.0-24-generic-pae
    8. sudo dkms add -m psmouse -v 3.2.0-24-generic-pae
    9. sudo dkms build -m psmouse -v 3.2.0-24-generic-pae
    10. sudo dkms install -m psmouse -v 3.2.0-24-generic-pae
    11. sudo modprobe -r psmouse
    12. sudo modprobe psmouse
    13. sudo dkms status
    Thank you for this. It works great on my HP Folio 13 with the slightest of modifications -

    For anyone using X86 , it seems you can download this package, rename it to the appropriate version instead of "3.2.0-24-generic-pae" (which you can find by typing uname -a), editing the "PACKAGE_VERSION" in dkms.conf and modifying the above instructions to suit.

  6. #46
    Join Date
    Jun 2012
    Beans
    1

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    The patch works perfectly!! Thank you so much sir!

  7. #47
    Join Date
    Jun 2012
    Beans
    2

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    Quote Originally Posted by AnotherMuggle View Post
    As promised I have attached my mouse driver patch for kernel 3.2.0-24-generic-pae. I am using this patch myself but I only just finished tinkering with it so I can't promise anything regarding reliability or whether the patch will work for other people. Hopefully it will help some people out!

    1. Download the attached file to your computers desktop
    2. sudo apt-get install dkms build-essential
    3. cd ~/Desktop
    4. tar jxvf psmouse-3.2.0-24-generic-pae.tar.bz2
    5. sudo mv psmouse-3.2.0-24-generic-pae /usr/src
    6. cd /usr/src
    7. sudo chmod -R a+rx psmouse-3.2.0-24-generic-pae
    8. sudo dkms add -m psmouse -v 3.2.0-24-generic-pae
    9. sudo dkms build -m psmouse -v 3.2.0-24-generic-pae
    10. sudo dkms install -m psmouse -v 3.2.0-24-generic-pae
    11. sudo modprobe -r psmouse
    12. sudo modprobe psmouse
    13. sudo dkms status

    The output of the last command should look similar to this (with no errors):
    "psmouse, 3.2.0-24-generic-pae, 3.2.0-24-generic-pae, i686: installed"

    No need to restart the computer as the driver is now loaded and the mouse should be working, including the hardware right button.

    hy, i have an mini hp 210 too...with ubuntu 12.04..and i've made all the things you said....but still doesn't work.... i sais the il correctly install..but nothing...the scrollbar doens't exist! please help me!

  8. #48
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    Quote Originally Posted by lexya000 View Post
    hy, i have an mini hp 210 too...with ubuntu 12.04..and i've made all the things you said....but still doesn't work.... i sais the il correctly install..but nothing...the scrollbar doens't exist! please help me!
    Please post the output of this command:
    Code:
    sudo dkms status
    and this command:
    Code:
    uname -a

  9. #49
    Join Date
    Jun 2012
    Beans
    1

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    Quote Originally Posted by AnotherMuggle View Post
    As promised I have attached my mouse driver patch for kernel 3.2.0-24-generic-pae.
    Perfect. Thank you so much. Works great on my HP Pavilion dv6.

  10. #50
    Join Date
    Jun 2012
    Beans
    1

    Re: Ubuntu 12.04 lts Hp touchpad right click problem

    it works perfectly.
    tanks from italy

Page 5 of 17 FirstFirst ... 3456715 ... 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
  •