Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I add pcnet_cs to my installation?
Date: Sat, 04 Dec 2004 21:51:40
Message-Id: 1102197154.10364.12.camel@sf.rout.dyndns.org
In Reply to: Re: [gentoo-user] How can I add pcnet_cs to my installation? by Nick Rout
1 On Sun, 2004-12-05 at 10:49 +1300, Nick Rout wrote:
2 > you do not need to recompile the whole kernel, just the modules you
3 > need.
4 >
5 > in your menuconfig go into "Bus Options" and choose pcmcia support, with
6 > whatever options you need for your hardware.
7 >
8 > Then and only then will the right things appear under Device
9 > drivers/Networking Support, there will be a section for pcmcia drivers.
10 > Choose the NE2000 compatible one, and it will build pcnet_cs (according
11 > to what you read under Help anyway)
12
13 Sorry I didn't finish :-)
14
15 after putting the right config options in place, as modules, exit
16 menuconfig and execute the following
17
18 make modules && make modules_install
19
20 and for good measure:
21
22 depmod -a
23
24 it should then work without even a reboot.
25
26 >
27 > On Sat, 2004-12-04 at 00:36 -0800, michael shiloh wrote:
28 > > Hello all,
29 > >
30 > > I'm installing Gentoo on an old laptop. After installing and booting,
31 > > I find that I forgot to add pcnet_cs, which I need for my PCMCIA network
32 > > card, so modprobe of that fails.
33 > >
34 > > Looking through the archives, I gather that this normally gets built
35 > > with the kernel, but I don't want to rebuild the kernel. Is there a
36 > > package I can emerge that will provide this?
37 > >
38 > > (I can get onto the net by booting from the live CD)
39 > >
40 > > Thanks,
41 > > Michael
42 > >
43 > >
44 > >
45 > > --
46 > > gentoo-user@g.o mailing list
47 > >
48 --
49 Nick Rout <nick@×××××××.nz>
50
51
52 --
53 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] How can I add pcnet_cs to my installation? "Alessandro D.M. Semeria" <goloiat@××××××.it>