LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 03-12-2005, 11:30 AM   #1
ro_nicu
LQ Newbie
 
Registered: Oct 2004
Distribution: Slackware, Mandrake
Posts: 27

Rep: Reputation: 15
RT2500 wireless HOWTO


I decided to write this howto in order to prevent or, maybe, limit the number of postings on this subject. as the number grows it becomes harder and harder to find domething relevant on the subject, so, write somethinf only if you can't fint a posted answer please

th howto referes to th Ralink 2500 wireless chipset, a chipset wich i personally got as an integrated wireless on an Averatec 3200 laptop.

1. get the CVS driver snapshot from sourceforge.
2. install the source for your current kernel.
3. if you cant find the source for your current kernel compile a kernel from sources (i'l provide the .config file for the 2.6.11 wich works fine on my laptop if you need it(sorry if it doesn't work on yours))
4. extract the CVS tarball.
5. go into the directory where you extraxted the files
6. go to 'Module' directory
7. 'make', (for some snapshots maybe necessary to do a './configure' first if you use the 2.4 series kernel, or a 'make -C /complete path to the linux kernel SUBDIRS=$PWD modules' if you use a 2.6.series kernel)
8. go to 'Utilitys' directory
9. 'qmake -o Makefile raconfig2500.pro
10. make
11. cp RaConfig2500 /bin
12. go to /etc/rc.d/rc.local
13. open it in the editor
14. add to it 'insmod /complete path to the module/rt2500.ko' (rt2500.o if you use a 2.4 kernel)
15. add to it 'ifconfig ra0 up'
16 add to it 'dhcpcd ra0'
17. save the modified 'rc.local'
18. reboot
19. after reboot you should be able to use your wireless network (for me it wors fine on Mandrake 10.1 and Slackware 10.1)
20. if you whant you can lauch the configuration utility tiping in a console "RaConfig2500"

for questions mail to s_nicu2@yahoo.com
 
Old 03-12-2005, 01:28 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
To save this thread being buried in amongst all the other threads, why not submit this as a Tutorial.
 
Old 03-13-2005, 04:06 PM   #3
The_JinJ
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299

Rep: Reputation: 30
I got the RT2500 drivers to work ok even on the last release - the problem comes when you try and use WPA - it causes system hangs (both using the Utility and writing the DAT file) - works fine with WEP or no encryption.
Ended up using Ndiswrapper and wpa_supplament where I can get WPA working ok.....
 
Old 03-18-2005, 11:22 AM   #4
barrythai
Member
 
Registered: Dec 2004
Location: thailand
Distribution: suse9.3, Mandrake10.1
Posts: 381

Rep: Reputation: 30
Since, posting and with the pointers to the manu site discovered the drivers, but did not load them as, I have found on Mandrake 10.2 amd64 Beta 1, that it does not detect the card, but if you go to Network
Lan Manual configure driver the card is listed and does now work.

I have not tried wpa but have noted that this has been corrected in the source files of the latest driver, but I am not sure how to make the driver from the source code and how to get mandrake to list the new driver version.

Thanks for your help everyone,



 
Old 03-18-2005, 11:24 AM   #5
barrythai
Member
 
Registered: Dec 2004
Location: thailand
Distribution: suse9.3, Mandrake10.1
Posts: 381

Rep: Reputation: 30
Quote:
Originally posted by The_JinJ
I got the RT2500 drivers to work ok even on the last release - the problem comes when you try and use WPA - it causes system hangs (both using the Utility and writing the DAT file) - works fine with WEP or no encryption.
Ended up using Ndiswrapper and wpa_supplament where I can get WPA working ok.....
Where do you get the wpa-supplement from, in case I have problems with WPA?

 
Old 04-09-2005, 08:35 PM   #6
AkBrian
Member
 
Registered: Aug 2003
Location: Alaska
Distribution: Mandrake, Redhat
Posts: 31

Rep: Reputation: 15
qoute;
7. 'make', (for some snapshots maybe necessary to do a './configure' first if you use the 2.4 series kernel, or a 'make -C /complete path to the linux kernel SUBDIRS=$PWD modules' if you use a 2.6.series kernel)

Sorry to be so stupid, but what the exact command be for the 2.6 kernel in Mandrake 10.2? (RC2)

AkBrian
 
Old 04-10-2005, 04:16 AM   #7
AkBrian
Member
 
Registered: Aug 2003
Location: Alaska
Distribution: Mandrake, Redhat
Posts: 31

Rep: Reputation: 15
I just got WPA-preshared key to work with the sourceforge CVS of April 9, 2005. I had to use the RaConfig2500 utility to set the WPA-PSK, using the Mandrake wireless config utility to set the key would cause the network to disconnect. (of course I tried the MDK solution a dozen times before fiquiring this out.) Also, I initially did'nt think to copy the RaConfig2500 binary from /usr/src/rt2500-cvs-20050409/Utilitys to /usr/bin .
 
Old 04-24-2005, 04:43 AM   #8
yaniv
LQ Newbie
 
Registered: Apr 2005
Posts: 2

Rep: Reputation: 0
RT2500 on Ubuntu

I've written a guide for installing the native linux driver for rt2500 on Ubuntu linux, including wpa support. It's written so that even a noob could handle it.
 
Old 04-24-2005, 04:43 AM   #9
yaniv
LQ Newbie
 
Registered: Apr 2005
Posts: 2

Rep: Reputation: 0
the guide is available at http://www.ubuntulinux.org/wiki/Rt25...lessCardsHowTo
 
Old 02-09-2006, 05:51 AM   #10
SatanicHare
LQ Newbie
 
Registered: Aug 2001
Posts: 4

Rep: Reputation: 0
Thanks for the post, very simple easy way to get the damn thing working, the wiki is nice for adding all the extras I find.
 
Old 03-19-2006, 08:30 PM   #11
corbs132
LQ Newbie
 
Registered: Mar 2006
Posts: 5

Rep: Reputation: 0
sorry to bring up an old post, but where can i get qmake?
 
Old 03-24-2006, 09:23 AM   #12
-=Graz=-
Member
 
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358

Rep: Reputation: 31
Oh i missed this - i just posted something new asking about rt2500 and Slackware10.1
Although i have done escatly as noted except didnt bother with the configuration utility as i prefer to use the wireless tools. My device is however a DLINK dwl-122 USB adaptor w. Ralink rt25xx chip..
I also did not choose the same driver as you. i went for the plain source. I will giive this a go and see what happens . cheers
 
Old 03-25-2006, 11:10 AM   #13
corbs132
LQ Newbie
 
Registered: Mar 2006
Posts: 5

Rep: Reputation: 0
ive been screwed by zonet. i have a hidden revision of the ralink chips! i cracked open the pci adapter to see why it wasnt working. i have rt2561 chips. is there a way to make this work on pclinuxos or another distro?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless; ralink; rt2500; SuSE 9.2; Help jimbrook Linux - Wireless Networking 5 02-15-2006 01:01 PM
Belkin Wireless Desktop Card (Rt2500) nirj Linux - Hardware 2 11-26-2005 07:37 PM
breezy rt2500 wireless coldsalmon Ubuntu 3 10-18-2005 11:46 PM
rt2500, ndiswrapper, wireless woes superkav Linux - Wireless Networking 3 05-11-2005 09:45 PM
rt2500 wireless config lr96144 Linux - Wireless Networking 0 04-30-2005 11:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 07:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration