Gentoo Archives: gentoo-user

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

Replies

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