Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mouse does not work with kernel-3.5.0
Date: Sat, 28 Jul 2012 09:06:16
Message-Id: 5013AB09.5090904@gmail.com
In Reply to: Re: [gentoo-user] Mouse does not work with kernel-3.5.0 by Bryan Gardiner
1 Bryan Gardiner wrote:
2 > On Thu, 26 Jul 2012 12:55:12 +0300
3 > v_2e@×××.net wrote:
4 >
5 >> Hello!
6 >>
7 >> On Thu, 26 Jul 2012 10:36:23 +0100
8 >> Neil Bothwick <neil@××××××××××.uk> wrote:
9 >>
10 >>> On Thu, 26 Jul 2012 12:30:38 +0300, v_2e@×××.net wrote:
11 >>>
12 >>>> After upgrading to sys-kernel/gentoo-sources-3.5.0 my mouse
13 >>>> stopped working in X-session.
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 > Does the mouse work if you try starting X with /etc/X11/xorg.conf.d
49 > empty? Or maybe re-emerge xf86-input-evdev, -synaptics, -mouse?
50 >
51 > You should be able to check whether your kernel recognizes your mouse
52 > with something like:
53 >
54 > ~ $ grep -ie mouse -e synaptics -e touch /proc/bus/input/devices
55 > N: Name="SynPS/2 Synaptics TouchPad"
56 > H: Handlers=mouse0 event5
57 > N: Name="USB Optical Mouse"
58 > H: Handlers=mouse1 event7
59 >
60 > Though I would think it's more likely a problem with upgrading your X
61 > packages. The driver packages all need to be upgraded after the
62 > server itself, and while I've always seen emerge get this right, I'm
63 > not sure whether that's deliberate or a coincidence.
64 >
65 > Cheers,
66 > Bryan
67 >
68 >
69
70
71 It may not help but I just configed my new kernel with make oldconfig
72 and noticed there was a new/different driver for mice and keyboards.
73 Could it be that either the wrong one was used OR that the new one
74 should have been used instead of the old one?
75
76 Just thought I would mention this just in case.
77
78 Dale
79
80 :-) :-)
81
82 --
83 I am only responsible for what I said ... Not for what you understood or how you interpreted my words!

Replies