⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 Source for the 802.11 (wireless) network stack for Linux
💻
字号:
ieee8011 Wireless Stack for LinuxNOTE ON UPGRADING FROM PRIOR VERSIONS---------   ------     ----       ---    --       --       -          -Whenever you upgrade this subsystem, you need to make sure that your system no longer has older versions of the modules in various locations that could be found by modprobe instead of the new version.  If you see problems about unresolved symbols, chances are good you have an old module someplace.  You can typically find the offending modules via:	% find /lib/modules/\`uname -r\` -name "ieee80211*"; doneOr you can also run the remove script from the source.	% cd ~/ieee80211-${VERSION}/	% . remove-oldKERNEL REQUIREMENTS - 2.6 ---------   ------     ----       ---    --       --       -          -This subsystem is designed for the 2.6 kernel series.  It should only be used with 2.6.8 or higher.OPTIONAL: WPA SupportIf you wish to enable WPA support, you also need to enable the following Cryptolibrary modules (in addition to those required for WEP above):	Michael MIC (CONFIG_CRYPTO_MICHAEL_MIC)	AES (CONFIG_CRYPTO_AES_586)ieee80211 uses the WEP encryption and decryption algorithms providedby the Linux kernel.  As such, in order to use WEP you must enable the Crypto library support (CONFIG_CRYPTO) and the following algorithms:        ARC4 cipher algorithm (CONFIG_CRYPTO_ARC4)You also need to enable the following from Library routines:        CRC32 (CONFIG_CRC32)Check for these with:	% for i in CRYPTO_ARC4 CRC32; do \		grep CONFIG_INSTALL \		/lib/modules/2.6.10/build/include/linux/autoconf.h; doneINSTALLING THE BITSThe installation requires the compiled kernel sources or headers against the matching kernel.  These are typically found in:	/lib/modules/\`uname -r\`/buildIf that directory does not exist, or is empty, you likely need to install the kernel source packages for your distribution.  Once you have the kernel sources, you can make and install the ieee80211 subsystem via:	% tar zxvf ieee80211-${VERSION}	% cd ieee80211-${VERSION}	% makeIn order to build drivers dependent on this subsystem, those drivers may need to find the ieee80211 header files.  You can specify a location for those include files to be installed via the IEEE80211_INC parameter to make:	% make IEEE80211_INC=/usr/includewhich will install the ieee80211.h headers into /usr/include/netIf you do not specify a location, the Makefile will default to installing into:	/lib/modules/\`uname -r\`/include(placing the files into the net subdirectory of the above path)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -