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

📄 install

📁 iwconfig iwlist iwpriv
💻
字号:
Very important note :-------------------	This release of the Wireless Tools is not compatible with Wireless	Extensions earlier than 9.	Kernels that support this version of the Wireless Tools are listed	below. For all kernels before that, please use the version v19 of	the Wireless Tools.	You might have headers troubles and it doesn't compile, see below...You need :--------	o Compiler and development environment	o A kernel supporting wireless extensions version 9 or higher		-> from 2.2.14 onward		-> from 2.3.24 onward		Note : CONFIG_NET_RADIO must be enabled	o (Optional) A Pcmcia package supporting Wireless Extension	o A driver supporting wireless extensions		-> Check my web pages for latest list of drivers,			otherwise patch your favourite driver...	Note : more recent kernels and drivers are likely to support		more wireless extension features...Compile wireless tools :----------------------	In theory, a "make" should suffice to create the tools.	In practice, there is big troubles with the kernelheaders. See below for how to fix that.	Note : as some internal data structures change from kernel tokernel, you are advised to not use the precompiled version of thetools but to recompile your own.Installation :------------	If I were you, I would not trust a "make install". If you feelcourageous, just do "make install". It may even do the rightthing. Actually, with the various bugfixes that happened over thetime, it nowadays tend to do the right thing.	I advise to copy the executable (iwconfig, iwspy and iwpriv)in /usr/local/sbin or /usr/sbin. The man pages (iwconfig.8, iwspy.8and iwpriv.8) should be copied in /usr/local/man/man8 or/usr/man/man8.	In fact, if you want to use Pcmcia wireless.opts, this step ismandatory...Kernel headers (why it doesn't compile) :---------------------------------------	Some changes in the kernel headers and glibc headers aremaking my life difficult. We now have a mechanism to automaticallyselect the proper header based on various bits of information (libcversion & kernel version), but it may fail to do the right thing.	You may also see the message :		"Your kernel/libc combination is not supported"	If this happens to you, you will need to hack the rules at thetop of iwlib.h and send me the patch.	The second issue is that some distributions install someindependant kernel headers in /usr/include. If you upgrade yourkernel, those headers become out of sync and you don't benefit fromthe latest Wireless Extensions. Even worse, it can sometimes preventthe tools from compiling.	The trick is to copy the file .../include/linux/wireless.hfrom the kernel to the /usr/include headers.Multi-kernel installation (expert only) :---------------------------------------	People who run different kernel on the same system may haveproblems due to the fact that those kernel have different version ofWireless Extensions and the Wireless Tools need to match the versionof Wireless Extension used.	It is now possible to install multiple versions of theWireless Tools on a system and get the proper version used based onthe kernel running, using a redirector. However, this support is stillexperimental and for expert users only.	The redirector will work properly only with kernel usingWireless Extensions version 16 and higher. Earlier version of WirelessExtensions will be detected as either v15 (v12, v13, v14 and v15) oras v11 (v11 and earlier).	The installation looks typically like :------------------------------------make cleanmake FORCE_WEXT_VERSION=11make vinstall FORCE_WEXT_VERSION=11make cleanmake FORCE_WEXT_VERSION=15make vinstall FORCE_WEXT_VERSION=15make cleanmake FORCE_WEXT_VERSION=16make vinstall FORCE_WEXT_VERSION=16[...]------------------------------------	Jean <jt@hpl.hp.com>

⌨️ 快捷键说明

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