Gentoo Archives: gentoo-user

From: Emmanuel Durin <e.durin@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ethernet Module (3c59x) not recognized
Date: Wed, 15 Feb 2006 14:06:09
Message-Id: c0fe51ce0602150558s6853462o@mail.gmail.com
In Reply to: Re: [gentoo-user] Ethernet Module (3c59x) not recognized by Stroller
1 The make module_install command installs the modules into
2 /lib/modules/2.x.xx/. Search for your file into this directory instead
3 of into the sources directory.
4 If you can't find it, go to /lib/modules/2.x.xx/ and browse to see if
5 there is some modules. If you find some, then you should probably have
6 forgotten to enable the compilation of the 3c59x module, or you have
7 included it directly into the kernel. Rerun make menuconfig and use
8 the search function (press the / key) to find and configure it.
9
10 2006/2/14, Stroller <stroller@××××××××××××××××××.uk>:
11 >
12 > On 14 Feb 2006, at 13:27, Gilberto Martins wrote:
13 > > ... I tried to compile the kernel
14 > > following the guidelines in the handbook, like make menuconfig, make
15 > > and make module_install. But it seems the the modules were not
16 > > generated.
17 > >
18 > > I tried "find /usr/ -iname "*"3c59x*" but only the source code was
19 > > listed. I was expecting to find the "*.ko". What I missed?
20 >
21 > The Quick Install Guide gives the spelling as: `make && make
22 > modules_install`
23 >
24 > Stroller
25 > --
26 > gentoo-user@g.o mailing list
27 >
28 >
29
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Ethernet Module (3c59x) not recognized Gilberto Martins <zigotto@×××××.com>