Re: Synaptics in 2.6.X
Paul Bettinger wrote (Sun 2004-Feb-08 14:31:52 +0100): > but then I changed the XF86Config for the Synaptics TP form the IMPS/2 > protocol to the event protocol. > you can find out which device it is with looking at > /proc/bus/input/devices > for me event1 > So I changed the Device to /dev/input/event1 > and everything works fine so far. Not for me. :-( I'm usually not running X, so gpm is what I'm after. Running 2.6.0, I can have gpm listen on /dev/psaux or /dev/input/mice, using imps2 or ps2 just fine. Running 2.6.1 or 2.6.2, I don't get any tapping from the touchpad. Moving the cursor around works as always, using the buttons works, too. Using the eventX devices didn't really work at all. While I can "cat" them and see something going on, they don't seem to like gpm. :-) Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/
Re: Synaptics in 2.6.X
Paul Bettinger wrote (Sun 2004-Feb-08 14:31:52 +0100): > but then I changed the XF86Config for the Synaptics TP form the IMPS/2 > protocol to the event protocol. > you can find out which device it is with looking at > /proc/bus/input/devices > for me event1 > So I changed the Device to /dev/input/event1 > and everything works fine so far. Not for me. :-( I'm usually not running X, so gpm is what I'm after. Running 2.6.0, I can have gpm listen on /dev/psaux or /dev/input/mice, using imps2 or ps2 just fine. Running 2.6.1 or 2.6.2, I don't get any tapping from the touchpad. Moving the cursor around works as always, using the buttons works, too. Using the eventX devices didn't really work at all. While I can "cat" them and see something going on, they don't seem to like gpm. :-) Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
> If after a start of Linux 2.6.1 or 2.6.2 I let my notebook > perform a warm restart, it does not matter which Linux is > booting next: tapping still won't work. I need to turn it off > and on again (and then use Linux <= 2.6.0). Hmm could be the same problem I had. I once had my TP working under 2.6 but some reboots later I couldn't get it to work anymore. but then I changed the XF86Config for the Synaptics TP form the IMPS/2 protocol to the event protocol. you can find out which device it is with looking at /proc/bus/input/devices for me event1 So I changed the Device to /dev/input/event1 and everything works fine so far. -- Paul Bettinger /'^'\ ( o o ) --oOOO--(_)--OOOo--- PAUL-RIPE Email: [EMAIL PROTECTED] .oooO ( ) Oooo. \ (( ) \_)) / (_/
Re: Synaptics in 2.6.X !!!! SOLVED !!!! :))
- Original Message - From: "Juergen Stuber" <[EMAIL PROTECTED]> To: Sent: Sunday, February 08, 2004 12:06 PM Subject: Re: Synaptics in 2.6.X > Now that you say it I remember I had them, too, it has trouble compiling > the synclient program due to missing X11 header files > (I can't install them due to version mismatch). > > Either you can try to install these (in Debian it's package xlibs-dev I think). > Try installing them first, or just make the driver with > > % make synaptics_drv.o > > and copy it to your other X11 drivers. > For me they are in /usr/X11R6/lib/modules/input, there should be > a lot of other *_drv.o there, for example mouse_drv.o . > > > Jürgen Finally!!! Well, I'd like to thank to all the ideas of the ppl involved. And Jurgen man, you ROCK!! THKX Filipe
Re: Synaptics in 2.6.X
> If after a start of Linux 2.6.1 or 2.6.2 I let my notebook > perform a warm restart, it does not matter which Linux is > booting next: tapping still won't work. I need to turn it off > and on again (and then use Linux <= 2.6.0). Hmm could be the same problem I had. I once had my TP working under 2.6 but some reboots later I couldn't get it to work anymore. but then I changed the XF86Config for the Synaptics TP form the IMPS/2 protocol to the event protocol. you can find out which device it is with looking at /proc/bus/input/devices for me event1 So I changed the Device to /dev/input/event1 and everything works fine so far. -- Paul Bettinger /'^'\ ( o o ) --oOOO--(_)--OOOo--- PAUL-RIPE Email: [EMAIL PROTECTED] .oooO ( ) Oooo. \ (( ) \_)) / (_/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
"Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: >> >> If that is ok I think you need to install the Synaptics driver for XFree >> from http://w1.894.telia.com/~u89404340/touchpad/index.html, >> download version 0.12.3 and follow the instructions in INSTALL. >> >> Jürgen > > Yes, I think my touchpad is detected. dmesg gives me: > > mice: PS/2 mouse device common for all mice > serio: i8042 AUX port at 0x60,0x64 irq 12 > Synaptics Touchpad, model: 1 > Firmware: 4.2 > Sensor: 8 > new absolute packet format > input: SynPS/2 Synaptics TouchPad on isa0060/serio1 > > I've already tried to install the driver you mentioned, > synaptics-0.12.3.tar.bz2. The problem is, when I do "make" the compilation > fails, lots of compilation errors Don't know why... Now that you say it I remember I had them, too, it has trouble compiling the synclient program due to missing X11 header files (I can't install them due to version mismatch). Either you can try to install these (in Debian it's package xlibs-dev I think). Try installing them first, or just make the driver with % make synaptics_drv.o and copy it to your other X11 drivers. For me they are in /usr/X11R6/lib/modules/input, there should be a lot of other *_drv.o there, for example mouse_drv.o . Jürgen -- Jürgen Stuber <[EMAIL PROTECTED]> http://www.loria.fr/~stuber/
Re: Synaptics in 2.6.X !!!! SOLVED !!!! :))
- Original Message - From: "Juergen Stuber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 08, 2004 12:06 PM Subject: Re: Synaptics in 2.6.X > Now that you say it I remember I had them, too, it has trouble compiling > the synclient program due to missing X11 header files > (I can't install them due to version mismatch). > > Either you can try to install these (in Debian it's package xlibs-dev I think). > Try installing them first, or just make the driver with > > % make synaptics_drv.o > > and copy it to your other X11 drivers. > For me they are in /usr/X11R6/lib/modules/input, there should be > a lot of other *_drv.o there, for example mouse_drv.o . > > > Jürgen Finally!!! Well, I'd like to thank to all the ideas of the ppl involved. And Jurgen man, you ROCK!! THKX Filipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
"Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: >> >> If that is ok I think you need to install the Synaptics driver for XFree >> from http://w1.894.telia.com/~u89404340/touchpad/index.html, >> download version 0.12.3 and follow the instructions in INSTALL. >> >> Jürgen > > Yes, I think my touchpad is detected. dmesg gives me: > > mice: PS/2 mouse device common for all mice > serio: i8042 AUX port at 0x60,0x64 irq 12 > Synaptics Touchpad, model: 1 > Firmware: 4.2 > Sensor: 8 > new absolute packet format > input: SynPS/2 Synaptics TouchPad on isa0060/serio1 > > I've already tried to install the driver you mentioned, > synaptics-0.12.3.tar.bz2. The problem is, when I do "make" the compilation > fails, lots of compilation errors Don't know why... Now that you say it I remember I had them, too, it has trouble compiling the synclient program due to missing X11 header files (I can't install them due to version mismatch). Either you can try to install these (in Debian it's package xlibs-dev I think). Try installing them first, or just make the driver with % make synaptics_drv.o and copy it to your other X11 drivers. For me they are in /usr/X11R6/lib/modules/input, there should be a lot of other *_drv.o there, for example mouse_drv.o . Jürgen -- Jürgen Stuber <[EMAIL PROTECTED]> http://www.loria.fr/~stuber/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
On Sat, Feb 07, 2004 at 11:41:41PM -, Filipe Santa-Clara wrote: > > If that is ok I think you need to install the Synaptics driver for XFree > > from http://w1.894.telia.com/~u89404340/touchpad/index.html, > > download version 0.12.3 and follow the instructions in INSTALL. > > > > > > Hope this helps > > > > J?rgen > > > > Yes, I think my touchpad is detected. dmesg gives me: > > mice: PS/2 mouse device common for all mice > serio: i8042 AUX port at 0x60,0x64 irq 12 > Synaptics Touchpad, model: 1 > Firmware: 4.2 > Sensor: 8 > new absolute packet format > input: SynPS/2 Synaptics TouchPad on isa0060/serio1 Nothing here about multifinger detection! I think it is the kernel driver not supporting this for your touchpad. Reread the kernel messages from J?rgen, he, as well as others, including me, _do_ see multifinger detection in our kernel messages. And which kernel we use, does not matter. I compiled my kernel 2.6.2 with standard options, to try the kernel first. I only changed the ext2/3 filesystems and the IDE ATA support from (M) to (*) to make sure I didn't accidentally disable things like various drivers I need. Maybe worth a try? David -- Hi! I'm a .signature virus. Copy me into your ~/.signature to help me spread!
Re: Synaptics in 2.6.X
On Sat, Feb 07, 2004 at 11:41:41PM -, Filipe Santa-Clara wrote: > > If that is ok I think you need to install the Synaptics driver for XFree > > from http://w1.894.telia.com/~u89404340/touchpad/index.html, > > download version 0.12.3 and follow the instructions in INSTALL. > > > > > > Hope this helps > > > > J?rgen > > > > Yes, I think my touchpad is detected. dmesg gives me: > > mice: PS/2 mouse device common for all mice > serio: i8042 AUX port at 0x60,0x64 irq 12 > Synaptics Touchpad, model: 1 > Firmware: 4.2 > Sensor: 8 > new absolute packet format > input: SynPS/2 Synaptics TouchPad on isa0060/serio1 Nothing here about multifinger detection! I think it is the kernel driver not supporting this for your touchpad. Reread the kernel messages from Jürgen, he, as well as others, including me, _do_ see multifinger detection in our kernel messages. And which kernel we use, does not matter. I compiled my kernel 2.6.2 with standard options, to try the kernel first. I only changed the ext2/3 filesystems and the IDE ATA support from (M) to (*) to make sure I didn't accidentally disable things like various drivers I need. Maybe worth a try? David -- Hi! I'm a .signature virus. Copy me into your ~/.signature to help me spread! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
> If that is ok I think you need to install the Synaptics driver for XFree > from http://w1.894.telia.com/~u89404340/touchpad/index.html, > download version 0.12.3 and follow the instructions in INSTALL. > > > Hope this helps > > Jürgen > Yes, I think my touchpad is detected. dmesg gives me: mice: PS/2 mouse device common for all mice serio: i8042 AUX port at 0x60,0x64 irq 12 Synaptics Touchpad, model: 1 Firmware: 4.2 Sensor: 8 new absolute packet format input: SynPS/2 Synaptics TouchPad on isa0060/serio1 I've already tried to install the driver you mentioned, synaptics-0.12.3.tar.bz2. The problem is, when I do "make" the compilation fails, lots of compilation errors Don't know why... Filipe
Re: Synaptics in 2.6.X
"Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: >> >> try giving the boot option "i8042.nomux", >> that helped for me with 2.6.2 on a Thinkpad T30. After rereading your first mail I think that's not the problem, as this is only if your touchpad is not detected at all. >> "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: >> > >> > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor > in >> > 2.6.2!!! >> >> No, that's ok, Synaptics is enabled by default and can be disabled >> by boot options such as "psmouse.proto=imps". Maybe you are doing something like that? Make sure your Symaptics is detected, look for Synaptics Touchpad, model: 1 Firmware: 5.9 Sensor: 44 new absolute packet format Touchpad has extended capability bits -> multifinger detection -> palm detection -> pass-through port input: SynPS/2 Synaptics TouchPad on isa0060/serio1 serio: Synaptics pass-through port at isa0060/serio1/input0 Or look in /proc/bus/input/devices, it should show up there as well. If that is ok I think you need to install the Synaptics driver for XFree from http://w1.894.telia.com/~u89404340/touchpad/index.html, download version 0.12.3 and follow the instructions in INSTALL. Hope this helps Jürgen -- Jürgen Stuber <[EMAIL PROTECTED]> http://www.loria.fr/~stuber/
Re: Synaptics in 2.6.X
> If that is ok I think you need to install the Synaptics driver for XFree > from http://w1.894.telia.com/~u89404340/touchpad/index.html, > download version 0.12.3 and follow the instructions in INSTALL. > > > Hope this helps > > Jürgen > Yes, I think my touchpad is detected. dmesg gives me: mice: PS/2 mouse device common for all mice serio: i8042 AUX port at 0x60,0x64 irq 12 Synaptics Touchpad, model: 1 Firmware: 4.2 Sensor: 8 new absolute packet format input: SynPS/2 Synaptics TouchPad on isa0060/serio1 I've already tried to install the driver you mentioned, synaptics-0.12.3.tar.bz2. The problem is, when I do "make" the compilation fails, lots of compilation errors Don't know why... Filipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
"Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: >> >> try giving the boot option "i8042.nomux", >> that helped for me with 2.6.2 on a Thinkpad T30. After rereading your first mail I think that's not the problem, as this is only if your touchpad is not detected at all. >> "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: >> > >> > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor > in >> > 2.6.2!!! >> >> No, that's ok, Synaptics is enabled by default and can be disabled >> by boot options such as "psmouse.proto=imps". Maybe you are doing something like that? Make sure your Symaptics is detected, look for Synaptics Touchpad, model: 1 Firmware: 5.9 Sensor: 44 new absolute packet format Touchpad has extended capability bits -> multifinger detection -> palm detection -> pass-through port input: SynPS/2 Synaptics TouchPad on isa0060/serio1 serio: Synaptics pass-through port at isa0060/serio1/input0 Or look in /proc/bus/input/devices, it should show up there as well. If that is ok I think you need to install the Synaptics driver for XFree from http://w1.894.telia.com/~u89404340/touchpad/index.html, download version 0.12.3 and follow the instructions in INSTALL. Hope this helps Jürgen -- Jürgen Stuber <[EMAIL PROTECTED]> http://www.loria.fr/~stuber/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
Filipe Santa-Clara wrote (Sat 2004-Feb-07 16:59:58 -): > Well, i8042.nomux did nothing! Maybe the problem is elsewhere. I find it > strange that, in kernel configuration they speak of the driver psmouse, but > in XF86Config-4 file, in Section InputDevice, on the Driver field I find > "mouse"... To avoid confusion: The problem has got nothing to do with X or X configuration. GPM listening on /dev/psaux doesn't see any tapping either. Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/
Re: Synaptics in 2.6.X
I used kernel 2.6.{0,1,2} and had no problem with my synaptics touchpad,
but I use a special driver. It can be found here:
http://w1.894.telia.com/~u89404340/touchpad/index.html
Here are the relevant parts of my XF86Config-4:
Section "Module"
...
Load "synaptics"
EndSection
Section "InputDevice"
Driver"synaptics"
Option"SendCoreEvents" "true"
Identifier"Mouse0"
Option"Device""/dev/input/mice"
Option"Protocol" "ImPS/2"
Option"Edges" "1900 5400 1900 4000"
Option"Finger" "25 30"
Option"MaxTapTime""180"
Option"MaxTapMove""220"
Option"VertScrollDelta" "100"
Option"MinSpeed" "0.07"
Option"MaxSpeed" "0.18"
Option"AccelFactor" "0."
Option"Emulate3Buttons" "false"
EndSection
Re: Synaptics in 2.6.X
- Original Message - From: "Juergen Stuber" <[EMAIL PROTECTED]> To: Sent: Saturday, February 07, 2004 3:39 PM Subject: Re: Synaptics in 2.6.X > Hi Filipe, > > try giving the boot option "i8042.nomux", > that helped for me with 2.6.2 on a Thinkpad T30. > > "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: > > > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in > > 2.6.2!!! > > No, that's ok, Synaptics is enabled by default and can be disabled > by boot options such as "psmouse.proto=imps". > > > Jürgen Well, i8042.nomux did nothing! Maybe the problem is elsewhere. I find it strange that, in kernel configuration they speak of the driver psmouse, but in XF86Config-4 file, in Section InputDevice, on the Driver field I find "mouse". Probably it is an alias for something else, since I tried change it to "psmouse" with no luck... I am getting pretty desperate! So Jurgen, could you give me a glimps of you're XF86Config-4 and lilo.conf files please :)... THX Filipe
Re: Synaptics in 2.6.X
Filipe Santa-Clara wrote (Sat 2004-Feb-07 16:59:58 -): > Well, i8042.nomux did nothing! Maybe the problem is elsewhere. I find it > strange that, in kernel configuration they speak of the driver psmouse, but > in XF86Config-4 file, in Section InputDevice, on the Driver field I find > "mouse"... To avoid confusion: The problem has got nothing to do with X or X configuration. GPM listening on /dev/psaux doesn't see any tapping either. Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
I used kernel 2.6.{0,1,2} and had no problem with my synaptics touchpad,
but I use a special driver. It can be found here:
http://w1.894.telia.com/~u89404340/touchpad/index.html
Here are the relevant parts of my XF86Config-4:
Section "Module"
...
Load "synaptics"
EndSection
Section "InputDevice"
Driver"synaptics"
Option"SendCoreEvents" "true"
Identifier"Mouse0"
Option"Device""/dev/input/mice"
Option"Protocol" "ImPS/2"
Option"Edges" "1900 5400 1900 4000"
Option"Finger" "25 30"
Option"MaxTapTime""180"
Option"MaxTapMove""220"
Option"VertScrollDelta" "100"
Option"MinSpeed" "0.07"
Option"MaxSpeed" "0.18"
Option"AccelFactor" "0."
Option"Emulate3Buttons" "false"
EndSection
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
- Original Message - From: "Juergen Stuber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 07, 2004 3:39 PM Subject: Re: Synaptics in 2.6.X > Hi Filipe, > > try giving the boot option "i8042.nomux", > that helped for me with 2.6.2 on a Thinkpad T30. > > "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: > > > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in > > 2.6.2!!! > > No, that's ok, Synaptics is enabled by default and can be disabled > by boot options such as "psmouse.proto=imps". > > > Jürgen Well, i8042.nomux did nothing! Maybe the problem is elsewhere. I find it strange that, in kernel configuration they speak of the driver psmouse, but in XF86Config-4 file, in Section InputDevice, on the Driver field I find "mouse". Probably it is an alias for something else, since I tried change it to "psmouse" with no luck... I am getting pretty desperate! So Jurgen, could you give me a glimps of you're XF86Config-4 and lilo.conf files please :)... THX Filipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
> "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor > > in 2.6.2!!! > > No, that's ok, Synaptics is enabled by default and can be disabled > by boot options such as "psmouse.proto=imps". dmesg tells me that: mice: PS/2 mouse device common for all mice Synaptics Touchpad, model: 1 Firmware: 4.6 180 degree mounted touchpad Sensor: 18 new absolute packet format Touchpad has extended capability bits -> four buttons -> multifinger detection -> palm detection input: SynPS/2 Synaptics TouchPad on isa0060/serio1 So maybe it's worth checking for similar output. Anders -- This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux
Re: Synaptics in 2.6.X
Hi Filipe, try giving the boot option "i8042.nomux", that helped for me with 2.6.2 on a Thinkpad T30. "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in > 2.6.2!!! No, that's ok, Synaptics is enabled by default and can be disabled by boot options such as "psmouse.proto=imps". Jürgen -- Jürgen Stuber <[EMAIL PROTECTED]> http://www.loria.fr/~stuber/
Re: Synaptics in 2.6.X
> "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor > > in 2.6.2!!! > > No, that's ok, Synaptics is enabled by default and can be disabled > by boot options such as "psmouse.proto=imps". dmesg tells me that: mice: PS/2 mouse device common for all mice Synaptics Touchpad, model: 1 Firmware: 4.6 180 degree mounted touchpad Sensor: 18 new absolute packet format Touchpad has extended capability bits -> four buttons -> multifinger detection -> palm detection input: SynPS/2 Synaptics TouchPad on isa0060/serio1 So maybe it's worth checking for similar output. Anders -- This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
Hi Filipe, try giving the boot option "i8042.nomux", that helped for me with 2.6.2 on a Thinkpad T30. "Filipe Santa-Clara" <[EMAIL PROTECTED]> writes: > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in > 2.6.2!!! No, that's ok, Synaptics is enabled by default and can be disabled by boot options such as "psmouse.proto=imps". Jürgen -- Jürgen Stuber <[EMAIL PROTECTED]> http://www.loria.fr/~stuber/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
On Saturday 07 February 2004 13:19, Filipe Santa-Clara wrote: > > CONFIG_MOUSE_PS2_SYNAPTICS=Y > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in > 2.6.2!!! Calm down. I assumed you upgraded from 2.4, since you didn't say otherwise. Kernel 2.6.1 or 2.6.2 is not yet in unstable, so I haven't tested it with those perticular kernels. Anders -- This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux
Re: Synaptics in 2.6.X
On Saturday 07 February 2004 13:19, Filipe Santa-Clara wrote: > > CONFIG_MOUSE_PS2_SYNAPTICS=Y > > That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in > 2.6.2!!! Calm down. I assumed you upgraded from 2.4, since you didn't say otherwise. Kernel 2.6.1 or 2.6.2 is not yet in unstable, so I haven't tested it with those perticular kernels. Anders -- This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
Filipe Santa-Clara wrote (Sat 2004-Feb-07 12:22:46 -): > > 2.6.1 and 2.6.2 don't have a "SYNAPTICS" option anymore. They > > detect and display lots of details about the touchpad at boot > > time. Problem is that tapping does not work anymore until the > > next cold(!) restart after a 2.6.1 or a 2.6.2 have been > > analyzing the hardware... > > What do you mean by "until the next cold(!) restart" ??? ... If after a start of Linux 2.6.1 or 2.6.2 I let my notebook perform a warm restart, it does not matter which Linux is booting next: tapping still won't work. I need to turn it off and on again (and then use Linux <= 2.6.0). > ... And have you solved > the problem?? No. Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/
Re: Synaptics in 2.6.X
- Original Message - From: "Marcus C. Gottwald" <[EMAIL PROTECTED]> To: Sent: Saturday, February 07, 2004 11:25 AM Subject: Re: Synaptics in 2.6.X > > Anders Ellenshøj Andersen wrote (Sat 2004-Feb-07 11:16:53 +0100): > > > On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: > .. > > > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > > > (touchpad) works fine, the tapping and tap'n'drag part is non existent. > .. > > Here is what I have (using kernel 2.6.0). > .. > > CONFIG_INPUT_EVDEV=Y > > CONFIG_INPUT_MOUSE=Y > > CONFIG_MOUSE_PS2=Y > > CONFIG_MOUSE_PS2_SYNAPTICS=Y > > I've got the same problem as Mr. Santa-Clara and I suppose that > for him everything works fine unter 2.6.0 -- as it does for me. > > 2.6.1 and 2.6.2 don't have a "SYNAPTICS" option anymore. They > detect and display lots of details about the touchpad at boot > time. Problem is that tapping does not work anymore until the > next cold(!) restart after a 2.6.1 or a 2.6.2 have been > analyzing the hardware... What do you mean by "until the next cold(!) restart" ??? And have you solved the problem?? Thx Filipe
Re: Synaptics in 2.6.X
- Original Message - From: "Anders Ellenshøj Andersen" <[EMAIL PROTECTED]> To: Sent: Saturday, February 07, 2004 10:16 AM Subject: Re: Synaptics in 2.6.X > On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: > > Hi ppl!! > > > > I have a Dell latitude CPi series. > > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > > (touchpad) works fine, the tapping and tap'n'drag part is non existent. > > Here is what I have (using kernel 2.6.0). > > In the kernel these options are enabled: > > CONFIG_INPUT_EVDEV=Y > CONFIG_INPUT_MOUSE=Y > CONFIG_MOUSE_PS2=Y > CONFIG_MOUSE_PS2_SYNAPTICS=Y That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in 2.6.2!!! > > Compile, install, etc.. Then go to > > http://w1.894.telia.com/~u89404340/touchpad/index.html > > and download the driver for XFree86 and follow the install instructions. > > Anders > > -- > This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
Re: Synaptics in 2.6.X
Filipe Santa-Clara wrote (Sat 2004-Feb-07 12:22:46 -): > > 2.6.1 and 2.6.2 don't have a "SYNAPTICS" option anymore. They > > detect and display lots of details about the touchpad at boot > > time. Problem is that tapping does not work anymore until the > > next cold(!) restart after a 2.6.1 or a 2.6.2 have been > > analyzing the hardware... > > What do you mean by "until the next cold(!) restart" ??? ... If after a start of Linux 2.6.1 or 2.6.2 I let my notebook perform a warm restart, it does not matter which Linux is booting next: tapping still won't work. I need to turn it off and on again (and then use Linux <= 2.6.0). > ... And have you solved > the problem?? No. Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
Anders Ellenshøj Andersen wrote (Sat 2004-Feb-07 11:16:53 +0100): > On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: .. > > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > > (touchpad) works fine, the tapping and tap'n'drag part is non existent. .. > Here is what I have (using kernel 2.6.0). .. > CONFIG_INPUT_EVDEV=Y > CONFIG_INPUT_MOUSE=Y > CONFIG_MOUSE_PS2=Y > CONFIG_MOUSE_PS2_SYNAPTICS=Y I've got the same problem as Mr. Santa-Clara and I suppose that for him everything works fine unter 2.6.0 -- as it does for me. 2.6.1 and 2.6.2 don't have a "SYNAPTICS" option anymore. They detect and display lots of details about the touchpad at boot time. Problem is that tapping does not work anymore until the next cold(!) restart after a 2.6.1 or a 2.6.2 have been analyzing the hardware... Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/
Re: Synaptics in 2.6.X
- Original Message - From: "Marcus C. Gottwald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 07, 2004 11:25 AM Subject: Re: Synaptics in 2.6.X > > Anders Ellenshøj Andersen wrote (Sat 2004-Feb-07 11:16:53 +0100): > > > On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: > .. > > > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > > > (touchpad) works fine, the tapping and tap'n'drag part is non existent. > .. > > Here is what I have (using kernel 2.6.0). > .. > > CONFIG_INPUT_EVDEV=Y > > CONFIG_INPUT_MOUSE=Y > > CONFIG_MOUSE_PS2=Y > > CONFIG_MOUSE_PS2_SYNAPTICS=Y > > I've got the same problem as Mr. Santa-Clara and I suppose that > for him everything works fine unter 2.6.0 -- as it does for me. > > 2.6.1 and 2.6.2 don't have a "SYNAPTICS" option anymore. They > detect and display lots of details about the touchpad at boot > time. Problem is that tapping does not work anymore until the > next cold(!) restart after a 2.6.1 or a 2.6.2 have been > analyzing the hardware... What do you mean by "until the next cold(!) restart" ??? And have you solved the problem?? Thx Filipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
- Original Message - From: "Anders Ellenshøj Andersen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 07, 2004 10:16 AM Subject: Re: Synaptics in 2.6.X > On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: > > Hi ppl!! > > > > I have a Dell latitude CPi series. > > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > > (touchpad) works fine, the tapping and tap'n'drag part is non existent. > > Here is what I have (using kernel 2.6.0). > > In the kernel these options are enabled: > > CONFIG_INPUT_EVDEV=Y > CONFIG_INPUT_MOUSE=Y > CONFIG_MOUSE_PS2=Y > CONFIG_MOUSE_PS2_SYNAPTICS=Y That is a problem There's no CONFIG_MOUSE_PS2_SYNAPTICS in 2.6.1 nor in 2.6.2!!! > > Compile, install, etc.. Then go to > > http://w1.894.telia.com/~u89404340/touchpad/index.html > > and download the driver for XFree86 and follow the install instructions. > > Anders > > -- > This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
Anders Ellenshøj Andersen wrote (Sat 2004-Feb-07 11:16:53 +0100): > On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: .. > > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > > (touchpad) works fine, the tapping and tap'n'drag part is non existent. .. > Here is what I have (using kernel 2.6.0). .. > CONFIG_INPUT_EVDEV=Y > CONFIG_INPUT_MOUSE=Y > CONFIG_MOUSE_PS2=Y > CONFIG_MOUSE_PS2_SYNAPTICS=Y I've got the same problem as Mr. Santa-Clara and I suppose that for him everything works fine unter 2.6.0 -- as it does for me. 2.6.1 and 2.6.2 don't have a "SYNAPTICS" option anymore. They detect and display lots of details about the touchpad at boot time. Problem is that tapping does not work anymore until the next cold(!) restart after a 2.6.1 or a 2.6.2 have been analyzing the hardware... Cheers, Marcus -- Marcus C. Gottwald · http://www.inf.fu-berlin.de/~gottwald/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Synaptics in 2.6.X
On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: > Hi ppl!! > > I have a Dell latitude CPi series. > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > (touchpad) works fine, the tapping and tap'n'drag part is non existent. Here is what I have (using kernel 2.6.0). In the kernel these options are enabled: CONFIG_INPUT_EVDEV=Y CONFIG_INPUT_MOUSE=Y CONFIG_MOUSE_PS2=Y CONFIG_MOUSE_PS2_SYNAPTICS=Y Compile, install, etc.. Then go to http://w1.894.telia.com/~u89404340/touchpad/index.html and download the driver for XFree86 and follow the install instructions. Anders -- This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux
Re: Synaptics in 2.6.X
On Saturday 07 February 2004 05:05, Filipe Santa-Clara wrote: > Hi ppl!! > > I have a Dell latitude CPi series. > I upgraded my kernel to 2.6.1 an then to 2.6.2. Although the mouse > (touchpad) works fine, the tapping and tap'n'drag part is non existent. Here is what I have (using kernel 2.6.0). In the kernel these options are enabled: CONFIG_INPUT_EVDEV=Y CONFIG_INPUT_MOUSE=Y CONFIG_MOUSE_PS2=Y CONFIG_MOUSE_PS2_SYNAPTICS=Y Compile, install, etc.. Then go to http://w1.894.telia.com/~u89404340/touchpad/index.html and download the driver for XFree86 and follow the install instructions. Anders -- This email was generated using KMail from KDE 3.1.5 on Debian GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

