public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Osterlund <petero2@telia.com>
To: Mike Keehan <mike_keehan@yahoo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Synaptics driver on HP6100 and 2.5.73
Date: 04 Jul 2003 00:15:45 +0200	[thread overview]
Message-ID: <m2brwb9rzi.fsf@telia.com> (raw)
In-Reply-To: <20030626220016.27332.qmail@web12304.mail.yahoo.com>

Mike Keehan <mike_keehan@yahoo.com> writes:

> The touchpad is recognised OK when the kernel boots,
> and my usb
> connected mouse works fine.  But I get the following
> message in
> the syslog when I try to use the mousepad or any of
> the buttons :-
> 
>     ... kernel: Synaptics driver lost sync at 1st byte
> 
> It worked alright in previous kernels before the
> Synaptic driver was
> added.
> 
> Relevant /var/log/dmesg content:-
> 
>  drivers/usb/core/usb.c: registered new driver hid
>  drivers/usb/input/hid-core.c: v2.0:USB HID core
> driver
>  mice: PS/2 mouse device common for all mice
>  synaptics reset failed
>  synaptics reset failed
>  synaptics reset failed

The logs from your other mail show that the touchpad is still in
relative mode (using 3 byte packets) instead of absolute mode (using 6
byte packets.) I don't know why this happens, but here are some things
to investigate:

* Does the touchpad work with the synaptics XFree driver and a 2.4
  kernel?
* Does the Synaptics aware GPM version work?
  (:pserver:cvs@ar.linux.it:/data/cvs)
* Can you add some printks to the synaptics_reset() function to see
  why it fails?
* Maybe it helps to remove the call to synaptics_reset() in
  query_hardware(). (I know this helped one user that used the user
  space XFree driver with a 2.4 kernel.)

>  (**) Option "Device" "/dev/input/mouse1"
>  (EE) xf86OpenSerial: Cannot open device
> /dev/input/mouse1
>          No such device.
>  Synaptics driver unable to open device
>  (EE) PreInit failed for input device "Mouse1"
>  (II) UnloadModule: "synaptics"
> 
> Other device names I tries were /dev/input/mice,
> /dev/event/event0
> and /dev/psaux, but none of them work.

You should use /dev/input/eventX, where X is a number that depends on
your hardware configuration. My config looks like this:

Section "InputDevice"
        Identifier      "TouchPad"
        Driver  "synaptics"
        Option  "Device"        "/dev/input/event2"
        Option  "Protocol"      "event"
        Option  "LeftEdge"      "1800"
        Option  "RightEdge"     "5400"
        Option  "TopEdge"       "4200"
        Option  "BottomEdge"    "1500"
        Option  "FingerLow"     "25"
        Option  "FingerHigh"    "30"
        Option  "MaxTapTime"    "180"
        Option  "MaxTapMove"    "220"
        Option  "VertScrollDelta"       "100"
        Option  "HorizScrollDelta"      "100"
        Option  "EdgeMotionSpeed"       "40"
        Option  "MinSpeed"      "0.08"
        Option  "MaxSpeed"      "0.10"
        Option  "AccelFactor"   "0.0010"
        Option  "SHMConfig"     "on"
        Option  "EmulateMidButtonTime" "75"
#       Option  "UpDownScrolling" "off"
EndSection

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340

  reply	other threads:[~2003-07-03 22:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-26 22:00 Synaptics driver on HP6100 and 2.5.73 Mike Keehan
2003-07-03 22:15 ` Peter Osterlund [this message]
2003-07-05 22:41   ` Peter Osterlund
     [not found] <1056747301.654.0.camel@zarquon>
2003-06-27 21:18 ` Mike Keehan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2brwb9rzi.fsf@telia.com \
    --to=petero2@telia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mike_keehan@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox