Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
WirelessChipsets
Edit
PageHistory
Diff
Info
LikePages
Although there are many different wireless cards made by many different vendors available for purchase today, there are only a small number of companies that make wireless chipsets. For example almost all 802.11b cards in existence today have either an Intersil Prism or Agere Hermes chipset in them. Chipsets are important because usually wireless drivers work with Chipsets rather than individual cards. Finding out whether your chipset is supported in Linux is the first step in getting your wireless card working. !!! Lists of Card Chipsets supported by Linux You may be able to find out what chipset your card contains by looking at one of the following lists. http://www.linux-wlan.org/docs/wlan_adapters.html.gz !! 802.11b Chipsets * PrismWirelessChipset by Intersil * HermesWirelessChipset by Agere * [RT2x00WirelessChipset] (2400) by RaLink * Intel [IPW2100|IPW2x00WirelessChipset] !! 802.11g Chipsets (Often these support both b and g) * [PrismGTWirelessChipset] by Intersil * [RT2x00WirelessChipset] (2500) by RaLink * Intel [IPW2200|IPW2x00WirelessChipset] * AtherosWirelessChipset * BroadcomWirelessChipset !! 802.11a Chipsets (Often these support a, b and g) Please fill in here !! Unsupported cards There are a number of cards which are not supported directly. The most notable of these was the Broadcom chip series but this is now improving. These however can, in many cases, be supported by using [Windows] drivers with a project called NdisWrapper. !! Which Chipset should I use? An excellent question, it depends on what you want to do. The best cards for general 802.11b use are the Proxim Gold cards which contain a HermesWirelessChipset, these are well supported by Linux via a number of drivers. They will work in both AdHoc and Managed modes but they cannot do HostAP. If you want a card that can do HostAP (act as an AccessPoint), then you need to buy a card with a PrismWirelessChipset. DickSmith's sell a CardBus 802.11g wireless card (product number XH8225) that uses an AtherosWirelessChipset (AR5212). !! Linux Kernel Support As well as the module for your chipset, make sure that your kernel has support for loading wireless modules. The default kernel of any recent distro will almost certainly already have this, but if you compile your own kernel, make sure you have the following support. This from LinuxKernel 2.6.9, but should be similar for similarly-versioned kernels. You need support (modules or built-in) for the following: * CONFIG_NET_RADIO (Device Drivers -> Networking Support -> Wireless LAN) * CONFIG_CRYPTO (Cryptographic options -> Cryptographic API) Some drivers also require additional support for some of the crypto algorithms. You probably want at least CONFIG_CRYPTO_AES and CONFIG_CRYPTO_MICHAEL_MIC if you intend to use [WPA] encryption, although some drivers implement this themselves. ---- Part of CategoryWireless
8 pages link to
WirelessChipsets
:
IPW2x00WirelessChipset
RaLink
HermesWirelessChipset
WirelessSetupNotes
AtherosWirelessChipset
PrismWirelessChipset
RT2x00WirelessChipset
BroadcomWirelessChipset