Generic Instructions for the installation of the rt2400 driver module
=====================================================================

1. Ensure that you have your current kernel sources expanded in the default
directory (i.e. /usr/src/linux-2.x.x). We also recommend that the sources
you have here are the ones you used to build your current running kernel.

2. Check that you have the Wireless Extensions built into your running
kernel from the sources above. This option can be found in 'make menuconfig'
under Network Device Support->Wireless LAN->Wireless LAN (non-hamradio).

3. Ensure you have a symlink from /lib/modules/2.x.x/build to that kernel
source directory (i.e. symlink from /lib/modules/2.x.x/build ->
/usr/src/linux-2.x.x)

4. Expand the rt2400 source package using tar -xzvf rt2400-x.x.x.tar.gz

5. Change into the rt2400-x.x.x/source folder

6. Run 'make'

7. Run 'make install'

Now that the module is built and installed the following commands can be
used to bring the interface up and online.

8. modprobe rt2400

9. ifconfig ra0 up

10. iwconfig ra0 essid myssid

11. ifconfig ra0 192.168.1.100 netmask 255.255.255.0

12. route add default 192.168.1.253 dev ra0

For specific examples of builds/installations for your distribution please
check out the docs folder.
