Gentoo Archives: gentoo-user

From: Lord Sauron <lordsauronthegreat@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ipw2100 problems - ieee80211?
Date: Thu, 12 Oct 2006 04:45:50
Message-Id: 200610112140.00814.lordsauronthegreat@gmail.com
In Reply to: Re: [gentoo-user] ipw2100 problems - ieee80211? by "Bo Ørsted Andresen"
1 On Wednesday 11 October 2006 21:11, Bo Ørsted Andresen wrote:
2 > On Thursday 12 October 2006 06:00, Lord Sauron wrote:
3 > [SNIP]
4 >
5 > > I isolated my problem to this:
6 > >
7 > > emerge ipw2100 ties in ieee80211, and that fails to compile because
8 > > it says that the current kernel cannot have the option IEEE80211 in
9 > > either module or enabled. It needs it disabled.
10 > >
11 > > I tried to use menuconfig and disable it, however, the only way I
12 > > can do that is by literally disabling ALL networking - drivers and
13 > > all.
14 > >
15 > > Kernel is kernel 2.6.17-gentoo-r8.
16 >
17 > [SNIP]
18 >
19 > > If anyone knows a better/easier way, please help!
20 >
21 > [SNIP]
22 >
23 > As of kernel 2.6.17 ipw2100 has been included in the kernel. Hence
24 > you shouldn't install either of net-wireless/ieee80211 or
25 > net-wireless/ipw2100. You still need to have
26 > net-wireless/ipw2100-firmware emerged though. I believe these are the
27 > kernel options you need (it works for me):
28 >
29 > $ zgrep IPW2100\\\|IEEE80211 /proc/config.gz
30 > CONFIG_IEEE80211=m
31 > # CONFIG_IEEE80211_DEBUG is not set
32 > CONFIG_IEEE80211_CRYPT_WEP=m
33 > CONFIG_IEEE80211_CRYPT_CCMP=m
34 > CONFIG_IEEE80211_CRYPT_TKIP=m
35 > # CONFIG_IEEE80211_SOFTMAC is not set
36 > CONFIG_IPW2100=m
37 > # CONFIG_IPW2100_MONITOR is not set
38 > # CONFIG_IPW2100_DEBUG is not set
39
40 The curious thing is that the firmware is installed.
41
42 I'm trying those exact configuration settings now. I hope that works,
43 otherwise I'm really in for quite a mess!
44
45
46 Is it at all possible that the driver is installed and working, and that
47 I don't have whatever it takes to activate and use it? For my wired
48 ethernet card, there's a thing called net.eth0 and all that rot. When
49 I get the wireless driver working, how will I create net.wlan0 or
50 net.eth1 or whatever it is? I've not no experience there, and I've
51 been searching rather diligently for a how-to or instruction set to
52 help me with that. I find it hard to think that something like that
53 will generate itself ex nihlo, to say the least : )
54
55 --
56 http://lordsauronthegreat.googlepages.com/

Replies

Subject Author
Re: [gentoo-user] ipw2100 problems - ieee80211? Trenton Adams <trenton.d.adams@×××××.com>
Re: [gentoo-user] ipw2100 problems - ieee80211? "Bo Ørsted Andresen" <bo.andresen@××××.dk>