[Kernel-packages] [Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset

2015-03-10 Thread sillyxone
Just upgraded my E7440 to A14. The keyboard still has problem with
bouncing (hit a key and it could result in 2-3 entries of the same key
registered), I still need to have a delay for Bounce Keys in Universal
Access.

I haven't had any random mouse jumping with the touchpad since adding
the psmouse.resetafter=1 as suggested by #5 (and possibly with recent
kernel updates). With the A14 BIOS, I don't have random touchpad jumping
without that boot param, even when holding down a key (Shift/Ctrl/Alt)
while moving the mouse. However, I've noticed that dmesg has a lot more
lost sync at byte 1 messages comparing to having
psmouse.resetafter=1 param, so I just put it back in.

In short, I can't tell if the A14 update helps at all on the erratic
touchpad problem. It doesn't offer any advantage for me, even for the
bounce key problem they claimed to fix.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1258837

Title:
  [Dell Latitude E7440] ALPS touchpad keeps having state reset

Status in linux package in Ubuntu:
  Confirmed
Status in linux package in Fedora:
  Unknown

Bug description:
  The mouse cursor keeps on jumping around, and these messages appear in the 
log when it happens:
  Dec  7 21:57:26 wyvern kernel: [  648.133841] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.134868] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.137921] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 - driver resynced.
  Dec  7 21:57:26 wyvern kernel: [  648.138852] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.148833] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 - driver resynced.

  The touchpad is recognised as a AlpsPS/2 ALPS DualPoint TouchPad.
  This is occurring with Ubuntu 13.10, though I have also seen this
  behaviour in the version of Linux Mint based on Ubuntu 13.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-14-generic 3.11.0-14.21
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  allanc 1852 F pulseaudio
   /dev/snd/controlC0:  allanc 1852 F pulseaudio
  Date: Sat Dec  7 22:19:22 2013
  HibernationDevice: RESUME=UUID=a2a36712-35de-4e20-9d1a-df3520f401ec
  InstallationDate: Installed on 2013-12-07 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. Latitude E7440
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed 
root=UUID=d03a42e6-0dea-4969-a682-eb4d255abc70 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-14-generic N/A
   linux-backports-modules-3.11.0-14-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 07F3F4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd08/14/2013:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset

2014-07-31 Thread sillyxone
Might be related to Lorenzo's  thought: the random jumping and clicking
only happen when the touchpad is treated as touchpad. I haven't had any
problem when loading the touchpad driver as a simple mouse (no
scrolling, tapping, multitouch, ... for the touchpad):

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

I also found that whenever the touchpad started behaving badly (lots of
lost sync messages), reloading the driver seems to reset it back to be
good for a long while:

sudo modprobe -r psmouse
sudo modprobe psmouse

About keyboard input, it might be hardware (pretty common for Dell). I
have an E6440 that I can easily reproduce the key repititions by hitting
the keys in a certain way (e.g. tapping a key straight down lightly
while relaxing my finger). It looks a lot like the bounce effect in
the old desktop keyboards, perhaps Dell didn't put in good-enough
bounce-filtering. I can reproduce the same problem in Windows and
FreeDOS. My E7440 also had that problem initially (although not as easy
to produce as the E6440), but not after Dell replaced the keyboard
(together with the touchpad).

One solution for the keyboard repetition is to set the Bounce rate:
Universal Access  Typing  Bounce Keys  Acceptance delay. You will
have to experiment to find the right rate that work for you without
missing intentional repetition (especially when smashing the keys when
playing games). What works for my E6440 is to drag the delay all the way
to shortest, then move the slider to the right (long) twice using the
right arrow key.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1258837

