Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

05.09.2007, 20:11

Touchpat & Tastatur spielen verrückt

Grüße
Ich habe mir ein Acer Aspire 1522 wlmi angeschafft.
Natürlich hab ich Gentoo installiert. XP ist als parallel inst. noch vorhanden.
Ich hatte eigendlich keine probleme bei der inst. aber jetzt hab ich gemerkt das das Touchpad manchmal nicht reagiert oder übelste sprünge macht fast nicht zu kontrollierten. Ähnlich ist es mit der Tastatur manchmal geht ein Tastendruck verloren machmal bleibt ein Tastendruck hängen. In XP habe ich das prob nicht.
Eine einfach USB-Mouse funktioniert tadelos.

Was könnte das sein?

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen         "Screen0"
        InputDevice    "Touchpad"       "CorePointer"
#        InputDevice    "Mouse0"         "AlwaysCore"
        InputDevice    "Keyboard0"      "CoreKeyboard"
        Option  "BlankTime"  "5"  # Schwärzt den Bildschirm nach 5 Minuten (unecht)
        Option  "StandbyTime"  "10"  # Stellt den Bildschirm nach 10 Minuten aus (DPMS)
        Option  "SuspendTime"  "15"  # Komplettes Suspend nach 15 Minuten
        Option  "OffTime"  "20"  # Ausschalten nach 20 Minuten
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "glx"
#       Load  "record"  # I didn't need it
        Load  "extmod"
        Load  "dbe"
#       Load  "dri"     # must not load it or nvidia's dri didn't work
#       Load  "xtrap"   # didn't need it
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option    "CoreKeyboard"
        Option    "XkbRules"  "xorg"
        Option    "XkbModel"  "pc105"
        Option    "XkbLayout" "de"

EndSection

Section "InputDevice"
        Identifier "Touchpad"
        Driver "synaptics"

        Option "Device"                 "/dev/psaux"
        Option "Protocol"               "auto"
        Option "LeftEdge"               "1530"
        Option "RightEdge"              "5550"
        Option "TopEdge"                "1690"
        Option "BottomEdge"             "4420"
        Option "FingerLow"              "25"
        Option "FingerHigh"             "30"
        Option "MaxTapTime"             "180"
        Option "MaxTapMove"             "220"
        Option "VertScrollDelta"        "100"
        Option "MinSpeed"               "0.02"
        Option "MaxSpeed"               "0.2"
        Option "AccelFactor"            "0.002"
        Option "RTCornerButton"         "0"
        Option "RBCornerButton"         "0"
        Option "CircularScrolling"      "1"
        Option "PalmMinWidth" "5"
        Option "PalmMinZ" "150"
        Option "SHMConfig" "on"

EndSection

#Section "InputDevice"
#        Identifier  "Mouse0"
#        Driver "mouse"
#
#        Option "Protocol"               "auto"
#        Option "Device"                 "/dev/input/mice"
#        Option "ZAxisMapping"           "4 5"
#        Option "Emulate3Buttons"        "yes"
#EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"           # <i>
        #Option     "NoFlip"                    # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "NoLogo"                    # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "NvAGP"                     # <i>
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ConnectedMonitor"          # <str>
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "TwinView"                  # [<bool>]
        #Option     "TwinViewOrientation"       # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "CIOverlay"                 # [<bool>]
        #Option     "ForceEmulatedOverlay"      # [<bool>]
        #Option     "TransparentIndex"          # <i>
        #Option     "OverlayDefaultVisual"      # [<bool>]
        #Option     "NvEmulate"                 # <i>
        #Option     "NoBandWidthTest"           # [<bool>]
        #Option     "CustomEDID-CRT-0"          # <str>
        #Option     "CustomEDID-CRT-1"          # <str>
        #Option     "CustomEDID-DFP-0"          # <str>
        #Option     "CustomEDID-DFP-1"          # <str>
        #Option     "CustomEDID-TV-0"           # <str>
        #Option     "CustomEDID-TV-1"           # <str>
        #Option     "TVOverScan"                # <f>
        #Option     "IgnoreDisplayDevices"      # <str>
        #Option     "MultisampleCompatibility"  # [<bool>]
        #Option     "RegistryDwords"            # <str>
        #Option     "RegistryBinary"            # <str>
        #Option     "NoPowerConnectorCheck"     # [<bool>]
        #Option     "AllowDFPStereo"            # [<bool>]
        #Option     "XvMCUsesTextures"          # [<bool>]
        #Option     "HorizSync"                 # <str>
        #Option     "VertRefresh"               # <str>
        #Option     "AllowGLXWithComposite"     # [<bool>]

        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce FX Go5200"
        BusID       "PCI:1:0:0"
        VideoRam    65536
        Option      "Backingstore"      "true"
