Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Synaptics TouchPad issues
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Mon Jun 06, 2005 6:33 pm    Post subject: Synaptics TouchPad issues Reply with quote

Hi, im having issues setting up the synaptics touchpad. I run the latest kernel and the latest version of X.
I installed the driver to the right directory AND updated xorg file appropriately. However im still getting errors!

running startx gives me:

SynapticsMouse no synaptics event device found (checked 14 nodes)

Query no Synaptics: 6003C8

(EE) SynapticsMouse no synaptics touchpad detected and no repeater device
(EE) SynapticsMouse Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynapticsMouse"

in my log file it says:
(II) Synaptics touchpad driver version 0.14.2
SynapticsMouse no synaptics event device found (checked 14 nodes)
*lists my options*
Query no Synaptics: 6003C8

(EE) SynapticsMouse no synaptics touchpad detected and no repeater device
(EE) SynapticsMouse Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynapticsMouse"



In the /proc/bus/input/devices file it lists it as a generic PS2 mouse
but the handlers line has mouse0 event0 and ts0

any ideas?
thanks
Back to top
View user's profile Send private message
dtor
Guru
Guru


Joined: 19 Jan 2004
Posts: 461
Location: Indiana, USA

PostPosted: Mon Jun 06, 2005 9:14 pm    Post subject: Re: Synaptics TouchPad issues Reply with quote

Xephonic wrote:
In the /proc/bus/input/devices file it lists it as a generic PS2 mouse


That means that kernel did not recognize your touchpad as Synaptics one. Are you positive you have a Synaptics touchpad?
_________________
Dmitry
Back to top
View user's profile Send private message
Specialized
Apprentice
Apprentice


Joined: 11 Jan 2005
Posts: 264

PostPosted: Mon Jun 06, 2005 9:26 pm    Post subject: Reply with quote

My xorg.conf-sction looks like this :
Code:
# Identifier and driver

    Identifier  "Mouse1"
    Driver      "synaptics"
    Option "Protocol"    "event"
    Option "Device"      "/dev/input/event1"
    Option       "LeftEdge"       "1900"
    Option       "RightEdge"      "5400"
    Option       "BottomEdge"     "1800"
    Option       "TopEdge"        "3900"
    Option       "FingerLow"      "25"
    Option       "FingerHigh"     "30"
    Option       "MaxTapTime"     "100"
    Option       "MaxTapMove"     "220"
    Option       "VertScrollDelta"  "100"
    Option       "MinSpeed"       "0.02"
    Option       "MaxSpeed"       "0.18"
    Option       "AccelFactor"    "0.0010"
    Option       "CorePointer"
    Option       "SendCoreEvents"  "true"
    Option       "SHMConfig"     "on"



Then you need to enable Device-Drivers --> Input-devices --> event-interface in your kernel.

You also can try

Code:
Option "Protocol"    "PS/2"
Option "Device"      "/dev/psaux"


but then you need Device-Drivers --> Input-Devices --> Provide legacy /dev/psaux device enabled.
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Mon Jun 06, 2005 11:50 pm    Post subject: Re: Synaptics TouchPad issues Reply with quote

dtor wrote:
Xephonic wrote:
In the /proc/bus/input/devices file it lists it as a generic PS2 mouse


That means that kernel did not recognize your touchpad as Synaptics one. Are you positive you have a Synaptics touchpad?


yes
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Mon Jun 06, 2005 11:51 pm    Post subject: Reply with quote

Specialized wrote:
My xorg.conf-sction looks like this :
Code:
# Identifier and driver

    Identifier  "Mouse1"
    Driver      "synaptics"
    Option "Protocol"    "event"
    Option "Device"      "/dev/input/event1"
    Option       "LeftEdge"       "1900"
    Option       "RightEdge"      "5400"
    Option       "BottomEdge"     "1800"
    Option       "TopEdge"        "3900"
    Option       "FingerLow"      "25"
    Option       "FingerHigh"     "30"
    Option       "MaxTapTime"     "100"
    Option       "MaxTapMove"     "220"
    Option       "VertScrollDelta"  "100"
    Option       "MinSpeed"       "0.02"
    Option       "MaxSpeed"       "0.18"
    Option       "AccelFactor"    "0.0010"
    Option       "CorePointer"
    Option       "SendCoreEvents"  "true"
    Option       "SHMConfig"     "on"



