Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems with Intel wireless networking and kernel 2.6.14
Date: Fri, 04 Nov 2005 18:08:10
Message-Id: 436BA16E.3080003@asmallpond.org
In Reply to: [gentoo-user] Problems with Intel wireless networking and kernel 2.6.14 by John Green
1 John Green wrote:
2
3 >Hi,
4 >
5 >I still cannot make my Intel wireless card work under
6 >kernel 2.6.14. Wireless works fine with 2.6.12.6, but not
7 >with 2.6.13.x or 2.6.14.
8 >
9 >I have a Dell Inspiron 510m with built-in wireless, for which
10 >the ipw2100 driver is appropriate. I have followed the advice
11 >in the Wiki for ipw2100-with-2.6.14 and taken some extra steps,
12 >but still nothing.
13 >
14 >Here are the relevant outputs from dmesg.
15 >
16 >2.6.14 (fails)
17 >--------------
18 >
19 >ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
20 >eth0 (WE) : Driver using old /proc/net/wireless support, please fix driver !
21 >
22 >###### How do I fix the driver in question? ######
23 >
24 >
25
26 Not important...it's just a note for the developers. I get the same
27 warning (again, ipw2200), and it works fine.
28
29 I noticed that the version in the kernel is the 'stable' .0 version,
30 while the one you are using with 2.6.12.6 is a .2 'unstable' version.
31 It might be interesting to try merging the 1.1.0 version of the package
32 with 2.6.12.6, and see if you have the same issue. That would tell you
33 if it is a driver version or kernel change that is causing the problem.
34
35 >I have already run "emerge -C ipw2100" to remove that Gentoo
36 >package, which is no longer needed with kernel 2.6.14. How
37 >does wireless still work under 2.6.12.6 without that package?
38 >
39 >
40
41 Sounds like removing the package didn't remove the compiled kernel
42 modules from /lib/modules/2.6.12.6. Both unusual and lucky!
43
44 >Is the warning about versions 19 and 17 significant? It seems
45 >to come from iwconfig, which is part of wireless-tools. I have
46 >version 27-r1 of that package, which is the latest available.
47 >
48 >
49
50 28_pre10 is available for ~x86. Try:
51
52 echo "net-wireless/wireless-tools ~x86" >>/etc/portage/package.keywords
53 emerge -Dv wireless-tools
54
55 Also, there are now versions of the ieee80211 and ipw2100 packages that
56 will merge with 2.6.14. They are also masked ~x86, so you will need to
57 do the same updates to package.keywords:
58
59 echo "net-wireless/ieee80211 ~x86" >>/etc/portage/package.keywords
60 echo "net-wireless/ipw2100 ~x86" >>/etc/portage/package.keywords
61
62 This should give you the latest 1.1.3 version of the driver. If it
63 still won't work with 2.6.14, I suggest subscribing and posting to the
64 devel list at:
65
66 http://lists.sourceforge.net/lists/listinfo/ipw2100-devel
67
68 HTH,
69 -Richard
70
71 --
72 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problems with Intel wireless networking and kernel 2.6.14 John Green <jg012b8403_2@×××××××××××××.uk>