#        Option     "RenderAccel"       "true"
#        Option      "NoLogo"            "true"
#        Option      "NvAGP"            "3"

EndSection

Section "Modes"
        Identifier "16:10"

        # 1280x800 @ 50.00 Hz (GTF) hsync: 41.20 kHz; pclk: 68.56 MHz
        Modeline "1280x800" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync

        # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
        Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync

        # 1280x800 @ 85.00 Hz (GTF) hsync: 71.40 kHz; pclk: 123.38 MHz
        Modeline "1280x800_85.00"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync

EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24

        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes     "1280x800"
        EndSubSection

        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x800"
        EndSubSection

EndSection

Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "Acer"
        ModelName       "WXGA LCD Display"
        UseModes        "16:10"
        DisplaySize     322 201
        Option  "DPMS"  "true"
EndSection

Section "DRI"
    Mode 0660
EndSection



Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
$ emerge --info
Portage 2.1.2.12 (default-linux/amd64/2007.0/desktop, gcc-4.1.1, glibc-2.5-r4, 2.6.22-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.22-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System release 1.12.9
Timestamp of tree: Fri, 31 Aug 2007 22:20:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="rsync://mirrors.sec.informatik.tu-darmstadt.de/gentoo rsync://ftp-stud.fht-esslingen.de/gentoo rsync.europe.gentoo.org/gentoo"
LC_ALL="de_DE.UTF-8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/portage/local/micha"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext 7zip X a52 aac acl acpi alsa amd64 amr apm arts artswrappersuid asf async audiofile bash-completion berkdb bluetooth branding bzip2 cairo cdparanoia cdr cli cracklib crypt cups dbus disk-partition dri dv dvb dvd dvdnav dvdr dvdread eds emboss emul-linux-x86 encode esd evo fam fat ffmpeg firefox flac foomaticdb fortran ftp gdbm gif gimpprint gnome gnutls gpm gstreamer gtk hal iconv ieee1394 imap irda java javascript jpeg kde kdexdeltas kdm kerberos kqemu ldap lirc live lm_sensors mad matroska midi mikmod mmx mmxext mng mp3 mp4 mpeg mplayer mplayer-bin mudflap ncurses nls nptl nptlonly nsplugin ntfs nvidia ogg openal opengl openmp oss pam pcmcia pcre pdf perl pmu png ppds python qt3 qt3support qt4 quicktime readline reflection reiser4 reiserfs rtc samba sasl scanner sdl sensord session sndfile spell spl sse sse2 ssl svg swat tcpd theora tiff truetype truetype-fonts type1-fonts unicode usb vcd vorbis wmf x264 xfs xine xml xorg xv xvid xvmc zlib" ALSA_CARDS="intel8x0 intel8x0m via82xx via82xx-modem" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Auszug aus Xorg.0.log

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(II) Synaptics touchpad driver version 0.14.5 (1405)
(--) Touchpad auto-dev sets device to /dev/input/event0
(**) Option "Device" "/dev/input/event0"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1530"
(**) Option "RightEdge" "5550"
(**) Option "TopEdge" "1690"
(**) Option "BottomEdge" "4420"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(**) Option "RTCornerButton" "0"
(**) Option "RBCornerButton" "0"
(**) Option "CircularScrolling" "1"
(**) Option "PalmMinWidth" "5"
(**) Option "PalmMinZ" "150"
(--) Touchpad touchpad found
(**) Option "CorePointer"
(**) Touchpad: Core Pointer
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Keyboard0: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "AlwaysCore"
(**) <default pointer>: always reports core events
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Touchpad auto-dev sets device to /dev/input/event0
(**) Option "Device" "/dev/input/event0"
(--) Touchpad touchpad found
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
Synaptics DeviceOff called
SynapticsCtrl called.
(II) <default pointer>: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1280x800"
Synaptics DeviceOn called
(--) Touchpad auto-dev sets device to /dev/input/event0
(**) Option "Device" "/dev/input/event0"
(--) Touchpad touchpad found
Synaptics DeviceOff called
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "1280x800"
(II) <default pointer>: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Touchpad auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(--) Touchpad touchpad found


Auszug aus /var/log/messages

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Sep  5 23:10:38 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:10:38 aspire psmouse.c: issuing reconnect request
Sep  5 23:10:39 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:10:39 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:10:39 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:10:39 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:10:39 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:10:39 aspire psmouse.c: issuing reconnect request
Sep  5 23:15:43 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:15:43 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:15:43 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:15:43 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:15:43 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:15:43 aspire psmouse.c: issuing reconnect request
Sep  5 23:20:11 aspire su(pam_unix)[20420]: session closed for user root
Sep  5 23:21:23 aspire agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
Sep  5 23:21:23 aspire agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
Sep  5 23:21:23 aspire agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
Sep  5 23:21:49 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:49 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:49 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:49 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:49 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:21:49 aspire psmouse.c: issuing reconnect request
Sep  5 23:21:53 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:21:53 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:21:53 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:53 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:53 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:53 aspire psmouse.c: issuing reconnect request
Sep  5 23:21:54 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:21:54 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:21:54 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:54 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:54 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:21:54 aspire psmouse.c: issuing reconnect request
Sep  5 23:22:24 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:24 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:24 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:24 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:24 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:24 aspire psmouse.c: issuing reconnect request
Sep  5 23:22:29 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:29 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:29 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:29 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:29 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:22:29 aspire psmouse.c: issuing reconnect request
Sep  5 23:22:33 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:22:33 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Sep  5 23:22:33 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:33 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:33 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:22:33 aspire psmouse.c: issuing reconnect request
Sep  5 23:22:33 aspire ivman: Device removed: /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input
Sep  5 23:22:34 aspire Synaptics Touchpad, model: 1, fw: 5.8, id: 0x9248b1, caps: 0x904713/0x4000
Sep  5 23:22:34 aspire input: SynPS/2 Synaptics TouchPad as /class/input/input9
Sep  5 23:22:34 aspire ivman: New Device: /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input
Sep  5 23:22:34 aspire ivman: /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input wasn't mounted, by us or by others...
Sep  5 23:23:04 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:23:04 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:23:04 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:23:04 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Sep  5 23:23:04 aspire psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4


Wer kann helfen?
Letz fetz, sprach der Frosch und sprang in den Ventilator.....

Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »tux-fan« (09.09.2007, 21:18)


2

09.09.2007, 15:41

Ich konnte das Problem etwas eingrenzen. Es hängt mit dem kernel und acpi events zusammen bzw. mit den modulen ac, battery, psmouse. Wenn ich die module ac & battery entlade tritt das Problem nicht mehr auf.
Wenn ich alle Programme wie laptop_mode od. klaptop die auf den Status von ac & battery zugreifen nicht starte können die module ac & battery geladen sein ohne das Touchpad zu stören.

Hat jemand eine idee was ich noch probieren kann? Ich möchte aber auch nicht auf battery & powerstatus Programme verzichten.
Bootoptionen wie noacpi | acpi_irq_balance acpi_irq_isa=3,12 usw. helfen nichts.
Letz fetz, sprach der Frosch und sprang in den Ventilator.....