Gentoo Archives: gentoo-user

From: Bryan Gardiner <bog@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mouse does not work with kernel-3.5.0
Date: Sat, 28 Jul 2012 06:36:50
Message-Id: 20120727233514.7385b6aa@khumba.net
In Reply to: Re: [gentoo-user] Mouse does not work with kernel-3.5.0 by v_2e@ukr.net
1 On Thu, 26 Jul 2012 12:55:12 +0300
2 v_2e@×××.net wrote:
3
4 > Hello!
5 >
6 > On Thu, 26 Jul 2012 10:36:23 +0100
7 > Neil Bothwick <neil@××××××××××.uk> wrote:
8 >
9 > > On Thu, 26 Jul 2012 12:30:38 +0300, v_2e@×××.net wrote:
10 > >
11 > > > After upgrading to sys-kernel/gentoo-sources-3.5.0 my mouse
12 > > > stopped working in X-session.
13 > >
14 > > You haven't provided much information to go on so you're not going
15 > > to get much more than guesses and "it works for me" responses.
16 > >
17 > > Have a look for errors, marked EE, in /var/log/Xorg.0.log.
18 > >
19 > Yes, I did
20 > grep EE /var/log/Xorg.0.log
21 > before posting. And there was no mention of a mouse.
22 >
23 > > How did you compile your new kernel, from scratch or with make
24 > > oldconfig? I suspect you may have missed something needed for evdev.
25 > >
26 > I did 'make oldconfig' as usual.
27 > > Did you update anything else at the same time?
28 > >
29 > Yes, I upgraded several packages. Among relevant are:
30 > x11-base/xorg-server-1.12.99.902
31 > x11-drivers/xf86-input-evdev-2.7.1
32 > x11-drivers/xf86-input-synaptics-1.6.2
33 > x11-drivers/xf86-input-mouse-1.7.2
34 > x11-drivers/xf86-input-keyboard-1.6.1
35 > x11-drivers/xf86-input-evdev-2.7.1
36 > sys-fs/udev-186
37 >
38 > I also removed the previously existing
39 > '/etc/X11/xorg.conf.d/25-mouse.conf' file and tried without it.
40 > However it did not help.
41 >
42 > I have just booted my previous kernel-3.4.5, and the mouse works
43 > fine with the very same set of X-related programs and settings.
44 >
45 > -----
46 > <v_2e@×××.net>
47 >
48
49 Does the mouse work if you try starting X with /etc/X11/xorg.conf.d
50 empty? Or maybe re-emerge xf86-input-evdev, -synaptics, -mouse?
51
52 You should be able to check whether your kernel recognizes your mouse
53 with something like:
54
55 ~ $ grep -ie mouse -e synaptics -e touch /proc/bus/input/devices
56 N: Name="SynPS/2 Synaptics TouchPad"
57 H: Handlers=mouse0 event5
58 N: Name="USB Optical Mouse"
59 H: Handlers=mouse1 event7
60
61 Though I would think it's more likely a problem with upgrading your X
62 packages. The driver packages all need to be upgraded after the
63 server itself, and while I've always seen emerge get this right, I'm
64 not sure whether that's deliberate or a coincidence.
65
66 Cheers,
67 Bryan

Replies