Gentoo Archives: gentoo-user

From: Pupino <pupinux@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Touchpad no longer working
Date: Sat, 16 Feb 2008 23:14:04
Message-Id: dad98e440802161514n653c322au260d77b578a02386@mail.gmail.com
In Reply to: [gentoo-user] Touchpad no longer working by "Michael J. Barillier"
1 2008/2/17, Michael J. Barillier <blackwolf@××××××××××××××××.net>:
2 > The touchpad on my Acer laptop has stopped working in X after a recent
3 > `emerge -uD world'. Looking through emerge.log doesn't indicate
4 > anything hardware-related. The touchpad shows up in dmesg:
5 >
6 > ,----
7 > | Synaptics Touchpad, model: 1, fw: 6.2, id: 0x12a0b1, caps: 0xa04713/0x204000
8 > | input: SynPS/2 Synaptics TouchPad as /class/input/input5
9 > `----
10 >
11 > and in /proc/bus/input/devices:
12 >
13 > ,----
14 > | I: Bus=0011 Vendor=0002 Product=0007 Version=12b1
15 > | N: Name="SynPS/2 Synaptics TouchPad"
16 > | P: Phys=isa0060/serio1/input0
17 > | S: Sysfs=/class/input/input5
18 > | U: Uniq=
19 > | H: Handlers=mouse0 event5
20 > | B: EV=b
21 > | B: KEY=6420 0 7000f 0 0 0 0 0 0 0 0
22 > | B: ABS=11000003
23 > `----
24 >
25 > and /proc/config.gz says:
26 >
27 > ,----
28 > | CONFIG_MOUSE_PS2_SYNAPTICS=y
29 > `----
30 >
31 > I'd seen references to cat-ing /dev/input/mouse0 and using the touchpad,
32 > but when I do that no output is generated. xorg.conf has:
33 >
34 > ,----
35 > | Section "InputDevice"
36 > | Identifier "TouchPad"
37 > | Driver "synaptics"
38 > | Option "SendCoreEvents" "true"
39 > | Option "Protocol" "auto-dev"
40 > | Option "SHMConfig" "on"
41 > | EndSection
42 > |
43 > | Section "ServerLayout"
44 > | Identifier "X.org Configured"
45 > | Screen 0 "Screen0" 0 0
46 > | InputDevice "TouchPad" "CorePointer"
47 > | InputDevice "Keyboard0" "CoreKeyboard"
48 > | EndSection
49 > `----
50 >
51 > but the pointer still fails to move (x11-drivers/synaptics has been
52 > emerged too). Does anyone have any suggestions on where to look to
53 > diagnose this issue? I'm running out of ideas at this point.
54 >
55 > thx --
56 >
57 > --
58 > Michael J. Barillier /// http://www.blackwolfinfosys.net/~blackwolf/
59 > _O_| Greenspun's Tenth Rule of Programming: "Any sufficiently
60 > __O| complicated C or Fortran program contains an ad-hoc, informally-
61 > OOO| specified bug-ridden slow implementation of half of Common Lisp."
62 > --
63 > gentoo-user@l.g.o mailing list
64 >
65 >
66
67 Hi,
68 have you added INPUT="synaptics" in you /etc/make.conf?
69 that will cause to build the synaptics module for the xorg server.
70
71 HTH
72 Davide
73 --
74 gentoo-user@l.g.o mailing list