[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2011-09-08 Thread grolma
modprobe fix didnt work for me.
touchpad appears in System->prefs->mouse

FWIW the machine is an Asus 901
$ uname -a
$ 2.6.32-33-generic #72-Ubuntu SMP Fri Jul 29 21:08:37 UTC 2011 i686 GNU/Linux
$ 
ive added the Xorg when the machine starts   and heres the  other reference to 
synaptics that Ive found in Xorg 
(--) ETPS/2 Elantech Touchpad: touchpad found
(II) Power Button: Device reopened after 1 attempts.
(II) Video Bus: Device reopened after 1 attempts.
(II) Power Button: Device reopened after 1 attempts.
(II) Sleep Button: Device reopened after 1 attempts.
(II) CNF7129: Device reopened after 1 attempts.
(II) Asus EeePC extra buttons: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
(II) Macintosh mouse button emulation: Device reopened after 1 attempts.
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600"x0.0   50.40  1024 1048 1184 1344  600 600 
619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600"x0.0   50.40  1024 1048 1184 1344  600 600 
619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600"x0.0   50.40  1024 1048 1184 1344  600 600 
619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600"x0.0   50.40  1024 1048 1184 1344  600 600 
619 625 -hsync -vsync (37.5 kHz)
(II) intel(0): EDID vendor "AUO", prod id 4128
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x600"x0.0   50.40  1024 1048 1184 1344  600 600 
619 625 -hsync -vsync (37.5 kHz)
(II) config/udev: removing device ETPS/2 Elantech Touchpad
(II) UnloadModule: "synaptics"


** Attachment added: "xorglog"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/315882/+attachment/2373891/+files/xorglog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/315882

Title:
  [Jaunty] synaptics driver needs to be updated to work with devices
  known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad"
  starting with 2.6.28 series kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/315882/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-12-25 Thread ergatif
To be more acurate, on my U100 the mouse was unusable after a few
seconds, cursor moved but click has no effect. Removing the psmouse
module at startup solved this issue.

So I put only the following command (and not the other one which reloads the 
unwished module) in /etc/rc.local :
/sbin/modprobe -r psmouse

The built-in trackpad and buttons doesn't work anymore but the external
USB mouse is working fine.

This is the only fix that worked for me (and it worked in both
distribution 9.04 and 9.10)

This should probably be reported as a different bug, but I feel a little
lazy after a couple of hours working on it.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-12-25 Thread ergatif
This worked for me to correct mouse failure after first click with a
U100 Wind and both 9.04 and 9.10...

I had to put the commands : 
/sbin/modprobe -r psmouse
/sbin/modprobe psmouse

in /etc/init.d/rc.local in order that they will be executed as root

Thanks for this fix.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-08-23 Thread Chris Lasher
I had to reinstall the synaptics driver first with

sudo aptitude reinstall xserver-xorg-input-synaptics

after which Ricardo Faria's fix worked for me.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-06-29 Thread David Roberts
Ricardo's fix got the touchpad working for me (Lenovo ThinkPad R500), but 
edge-scrolling was disabled. So instead I just reloaded the psmouse module 
(i.e. without the proto argument), after which the touchpad worked perfectly:
sudo modprobe -r psmouse
sudo modprobe psmouse

To make this fix permanent I added the following to /etc/rc.local:
/sbin/modprobe -r psmouse
/sbin/modprobe psmouse

See


-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-05-18 Thread imachine
I too have a Compal EL80 and Ricardo's fix worked so well for me.

Thanks Ricardo, this should be incorporated in mainstream if a machine
says it's a COMPAL EL80 (and it does and is quite linux friendly so it
deserves to be there in acpi-fixes list or however it is called in
Ubuntu;-))

Cheers

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-05-18 Thread Nonninz
Another Compal HEL80/81 Jaunty user here.

Ricardo Faria's fix works instantly, I have back my scrolling and multi-finger 
tapping :)
I didn't have to install or remove anything.

