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

📄 ray_cs.4

📁 pcmcia source code
💻 4
字号:
.\".\" Man page for ray_cs Raylink wireless LAN Card Services.\".\" Copyright (c) 1999 Corey Thomas.\".\" You may distribute under the terms of the GNU General Public.\" License version 2 only.\".\" Corey Thomas.\" corey@world.std.com.\".TH ray_cs "January 20, 1999".LO 4.SH NAMEray_cs \- Raylink wireless LAN \- PCMCIA card device driver.br.SH SYNOPSIS.B insmod ray_cs .RB [essid=string].RB [irq_mask=n].RB [net_type=[0-1]].RB [ray_debug=[0-5]].RB [phy_addr=xNNNNNNNNNNNN].RB [hop_dwell=n].RB [beacon_period=n].RB [psm=[0-1]].RB [translate=[0-1]].RB [country=[1-8]].RB [sniffer=[0-1]].RB [bc=[0-1]].SH DESCRIPTION.B ray_csis the low level Card Services device driver for the Raylink wirelessLAN PCMCIA adapter.  It is normally loaded automatically by cardservices according to the parameters specified in.IR /etc/pcmcia/ray_cs.opts ..SH PARAMETERS.TP.B essid=stringESS ID - network name to join string with maximum length of 32 charsdefault value = "LINUX".TP.B irq_mask=nlinux standard 16 bit value 1bit/IRQ lsb is IRQ 0, bit 1 is IRQ 1 etc.Used to restrict choice of IRQ's to use..TP.B net_type=n0 = adhoc network (default)1 = infrastructure.TP.B ray_debug=n(0-5) larger values for more verbose logging..TP.B phy_addr=string          string of 12 hex digits containing new MAC address.must be started with x e.g. x00008f123456.TP.B hop_dwell=nhop dwell time in Kilo-microseconds legal values = 16,32,64,128(default),256.TP.B beacon_period=nBeacon period in Kilo-microseconds..brLegal values = 16,32,64,128,256(default) must be integer multiple of hop dwell..TP.B psm=nPower save mode.br0 = continuously active.br1 = power save mode (significantly slower).TP.B bc=nPower save mode.br0 = 802.11 timing.br1 = 802.11 modified timing.  Interframe spacing is slowed down forcompatibility with older Breezecom access points..TP.B translate.br0 = no translation (encapsulate frames).br1 = translation (default).TP.B country=n.brCountry code.br1 = USA (default).br2 = Europe.br3 = Japan.br4 = Korea.br5 = Spain.br6 = France.br7 = Israel.br8 = Australia.TP.B sniffer=n.br0 = normal network interface - not sniffer (default).br1 = sniffer which can be used to record all network traffic usingtcpdump or similar, but no normal network use is allowed.  This isbecause linux has no knowledge of 802.11 headers and cannot parse themcorrectly.  Note that tcpdump does not understand 802.11 headers,either so it can't interpret the contents, but it can record to afile..TP.SH BUGSray_cs can lock the machine if the card is pulled out while active.I have never observed a crash if card is deactivated as follows beforeremoval:.br.B	ifconfig eth0 down.brThe above command assumes that the Raylink card is configured as eth0.This driver only does encapsulation of ethernet frames within 802.11frames.  Most vendors, including Raytheon, are moving to a frametranslation method.  Translation support has been started, but is notyet functional.Support for defragmenting frames is not yet tested.The ioctl support is incomplete.  The hardware address cannot be setusing ifconfig yet.  If a different hardware address is needed, it maybe set using the phy_addr parameter in ray_cs.opts..SH AUTHORCorey Thomas \- corey@world.std.com.SH "SEE ALSO"cardmgr(8), pcmcia(5), ifconfig(8).

⌨️ 快捷键说明

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