Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ipw2100 problems - ieee80211?
Date: Thu, 12 Oct 2006 04:15:59
Message-Id: 200610120611.47175.bo.andresen@zlin.dk
In Reply to: [gentoo-user] ipw2100 problems - ieee80211? by Lord Sauron
1 On Thursday 12 October 2006 06:00, Lord Sauron wrote:
2 [SNIP]
3 > I isolated my problem to this:
4 >
5 > emerge ipw2100 ties in ieee80211, and that fails to compile because it
6 > says that the current kernel cannot have the option IEEE80211 in either
7 > module or enabled. It needs it disabled.
8 >
9 > I tried to use menuconfig and disable it, however, the only way I can do
10 > that is by literally disabling ALL networking - drivers and all.
11 >
12 > Kernel is kernel 2.6.17-gentoo-r8.
13 [SNIP]
14 > If anyone knows a better/easier way, please help!
15 [SNIP]
16
17 As of kernel 2.6.17 ipw2100 has been included in the kernel. Hence you
18 shouldn't install either of net-wireless/ieee80211 or net-wireless/ipw2100.
19 You still need to have net-wireless/ipw2100-firmware emerged though. I
20 believe these are the kernel options you need (it works for me):
21
22 $ zgrep IPW2100\\\|IEEE80211 /proc/config.gz
23 CONFIG_IEEE80211=m
24 # CONFIG_IEEE80211_DEBUG is not set
25 CONFIG_IEEE80211_CRYPT_WEP=m
26 CONFIG_IEEE80211_CRYPT_CCMP=m
27 CONFIG_IEEE80211_CRYPT_TKIP=m
28 # CONFIG_IEEE80211_SOFTMAC is not set
29 CONFIG_IPW2100=m
30 # CONFIG_IPW2100_MONITOR is not set
31 # CONFIG_IPW2100_DEBUG is not set
32
33 --
34 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] ipw2100 problems - ieee80211? Lord Sauron <lordsauronthegreat@×××××.com>