Title:
  [Dell Latitude E7440] ALPS touchpad keeps having state reset

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The mouse cursor keeps on jumping around, and these messages appear in the 
log when it happens:
  Dec  7 21:57:26 wyvern kernel: [  648.133841] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.134868] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.137921] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 - driver resynced.
  Dec  7 21:57:26 wyvern kernel: [  648.138852] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.148833] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 - driver resynced.

  The touchpad is recognised as a AlpsPS/2 ALPS DualPoint TouchPad.
  This is occurring with Ubuntu 13.10, though I have also seen this
  behaviour in the version of Linux Mint based on Ubuntu 13.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-14-generic 3.11.0-14.21
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  allanc 1852 F pulseaudio
   /dev/snd/controlC0:  allanc 1852 F pulseaudio
  Date: Sat Dec  7 22:19:22 2013
  HibernationDevice: RESUME=UUID=a2a36712-35de-4e20-9d1a-df3520f401ec
  InstallationDate: Installed on 2013-12-07 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. Latitude E7440
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed 
root=UUID=d03a42e6-0dea-4969-a682-eb4d255abc70 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-14-generic N/A
   linux-backports-modules-3.11.0-14-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 07F3F4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd08/14/2013:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset

2014-06-11 Thread sillyxone
Dell E7440, Ubuntu 14.04 with latest updates (as of 6/11). The touchpad
works fine normally, but when holding down a key (e.g. Ctrl, Shift, Alt,
A, C, ...) and keeping the finger still on the touchpad, the mouse
cursor jumping randomly up and down around its original location (within
about 100 pixels most of the time, vertically only). Had the hardware
replaced by Dell (mainboard, keyboard, and touchpad), problem is still
there but less severe (only happen after some usage time, and the cursor
jumping only within a few pixels).

Another symptom is application get closed randomly while I was just
moving the mouse cursor around using the touchpad. I always have tap-to-
click disabled, so I'm not sure how this happened. But everytime it
happens, I see these messages in dmesg:

[38200.256430] psmouse serio1: GlidePoint at isa0060/serio1/input0 lost sync at 
byte 1
[38200.257417] psmouse serio1: GlidePoint at isa0060/serio1/input0 lost sync at 
byte 1
[38200.258472] psmouse serio1: GlidePoint at isa0060/serio1/input0 lost sync at 
byte 1
[38200.261540] psmouse serio1: GlidePoint at isa0060/serio1/input0 - driver 
resynced.
[38211.751168] psmouse serio1: GlidePoint at isa0060/serio1/input0 lost sync at 
byte 1
[38211.752167] psmouse serio1: GlidePoint at isa0060/serio1/input0 lost sync at 
byte 1
[38211.755260] psmouse serio1: GlidePoint at isa0060/serio1/input0 - driver 
resynced.
[38211.756254] psmouse serio1: GlidePoint at isa0060/serio1/input0 lost sync at 
byte 1
[38211.766268] psmouse serio1: GlidePoint at isa0060/serio1/input0 - driver 
resynced.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1258837

Title:
  [Dell Latitude E7440] ALPS touchpad keeps having state reset

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This is very similar to bug 1048258 - the mouse cursor keeps on
  jumping around, and these messages appear in the log when it hapepns:

  Dec  7 21:57:26 wyvern kernel: [  648.133841] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.134868] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.137921] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 - driver resynced.
  Dec  7 21:57:26 wyvern kernel: [  648.138852] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 lost sync at byte 1
  Dec  7 21:57:26 wyvern kernel: [  648.148833] psmouse serio1: DualPoint 
TouchPad at isa0060/serio1/input0 - driver resynced.

  The touchpad is recognised as a AlpsPS/2 ALPS DualPoint TouchPad.
  This is occurring with Ubuntu 13.10, though I have also seen this
  behaviour in the version of Linux Mint based on Ubuntu 13.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-14-generic 3.11.0-14.21
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  allanc 1852 F pulseaudio
   /dev/snd/controlC0:  allanc 1852 F pulseaudio
  Date: Sat Dec  7 22:19:22 2013
  HibernationDevice: RESUME=UUID=a2a36712-35de-4e20-9d1a-df3520f401ec
  InstallationDate: Installed on 2013-12-07 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. Latitude E7440
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed 
root=UUID=d03a42e6-0dea-4969-a682-eb4d255abc70 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-14-generic N/A
   linux-backports-modules-3.11.0-14-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 07F3F4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd08/14/2013:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn07F3F4:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp