26
Copy Linux-wlan-ng-0.1.3.tar.gz and PCMCIA-CS-3.0.14.tar.gz into the /usr/src directory.
# cd /usr/src
# tar -zxvf pcmcia-cs-3.0.14.tar.gz
# tar -zxvf linux-wlan-ng-0.1.3.tar.gz
2) Make sure you have Linux sources on your system.
3) # cd /usr/src/pcmcia-cs-3.0.14
To clean up any unwanted files accidentally included in the tar package, run 'make clean'. If
make clean behaves badly (infinite loop, for example), you may have a date/time mismatch.
Run the command:
find . -type f -exec touch {} \;
to fix the date and time stamps, then run 'make clean' again.
4) # make config.
To configure the pcmcia-cs-3.0.14 package, run 'make config.' and respond to the questions.
The defaults should be sufficient for most users. 'make config.' must be run after a 'make
clean' and before 'make all'.
5) To build the package.
# make all
6) To install the package.
# make install
7) # cd /usr/src/linux-wlan-ng-0.1.5
To clean up any unwanted files accidentally included in the tar package, run 'make clean'. If
make clean behaves badly (infinite loop, for example), you may have a date/time mismatch.
Run the command:
find . -type f -exec touch {} \;
to fix the date and time stamps, then run 'make clean' again.
8) # make config.
To configure the linux-wlan-ng-0.1.5 package, run 'make config.' and respond to the questions.
The defaults should be sufficient for most users. 'make config.' must be run after a 'make
clean' and before 'make all'.