Gentoo Archives: gentoo-user

From: John Green <jg012b8403_2@×××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Intel Wireless networking with kernel 2.6.14.
Date: Fri, 28 Oct 2005 13:37:03
Message-Id: 436232FA.7090700@blueyonder.co.uk
In Reply to: Re: [gentoo-user] Kernel updates by James Hiscock
1 Hi,
2
3 I never did get Intel wireless networking working with 2.6.13.x.
4
5 I just tried with kernel 2.6.14, and I get compilation errors when I try
6 to emerge
7 ieee80211. It complained about lots of incompatible ieee80211 filles in
8 the Linux kernel sources, but still failed when I removed the
9 complained-about files
10 by hand. The most recent error messages looked like this
11 ---------------------
12 Checking in /usr/src/linux/ for ieee80211 components...
13
14 make -C /usr/src/linux
15 M=/var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3
16 MODVERDIR=/var/tmp/portage/iee
17 #undef CONFIG_IEEE80211
18 sed: can't read /usr/src/linux//build/.config: No such file or directory
19 make[1]: Entering directory `/usr/src/linux-2.6.14'
20 CC [M]
21 /var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/ieee80211_module.o
22 CC [M]
23 /var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/ieee80211_tx.o
24 In file included from
25 /var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/ieee80211_module.c:54:
26
27 /var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/net/ieee80211.h:724:
28 error: redefinition of `is_broadca
29 include/linux/etherdevice.h:73: error: `is_broadcast_ether_addr'
30 previously defined here
31 In file included from
32 /var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/ieee80211_tx.c:46:
33
34 /var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/net/ieee80211.h:724:
35 error: redefinition of `is_broadca
36 include/linux/etherdevice.h:73: error: `is_broadcast_ether_addr'
37 previously defined here
38 make[2]: ***
39 [/var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/ieee80211_module.o]
40 Error 1
41 make[2]: *** Waiting for unfinished jobs....
42 make[2]: ***
43 [/var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3/ieee80211_tx.o]
44 Error 1
45 make[1]: ***
46 [_module_/var/tmp/portage/ieee80211-1.0.3-r2/work/ieee80211-1.0.3] Error 2
47 make[1]: Leaving directory `/usr/src/linux-2.6.14'
48 make: *** [modules] Error 2
49
50 !!! ERROR: net-wireless/ieee80211-1.0.3-r2 failed.
51 !!! Function linux-mod_src_compile, Line 505, Exitcode 2
52 !!! Unable to make
53 KSRC=/usr/src/linux KSRC_OUTPUT=/usr/src/linux all.
54 !!! If you need support, post the topmost build error, NOT this
55 status message.
56 --------------------
57 Are any versions of the Gentoo packages iee80211, ipw2100 and
58 ipw2100-firmware
59 expected to work with kernel 2.6.14? Or is a different approach
60 required? It does
61 seem odd to have to delete an ever-increasing list of vanilla kernel
62 files that someone
63 has worked to provide.
64
65 I also tried building the ipw2100 without first building ieee80211, but
66 that build failed
67 like this.
68 --------------------
69 Looks like you forgot to remerge net-wireless/ieee80211 after
70 upgrading your kernel.
71
72 Hint: use sys-kernel/module-rebuild for keeping track of which
73 modules needs to be remerged after a kernel upgrade.
74
75 !!! ERROR: net-wireless/ipw2100-1.1.2-r3 failed.
76 --------------------
77 I obviously don't know what I'm doing, so any guidance would be welcome.
78 Meanwhile, it's back to 2.6.12.6 for me.
79
80 TIA,
81
82 John Green
83 --
84 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Intel Wireless networking with kernel 2.6.14. Richard Fish <bigfish@××××××××××.org>