Thank You!!

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-05-02 Thread Noel J. Bergman
** NEVERMIND ** -- bad synaptics driver.  Reinstalled and at least some
things work again.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-05-02 Thread Noel J. Bergman
I am NOT seeing this as fixed.   I have edge scrolling, the mouse moves
and the buttons work, but that's it -- I no longer have two finger
scrolling nor tap-to-click.

I setup /etc/hal/fdi/policy/synaptics.fdi with:




  

synaptics

  


and rebooted (just in case).

>From dmesg:

Synaptics Touchpad, model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04791/0x30
serio: Synaptics pass-through port at isa0060/serio1/input0
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8

>From Xorg.0.log:

$  grep -iF synaptic Xorg.0.log
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
(II) Synaptics touchpad driver version 1.1.99
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: 
TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad touchpad found

The "modprobe fix" does not work.  With proto=imps, clicking works and
scrolling stops.  Without it, edge scrolling works, but clicking does
not.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-04-24 Thread reygecko
Ricardo Faria's solution worked really fine for me too!!  Thanks a lot,
Ricardo, good job!! :D

P.D.- Could anyone add a fix in the repositories?

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-04-22 Thread Roland
Ricardo Faria's workaround fixed the touchpad issue on my Compal HEL80
too.

Thanks, Ricardo Faria.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-04-21 Thread mrphd
I am running Jaunty RC and tapping is not working (despite being enable
in touchpad preferences). Never had any problems in Intrepid.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-04-19 Thread Simon
I also have Compal HEL 80i with Elantech Touchpad and it still doesn't
work in Jaunty RC, luckily Ricardo Faria's workaround fixed the problem.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-04-02 Thread William Grant
Please file a separate bug about that, against the 'linux' package.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-04-02 Thread Bálint Magyar
Same problem here as Pitabred described above, same log output, same
Elantech touchpad. ricardofaria's workaround makes it work instantly.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-04-01 Thread dlamer
Worked for me also, thx man ;)

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-31 Thread Dann S. Washko
Hey, that worked for me too!  Thanks!

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-31 Thread ricardofaria
i solved my non working touchpad by doing in terminal:

modprobe -r psmouse
modprobe psmouse proto=imps

at this time the touchpad should be working

and add:  options psmouse proto=imps 
to:  gedit /etc/modprobe.d/options

best of luck.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-29 Thread ricardofaria
I also have a Compal HEL80 and tried both ways,  and  and neither worked. 
I've also tried to enable SHMConfig in /etc/hal/fdi/policy/shmconfig.fdi, also 
with no luck. I even tried xinput set-int-prop "ETPS/2 Elantech Touchpad" 
"Device Enable " 8 0, but when i do  xinput list-props "ETPS/2 Elantech 
Touchpad", it appears 
Device 'ETPS/2 Elantech Touchpad':
Device Enabled (89):1
Evdev Axis Inversion (227): 0, 0
Evdev Reopen Attempts (224):10
Evdev Axis Calibration (225):   
Evdev Axes Swap (226):  0
Evdev Middle Button Emulation (228):2
Evdev Middle Button Timeout (229):  50
Evdev Wheel Emulation (230):0
Evdev Wheel Emulation Axes (231):   0, 0, 4, 5
Evdev Wheel Emulation Inertia (232):10
Evdev Wheel Emulation Timeout (233):200
Evdev Wheel Emulation Button (234): 4
Evdev Drag Lock Buttons (235):  0
Device Enable  (613):   0

and it seems Device Enabled (89):   1  should be  Device Enabled (89): 
0 .
I can't figure this out. hope someone can.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-29 Thread Pitabred
Going to have to retract my previous comment. My touchpad is no longer
working, even with the latest updates.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-29 Thread Petri Helin
Just tried the Jaunty Beta on my Compal HEL80 and the touchpad doesn't
react at all. The same touchpad works reasonably well with Intrepid.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-28 Thread Dann S. Washko
I've been keeping up with the updates and I even tried the 9.04 beta cd
this morning.  Nothing so far has brought my touch pad back to life.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-28 Thread dlamer
Hi,

