psmouse serio1: DualPoint TouchPad bei isa0060/serio1/input0 hat die Synchronisierung verloren und 2 Bytes ausgegeben

psmouse serio1: DualPoint TouchPad bei isa0060/serio1/input0 hat die Synchronisierung verloren und 2 Bytes ausgegeben

Ich hatte vor Kurzem ein Problem mit meinem DELL Vostro 3750-Laptop; das Touchpad verhält sich unregelmäßig.

Wenn ich mir die dmesgAusgabe anschaue, kann ich Folgendes sehen:

[175874.428170] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 5 bytes away.
[175874.938670] psmouse serio1: resync failed, issuing reconnect request
[175879.431915] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away.
[175879.453182] psmouse serio1: resync failed, issuing reconnect request
[175889.437902] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
[175889.957166] psmouse serio1: resync failed, issuing reconnect request
[176624.939847] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 4 bytes away.
[176625.454747] psmouse serio1: resync failed, issuing reconnect request
[176805.063135] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
[176805.573049] psmouse serio1: resync failed, issuing reconnect request

Wenn man im Internet nachschaut, scheint es zu passieren mitaktueller Linux-Kernel, ich verwende jedoch immer noch denselben Kernel:

$ uname -a
Linux maester 3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.12-1~bpo70+1 (2014-07-13) x86_64 GNU/Linux

Wenn ich debugfs einschalte, sehe ich Folgendes:

# cat /sys/module/psmouse/parameters/proto
auto
# mount -t debugfs none /sys/kernel/debug/
# echo "file drivers/input/mouse/* +p" >  /sys/kernel/debug/dynamic_debug/control

führt zu:

[ 3484.184294] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away.
[ 3484.206545] psmouse serio1: resync failed, issuing reconnect request
[ 3484.657119] psmouse serio1: alps: E6 report: 00 00 64
[ 3484.679989] psmouse serio1: alps: E7 report: 73 02 64
[ 3484.703271] psmouse serio1: alps: EC report: 88 07 9d
[ 3484.724681] psmouse serio1: alps: EC report: 88 07 9d
[ 3484.795169] psmouse serio1: alps: EC report: 88 07 9d
[ 3489.186775] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 1 bytes away.
[ 3489.209246] psmouse serio1: resync failed, issuing reconnect request
[ 3489.661888] psmouse serio1: alps: E6 report: 00 00 64
[ 3489.685972] psmouse serio1: alps: E7 report: 73 02 64
[ 3489.711895] psmouse serio1: alps: EC report: 88 07 9d
[ 3489.732625] psmouse serio1: alps: EC report: 88 07 9d
[ 3489.781987] psmouse serio1: alps: EC report: 88 07 9d
[ 3859.439899] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
[ 3859.461770] psmouse serio1: resync failed, issuing reconnect request
[ 3859.910943] psmouse serio1: alps: E6 report: 00 00 64
[ 3859.935221] psmouse serio1: alps: E7 report: 73 02 64
[ 3859.960135] psmouse serio1: alps: EC report: 88 07 9d
[ 3859.982875] psmouse serio1: alps: EC report: 88 07 9d
[ 3860.032681] psmouse serio1: alps: EC report: 88 07 9d

Antwort1

Ich habe mein System auf ein Debian/Jessie-System aktualisiert und auch hier funktionierte nichts.

Nachdem ich mit i8kdem Modul gespielt hatte, wurde mir klar, dass i8kmones in geplanten Intervallen lief. Ich beschloss,Hör aufund auchmanuelles Entfernendas i8kModul. Aus irgendeinem Grund war die Blacklist nicht genug:

$ cat /etc/modprobe.d/i8k-blacklist.conf
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732242
blacklist i8k

Das Touchpad funktioniert jetzt einwandfrei, mit der Tastatur gibt es keine Probleme mehr. Und sogar der Lüfter dreht sich mit der richtigen Geschwindigkeit (früher startete/stoppte er ohne Grund).

verwandte Informationen