wireless_tools.install

来自「MAPI: API for wireless cards under Linux」· INSTALL 代码 · 共 67 行

INSTALL
67
字号
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.	If your kernel has the relevant Wireless Extensions but the tools	refuse to compile, then your kernel headers in /usr/include are	pointing to the wrong place (very common with Debian).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 A driver supporting wireless extensions		-> Wavelan isa from kernels above		-> Wavelan pcmcia from pcmcia 3.1.2 onward		-> Netwave pcmcia from pcmcia 3.1.2 onward		-> Wavelan IEEE pcmcia drivers		-> Proxim RangeLan2/Symphony driver		-> Patch your favourite driver	Note : more recent kernels and drivers are likely to support		more wireless extension features...Recommended versions :--------------------	This are the latest updates of the Wireless Extensions :	o Kernel (wireless extension definition) :		-> Kernel 2.2.14 onward		-> Kernel 2.3.24 onward	o Drivers with wireless extension support :		-> Wavelan isa from kernels above		-> Wavelan pcmcia from pcmcia 3.1.1 onward		-> Netwave pcmcia from pcmcia 3.1.2 onward		-> Wavelan IEEE pcmcia GPL driver (wvlan) 1.0.1 onward		-> Wavelan IEEE pcmcia binary driver (wavelan2) v4.00 onward		-> Proxim RangeLan2/Symphony driver 1.4.3 onwardCompile wireless tools :----------------------	In theory, a "make" should suffice.	In practice, there is big troubles with the headers. If youhave glibc and kernel 2.2.X headers, that should be allright. Depending on which version of the kernel headers (might bedifferent from kernel) and library headers you have, you need to playwith the options buried in iwcommon.h.	Note : as some internal data structures change from kernel tokernel, you are advised to not use the precompiled version but torecompile your own.	"xwireless" is not currently in a compilable state.Installation :------------	I advise to copy the executable (iwconfig, iwspy and iwpriv)in /usr/local/bin or /usr/local/sbin. The man pages (iwconfig.8,iwspy.8 and iwpriv.8) should be copied in /usr/local/man/man8 or/usr/man/man8.List of contributors and changelog is in iwcommon.h.	Jean <jt@hpl.hp.com>

⌨️ 快捷键说明

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