# # Now Configure the WPA Options # ----------------------------- # # http://Linux-Wireless.org/Install-HOWTO/Drivers/madwifi/madwifi-20040627.wpa.Install-HOWTO.txt # ( WPA client mode only -- not as an WPA Acess point ) # # # 18-Jun-04 amo Download and Install madwifi drivers w/ WPA support # 21-Jun-04 amo Provide a semi-official patch file to fix "rwlock_is_locked" problem # 27-Jun-04 amo Download latest version # # # # Get the Latest Wireless tools ( iwconfig, iwpriv, etc ) # ============================== # wireless_tools.27.pre23 # http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html # # # Get the Latest madwifi Drivers # ============================== # cd /usr/local/src # cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi co -r WPA madwifi # mv madwifi madwifi-20040627.wpa # cd madwifi-20040627.wpa # make clean # # # ------------------------------- # You might need to apply a patch to fix the "rwlock_is_locked" problem # ------------------------------- # - this patch is already fixed after madwifi-20040627.wpa # # cd net80211 # # # patch --dry-run < ../../madwifi-20040621.wpa.net80211.ieee80211_linux.h.patch # # - if there is no errors, remove "--dry-run" to apply the patch # # # cd .. # # make # rm -rf /lib/modules/`uname -r`/net/ # make install # # # # To Configure Wireless Options for madwifi # ========================================= # # http://www.Linux-Wireless.org/Install-HOWTO/WL/wl.config # http://www.Linux-Wireless.org/Install-HOWTO/WL/wl.install.sh # # # Now Configure the WPA Options ( WPA client mode only -- not as an WPA Acess point ) # ----------------------------- # # http://www.Linux-Wireless.org/Install-HOWTO/Drivers/WPA/wpa_supplicant.Install-HOWTO.txt # # # # End of file