Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SOLVED - Mouse does not work with kernel-3.5.0
Date: Sat, 28 Jul 2012 20:21:56
Message-Id: 20120728221944.71c00de6@khamul.example.com
In Reply to: Re: [gentoo-user] SOLVED - Mouse does not work with kernel-3.5.0 by Mick
1 On Sat, 28 Jul 2012 17:30:38 +0100
2 Mick <michaelkintzios@×××××.com> wrote:
3
4 > On Saturday 28 Jul 2012 16:59:10 Pandu Poluan wrote:
5 > > On Jul 28, 2012 10:29 PM, "Neil Bothwick" <neil@××××××××××.uk>
6 > > wrote:
7 > > > On Sat, 28 Jul 2012 13:22:24 +0300, v_2e@×××.net wrote:
8 > > > > Hello again!
9 > > > >
10 > > > > The problem is solved by adding the following kernel config
11 > > > > option: CONFIG_HID_GENERIC=M
12 > > > >
13 > > > > This option was not present in the old configuration files,
14 > > > > that is
15 > > > >
16 > > > > why simple 'make oldconfig' did not do the job.
17 > > >
18 > > > make oldconfig should pick up new options, that's what it's for.
19 > > > I've just upgraded a box from 3.4.4 to 3.5.0 and it prompted for
20 > > > this option, defaulting to Y (there's little point in making
21 > > > something that is always required a module).
22 > >
23 > > I myself prefer make menuconfig to make oldconfig, because I can
24 > > easily see new options, and also invoke some help text that (tries
25 > > to) explain what the option is about. Not to mention an
26 > > easy-to-read "chain of dependencies" of an option.
27 > >
28 > > Rgds,
29 >
30 > Hmm .... but the "H" option in 'make oldconfig' allows you to see the
31 > help text before you decide to accept it or not. Of course, the help
32 > text itself may require you to obtain a University degree in kernel
33 > hacking to decipher it ... but to some extent that's the fun of it
34 > all. ;-)
35
36 I use both:
37
38 first oldconfig to find the newly added stuff. Not dealing with these
39 right away breaks things horribly.
40
41 then menuconfig, mostly looking for driver pages that have lots of
42 things set - I can't possibly have all of that hardware so logically
43 few things must be set. menuconfig also lets me easily see things I hve
44 never explicitly set (which oldconfig can't do) and labels them (NEW)
45 which is distinctly different to what oldconfig calls new stuff
46
47 And in menuconfig, the / key engages search, just like in vim
48 --
49 Alan McKinnon
50 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] SOLVED - Mouse does not work with kernel-3.5.0 Peter Humphrey <peter@××××××××××××××.org>