Updated for version 0.1.3.
This commit is contained in:
parent
3f8815f5c2
commit
14c2b56723
12
README
12
README
|
@ -20,7 +20,7 @@ Build Instructions:
|
|||
|
||||
1) untar the package using
|
||||
|
||||
tar zxvf linux-wlan-ng.tar.gz
|
||||
tar zxvf linux-wlan-ng-0.1.3.tar.gz
|
||||
|
||||
or you can use winzip with the file linux-wlan-ng.tar.
|
||||
|
||||
|
@ -36,13 +36,9 @@ or you can use winzip with the file linux-wlan-ng.tar.
|
|||
|
||||
6) To install the package, run 'make install' (as root).
|
||||
|
||||
7) Edit the /etc/pcmcia/wlan-ng.opts file. The only variable to set at
|
||||
this point is the DESIRED_SSID. (Card firmware selects a channel
|
||||
and BSSID). Set the DESIRED_SSID to a string matching a valid
|
||||
SSID of an access point.
|
||||
e.g. DESIRED_SSID="ACC_POINT_1"
|
||||
This assignment would establish the desired SSID to be that
|
||||
of the access point whose SSID is ACC_POINT_1.
|
||||
7) Edit the /etc/pcmcia/wlan-ng.opts file to configure. These options are
|
||||
set every time you insert a card. If you want to change one, a) pop
|
||||
your card out, b) alter the file, c) insert your card.
|
||||
|
||||
8) Edit your network.opts file to setup your IP settings.
|
||||
|
||||
|
|
Loading…
Reference in a new issue