1.\" $OpenBSD: zyd.4,v 1.22 2007/05/24 02:49:57 cnst Exp $ 2.\" $NetBSD: zyd.4,v 1.1 2007/06/09 11:20:55 kiyohara Exp $ 3.\" $FreeBSD$ 4.\" 5.\" Copyright (c) 1997, 1998, 1999 6.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. 7.\" 8.\" Redistribution and use in source and binary forms, with or without 9.\" modification, are permitted provided that the following conditions 10.\" are met: 11.\" 1. Redistributions of source code must retain the above copyright 12.\" notice, this list of conditions and the following disclaimer. 13.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" notice, this list of conditions and the following disclaimer in the 15.\" documentation and/or other materials provided with the distribution. 16.\" 3. All advertising materials mentioning features or use of this software 17.\" must display the following acknowledgement: 18.\" This product includes software developed by Bill Paul. 19.\" 4. Neither the name of the author nor the names of any co-contributors 20.\" may be used to endorse or promote products derived from this software 21.\" without specific prior written permission. 22.\" 23.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND 24.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 27.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 28.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 29.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 30.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 32.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 33.\" THE POSSIBILITY OF SUCH DAMAGE. 34.\" 35.Dd March 7, 2013 36.Dt ZYD 4 37.Os 38.Sh NAME 39.Nm zyd 40.Nd ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device 41.Sh SYNOPSIS 42To compile this driver into the kernel, 43place the following lines in your 44kernel configuration file: 45.Bd -ragged -offset indent 46.Cd "device ehci" 47.Cd "device uhci" 48.Cd "device ohci" 49.Cd "device usb" 50.Cd "device zyd" 51.Cd "device wlan" 52.Cd "device wlan_amrr" 53.Ed 54.Pp 55Alternatively, to load the driver as a 56module at boot time, place the following line in 57.Xr loader.conf 5 : 58.Bd -literal -offset indent 59if_zyd_load="YES" 60.Ed 61.Sh DESCRIPTION 62The 63.Nm 64driver provides support for wireless network adapters based around 65the ZyDAS ZD1211 and ZD1211B USB chips. 66.Pp 67.Nm 68supports 69.Cm station 70and 71.Cm monitor 72mode operation. 73Only one virtual interface may be configured at any time. 74For more information on configuring this device, see 75.Xr ifconfig 8 . 76.Sh HARDWARE 77The following devices are known to be supported by the 78.Nm 79driver: 80.Pp 81.Bl -tag -width Ds -offset indent -compact 82.It 3COM 3CRUSB10075 83.It Acer WLAN-G-US1 84.It Airlink+ AWLL3025 85.It Airlink 101 AWLL3026 86.It AOpen 802.11g WL54 87.It Asus A9T integrated wireless 88.It Asus WL-159g 89.It Belkin F5D7050 v.4000 90.It Billion BiPAC 3011G 91.It Buffalo WLI-U2-KG54L 92.It CC&C WL-2203B 93.It DrayTek Vigor 550 94.It Edimax EW-7317UG 95.It Edimax EW-7317LDG 96.It Fiberline Networks WL-43OU 97.It iNexQ UR055g 98.It Linksys WUSBF54G 99.It Longshine LCS-8131G3 100.It MSI US54SE 101.It MyTek MWU-201 USB adapter 102.It Philips SNU5600 103.It Planet WL-U356 104.It Planex GW-US54GZ 105.It Planex GW-US54GZL 106.It Planex GW-US54Mini 107.It Safecom SWMULZ-5400 108.It Sagem XG 760A 109.It Sagem XG 76NA 110.It Sandberg Wireless G54 USB 111.It Sitecom WL-113 112.It SMC SMCWUSB-G 113.It Sweex wireless USB 54 Mbps 114.It Tekram/Siemens USB adapter 115.It Telegent TG54USB 116.It Trendnet TEW-424UB rev A 117.It Trendnet TEW-429UB 118.It TwinMOS G240 119.It Unicorn WL-54G 120.It US Robotics 5423 121.It X-Micro XWL-11GUZX 122.It Yakumo QuickWLAN USB 123.It Zonet ZEW2501 124.It ZyXEL ZyAIR G-202 125.It ZyXEL ZyAIR G-220 126.El 127.Sh EXAMPLES 128The following 129example configures zyd0 to join any BSS network using WEP key 130.Dq 0x1deadbeef1 , 131channel 11: 132.Bd -literal -offset indent 133ifconfig wlan create wlandev zyd0 channel 11 \e 134 wepmode on wepkey 0x1deadbeef1 weptxkey 1 \e 135 inet 192.168.1.1 netmask 255.255.255.0 136.Ed 137.Pp 138Join an existing BSS network, 139.Dq my_net : 140.Bd -literal -offset indent 141ifconfig wlan create wlandev zyd0 192.168.0.2 \e 142 netmask 0xffffff00 ssid my_net 143.Ed 144.Sh DIAGNOSTICS 145.Bl -diag 146.It "zyd%d: could not load firmware (error=%d)" 147An error occurred while attempting to upload the firmware to the onboard 148microcontroller unit. 149.It "zyd%d: could not send command (error=%s)" 150An attempt to send a command to the firmware failed. 151.It "zyd%d: sorry, radio %s is not supported yet" 152Support for the specified radio chip is not yet implemented in the driver. 153The device will not attach. 154.It "zyd%d: device version mismatch: 0x%x (only >= 43.30 supported)" 155Early revisions of the ZD1211 chipset are not supported by this driver. 156The device will not attach. 157.It "zyd%d: device timeout" 158A frame dispatched to the hardware for transmission did not complete in time. 159The driver will reset the hardware. 160This should not happen. 161.El 162.Sh SEE ALSO 163.Xr intro 4 , 164.Xr netintro 4 , 165.Xr usb 4 , 166.Xr wlan 4 , 167.Xr wlan_amrr 4 , 168.Xr wlan_ccmp 4 , 169.Xr wlan_tkip 4 , 170.Xr wlan_wep 4 , 171.Xr ifconfig 8 , 172.Xr wpa_supplicant 8 173.Sh AUTHORS 174.An -nosplit 175The original 176.Nm 177driver was written by 178.An Florian Stoehr Aq Mt ich@florian-stoehr.de , 179.An Damien Bergamini Aq Mt damien@openbsd.org , 180and 181.An Jonathan Gray Aq Mt jsg@openbsd.org . 182.Sh CAVEATS 183The 184.Nm 185driver does not support a lot of the functionality available in the hardware. 186More work is required to properly support the IBSS and power management 187features. 188