| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
|
|
Ralink Technology RT2500 chipset
|
|
|
|
Reviews
|
Views
|
Date of last review
|
|
6
|
31131
|
12-09-2005
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
100% of reviewers
|
$20.00
|
7.7
|
|
|
|
|
|
|
|
|
12-01-2004, 12:56 PM
|
#1
|
Registered: Sep 2003
Posts: 0
Rep:
|
Would you recommend the product? yes | Price you paid? (in USD): $30.00 | Rating: 6
|
Kernel (uname -r):
|
2.4.25-mdk3
|
|
Distribution:
|
Mandrake 10
|
I got this to work with the drivers from RaLink, although only under 2.4, and couldn't get iwconfig to give me anything as they claimed. I ended up using the alternate method where a static file you could settings edit could be placed in /etc/Wireless/RT2500STA/RT2500STA.dat
I didn't even bother with their GUI utilities.
The iwpriv commands they provided did work.
Ndiswrapper, using both the Linksys window's driver as well as the one directly from RaLink, would just lock the machine, loglessly, under 2.4 and 2.6. Probably something Mandrake did to the kernel, but as I needed to have the wireless working in order to get fresh kernel source... when I finally got the wireless working, I blew it off. I was on vacation afterall helping out a friend.
Overall, get an Atheros card. This kind of pseudo-vendor-provided mess is what makes the RTL8180 and the adm8211 horrible cards as well.
Cheers,
Finegan
|
|
|
|
01-24-2005, 11:50 AM
|
#2
|
Registered: Mar 2004
Distribution: Debian Sarge
Posts: 169
Rep: 
|
Would you recommend the product? yes | Price you paid? (in USD): $9.99 | Rating: 7
|
Kernel (uname -r):
|
2.6.10
|
|
Distribution:
|
Debian Sid
|
Dont even bother trying the linux drivers. Go straight to DNIS Wrapper. It was a hastle getting it to work but it works great now. My main problem was that i forgot to edit the /etc/network/interfaces file so that it would get a DHCP address.
THIS IS NOT A NEWBIE CARD. If you feel like a moderate challange then go for it and have fun!
|
|
|
|
01-29-2005, 06:40 AM
|
#3
|
Registered: Nov 2004
Distribution: Debian (unstable)
Posts: 15
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10
|
Kernel (uname -r):
|
2.6.9-9-amd64-k8
|
|
Distribution:
|
Debian Unstable 64
|
For the Rt2500 card, one should not be using the NDISwrapper. This is only a temporary solution, and should reserved for those card that do not have drivers for linux, or are to buggy to function correctly. I am currently using the rt2500 driver maintained by Serialmonkey. This driver works great. http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page
Also if you are someone using a 64 bit machine, you cannot use NIDSwrapper at this point in the game. You will need real drivers. Just an idea of the stability of this driver: i have been using the windows driver in windows as well and i often loose conectivity. but never in linux.
|
|
|
|
02-16-2005, 06:42 AM
|
#4
|
Registered: Dec 1969
Posts: 0
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8
|
Kernel (uname -r):
|
2.6.8-2-k7
|
|
Distribution:
|
Debian Sid
|
I used the driver available from http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page
It is based on the driver supplied by ralink.
I'm a bit of a newbie, but I found it quite easy to install. This was the first time I had compiled a program, but it didn't take too long to get working.
There are instructions for a number of distibutions on the site.
|
|
|
|
06-03-2005, 10:56 AM
|
#5
|
Registered: May 2004
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8
|
Kernel (uname -r):
|
2.6.8-2
|
|
Distribution:
|
Debian (Sarge)
|
Have been meaning to rate this card for a while, but didn't realize there was already one here. It's really hard to find. A more intuitive place for it would seem to be 'Network Cards ... Realtek'. I'm glad to see that the last couple reviews show that the word on this chipset is finally beginning to get out. I posted these comments to a regular forum, but wanted them here as well.
Do NOT screw around with ndis wrappers for this card. Go to http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page ... get their drivers and follow their installation instructions carefully. When you get to the point where they want you to use the 'iw...' commands, do this first:
depmod -a
modprobe rt2500
ifconfig ra0 up
Then carry on.
This is not a difficult driver to get working and it is a great chipset.
|
|
|
|
12-09-2005, 07:28 PM
|
#6
|
Registered: Mar 2005
Distribution: Fedora
Posts: 14
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 7
|
Kernel (uname -r):
|
2.6.14-1.1644_FC4
|
|
Distribution:
|
Fedora Cores 3 or 4
|
Found this chipset on a Hawking HWP54G card. Used the rt2x00.serialmonkey.com drivers, beta 3. Up under FC3, FC4, working on SuSE 10.0. Ongoing documentation of newbie pitfalls and learning how to overcome them at my blog. I found a lot of ways the install can fail by searching though forums, but it's teaching me Linux quickly!
|
|
|
|
All times are GMT -5. The time now is 04:36 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|