|
NAMEzyd —
ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network
device
SYNOPSISTo 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" DESCRIPTIONThezyd driver provides support for wireless network
adapters based around the ZyDAS ZD1211 and ZD1211B USB chips.
HARDWAREThe following devices are known to be supported by thezyd driver:
EXAMPLESThe 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.168.1.1 netmask 255.255.255.0 Join an existing BSS network, “my_net”: ifconfig wlan create wlandev zyd0 192.168.0.2 \ netmask 0xffffff00 ssid my_net DIAGNOSTICS
SEE ALSOintro(4), netintro(4), usb(4), wlan(4), wlan_amrr(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8)AUTHORSThe originalzyd driver was written by
Florian Stoehr
<ich@florian-stoehr.de>,
Damien Bergamini
<damien@openbsd.org>,
and Jonathan Gray
<jsg@openbsd.org>.
CAVEATSThezyd 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.
Visit the GSP FreeBSD Man Page Interface. |