I created /etc/hal/fdi/policy/synaptics.fdi file with provided content.
After reboot, touchpad still doesn't work.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-25 Thread Pitabred
Seconded. I just did an upgrade, and my mouse went from non-working to
working. It looks like the bug is fixed with the current package set,
even if no one knows what happened :) It may have been the kernel or
something.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-25 Thread tlois
Oddly, second reboot after upgrade, it started working this morning.
The only thing I did between first reboot and second is try to install
that package, which didn't happen, so not sure what that was about.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-25 Thread tlois
Touchpad on IBM thinkpad t30 does not work at all with all updates on
Jaunty.  When I tried to install above mentioned package, it says there
is a later version already installed.  Will use external mouse and hope
this is fixed soon.  It also did not work when I was booting from flash
drive on my eee 701.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-13 Thread Dann S. Washko
I'm having the same problem posted by Pitabred; I see the exact same
output.  I'm on a System76 first gen Serval with the Elantech Touchpad.
I have tried some of the proposed configurations above and nothing has
made my touch pad work.  I did an upgrade from Intrepid to Jaunty.  The
touchpad worked fine in Intrepid.

dmesg:  [   12.145366] input: ETPS/2 Elantech Touchpad as
/devices/platform/i8042/serio1/inpu/input8

Xorg.0.log:

