The Wayback Machine - https://web.archive.org/web/20080420070427/http://opensolaris.org:80/os/community/laptop/wireless/zyd/

OpenSolaris

You are not signed in. Sign in or register.

Wireless Network Driver for ZyDAS ZD1211 802.11b/g USB Chipset (zyd)

The current version is 0.1

The driver is contributed by the students group of Charles University in Prague.

The driver is based on source code from OpenBSD, and is provided under the same BSD-type License.

Links

Note that current v0.1 version doesn't support WEP and WPA.

Note that there is a version enhanced by community developers to support ZD1211b chipset, see their website

Requirements

Before downloading the source, please make sure that your system meets the following requirements:

  • Solaris Nevada build
  • ZyDAS ZD1211 chipsets based wireless 802.11g devices.
VendorProductUSB VendorUSB Product
3COM3CRUSB100756891a727
A-LINKWL54USB0ace1211
AbocomWUG267007b86001
AOpen802.11g WL5407b86001
AcerWLAN-G-US10ace1211
Airlink 101AWLL3025V20ace1211
Airlink 101AWLL30260ace1211
Airlink+AWLL30250ace1211
AllnetALLSPOT Hotspot-Finder a/b/g157e3204
AmbiComWL54-USB0ace1211
AsusWL-159g0b05170c
AztechWireless G WL630USB07b86001
GigaFastWF748-CUI0ace1211
LinksysWUSBF54G13b1001e
SagemXG760A079b004a
ZyxelZyAIR G-200v205863407

How to use

Download the source code, then build the binaries, you need a OpenSolaris source code workspace:

# wget http://www.opensolaris.org/os/community/laptop/downloads/zyd-0.1-src.tar.gz # gzip -dc zyd-0.1-src.tar.gz | tar xvf - # cd zyd-0.1/src # vi Makefile —> modify the: GATE=/your_workspace, ISA=i386/AMD64 # gmake all; gmake install

Add your driver:

# add_drv -n -i '"usbace,1211"' zyd

You may have different cards, so please change it to your '"usbvendor_id,product_id"'

You should be able to plumb the interface:

# ifconfig zyd0 plumb

If plumbing failed, your card may be not supported or just not getting properly identified by the Solaris kernel. Send us a note and we'll try to help.

If you don't use WEP and want to connect to whatever WLAN available, then all that's left to do is starting dhcp:

# ifconfig zyd0 dhcp

If you need to connect to specific WLAN, you'll need the following commands:

# dladm scan-wifi zyd0 # dladm connect-wifi -e essid zyd0 # ifconfig zyd0 dhcp

Notes

This is work in progress. Please send your questions and comments to laptop-discuss@opensolaris.org discussion forum.

close