Gentoo Archives: gentoo-user

From: michael shiloh <michael@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I add pcnet_cs to my installation?
Date: Mon, 06 Dec 2004 04:57:45
Message-Id: Pine.LNX.4.44.0412052035560.18836-100000@miro.michaelshiloh.com
In Reply to: Re: [gentoo-user] How can I add pcnet_cs to my installation? by "Alessandro D.M. Semeria"
1 Sorry. I should have pointed that out. I am in fact using 2.6.
2
3 I actually got it all running, but I'm not sure exactly how.
4 I tried a kernel with no PCMCIA support, but when I emerged
5 pcmcia-cs it failed due to needing PCMCIA support in the kernel.
6 So I compiled the kernel again, this time turning on every
7 single PCMCIA related item I could find. This time pcmcia-cs
8 worked.
9
10 Some day I might redo this just to figure out what the critical
11 steps were, but I need to finish this installation so I can actually
12 use my laptop.
13
14 Still, I can see from the different answers, that there is a bit
15 of confusion about this issue. I appreciate all of your help as
16 I'll be installing Gentoo on many other computers, I'm sure.
17
18 Michael
19
20
21 On Mon, 6 Dec 2004, Alessandro D.M. Semeria wrote:
22
23 > Micheal not say nothing about the kernel, then I supposed he had used
24 > a stable gentoo-sources (2.4) and not the devel one (2.6).
25 >
26 > Best regards.
27 > A.S.
28 >
29 >
30 > On Mon, 06 Dec 2004 11:46:36 +1300
31 > Nick Rout <nick@×××××××.nz> wrote:
32 >
33 > > What doc are you referring to?
34 > >
35 > > AFAIK if you are on 2.6 emerge pcmcia-cs does not emerge any kernel
36 > > modules, but only the support programs for pcmcia.
37 > >
38 > > Thats certainly seems to be what has happenned on my laptop, which has
39 > > just been reinstalled with 2004.3 as of last week.
40 > >
41 > >
42 > > invertigating further, this is from the ebuild:
43 > >
44 > > "For 2.5/2.6 kernels, the PCMCIA support from the kernel should"
45 > > "be used. Enable PCMCIA and any further drivers you need there,"
46 > > "and then use this package to install the PCMCIA tools."
47 > >
48 > > It is otherwise for 2.4 , the ebuild says this:
49 > >
50 > > "To avail yourself of the pcmcia-cs drivers, you have to disable the"
51 > > "PCMCIA support in the kernel. (Otherwise, you might experience"
52 > > "CardServices version mismatch errors)"
53 > > "Proper kernel config for this package is that PCMCIA/Card Bus under"
54 > > "General Setup is off and Wireless LAN (non-ham radio) is on but"
55 > > "no modules or drivers turned on under Network Device Support"
56 > > "if you have wireless."
57 > > "Also note it now appears that you need CONFIG_CRC32 turned on"
58 > > "These are the CRC32 Library functions in the config"
59 > >
60 > > (sorry about the formatting)
61 > >
62 > >
63 > > On Sun, 5 Dec 2004 20:26:32 +0100
64 > > "Alessandro D.M. Semeria" <goloiat@××××××.it> wrote:
65 > >
66 > > > In my personal opinion is better to emerge pcmcia modules:
67 > > > "emerge pcmcia-cs" (as is recommended on doc).
68 > > >
69 > > > Best regards
70 > > >
71 > > > A.S.
72 > > >
73 > > > On Sun, 05 Dec 2004 10:52:34 +1300
74 > > > Nick Rout <nick@×××××××.nz> wrote:
75 > > >
76 > > > > On Sun, 2004-12-05 at 10:49 +1300, Nick Rout wrote:
77 > > > > > you do not need to recompile the whole kernel, just the modules
78 > > > > > you need.
79 > > > > >
80 > > > > > in your menuconfig go into "Bus Options" and choose pcmcia
81 > > > > > support, with whatever options you need for your hardware.
82 > > > > >
83 > > > > > Then and only then will the right things appear under Device
84 > > > > > drivers/Networking Support, there will be a section for pcmcia
85 > > > > > drivers. Choose the NE2000 compatible one, and it will build
86 > > > > > pcnet_cs (according to what you read under Help anyway)
87 > > > >
88 > > > > Sorry I didn't finish :-)
89 > > > >
90 > > > > after putting the right config options in place, as modules, exit
91 > > > > menuconfig and execute the following
92 > > > >
93 > > > > make modules && make modules_install
94 > > > >
95 > > > > and for good measure:
96 > > > >
97 > > > > depmod -a
98 > > > >
99 > > > > it should then work without even a reboot.
100 > > > >
101 > > > > >
102 > > > > > On Sat, 2004-12-04 at 00:36 -0800, michael shiloh wrote:
103 > > > > > > Hello all,
104 > > > > > >
105 > > > > > > I'm installing Gentoo on an old laptop. After installing and
106 > > > > > > booting, I find that I forgot to add pcnet_cs, which I need
107 > > > > > > for my PCMCIA network card, so modprobe of that fails.
108 > > > > > >
109 > > > > > > Looking through the archives, I gather that this normally gets
110 > > > > > > built with the kernel, but I don't want to rebuild the kernel.
111 > > > > > > Is there a package I can emerge that will provide this?
112 > > > > > >
113 > > > > > > (I can get onto the net by booting from the live CD)
114 > > > > > >
115 > > > > > > Thanks,
116 > > > > > > Michael
117 > > > > > >
118 > > > > > >
119 > > > > > >
120 > > > > > > --
121 > > > > > > gentoo-user@g.o mailing list
122 > > > > > >
123 > > > > --
124 > > > > Nick Rout <nick@×××××××.nz>
125 > > > >
126 > > > >
127 > > > > --
128 > > > > gentoo-user@g.o mailing list
129 > > > >
130 > > >
131 > > > --
132 > > > gentoo-user@g.o mailing list
133 > >
134 > > --
135 > > Nick Rout <nick@×××××××.nz>
136 > >
137 > >
138 > > --
139 > > gentoo-user@g.o mailing list
140 > >
141 >
142 > --
143 > gentoo-user@g.o mailing list
144 >
145
146
147 --
148 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] How can I add pcnet_cs to my installation? Nick Rout <nick@×××××××.nz>