Then you need to enable Device-Drivers --> Input-devices --> event-interface in your kernel.

You also can try

Code:
Option "Protocol"    "PS/2"
Option "Device"      "/dev/psaux"


but then you need Device-Drivers --> Input-Devices --> Provide legacy /dev/psaux device enabled.


both are enabled and i have the latter set up
Back to top
View user's profile Send private message
dtor
Guru
Guru


Joined: 19 Jan 2004
Posts: 461
Location: Indiana, USA

PostPosted: Tue Jun 07, 2005 1:36 am    Post subject: Re: Synaptics TouchPad issues Reply with quote

Xephonic wrote:
dtor wrote:
Xephonic wrote:
In the /proc/bus/input/devices file it lists it as a generic PS2 mouse


That means that kernel did not recognize your touchpad as Synaptics one. Are you positive you have a Synaptics touchpad?


yes

Is it identified as such in Windows or you had a kernel that reported it as Synaptics? What kind of notebook do you have?
_________________
Dmitry
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Tue Jun 07, 2005 1:41 am    Post subject: Re: Synaptics TouchPad issues Reply with quote

dtor wrote:
Xephonic wrote:
dtor wrote:
Xephonic wrote:
In the /proc/bus/input/devices file it lists it as a generic PS2 mouse


That means that kernel did not recognize your touchpad as Synaptics one. Are you positive you have a Synaptics touchpad?


yes

Is it identified as such in Windows or you had a kernel that reported it as Synaptics? What kind of notebook do you have?

for some reason now mouse is no longer showing up AT ALL! I have the hp zv6000
and im running kernel -r7
Back to top
View user's profile Send private message
Specialized
Apprentice
Apprentice


Joined: 11 Jan 2005
Posts: 264

PostPosted: Tue Jun 07, 2005 11:34 am    Post subject: Reply with quote

You can install your ps/2 driver as a module
Device-drivers-->Input-Devices--> <M> ps/2 mouse

and put the module psmouse at the end of your /etc/modules.autoload/kernel-2.6.
That should fix it.
Back to top
View user's profile Send private message
projectle
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2005
Posts: 90

PostPosted: Thu Jun 09, 2005 2:56 am    Post subject: Reply with quote

I am having the exact same problem and it is only the case under Gentoo. Under any other destribution, this problem does not exist. The driver is accepted and works just fine, which leads me to believe that there is some unreferenced kernel dependancy somewhere that is not included when one uses genkernel.

I would very much appreciate getting this resolved, as the single thing that I hate most about having a laptop is the damned manufacturers who assume that I absoultely would love to have Hardware Tapping set as the default option in their comms system rather than having it enabled by a driver.
Back to top
View user's profile Send private message
projectle
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2005
Posts: 90

PostPosted: Sun Jun 12, 2005 8:31 pm    Post subject: Reply with quote

This is a bit of a bump of sorts as this issue has yet to be resolved...
Any ideas on how to resolve this situation?
Back to top
View user's profile Send private message
Garrido
n00b
n00b


Joined: 15 Dec 2004
Posts: 58

PostPosted: Mon Jun 13, 2005 12:53 am    Post subject: Reply with quote

You have to enable "Event interface" in your kernel config, it's under Device drivers, somewhere. Then load the evdev module. Configure xorg to look for the touchpad in /dev/input/event0. If event0 doesn't work, do cat eventx, where x is the number, and try to use the touchpad. You'll see a lot of rubbish on the screen when you get the right one. Also, disable /dev/psaux legacy support in the kernel. That should do it, I did the same thing on my HP notebook and it worked fine.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum