pcmcia_readme

来自「Atmel公司的USB无线局域网卡11 mbps Linux设备驱动」· 代码 · 共 94 行

TXT
94
字号
************************************************************           ATMEL WLan PC Card 11Mbps               ******              Linux Device Driver                  ******            Copyright (c) 2000-2001                ******                ATMEL CO., Ltd.                    ************************************************************A. Module Parameters--------------------   You can configure the ATMEL 11Mbps PC Card by editing   the config.opts located in the /etc/pcmcia directory.   Change the parameters, whose default values aren't    those you want.   i.e. if you want to connect to an access point named    WLAN just add in config.opts the following line        module "fastvnet_cs" opts "ESSID=WLAN"************************************************************                 IMPORTANT NOTICE                  ****** Whenever you change any parameter in config.opts  ******   you must restart the pcmcia card services by    ******                      running :                    ******         /etc/rc.d/init.d/pcmcia restart           ************************************************************   The Parameters you can change and their default values    are:   channel     :  1 - 14      (default = 3)   TxRate      :  0 ->   1Mbps            	  1 ->   2Mbps		  2 -> 5.5Mbps		  3 ->  11Mbps		  4 ->    Auto      (default = 3 (11Mbps) )	   RTSThreshold :   1 - 2347      (default = 2347)   FragThreshold: 256 - 2346      (default = 2346)   OpMode       : 1 -> Ad-Hoc	          2 -> Infrastructure      (default = 2)   ESSID	: ESSID to use (max 32 characters)      (default = ANY)   WepKeyToUse  : 0 -> WepKey1	          1 -> WepKey2		  2 -> WepKey3		  3 -> WepKey4		  4 -> None		  (default = 4 (None) )			   WepKey1      : maximum 5 bytes (must always be 2 characters/byte)	   WepKey2      : maximum 5 bytes (must always be 2 characters/byte)   WepKey3      : maximum 5 bytes (must always be 2 characters/byte)   WepKey4      : maximum 5 bytes (must always be 2 characters/byte)      All WepKey's  are zero by default.   WepMode      : 0 -> Mandatory	          1 -> Optional      (default = 0 (Mandatory) )   AuthenticationType : 0 -> Open System	                1 -> Shared Key      (default = 0 (Open System) )   PreambleType	   : 0 -> Long Preamble	             1 -> Short Preamble      (default = 0 (Long Preamble) )      (In infrastructure mode PreambleType is autodetected).   PwrMgmtMode	: 0 -> Active	          1 -> Power Save      (default = 0 (Active) )B. Fastvnet_cs and Wireless Tools---------------------------------   The PCMCIA device driver is compatible with the wireless   tools. You can set almost anything except Encryption and   NWID. For them you have to use either the ATMEL command   line tool (fvnet) or the application for X (xvnet).	

⌨️ 快捷键说明

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