Frequently Asked Questions for the rt2400 Project
=================================================

Q. What is rt2400 ?
A. rt2400 is a chipset developed by Ralink Inc for the 802.11b Wireless
market. It is the basis for which many manufacturer's cards are based off.

Q. Why do we have this project ?
A. Ralink initially released the drivers under a closed source license.
After a period of time in the market Minitar worked with Ralink to bring
the drivers into the open-source community. While Ralink are happy to help
fix any bugs with this driver they are not actively supporting it as they
are now focusing on their 802.11g offerings. Hence we have created this
project to resolve issues with the driver and increase it's overall feature
set.

Q. Who are the main developers ?
A. Currently there are 4 developers actively working on the project. 
Ivo is working on a rebuild-branch that is focused on bringing the driver
up to date in a clean structure as well as mainline fixes. Luis is   
currently helping debug and fix issues in the main source branch. Flavio
helped with many fixes early on and still keeps an eye on our commits to
ensure we arn't doing anything stupid and Mark (serialmonkey) is the 
current Project Admin (and occasional source hacker/mutilator)

Q. Is this driver stable ?
A. Currently, there are a few known issues with the driver. Please visit
the SourceForge project at http://www.sourceforge.net/projects/rt2400 for
the current bug list.

Q. How do I get help ?
A. Please visit the SourceForge project and check out the forums and
mailing lists. We monitor both and will be able to offer assistance on any
problems you have. 

Q. What is the Utility ?
A. It is a X11 based application using the QT framework that replicates the
standard interface you would expect when using the driver under a Windows
operating system. It allows you to scan for active WLAN's and
configure/connect to them.

Q. How come I can't use <insert feature here>
A. Probably because we haven't developed the driver to allow it yet. Please
check out the Feature Request listing on the SourceForge project and add it
if it's missing.

Q. Why do I get lots of errors when trying to compile ?
A. Probably because you haven't got your kernel sources configured
correctly. Ensure that you have the sources in the expected locations
(/usr/src/linux-2.x.x) and that you have a symlink from
/lib/modules/2.x.x/build to that source folder)

Q. Why does make tell me that I'm missing the kernel wireless support ?
A. Because you are either - missing it (i.e. you haven't compiled wireless
into your kernel) or you haven't actually compiled your kernel sources yet.

Q. How can I offer information on crashes/bugs im having ?
A. By enabling DEBUG mode. Todo this edit the Makefile in the source folder
and add -DRT2400_DBG to the end of the EXTRAS_CFLAGS line. Then make clean
and make/make install to install the now debug-enabled driver. All debug
info will make it through syslog (careful you don't flood your log 
partition though, it is very noisy).

Q. Your website is ugly. Get a new one.
A. It's coming :-) (so is christmas but hopefully I'll get it done before
then.
