Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Sentelic Touchpad Configuration is Not Possible

  1. #1
    Join Date
    Jun 2010
    Beans
    10

    Sentelic Touchpad Configuration is Not Possible

    Most MSI Netbooks come with a touchpad manufactured by Sentelic (Sentelic Finger Sensing Pad). It appears that Ubuntu 10.4 offers some native support for Sentelic Touchpads, because on installed systems there is basic touchpad cursor moving and clicking functionality.

    However, these Sentelic touchpads are wrongly recognized as a PS/2 Mouse. (See eg the FSPPS/2 Sentelic FingerSensingPad listing in gconf-editor, or use the GPointing mouse and touchpad configuration application). These Sentelic touchpads are also not listed as a tab in System > Preferences > Mouse.

    As a consequence, these Sentelic touchpads cannot be configured. This includes, for example, the absense of elementary options regarding touchpad sensitivity (Sentelic touchpads are by default hyper-sensitive, leading to many input errors), tap-to-click, de-activate while typing, horizontal and vertical scroll, etc.

    It appears that this issue is addressed on http://sourceforge.net/projects/fsp-lnxdrv/. However, this sourceforge page lacks any form of documentation, and it is entirely unclear what to do with the downloads available there. And even if one would be able to get these downloads working, it is likely that the whole process needs redoing every time after a kernel update.

    Also, http://ubuntuforums.org/showthread.php?t=961324 makes reference to some aspects of this issue. However, the cryptic console instructions given there do not encourage non-tech users who rely on the Gnome GUI. And, in addition, these instructions appear to be volatile, needing repeating after every reboot. Besides, these console commands address only two of the several configurable touchpad settings.

    Thus, there is an urgent need for Ubuntu to incorporate a native GUI configuration panel which allows the user transparently to configure all user-configurable settings of the Sentelic Touchpads.

    What are the solutions for the non-tech user?

  2. #2
    Join Date
    May 2010
    Beans
    4

    Re: Sentelic Touchpad Configuration is Not Possible

    +1

  3. #3
    Join Date
    Jul 2010
    Beans
    8

    Re: Sentelic Touchpad Configuration is Not Possible

    Dudes, i've found the solution!

    I'm a new linux-user, so i've spent a couple hours trying to find out the solution, and nothing was working, til' i found something:

    That "patched kernel" solution consists of installing the driver trough patching the kernel, so it would recognize the touchpad, and then using the configuration utility provided by Sentelic.

    The awesome part is: The Ubuntu team has included the drivers for the Sentelic Touchpad in the current kernel for 10.04 version! So all you have to do is install the configuration utility.

    Download FSPC through this link:
    http://sourceforge.net/projects/fsp-lnxdrv/

    Install the software and run with the following command:
    sudo fspc
    (if you don't do the sudo it won't save your preferences in the utility).
    With this you can get the same thing the kernel compillers get without doing anything complicated!

    Good Luck guys!

    EDIT: If you did those steps, you can realize that after you reboot, it won't save your preferences, so here's a tutorial to fix this issue. After you install FSPC as above do the following steps:
    #1- Open Gedit Text Editor and copy-paste the following (in red):
    EnableOnPadClick=0
    EnableVScr=1
    EnableHScr=1
    Acceleration=2


    Note that you can change this settings, as "0" means "off" and "1" means "on", except for "acceleration", because the number means how much sensible it is. This are my settings (no click on touchpad, vertical scroll, horizontal scroll, and sensibility 2).

    #2 - Save your preference file as "fspc.ini", in the following directory:
    [username]/fspc/ - Just create a fspc folder in you personal folder.

    #3 - Rename you "fspc" folder to ".fspc" - It should make the folder dissapear after you press F5 key, but that's the way, ".something" makes the folder invisible.

    #4 - Open Gedit again and now you paste the following:
    #! /bin/bash
    sudo fspc -t -l ~/.fspc/fspc.ini

    #5 - Save this new file as "start-touchpad" in your personal folder (the one that has your user name).

    #6 - Right-button click your new created file -> properties -> permissions; and check the "execute as a program" 'or something like that' box (sorry, my ubuntu is in portuguese), now you close the properties.

    #7 - Open up a new terminal and do the following commands:
    sudo cp start-touchpad /usr/bin/
    sudo visudo

    #8 - After the "sudo visudo" command, it should open an "in terminal" text editor, and you should paste the following line at the END of the file (it should be the last line):
    [username] ALL=(ALL) NOPASSWD: /usr/bin/fspc
    Change the "[username]" thing to your actually username. As in my example:
    miguel ALL=(ALL) NOPASSWD: /usr/bin/fspc

    #9 - Now you press Ctrl+S to save your file and don't save the file as sudoers.tmp! Remove the TMP extension, so the file will be "/etc/sudoers", and confirm as it asks you to do.

    Now for the grand finale:
    #10 - In the top of your screen go to System->Preferences->Startup Applications (or Sessions, depending on your ubuntu version). Add a new program: as the following:
    NAME: Anything...
    COMMAND: start-touchpad
    COMMENTARY: it doesn't matter

    Now, when you reboot your pc, the touchpad will be exactly as you configured!
    If you want to see the future results without rebooting do the following command in the terminal:
    start-touchpad

    Good look to you guys! And cheers to linux!
    Last edited by prytoluk; August 21st, 2010 at 08:06 AM.

  4. #4
    Join Date
    Aug 2010
    Beans
    2

    Re: Sentelic Touchpad Configuration is Not Possible

    Prytoluk, that worked! It wasn't in the Synaptic Package Manager, but it downloaded and installed very easily. And now I don't have that damn tap-click anymore! Thanks so much!

  5. #5
    Join Date
    Jul 2010
    Beans
    8

    Re: Sentelic Touchpad Configuration is Not Possible

    I add a long tutorial to my last post, i hope it will help somebody!

  6. #6
    Join Date
    Aug 2010
    Beans
    1

    Talking Re: Sentelic Touchpad Configuration is Not Possible

    Prytoluk, you're a new linux user? I'm scared to see what you'll be able to do when you're experienced.

  7. #7
    Join Date
    Aug 2010
    Beans
    2

    Re: Sentelic Touchpad Configuration is Not Possible

    Prytoluk, thanks again, I was gonna figure out how to script it so I didn't have to fspc every time I turned my machine on but you beat me to it. Thanks! And thanks for the message telling me that you'd done it.

    Jim

  8. #8
    Join Date
    Aug 2010
    Beans
    21

    Re: Sentelic Touchpad Configuration is Not Possible

    That solution work with Synaptics Touchpad?!

  9. #9
    Join Date
    Jul 2010
    Beans
    8

    Re: Sentelic Touchpad Configuration is Not Possible

    Quote Originally Posted by Liam O View Post
    Prytoluk, you're a new linux user? I'm scared to see what you'll be able to do when you're experienced.
    Yes, i've been using linux for almost 2 months.
    You know, i've been really into it and searched a lot, i didn't really made nothing up from scratch.

    Quote Originally Posted by Jimmy S View Post
    Prytoluk, thanks again, I was gonna figure out how to script it so I didn't have to fspc every time I turned my machine on but you beat me to it. Thanks! And thanks for the message telling me that you'd done it.

    Jim
    Nah, i were the lazy guy... I did the steps but i forgot to put them on this topic. It was only fair to help the community that helped me doing this steps.

    Quote Originally Posted by zecapistolas View Post
    That solution work with Synaptics Touchpad?!
    Dude, in the last ubuntu version (10.04) you should be able to configure your Synaptics Touchpad by going to System (next to "applications" and "places")->Preferences->Mouse and on the Touchpad section.
    Synaptics Touchpads have integrated configuration utilities in Ubuntu (as far as i know).

    If this doesn't work you should search for propper tutorials on google, like this one:
    https://help.ubuntu.com/community/SynapticsTouchpad



  10. #10
    Join Date
    Oct 2009
    Beans
    35

    Re: Sentelic Touchpad Configuration is Not Possible

    hi all ! I had the same problem, could not deactivate touchpad , even disabling it with FSPC I got a nicely working touchpad getting me on the nerves while typing . I found the solution here:http://us.generation-nt.com/answer/c...199430071.html
    In asnwer 3 by J G Miller who describes how to blacklist psmouse (the kernel module responsible for the touchpad function)
    It worked for me nicely , the only problem is that to activate it again I have to restart after commenting the line "blacklist mouse" in /etc/modprobe.d/blacklist-touchpad.conf
    Good luck
    Ubuntu 10.04
    In love with linux!

Page 1 of 2 12 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
  •