Gentoo Archives: gentoo-dev

From: "Chad M. Huneycutt" <chadh@×××××××××.edu>
To: gentoo-user@g.o, gentoo-dev@g.o
Subject: [gentoo-dev] UPDATED pcmcia-cs Instructions
Date: Tue, 19 Mar 2002 11:27:50
Message-Id: 3C977433.9070404@cc.gatech.edu
1 I have done a bit of work with Gentoo's pcmcia lately, so if you haven't
2 updated lately you should. The latest version of pcmcia-cs currently is
3 3.1.33-r2. There is also 3.1.31-r6, if you need 3.1.31 for some reason.
4
5 The pcmcia-cs package provides utilities (cardmgr, cardctl, etc.) and
6 drivers. You probably want the tools if you use PCMCIA devices, as they
7 let you automatically bring up interfaces when you insert cards (cardmgr)
8 and change your network settings scheme (cardctl), etc. You may or may not
9 want the drivers. For instance, the orinoco_cs driver in the kernel is
10 supposedly better than the wvlan_cs driver provided with pcmcia-cs.
11 Whether you want the drivers or not, it is important that you configure
12 your kernel *before* installing pcmcia-cs. The pcmcia-cs ebuild uses your
13 kernel settings (found /usr/src/linux) to determine whether or not to
14 install the modules. If you want the pcmcia-cs modules, then make sure
15 that you configure "PCMCIA/Cardbus support" *off* Then compile and install
16 your kernel and modules. If you do not want the pcmcia-cs modules, then
17 configure "PCMCIA/Cardbus support" as either a module or built-in and
18 select any modules that you want to use. Finally emerge pcmcia-cs to
19 install the utilities and possibly drivers.
20
21 If you choose to use the pcmcia-cs kernel modules, then you need to remerge
22 pcmcia-cs *each time* you rebuild your kernel. And even if you don't use
23 the pcmcia-cs modules, it wouldn't be a bad idea to be in the habit of
24 remerging pcmcia-cs.
25
26 To configure networking, edit /etc/conf.d/net as described in other Gentoo
27 docs. You *do not* need to rc-update add net.eth*, though. cardmgr will
28 bring the interface up and down appropriately when you insert and eject the
29 cards.
30
31 I hope this clears up any issues that people are still having with pcmcia.
32
33 Chad Huneycutt (chadh@g.o)