Gentoo Archives: gentoo-user

From: v_2e@×××.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 09:49:07
Message-Id: 20120728124818.649f0dec25c4c2d7a3c2365c@ukr.net
In Reply to: Re: [gentoo-user] Mouse does not work with kernel-3.5.0 by Bryan Gardiner
1 Hello!
2
3 On Fri, 27 Jul 2012 23:35:14 -0700
4 Bryan Gardiner <bog@××××××.net> wrote:
5 >
6 > Does the mouse work if you try starting X with /etc/X11/xorg.conf.d
7 > empty? Or maybe re-emerge xf86-input-evdev, -synaptics, -mouse?
8 >
9 Yes, I re-emerged all the drivers after X-server upgrade.
10
11 > You should be able to check whether your kernel recognizes your mouse
12 > with something like:
13 >
14 > ~ $ grep -ie mouse -e synaptics -e touch /proc/bus/input/devices
15 > N: Name="SynPS/2 Synaptics TouchPad"
16 > H: Handlers=mouse0 event5
17 > N: Name="USB Optical Mouse"
18 > H: Handlers=mouse1 event7
19 >
20 I tried this and it turned out that with my old kernel (3.4.5) , I
21 can see both Touchpad and USB mouse devices, whereas with the new one
22 (3.5.0) I can see only Touchpad.
23
24 I also discovered some difference in /var/log/messages log during
25 re-attaching the mouse to USB port with two different kernels: 3.4.5
26 and 3.5.0.
27 With 3.5.6 I get these messages (and mouse works):
28
29 kernel: usb 1-3: new low-speed USB device number 3 using ohci_hcd
30 kernel: usb 1-3: New USB device found, idVendor=0458, idProduct=003a
31 kernel: usb 1-3: New USB device strings: Mfr=1, Product=2,
32 SerialNumber=0
33 kernel: usb1-3: Product: Optical Mouse
34 kernel: usb 1-3:Manufacturer: Genius
35 kernel: input: Genius Optical Mouse
36 as /devices/pci0000:00/0000:00:0b.0/usb1/1-3/1-3:1.0/input/input8
37 kernel: generic-usb 0003:0458:003A.0002: input: USB HID v1.10 Mouse
38 [Genius Optical Mouse] on usb-0000:00:0b.0-3/input0
39
40 With 3.5.0 I get only these:
41
42 kernel: usb 1-3: new low-speed USB device number 5 using ohci_hcd
43 kernel: usb 1-3: New USB device found, idVendor=0458, idProduct=003a
44 kernel: usb 1-3: New USB device strings: Mfr=1, Product=2,
45 SerialNumber=0
46 kernel: usb 1-3: Product: Optical Mouse
47 kernel: usb 1-3: Manufacturer: Genius
48
49 So it looks like the problem is not with X-server, but with the new
50 kernel. I'm puzzled, because all the drivers I used with my old kernel
51 are there for the new one.
52
53 > Though I would think it's more likely a problem with upgrading your X
54 > packages. The driver packages all need to be upgraded after the
55 > server itself, and while I've always seen emerge get this right, I'm
56 > not sure whether that's deliberate or a coincidence.
57 >
58 > Cheers,
59 > Bryan
60 >
61 >
62
63
64 -----
65 <v_2e@×××.net>

Replies

Subject Author
Re: [gentoo-user] Mouse does not work with kernel-3.5.0 Mick <michaelkintzios@×××××.com>