User's Manual
—Driver installation for Windows and Linux
27
Installation Procedure
1. Unpack the tgz file by typing the following line at the shell prompt, (assuming the shell prompt is >).
>gzip -cd wlan-ng-0.1.6.tgz | tar xvf -
2. Configure and install wlan v0.1.6. Be sure to configure the build as Station (STA)—do not choose Access Point (AP) because there is no firmware avail-
able that supports the AP function.
>cd wlan-ng-0.1.6
>make config
>make all
>make install
3. Edit /etc/pcmcia/wlan-ng.conf by adding the following lines to the bottom of the file.
card "PCMCIA 11M WLAN"
manfid 0x0274, 0x1601
bind "prism2_cs"
4. Edit /etc/pcmcia/wlan-ng.opts. The fields to edit are listed below:
dot11DesireSSID
APSSID
APCHANNEL
5. Restart your computer.
>shutdown -r now