Gentoo Archives: gentoo-amd64

From: Mansour Al Akeel <mansour.alakeel@×××××.com>
To: gentoo64-help <gentoo-amd64@l.g.o>
Subject: [gentoo-amd64] Lost synaptics touchpad scrolling after kernel upgrade
Date: Sat, 18 Jun 2011 03:02:54
Message-Id: 20110618021110.GA14222@localhost
1 Hello all,
2
3 I upgraded from 2.6.37-gentoo-r4 to 2.6.38-gentoo-r6. I didn't change
4 anything in the config file, and used the old kernel config to compile
5 the new kernel. However, when I booted into the new kernel, I found the
6 scrolling in the touch pad is not working !
7 If I boot into the older kernel it works fine. I recompiled the
8 following Xorg drivers under the new kernel :
9
10 xf86-input-evdev-2.6.0
11 xf86-input-mouse-1.7.0
12 xf86-input-synaptics-1.3.0
13 xf86-video-fbdev-0.4.2
14 xf86-video-intel-2.14.0
15 xf86-video-vesa-2.3.0
16
17 I tried to check the correct mouse device using:
18 cat /dev/input/*
19
20 For all the devices, but none produced the expected output of
21 unreadable characters.
22
23 For some reason, TouchPad is not found, as per /var/log/Xorg.0.log
24
25 [ 37.976] (II) No input driver/identifier specified (ignoring)
26 [ 37.976] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
27 [ 37.976] (II) No input driver/identifier specified (ignoring)
28 [ 37.984] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
29 [ 37.984] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
30 [ 37.984] (**) AT Translated Set 2 keyboard: always reports core events
31 [ 37.984] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
32 [ 37.990] (--) AT Translated Set 2 keyboard: Found keys
33 [ 37.990] (II) AT Translated Set 2 keyboard: Configuring as keyboard
34 [ 37.990] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
35 [ 37.990] (**) Option "xkb_rules" "evdev"
36 [ 37.990] (**) Option "xkb_model" "evdev"
37 [ 37.990] (**) Option "xkb_layout" "us"
38 [ 37.990] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
39 [ 37.990] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
40 [ 37.990] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
41 [ 37.990] (II) Synaptics touchpad driver version 1.3.0
42 [ 37.990] (**) Option "Device" "/dev/input/event4"
43 [ 37.994] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range. defaulting to 1615 - 5685
44 [ 37.994] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range. defaulting to 1729 - 4171
45 [ 37.994] (--) SynPS/2 Synaptics TouchPad: invalid pressure range. defaulting to 0 - 256
46 [ 37.994] (--) SynPS/2 Synaptics TouchPad: invalid finger width range. defaulting to 0 - 16
47 [ 37.994] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
48 [ 37.994] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
49 [ 37.999] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
50 [ 37.999] (II) UnloadModule: "synaptics"
51 [ 37.999] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
52 [ 37.999] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
53 [ 37.999] (II) Synaptics touchpad driver version 1.3.0
54 [ 38.236] (EE) SynPS/2 Synaptics TouchPad no synaptics event device found
55 [ 38.236] (**) Option "Device" "/dev/input/mouse0"
56 [ 38.240] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range. defaulting to 1615 - 5685
57 [ 38.240] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range. defaulting to 1729 - 4171
58 [ 38.240] (--) SynPS/2 Synaptics TouchPad: invalid pressure range. defaulting to 0 - 256
59 [ 38.240] (--) SynPS/2 Synaptics TouchPad: invalid finger width range. defaulting to 0 - 16
60 [ 38.261] (EE) Query no Synaptics: 6003C8
61 [ 38.261] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
62 [ 38.261] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
63 [ 38.268] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
64 [ 38.268] (II) UnloadModule: "synaptics"
65
66 my Xorg:
67
68 Section "ServerLayout"
69 Identifier "X.org Configured"
70 Screen "Screen0" 0 0
71 InputDevice "Mouse0" "CorePointer"
72 InputDevice "usb_mouse" "CorePointer"
73 InputDevice "Keyboard0" "CoreKeyboard"
74 EndSection
75
76 Section "Files"
77 ModulePath "/usr/lib64/xorg/modules"
78 FontPath "/usr/share/fonts/misc/"
79 FontPath "/usr/share/fonts/TTF/"
80 FontPath "/usr/share/fonts/OTF"
81 FontPath "/usr/share/fonts/Type1/"
82 FontPath "/usr/share/fonts/100dpi/"
83 FontPath "/usr/share/fonts/75dpi/"
84 FontPath "/usr/share/fonts/mono/"
85 EndSection
86
87 Section "Module"
88 Load "dri2"
89 Load "extmod"
90 Load "dbe"
91 Load "record"
92 Load "dri"
93 Load "glx"
94 Load "synaptics"
95 EndSection
96
97 Section "InputDevice"
98 Identifier "Keyboard0"
99 Driver "kbd"
100 EndSection
101
102 Section "InputDevice"
103 Identifier "Mouse0"
104 Driver "synaptics"
105 Option "Protocol" "auto-dev"
106 Option "Device" "/dev/input/mice"
107 Option "ZAxisMapping" "4 5 6 7"
108 Option "TapButton1" "1"
109 Option "TapButton2" "2"
110 Option "TapButton3" "3"
111 Option "SendCoreEvents"
112 Option "SHMConfig" "on"
113 EndSection
114
115 Section "InputDevice"
116 Identifier "usb_mouse"
117 Driver "mouse"
118 Option "Device" "/dev/input/mice"
119 Option "ZAxisMapping" "4 5"
120 Option "Buttons" "5"
121 EndSection
122
123 Section "Monitor"
124 Identifier "Monitor0"
125 VendorName "Monitor Vendor"
126 ModelName "Monitor Model"
127 EndSection
128
129 Section "Device"
130 Identifier "Card0"
131 Driver "intel"
132 VendorName "Intel Corporation"
133 BoardName "Arrandale Integrated Graphics Controller"
134 BusID "PCI:0:2:0"
135 EndSection
136
137 Section "Screen"
138 Identifier "Screen0"
139 Device "Card0"
140 Monitor "Monitor0"
141 SubSection "Display"
142 Viewport 0 0
143 Depth 1
144 EndSubSection
145 SubSection "Display"
146 Viewport 0 0
147 Depth 4
148 EndSubSection
149 SubSection "Display"
150 Viewport 0 0
151 Depth 8
152 EndSubSection
153 SubSection "Display"
154 Viewport 0 0
155 Depth 15
156 EndSubSection
157 SubSection "Display"
158 Viewport 0 0
159 Depth 16
160 EndSubSection
161 SubSection "Display"
162 Viewport 0 0
163 Depth 24
164 EndSubSection
165 EndSection
166
167
168 lsmod | sort :
169 Module Size Used by
170 ac 3163 0
171 agpgart 25761 3 drm,intel_agp,intel_gtt
172 arc4 1298 2
173 ath 14363 3 ath9k,ath9k_common,ath9k_hw
174 ath9k 93150 0
175 ath9k_common 1781 1 ath9k
176 ath9k_hw 304369 2 ath9k,ath9k_common
177 backlight 3868 1 video
178 battery 10387 0
179 broadcom 6998 0
180 cfg80211 142723 3 ath9k,mac80211,ath
181 dm_mod 62570 0
182 drm 163391 3 i915,drm_kms_helper
183 drm_kms_helper 26499 1 i915
184 ecb 1897 2
185 ehci_hcd 37751 0
186 i2c_algo_bit 6488 1 i915
187 i2c_i801 7556 0
188 i915 295715 2
189 intel_agp 10553 1 i915
190 intel_gtt 13886 3 i915,intel_agp
191 libphy 15633 2 tg3,broadcom
192 mac80211 174434 1 ath9k
193 nls_base 6529 1 usbcore
194 sg 26942 0
195 snd 56667 12 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
196 snd_hda_codec 75586 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
197 snd_hda_codec_hdmi 24547 1
198 snd_hda_codec_realtek 320817 1
199 snd_hda_intel 23410 0
200 snd_hwdep 5996 1 snd_hda_codec
201 snd_mixer_oss 14843 1 snd_pcm_oss
202 snd_page_alloc 6625 2 snd_hda_intel,snd_pcm
203 snd_pcm 68666 4 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
204 snd_pcm_oss 42157 0
205 snd_seq 50911 4 snd_seq_oss,snd_seq_midi_event
206 snd_seq_device 5157 2 snd_seq_oss,snd_seq
207 snd_seq_midi_event 5132 1 snd_seq_oss
208 snd_seq_oss 30332 0
209 snd_timer 18837 2 snd_seq,snd_pcm
210 soundcore 5359 1 snd
211 sparse_keymap 2720 0
212 tg3 123454 0
213 usbcore 121077 1 ehci_hcd
214 video 11475 1 i915
215 wmi 7970 0
216
217
218
219 Thank you in advance.

Replies

Subject Author
[gentoo-amd64] Re: Lost synaptics touchpad scrolling after kernel upgrade Duncan <1i5t5.duncan@×××.net>