Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Linux Kernel 3.2.0 & USB Mouse
Date: Sun, 08 Jan 2012 12:30:38
Message-Id: 20120108122915.7b51544a@digimed.co.uk
In Reply to: [gentoo-user] Linux Kernel 3.2.0 & USB Mouse by Hilco Wijbenga
1 On Sat, 7 Jan 2012 18:53:30 -0800, Hilco Wijbenga wrote:
2
3 > I'm trying to upgrade the kernel on my desktop from 3.1.6 to
4 > 3.2.0(-r1). Unfortunately, my Logitech USB trackball does not work in
5 > 3.2.0. It is listed in the lsusb output so it is being recognized but
6 > neither GPM nor X responds to it.
7
8 Which trackball? Mine works fine with no changes
9
10 % lsusb
11 Bus 001 Device 005: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
12
13 % uname -r
14 3.2.0-gentoo-r1
15
16 % cat /etc/X11/xorg.conf.d/40-evdev.conf
17 Section "InputClass"
18 Identifier "evdev pointer catchall"
19 MatchIsPointer "on"
20 MatchDevicePath "/dev/input/event*"
21 Driver "evdev"
22 Option "ButtonMapping" "3 2 1 4 5 6 7 2 9"
23 Option "Emulate3Buttons" "True"
24 Option "EmulateWheel" "True"
25 Option "EmulateWheelButton" "9"
26 EndSection
27
28
29 --
30 Neil Bothwick
31
32 Age and treachery will always overcome youth and skill.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Linux Kernel 3.2.0 & USB Mouse "G.Wolfe Woodbury" <redwolfe@×××××.com>
Re: [gentoo-user] Linux Kernel 3.2.0 & USB Mouse Hilco Wijbenga <hilco.wijbenga@×××××.com>