[1.576148] (II) config/hal: Adding input device ETPS/2 Elantech Touchpad
[1.576192] (II) LoadModule: "synaptics"
[1.576360] (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
[1.576575] (II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.5.99.901, module version = 0.99.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
[1.576621] (II) Synaptics touchpad driver version 0.99.2
[1.576644] (**) Option "Device" "/dev/input/event8"
[1.577273] (II) ETPS/2 Elantech Touchpad: x-axis range 32 - 544
[1.577295] (II) ETPS/2 Elantech Touchpad: y-axis range 32 - 352
[1.577310] (II) ETPS/2 Elantech Touchpad: device does not report pressure, 
will use touch data.
[1.577325] (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
[1.577345] (II) ETPS/2 Elantech Touchpad: buttons: left right middle double 
triple
[1.577422] (--) ETPS/2 Elantech Touchpad touchpad found
[1.577447] (**) ETPS/2 Elantech Touchpad: always reports core events
[1.582310] (II) XINPUT: Adding extended input device "ETPS/2 Elantech 
Touchpad" (type: TOUCHPAD)
[1.582408] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration 
scheme 1
[1.582426] (**) ETPS/2 Elantech Touchpad: (accel) filter chain progression: 
2.00
[1.582447] (**) ETPS/2 Elantech Touchpad: (accel) filter stage 0: 20.00 ms
[1.582475] (**) ETPS/2 Elantech Touchpad: (accel) set acceleration profile 0
[1.591381] (--) ETPS/2 Elantech Touchpad touchpad found

I see the Macintosh mouse support loading in too.  Could this be
interferring?

Here is the contents of my
/usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi file:



  

synaptics



  


and finally /proc/bus/input/devices:

I: Bus=0011 Vendor=0002 Product=000e Version=
N: Name="ETPS/2 Elantech Touchpad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input8
U: Uniq=
H: Handlers=mouse2 event8
B: EV=f
B: KEY=6420 0 7 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=3

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-07 Thread Pitabred
Mine isn't fixed. I still can't get anything under Linux with this
touchpad. It used to work, the upgrade to Jaunty broke it somewhere in
the line:

>From my dmesg:
[ 13.633647] input: ETPS/2 Elantech Touchpad as 
/devices/platform/i8042/serio4/input/input8

And I see this in my Xorg.0.log:
[ 7.982748] (II) XINPUT: Adding extended input device "Macintosh mouse button 
emulation" (type: MOUSE)
[ 7.984782] (II) config/hal: Adding input device ETPS/2 Elantech Touchpad
[ 7.984916] (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
[ 7.990837] (**) Option "Device" "/dev/input/event8"
[ 7.991035] (II) XINPUT: Adding extended input device "ETPS/2 Elantech 
Touchpad" (type: TOUCHPAD)

But when I run xev and touch the touchpad I get no events reported at
all. When I cat /dev/input/event8 there's nothing coming through. I am
positive that the touchpad works because it used to work under Linux and
it still works under Windows installed on the same machine.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-05 Thread Grizzly
Can you have a look at my bug #335297 - my logitech is recognised as
elantech touchpad and does not really work - I don't know if the two
problems are related.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-04 Thread M
Even for me.

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Triaged => Fix Released

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-03-04 Thread unggnu
Seems to be fixed in current Jaunty.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-02-23 Thread Daniele Napolitano
I have the same problem with a Acer Aspire 5102WLMi, Ubuntu 9.04 Alpha 4
(with latest updates).

There is two solutions:
 * Use of evdev general input driver (by edit HAL fdi file), but without any 
Synaptics configurations like sensivity or touch-click.
 * Install xserver-xorg-input-synaptics and edit HAL fdi file for use that 
driver.

This bug block any (not expert) user interation... please fix in Alpha
5!

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-02-21 Thread unggnu
I can confirm this bug with current Jaunty. xserver-xorg-input-synaptics
is installed.

At least I guess I have this bug since scrolling doesn't work anymore
since Jaunty.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-02-18 Thread Javier Jardón
The xserver-xorg-input-synaptics was not installed by default on Jaunty.
 "sudo apt-get install xserver-xorg-input-synaptics" solved it for me.

See bug #323800

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-02-16 Thread Matt LaPaglia
Same as Pitabred, I have a Compal Hel80 (the Hel81 also) and neither
touchpads work with the latest version of jaunty.

I've attached my dmesg.

** Attachment added: "dmesg"
   http://launchpadlibrarian.net/22716397/dmesg

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-02-15 Thread Pitabred
I also have a Compal (HGL30), and my touchpad simply does not work under
the lastest Jaunty packages, 64bit version (so the above .deb won't help
me).

I used to get the jittery motion, but now, nothing whatsoever. The
buttons work, but the touchpad will not move the cursor. Gotta use a USB
mouse all the time.

I also boot into Windows on this machine, so I'm certain the hardware is
in fact working. And it used to work under older releases.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-02-06 Thread Javier Jardón
Confirmed here with Kubuntu jaunty alpha 4 live-cd on Dell XPS 1330

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315882] Re: [Jaunty] synaptics driver needs to be updated to work with devices known as "ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 2.6.28 series kernels

2009-02-06 Thread Tomasz Dominikowski
** Summary changed:

- [Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" starting with 2.6.28 series kernels
+ [Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels

** Description changed:

  Binary package hint: xserver-xorg-input-synaptics
  
  Some of the touchpads previously known as "Synaptics Touchpad" by kernel
  are now known as "ETPS/2 Elantech Touchpad" and are not picked up with
  synaptics driver in X. The result is missing functionality, like tapping
- and scrolling.
+ and scrolling. "SynPS/2 Synaptics TouchPad" also needs to be included,
+ the same symptoms occur with this device if it is not included in the
+ fdi file.
  
- All it needs is a little secction in the synaptics fdi like this:
+ All it needs is a little secction in the synaptics fdi like this for
+ Elantech:
  

  synaptics

  
+ For the original Synaptics touchpad:
+ 
+   
+ synaptics
+   
+ 
+ 
  And all is well again.
  
  EDIT: Newer driver is needed also. The bug is that current driver does
- not recognize the elantechs as synaptics touchpads.
+ not recognize the elantechs as synaptics touchpads. Same thing for
+ original Synaptics touchpads.

-- 
[Jaunty] synaptics driver needs to be updated to work with devices known as 
"ETPS/2 Elantech Touchpad" and "SynPS/2 Synaptics TouchPad" starting with 
2.6.28 series kernels
https://bugs.launchpad.net/bugs/315882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs