# # Original File # ------------- # http://www.Linux-Wireless.org/Install-HOWTO/Drivers/madwifi/madwifi.Install-HOWTO.txt # # # 23-May-04 amo Date-of-Birth # 19-Jun-04 amo Download and Install latest madwifi drivers # 27-Aug-04 amo Madwifi drivers on linux-2.6.8.1 kernels require a patch # for more info, see: madwifi-20040827-linux-2.6.8.1.Patch-Howto.txt # # # For Date Code # ------------- # YearMMDD=`date '+%Y%m%d'` # 20040827 # mv madwifi madwifi-$YearMMDD # # cd /usr/local/src # # # Build your Kernel first # ======================= # cd /usr/local/src/linux-2.4.26 # cp ../madwifi-20040619.Linux-2.4.26.config .config # # # # and turn on all your options for your hardware # # # # Regular kernel building stuff # # # # # Get the Latest Wireless tools ( iwconfig, iwpriv, etc ) # ============================== # wireless_tools.27.pre22 # # # # Now Do the MadWifi Stuff # ========================= # cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi co madwifi # mv madwifi madwifi-20040619 # cd madwifi-20040619 # make clean # 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 # # # End of file