*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: zyd | Section: 4 | Source: FreeBSD | File: zyd.4.gz
ZYD(4) FreeBSD Kernel Interfaces Manual ZYD(4) NAME zyd - ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network driver SYNOPSIS To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device usb device zyd device wlan device wlan_amrr Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_zyd_load="YES" DESCRIPTION The zyd driver provides support for wireless network adapters based around the ZyDAS ZD1211 and ZD1211B USB chips. zyd supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on configuring this device, see ifconfig(8). HARDWARE The following devices are known to be supported by the zyd driver: o 3COM 3CRUSB10075 o Acer WLAN-G-US1 o Airlink+ AWLL3025 o Airlink 101 AWLL3026 o AOpen 802.11g WL54 o Asus A9T integrated wireless o Asus WL-159g o Belkin F5D7050 v.4000 o Billion BiPAC 3011G o Buffalo WLI-U2-KG54L o CC&C WL-2203B o DrayTek Vigor 550 o Edimax EW-7317UG o Edimax EW-7317LDG o Fiberline Networks WL-43OU o iNexQ UR055g o Linksys WUSBF54G o Longshine LCS-8131G3 o MSI US54SE o MyTek MWU-201 USB adapter o Philips SNU5600 o Planet WL-U356 o Planex GW-US54GZ o Planex GW-US54GZL o Planex GW-US54Mini o Safecom SWMULZ-5400 o Sagem XG 760A o Sagem XG 76NA o Sandberg Wireless G54 USB o Sitecom WL-113 o SMC SMCWUSB-G o Sweex wireless USB 54 Mbps o Tekram/Siemens USB adapter o Telegent TG54USB o Trendnet TEW-424UB rev A o Trendnet TEW-429UB o TwinMOS G240 o Unicorn WL-54G o US Robotics 5423 o X-Micro XWL-11GUZX o Yakumo QuickWLAN USB o Zonet ZEW2501 o ZyXEL ZyAIR G-202 o ZyXEL ZyAIR G-220 EXAMPLES The following example configures zyd0 to join any BSS network using WEP key "0x1deadbeef1", channel 11: ifconfig wlan create wlandev zyd0 channel 11 \ wepmode on wepkey 0x1deadbeef1 weptxkey 1 \ inet 192.0.2.20/24 Join an existing BSS network, my_net: ifconfig wlan create wlandev zyd0 192.0.2.20/24 \ ssid my_net DIAGNOSTICS zyd%d: could not load firmware (error=%d) An error occurred while attempting to upload the firmware to the onboard microcontroller unit. zyd%d: could not send command (error=%s) An attempt to send a command to the firmware failed. zyd%d: sorry, radio %s is not supported yet Support for the specified radio chip is not yet implemented in the driver. The device will not attach. zyd%d: device version mismatch: 0x%x (only >= 43.30 supported) Early revisions of the ZD1211 chipset are not supported by this driver. The device will not attach. zyd%d: device timeout A frame dispatched to the hardware for transmission did not complete in time. The driver will reset the hardware. This should not happen. SEE ALSO intro(4), netintro(4), usb(4), wlan(4), wlan_amrr(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), networking(7), ifconfig(8), wpa_supplicant(8) AUTHORS The original zyd driver was written by Florian Stoehr <[email protected]>, Damien Bergamini <[email protected]>, and Jonathan Gray <[email protected]>. CAVEATS The zyd driver does not support a lot of the functionality available in the hardware. More work is required to properly support the IBSS and power management features. FreeBSD 14.1-RELEASE-p8 November 10, 2024 FreeBSD 14.1-RELEASE-p8

Navigation Options