linux-wlan-ng/README

63 lines
2.1 KiB
Plaintext
Raw Normal View History

1999-10-13 10:23:15 -04:00
Top level directory for linux-wlan-ng.
./doc - source distribution documentation
./man - man pages
2000-01-13 15:53:53 -05:00
./etc - scripts used at run-time
1999-10-13 10:23:15 -04:00
./src - source code for various components
Note:
Some of the subdirectories have empty README files. This means we haven't
gotten to the contents of these directories. The empty README is just a trick
to prevent CVS from pruning the directory.
2000-01-13 15:53:53 -05:00
The following build and install instructions assume you have configured source
code for both the linux kernel package and pcmcia-cs package installed on your
system. It's important that the configured code for these packages match
the kernel and pcmcia-cs you're running.
1999-11-11 12:00:07 -05:00
Build Instructions:
1) untar the package using
tar zxvf linux-wlan-ng.tar.gz
or you can use winzip with the file linux-wlan-ng.tar.
2) Make sure you have configured kernel and pcmcia sources on your system.
3) To clean up any unwanted files accidentally included in the tar package,
run 'make clean'.
1999-11-11 12:00:07 -05:00
4) To configure the package, run 'make config' and respond to the questions.
'make config' must be run after a 'make clean' and before 'make all'.
1999-11-11 12:00:07 -05:00
5) To build the package, run 'make all'
1999-11-11 12:00:07 -05:00
6) To install the package, run 'make install' (as root).
1999-11-11 12:00:07 -05:00
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.
1999-11-11 12:00:07 -05:00
8) Edit your network.opts file to setup your IP settings.
9) Restart pcmcia-cs with the command:
1999-11-11 12:00:07 -05:00
2000-01-13 15:53:53 -05:00
/etc/rc.d/init.d/pcmcia restart
1999-11-11 12:12:24 -05:00
10) Insert the card. A solid LED indicates that the SSID you specified
2000-01-13 15:53:53 -05:00
was found, a bss was joined, and the firmware completed the authenticate
and associate processes.
1999-11-11 12:12:24 -05:00
11) Run ifconfig and route to determine if your IP and route settings are
2000-01-13 15:53:53 -05:00
listed as you wanted them. It's also a good idea to look at the file
/etc/resolv.conf to see if your nameserver address has been set up
correctly.
1999-11-11 12:12:24 -05:00