SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-05-03 01:20:23

ken
Member
From: Qld, Australia
Registered: 2009-07-26
Posts: 22

Synaptics Touchpad troubles again!!

G'day there One & All,

I have a HP Pavilion g6 laptop with Statler installed. I used unetbootin to install, and the live version worked  fine. I then installed, and found that my touchpad no longer works. Well actually it did but it threw the cursor all over the place whenever I typed. I looked up various solutions (thankyou Mr Google) none of which seemed to apply. Somewhere amongst my searching through the filesystem I've done something but dunno what. I don't recall editing or deleting anything, but my touchpad no longer works at all. A usb mouse is fine, but the touchpad is dead. I've searched through the forum, but can't find what I need to do. I did learn that xorg.conf is deprecated, but that doesn't really help me.

Can someone please point me to where I can find the settings files or some sort of clue to how to get it working?

ken@epona:~$ dmesg | grep -i mouse
[    2.385017] mice: PS/2 mouse device common for all mice
[    3.612096] generic-usb 0003:1241:1166.0001: input,hidraw0: USB HID v1.10 Mouse [HID 1241:1166] on usb-0000:00:1a.0-1.1/input0
[    6.703303] psmouse: Unknown parameter `proto-imps'
ken@epona:~$ dmesg | grep -i touch

ken@epona

lsmod can find neither "touch" nor "syn", so I'm guessing there's something missing but I don't even know where to look.

A search of filenames in /etc finds nothing, a search of /usr brings up a few header files and nothing else. It's got me stumped, so any help or a pointer to where I can find somethign will be gratefully appreciated. (The synaptics site had nothing I could see; the site, whose name I forget, that used to hold a community derived driver is no longer operating).


When in doubt...
          make it up!!!

Offline

Help fund CrunchBang, donate to the project!

#2 2012-05-03 12:00:59

tetracontakaidigon
Member
Registered: 2012-04-24
Posts: 10

Re: Synaptics Touchpad troubles again!!

I just woke up, so this may not be the best thought out advice, but:

A quick google of "synaptics touchpad debian" led me to http://wiki.debian.org/SynapticsTouchpad which shows that packages.debian.org/xserver-xorg-input-synaptics is something you need -- can you check if you've accidentally deleted it?

I get the jumping around mouse thing too (I have a Thinkpad X220), I think it's because my palm brushes against the touchpad. Disabling tap to click with gpointing-device-settings (if I recall correctly) makes it less annoying when I do it, but if you find a better fix, I'd be interested.

Offline

#3 2012-05-03 12:03:21

Ed Flanders
Member
From: Santiago, Chile
Registered: 2011-10-26
Posts: 42

Re: Synaptics Touchpad troubles again!!

Could it not be an ALPS touchpad?


I've made a huge mistake

Offline

#4 2012-05-03 12:09:50

Tunafish
#! Die Hard
From: the Netherlands
Registered: 2010-03-07
Posts: 1,201

Re: Synaptics Touchpad troubles again!!

Ed Flanders wrote:

Could it not be an ALPS touchpad?

xinput --list    and     cat /proc/bus/input/devices
will give you more info about the touchpad.


sed 's/stress/relaxation/g'
Privacy & Security on #!

Offline

#5 2012-05-03 12:17:49

xaos52
The Good Doctor
From: Planet of the @s
Registered: 2011-06-24
Posts: 4,493

Re: Synaptics Touchpad troubles again!!

Offline

#6 2012-05-05 02:33:24

ken
Member
From: Qld, Australia
Registered: 2009-07-26
Posts: 22

Re: Synaptics Touchpad troubles again!!

tetracontakaidigon wrote:

I just woke up, so this may not be the best thought out advice, but:

Awake or not, I appreciate any assistance smile

A quick google of "synaptics touchpad debian" led me to http://wiki.debian.org/SynapticsTouchpad which shows that packages.debian.org/xserver-xorg-input-synaptics is something you need -- can you check if you've accidentally deleted it?

I found that page before, and tried the recommendations without success sad

However, it's always possible that I've stuffed it up. I've just reinstalled the package to make sure, but I'm pretty sure it was there anyway.

I couldn't find them before, because I didn't know where to look, but I've now found the 50-synaptics.conf file.

It says:

Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "On"
EndSection

...which I think is correct.

I get the jumping around mouse thing too (I have a Thinkpad X220), I think it's because my palm brushes against the touchpad. Disabling tap to click with gpointing-device-settings (if I recall correctly) makes it less annoying when I do it, but if you find a better fix, I'd be interested.

Most certainly if I find something other than a complete reinstall I'lllet you know smile

Thanks for your help,
Ken


When in doubt...
          make it up!!!

Offline

#7 2012-05-05 04:17:20

machinebacon
#! unstable
From: PRC
Registered: 2009-07-02
Posts: 6,272
Website

Re: Synaptics Touchpad troubles again!!

http://crunchbanglinux.org/forums/topic … er-loaded/

The problem is similar, though the  50-synaptics.conf looks a bit different. Maybe you want to backup your file and use the one posted there (try also changing the Identifier back to "touchpad catchall"). Check the mentioned ev-dev file, too.

Last edited by machinebacon (2012-05-05 04:19:26)


Start Distrohopping here! -> Roast your ownVSIDO | LinuxCNC | AntiX | <-

Keep it what way?

Offline

#8 2012-05-06 03:21:48

ken
Member
From: Qld, Australia
Registered: 2009-07-26
Posts: 22

Re: Synaptics Touchpad troubles again!!

machinebacon wrote:

http://crunchbanglinux.org/forums/topic … er-loaded/

The problem is similar, though the  50-synaptics.conf looks a bit different. Maybe you want to backup your file and use the one posted there (try also changing the Identifier back to "touchpad catchall"). Check the mentioned ev-dev file, too.


Sigh... tried what was posted there, with & without the ev-dev modifications. All I did was to stop the Xserver from loading sad

Still working on it, so those with a clue, please continue to post!!

Thanking all of you for your help
Ken


When in doubt...
          make it up!!!

Offline

#9 2012-05-06 03:36:28

machinebacon
#! unstable
From: PRC
Registered: 2009-07-02
Posts: 6,272
Website

Re: Synaptics Touchpad troubles again!!

Can you show

ls /etc/modprobe.d

?

Edit: You'll probably have a file inside there named touchpad.conf or so. Probably this file will have the entry

options psmouse proto-imps

As root, open the file and change the content to

options psmouse proto=imps

Reboot or apply the sexy double

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

Last edited by machinebacon (2012-05-06 03:42:34)


Start Distrohopping here! -> Roast your ownVSIDO | LinuxCNC | AntiX | <-

Keep it what way?

Offline

#10 2012-05-06 04:34:29

ken
Member
From: Qld, Australia
Registered: 2009-07-26
Posts: 22

Re: Synaptics Touchpad troubles again!!

machinebacon wrote:

Can you show

ls /etc/modprobe.d

?

Here 'tis:

aliases.conf
alsa-base-blacklist.conf
alsa-base.conf
blacklist.conf
fbdev-blacklist.conf
i915-kms.conf
libpisock9.conf
linux-sound-base_noOSS.conf
radeon-kms.conf
touchpad.conf


Edit: You'll probably have a file inside there named touchpad.conf or so. Probably this file will have the entry

options psmouse proto-imps

As root, open the file and change the content to

options psmouse proto=imps

Reboot or apply the sexy double

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

Applied those commands and the result is:

FATAL: Module proto=imps not found.


-----[ DISREGARD!!!!! ]-----

    I put a "-r" in the second modprobe by mistake. I reran it, and I'm back where I started with the touchpad working, but the cursor jumping all over the place.

Syndaemon - i 2 now gives:

Unable to find a synaptics device.

So it's an improvement, but a problem still.

Still willing to try any ideas you may have smile

Thank you very much for your assistance.
Ken

Last edited by ken (2012-05-06 04:42:01)


When in doubt...
          make it up!!!

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo