Difference between revisions of "Madwifi"

From ThinkWiki
Jump to: navigation, search
(Packages)
Line 1: Line 1:
== Multiband Atheros Driver for WiFi ==
+
wifi is a technology  that is using for high speed internet. wifi range determines the range for wireless systems.
Linux driver for 802.11a/b/g universal NIC cards - Cardbus, PCI, or miniPCI - using Atheros chip sets.
+
wifi hotspots are used for transferring of data through wire.
 
+
* [http://www.wifiguide.org wifi]
The following adapters sold by IBM use the Atheros chips:
+
* [http://www.wifiguide.org/wifi.php wifi]
* [[IBM Dual-Band 11a/b Wi-Fi Wireless Mini PCI Adapter]]
+
* [http://www.wifiguide.org/wifi-security.php wifi security]
* [[IBM 11b/g Wireless LAN Mini PCI Adapter]]
+
* [http://www.wifiguide.org/wifi-services.php wifi services]
* [[IBM 11a/b/g Wireless LAN Mini PCI Adapter]]
+
* [http://www.wifiguide.org/wifi-hotspots.php wifi hotspots]
* [[IBM 11a/b/g Wireless LAN Mini PCI Adapter II]]
+
* [http://www.wifiguide.org/wifi-cards.php WiFi Cards]
* [[ThinkPad 11a/b/g Wireless LAN Mini Express Adapter]]
+
* [http://www.wifiguide.org/wifi-radio.php WiFi Radio]
* IBM 802.11a Wireless LAN Cardbus Adapter
+
* [http://www.wifiguide.org/wifi-antenna.php WiFi Antenna]
* IBM 11 a/b/g Wireless Cardbus Adapter
+
* [http://www.wifi-planet.org wifi]
 
+
* [http://www.wifi-planet.org/wifi.php wifi]
=== Project Homepage ===
+
* [http://www.wifi-planet.org/wifi-hotspots.php wifi hotspots]
http://www.madwifi.org (old page: http://sourceforge.net/projects/madwifi)
+
* [http://www.wifi-world.org wifi]
 
+
* [http://www.wifi-world.org/WiFi.php wifi]
=== Packages ===
+
* [http://www.wifi-world.org/wifi-hotspots.php Wifi Hotspots]
*{{Debian}} Packages: http://www.marlow.dk/site.php/tech/madwifi
+
* [http://www.wifi-world.org/wiFi-antenna.php WiFi Antenna]
*{{Debian}} Packages: http://www.users.tpg.com.au/sigm/misc/madwiki.txt
+
* [http://www.wifi-world.org/wiFi-range.php WiFi Range]
*{{Fedora}} Packages(1): http://rpm.livna.org
+
* [http://www.wifi-world.org/wlan.php WLAN]
*{{Fedora}} Packages(2): http://www.atrpms.net/name/madwifi/
 
*{{Ubuntu}} Package: {{cmduser|sudo apt-get install linux-restricted-modules-`uname -r`}}
 
*{{Gentoo}} ebuild: {{cmduser|emerge net-wireless/madwifi-driver net-wireless/madwifi-tools}}
 
 
 
=== Source ===
 
 
 
Detailed instructions can be found [http://madwifi.org/wiki/UserDocs/GettingMadwifi on the MadWiFi Wiki].
 
 
 
* Daily snapshots: http://snapshots.madwifi.org/
 
* madwifi-ng:
 
:{{cmduser|svn checkout http://svn.madwifi.org/trunk madwifi-ng}}
 
* madwifi-old:
 
:{{cmduser|svn checkout http://svn.madwifi.org/branches/madwifi-old madwifi-old}}
 
 
 
 
 
=== Installation ===
 
 
 
*Make sure that you've got sysctl support and the net/radio enabled (wireless extensions) in your kernel. Install the driver with make & make install
 
* further more you like to install the wireless tools from [http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html wireless  tools]. Make sure the versions fit together by
 
:{{cmduser|iwconfig --version}}
 
 
 
Setting up [[wpa_supplicant]] with wpa-psk.
 
 
 
=== Status ===
 
in development, usable
 
 
 
=== OpenSource HAL ===
 
The "official" driver consists of an opensource wrapper with binary HAL (Hardware Abstraction Layer). This HAL is not a binary firmware like with the Intel Wireless chips, but a piece of code that needs to runs in the Linux kernel.
 
The vendors reasoning behind this is, that since the Atheros chip could be tuned to any frequency, and hence interfere with systems operating in those frequencies, that we simply need to accept this binary module.<br>
 
Obviously this binary HAL is unacceptable to the Linux kernel developers, and the Atheros driver in this state will never become part of the official kernel.<br>
 
Some OpenBSD developers facing the same issue, reverse engineered the binary HAL and have produced an OpenSource version. Hopefully a driver based on this might be included with the Linux kernel at some point in time, and picked up by the mainstream distributions.
 
 
 
=== Related links ===
 
* [http://www.madwifi.org/wiki MadWiFi Wiki]
 
* [http://team.vantronix.net/ar5k/ OpenSource Atheros HAL]
 
* [http://www.ath-driver.org/ OpenSource Atheros driver for Linux]
 
 
 
[[Category:Drivers]]
 

Revision as of 19:01, 5 June 2006

wifi is a technology that is using for high speed internet. wifi range determines the range for wireless systems. wifi hotspots are used for transferring of data through wire.