This is a small howto on installing the drivers for the rt2500 chipset and rt2570 (for usb).
These chipset are in the following cards (if you know of a card that has it too, please say, so I can add it here):
E-Tech WGPI03 54 Mb Wireless pci card
linksys wmp54g
Belkin F5D7000UK ver3
Billionton 802.11b/g Mini-PCI Wireless LAN adapter
A more complete list can be found here:
http://ralink.rapla.net/
Step 0.
Make sure you have all the neccesary packages, you need:
kernel-devel
gcc
If you don't have either of them, install them with:
yum install gcc kernel-devel
Step 1.
Download the drivers from here: http://rt2x00.serialmonkey.com/wiki/index.php/Downloads
You need to get these: Latest BETA rt2500 driver: v1.1.0-b2 or a later version, not the cvs.
Step 2.
Open a terminal and type:Step 3.tar xzvf rt2500-1.1.0-b2.tar.gz
Goto the module directory with this command:Step 4.cd rt2500-1.1.0/Module/
We need to make sure that there are no remains of previous drivers. Do this to check it:If this outputs anything with rt2500, open your favorite text editor as root (see www.fedorafaq.org) and delete those lines. Then a last check (it may take a while):cd /etc
cat modprobe.confIf one of these outputs something which is related to the wireless card, delete those files. Be carefull, with the last command your wired network card can also appear, do not delete it then!updatedb
locate ifcfg-ra
locate ifcfg-eth
Step 5.
type make at the commandline, followed by enter.
If this gives you an error which in line 103 in rtmp_main.c, replace line 103 in rtmp_main.c with the following:This needs to be done because gcc4 is much stricter then gcc3, see the quote under this line.print_name = "rt2500";//pPci_dev ? pci_name(pPci_Dev) : "rt2500";
Step 6.[root@localhost Module]' make
make[1]: Entering directory `/usr/src/kernesl/2.6.11-1.1369_FV4-i686'
CC [M] /home/sup/rt2500-1.1.0/Module/rtmp_main.o
/home/sup/rt2500-1.1.0/Module/rtmp_main.c: In Funktion >>RT2500_probe<<:
/home/sup/rt2500-1.1.0/Module/rtmp_main.c:103: Error >>struct pci_dev<< has no elements named >>slot_name<<
make[2]: *** [/home/sup/rt2500-1.1.0/Module/rtmp_main.o] Error 1
make[1]: *** [_module_/home/sup/rt2500-1.1.0/Module] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.11-1-1369_FC4_i686'
rt2500.ko failed to build
make: *** [module] Error 1
Switch to root with su (see www.fedorafaq.org) and type:Step 7.make install-fedora
Open system-config-network, this is the program with the name "Network" in the applications menu -> System settings
Click new and then select wireless device, click forward. Select the ralink rt2500 and click forward.
Make sure Mode is managed and click Specified at the Network name, enter your accespoints ESSID here (the name of your network).
If you have encryption, enter it at the key line. Note: enter 0x before your key!
DHCP settings should be ok, check that automatically obtain ip with dhcp is checked and obtain dns from provider. Click forward and then apply.
Step 8.
Your network is configured now, so enjoy!
More info can be found in the README file in the Module directory, good luck!
If you have problems after a reboot, see post 7 of this thread.
Many thanks to all people who have contributed to this howto!!
Edit:
I have experienced lockups while using the beta 3 drivers, if you have lockups too I recommend trying the beta 2 drivers!



Reply With Quote
). Anyway, in the Network Configuration tool you'll want to add one more comment while configuring.
