Gentoo Archives: gentoo-user

From: John Green <jg012b8403_2@×××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problems with Intel wireless networking and kernel 2.6.14
Date: Fri, 04 Nov 2005 11:34:41
Message-Id: 436B514E.1000105@blueyonder.co.uk
1 Hi,
2
3 I still cannot make my Intel wireless card work under
4 kernel 2.6.14. Wireless works fine with 2.6.12.6, but not
5 with 2.6.13.x or 2.6.14.
6
7 I have a Dell Inspiron 510m with built-in wireless, for which
8 the ipw2100 driver is appropriate. I have followed the advice
9 in the Wiki for ipw2100-with-2.6.14 and taken some extra steps,
10 but still nothing.
11
12 Here are the relevant outputs from dmesg.
13
14 2.6.14 (fails)
15 --------------
16
17 ieee80211_crypt: registered algorithm 'NULL'
18 ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.1.0
19 ipw2100: Copyright(c) 2003-2004 Intel Corporation
20 ACPI: PCI Interrupt 0000:01:03.0[A] -> Link [LNKB] -> GSI 7 (level, low)
21 -> IRQ 7
22 ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
23 eth0 (WE) : Driver using old /proc/net/wireless support, please fix driver !
24
25 ###### How do I fix the driver in question? ######
26
27 I have already run "emerge -C ipw2100" to remove that Gentoo
28 package, which is no longer needed with kernel 2.6.14. How
29 does wireless still work under 2.6.12.6 without that package?
30 It is lucky that it does still work, otherwise you wouldn't be
31 reading this post.
32
33
34 2.6.12.6 (works)
35 ----------------
36
37 ieee80211_crypt: registered algorithm 'NULL'
38 ieee80211: 802.11 data/management/control stack, 1.0.3
39 ieee80211: Copyright (C) 2004-2005 Intel Corporation
40 <jketreno@×××××××××××.com>
41 ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.1.2
42 ipw2100: Copyright(c) 2003-2005 Intel Corporation
43 ACPI: PCI Interrupt 0000:01:03.0[A] -> Link [LNKB] -> GSI 7 (level, low)
44 -> IRQ 7
45 ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
46 eth0: Reseting on mode change.
47 eth0: Reseting on mode change.
48 ieee80211_crypt: registered algorithm 'TKIP'
49
50 --------------
51
52 Here are the relevant outputs from iwconfig, with a few details
53 obscured.
54
55 2.6.14 (fails)
56 --------------
57
58 Warning: Driver for device eth0 has been compiled with version 19
59 of Wireless Extension, while this program supports up to version 17.
60 Some things may be broken...
61
62 eth0 unassociated ESSID:off/any Nickname:"ipw2100"
63 Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
64 Bit Rate=0 kb/s Tx-Power:off
65 Retry:on RTS thr:off Fragment thr:off
66 Encryption key:off
67 Power Management:off
68 Link Quality:0 Signal level:0 Noise level:0
69 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
70 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
71
72 2.6.12.6 (works)
73 ----------------
74
75 eth0 IEEE 802.11b ESSID:"**" Nickname:"ipw2100"
76 Mode:Managed Frequency:2.462 GHz Access Point: 00:12:**:**:**:**
77 Bit Rate=11 Mb/s Tx-Power:off
78 Retry min limit:7 RTS thr:off Fragment thr:off
79 Encryption key:*****
80 Power Management:off
81 Link Quality=100/100 Signal level=-52 dBm
82 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
83 Tx excessive retries:0 Invalid misc:1 Missed beacon:0
84
85 ------------
86
87 Is the warning about versions 19 and 17 significant? It seems
88 to come from iwconfig, which is part of wireless-tools. I have
89 version 27-r1 of that package, which is the latest available.
90
91 Thanks in advance,
92
93 John Green
94
95 --
96 gentoo-user@g.o mailing list

Replies

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