Page 10 of 32 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 312

Thread: HP Mini 210 touchpad right click not working

  1. #91
    Join Date
    Jun 2005
    Location
    São José, SC, Brasil
    Beans
    48
    Distro
    Ubuntu Development Release

    Re: HP Mini 210 touchpad right click not working

    Quote Originally Posted by bigbrovar View Post
    Thanks, at times like this I really miss the thanks button. any idea if it works on 10.04?
    Every time I used a 10.04-based system (Mint, Ubuntu, UNR) in my 210, it worked OOTB. The only catch is that the height of the button area is smaller than it should, but our frend up there has the hack for it.
    Qüi sphincter habit, temorum possuit.

  2. #92
    Join Date
    Jan 2009
    Location
    Glasgow, Scotland
    Beans
    27
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: HP Mini 210 touchpad right click not working

    None of those worked for me either. I've got a hp 210-1000, this is the output from the terminal when i tried the source code edit option, i'm using ubuntu 10.04 64bit:-

    samfraser@samfraser-laptop:~$ sudo apt-get install build-essential linux-source

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    build-essential is already the newest version.
    linux-source is already the newest version.
    The following packages were automatically installed and are no longer required:
    linux-headers-2.6.32-21-generic linux-headers-2.6.32-21
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.

    samfraser@samfraser-laptop:~$ gedit linux-source-2.6.32/drivers/input/mouse/synaptics.c

    samfraser@samfraser-laptop:~$ gedit linux-source-2.6.32/drivers/input/mouse/makefile

    samfraser@samfraser-laptop:~$ mv linux-source-2.6.32/drivers/input/mouse/makefile linux-source-2.6.32/drivers/input/mouse/Makefile
    samfraser@samfraser-laptop:~$

    samfraser@samfraser-laptop:~$ cat linux-source-2.6.32/drivers/input/mouse/Makefile


    obj-m := psmouse.o

    psmouse-objs := psmouse-base.o synaptics.o

    psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
    psmouse-$(CONFIG_MOUSE_PS2_ELANTECH) += elantech.o
    psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
    psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
    psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
    psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
    psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o
    psmouse-$(CONFIG_MOUSE_PS2_SENTELIC) += sentelic.o




    KDIR := /lib/modules/$(shell uname -r)/build
    PWD := $(shell pwd)
    default:
    $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules

    install:
    @cp psmouse.ko /lib/modules/$(shell uname -r)/kernel/drivers/input/mouse


    samfraser@samfraser-laptop:~$ cd linux-source-2.6.32/

    samfraser@samfraser-laptop:~/linux-source-2.6.32$ cd drivers/input/mouse
    samfraser@samfraser-laptop:~/linux-source-2.6.32

    samfraser@samfraser-laptop:~/linux-source-2.6.32/drivers/input/mouse$ make

    make -C /lib/modules/2.6.32-24-generic/build SUBDIRS=/home/samfraser/linux-source-2.6.32/drivers/input/mouse modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.32-24-generic'
    CC [M] /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.o
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: In function ‘clickpad_process_packet’:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:344: warning: statement with no effect
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:344: error: expected ‘;’ before ‘{’ token
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: At top level:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:377: error: redefinition of ‘clickpad_process_packet’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:338: note: previous definition of ‘clickpad_process_packet’ was here
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: In function ‘clickpad_process_packet’:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:400: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:401: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:402: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:404: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: At top level:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:416: error: redefinition of ‘clickpad_process_packet’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:377: note: previous definition of ‘clickpad_process_packet’ was here
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: In function ‘clickpad_process_packet’:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:439: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:440: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:441: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:443: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: At top level:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:455: error: redefinition of ‘clickpad_process_packet’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:416: note: previous definition of ‘clickpad_process_packet’ was here
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: In function ‘clickpad_process_packet’:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:478: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:479: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:480: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:482: error: ‘struct synaptics_data’ has no member named ‘prev_hw’
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c: In function ‘synaptics_process_packet’:
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.c:565: error: implicit declaration of function ‘SYN_CAP_CLICKPAD’
    make[2]: *** [/home/samfraser/linux-source-2.6.32/drivers/input/mouse/synaptics.o] Error 1
    make[1]: *** [_module_/home/samfraser/linux-source-2.6.32/drivers/input/mouse] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-24-generic'
    make: *** [default] Error 2
    Last edited by samfraser; September 12th, 2010 at 12:31 PM.

  3. #93
    Join Date
    Sep 2007
    Location
    Cambodia
    Beans
    88
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: HP Mini 210 touchpad right click not working

    Hi samfraser,

    You said you are using 64bit, but you have a hp 210-1000? Is this correct? If you have the exact same version as me (32bit) then I could just send you the compiled module to test.


    Even though our kernel versions are the same, the line numbers in your error messages do not appear to correspond to the line numbers in my source files. I suspect you have a typing error in your source code, but in addition to this there may be other errors.

    I suggest you send me your entire
    /home/samfraser/linux-source-2.6.32/drivers/input/mouse
    directory as a zip file so I can see exactly what the source code looks like.

    In the meantime, I suggest you try following John Baptist's post again http://ubuntuforums.org/showpost.php...0&postcount=54
    If you can get this to work, it may be all you need.

    Garvan
    Last edited by Sisophon2001; October 27th, 2010 at 04:10 AM.
    Desktop: Dell, Intel Core 2 Duo E7500 @ 2.93Ghz, 2GiB RAM, Linux Mint 13 Maya.
    Net-book: SAMSUNG N148-Plus, 2x Intel Atom CPU N450 @1.66Ghz, 1GB RAM, lubuntu 12.04.
    Laptop: Dell, Intel i5 @2.5Ghz, 4GB RAM, Win 7

  4. #94
    Join Date
    Sep 2010
    Beans
    2

    Re: HP Mini 210 touchpad right click not working

    Guys, can sombeody overcome this issue on Maverick?...

  5. #95
    Join Date
    Mar 2006
    Beans
    122

    Re: HP Mini 210 touchpad right click not working

    I haven't had any luck with it. I don't know where the problem lies - is the relevant patch in the kernel? If so, is it just that the device isn't recognised properly? Has the relevant patch to X been applied?

    I haven't mucked around with kernels before, so I don't know where to start.

  6. #96
    Join Date
    Jan 2009
    Beans
    13
    Distro
    Ubuntu 9.10 Karmic Koala

    Talking Re: HP Mini 210 touchpad right click not working

    Quote Originally Posted by pauljwells View Post
    Lucid uses the udev architecture for input device control, apparently :-S

    I found this on the Debian Wiki:

    http://wiki.debian.org/SynapticsTouchpad



    You have to delete the psmouse.modprobe file from /etc/modprobe.d/ if you used the psmouse kludge before, then create the 99-synaptics.rules file and fill in the above text and reboot. For me it got left and right mouse clicks working and also right hand edge scrolling, nice!

    There is a whole section in the Ubuntu docs about setting this up here:

    http://manpages.ubuntu.com/manpages/...naptics.4.html

    Maybe we can have a play around and improve on the Debian file?
    After following these instructions I was able to get the vertical scrolling working on my HP mini 311 with alps touch pad. I am unable to use 2-finger-scrolling however.

  7. #97
    Join Date
    Sep 2010
    Beans
    4

    Re: HP Mini 210 touchpad right click not working

    Quote Originally Posted by MsKK View Post
    THANK YOU!!!! This was just what I was looking for. It worked!! If someone figures out how to make this permanent (without having to execute everytime one reboots) I will change the status of the thread as solved.
    Not working for ubuntu 10.04.
    :~$ synclient TapButton2=3 HorizTwoFingerScroll=1 VertTwoFingerScroll=1 EmulateTwoFingerMinZ=29 EmulateTwoFingerMinW=5 JumpyCursorThreshold=200
    Couldn't find synaptics properties. No synaptics driver loaded?
    Instructions on Page 1 fixed normal working of my touchpad. Scrolling/Multitouch is not working.

  8. #98
    Join Date
    Oct 2010
    Beans
    2

    Re: HP Mini 210 touchpad right click not working

    http://ubuntuforums.org/showpost.php...0&postcount=54
    John Baptist's instructions as per that post do not work for me on my pavilion dm3, which uses a similar trackpad and encounters similar problems.

    I am running 10.10 and out of the box the touchpad exhibits the same erratic behavior described by users running 9.10 and under.

    The psmouse hack from the first page or so of this thread will make right click work again but not everything else.

    If anyone else is running 10.10 and has a solution to get the touchpad working as it does under windows it would be much appreciated.

  9. #99
    Join Date
    Oct 2010
    Beans
    2

    Re: HP Mini 210 touchpad right click not working

    note: I moved the file minus the .txt to /usr/share/X11/xorg.conf.d as this is where the relevant directory is in 10.10.

  10. #100
    Join Date
    Oct 2010
    Beans
    2

    Re: HP Mini 210 touchpad right click not working

    Quote Originally Posted by Sabot View Post
    To get the trackpad working correctly you need to use the terminal and enter in the below commands. Make sure you press enter after each command:

    Code:
    sudo su
    Code:
    echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe
    Code:
    reboot
    Once the computer reboots your trackpad will be able to do left click and drag and right clicking.
    how can this be undone?

Page 10 of 32 FirstFirst ... 8910111220 ... 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
  •