Penguin
Blame: IPW2x00WirelessChipset
EditPageHistoryDiffInfoLikePages
Annotated edit history of IPW2x00WirelessChipset version 4, including all changes. View license author blame.
Rev Author # Line
3 IanMcDonald 1 The Intel IPW2200 wireless chipset has an open-source driver but it requires closed-source firmware; therefore the driver until now has not been in the standard LinuxKernel. This will be changing to be included in the LinuxKernel with a path specified for the firmware. This is coming RealSoonNow.
2
3 This chipset is used in many laptops (such as the Compaq [Presario|PresarioNotes] series) as part of the "Centrino" brand.
1 JohnMcPherson 4
5 Ubuntu Linux (5.04) already comes with support for this wireless card out of the box, so you should be all ready to go. However, the older version of the driver that comes with Hoary does not support [WPA] properly, so either manually compile and install the driver from the above link, or use Ubuntu Breezy (currently in development). See the WirelessNetworkSecurityNotes for more.
6
7 You can download the driver (and the firmware) from http://ipw2200.sf.net, although you will also need to build the ieee80211 support modules which are currently outside of the kernel tree (I think there is a version of them in linux-2.6.13-rc1, so it might be a part of future releases).
8
4 JohnMcPherson 9 !!!Troubleshooting
10 After re-arranging my network so that the WRT54G was connected directly to the [ADSL] modem rather than to my fileserver, my laptop started getting terrible wireless performance, with frequent (sometimes >4 minute) loss of network for several seconds, and dmesg filling up with
11 <verbatim>
12 ipw2200: Firmware error detected. Restarting.
13 </verbatim>
14 errors.
15
16 Doing a tcpdump(8) showed that after these pauses, the link received packets like:
17 <verbatim>
18 20:29:42.542584 00:13:10:6c:96:xx > 00:12:f0:8e:e7:xx, ethertype Unknown (0x888e),
19 length 135:
20 0x0000: 0203 0075 0200 8a00 1000 0000 0000 0000 ...u............
21 0x0010: 5730 ce72 b567 7242 1b5b acfb 21d5 2442 W0.r.grB.[..!.$B
22 </verbatim>
23 Using [Ethereal] instead of tcpdump showed that these packets were EAPOL/encryption key something-or-rather.
24
25 Anyway, to fix the problem, I told my AccessPoint to only use [TKIP] and not [AES] for encryption. I still don't know why things broke when I didn't change anything on my laptop (using ipw2200 driver version 1.0.5 and firmware version fw-2.3). I think that AES is non-standard for WPA1 anyway, although both AP and wpa_supplicant support it.
1 JohnMcPherson 26 ----
2 JohnMcPherson 27 See also:WirelessChipsets
28
29 Part of CategoryWireless