Difference between revisions of "Ipw"

From ThinkWiki
Jump to: navigation, search
Line 3: Line 3:
 
The cards have built-in RISC CPUs (used as MAC processors) and a firmware that does all of the stuff that the USA FCC regulations won't allow a vendor to distribute in a way the user could easily modify and run).  This makes them Linux-friendly since it allows the vendor to publish GPL drivers without risking any issues with the FCC.
 
The cards have built-in RISC CPUs (used as MAC processors) and a firmware that does all of the stuff that the USA FCC regulations won't allow a vendor to distribute in a way the user could easily modify and run).  This makes them Linux-friendly since it allows the vendor to publish GPL drivers without risking any issues with the FCC.
  
Please refer to these pages for more information:
+
The driver provided support for a series of Intel wireless cards:
 
* [[ipw2100]] for the IPW2100 mini-PCI cards
 
* [[ipw2100]] for the IPW2100 mini-PCI cards
 
* [[ipw2200]] for the IPW2200 and IPW2915 mini-PCI cards
 
* [[ipw2200]] for the IPW2200 and IPW2915 mini-PCI cards
Line 9: Line 9:
 
* [[ipw4965]] for the IPW4965 mini-PCIe card
 
* [[ipw4965]] for the IPW4965 mini-PCIe card
  
== External links ==
+
[[Category: Drivers]]
* [http://ipw2100.sourceforge.net/ Ipw2100 driver official project]
 
* [http://ipw2200.sourceforge.net/ Ipw2200 driver official project for the IPW2200 and IPW2915 cards]
 
* [http://ipw3945.sourceforge.net/ Ipw3945 driver official project (older driver)]
 
* [http://intellinuxwireless.org/ Intel wireless official site and iwlwifi driver site for IPW3945 and IPW4965 cards]
 

Revision as of 05:36, 27 February 2008

The Intel PRO/Wireless (IPW) cards are Intel's WiFi hardware for the Centrino platforms. The cards come in various formats (mini-PCI, mini-PCIe), and capabilities (802.11b, 802.11b/g, 802.11a/b/g, 802.11a/g/n...).

The cards have built-in RISC CPUs (used as MAC processors) and a firmware that does all of the stuff that the USA FCC regulations won't allow a vendor to distribute in a way the user could easily modify and run). This makes them Linux-friendly since it allows the vendor to publish GPL drivers without risking any issues with the FCC.

The driver provided support for a series of Intel wireless cards:

  • ipw2100 for the IPW2100 mini-PCI cards
  • ipw2200 for the IPW2200 and IPW2915 mini-PCI cards
  • ipw3945 for the IPW3945 mini-PCIe card
  • ipw4965 for the IPW4965 mini-PCIe card