Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Confusion about the RT2500 wlan driver project
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ChojinDSL
l33t
l33t


Joined: 07 Jul 2003
Posts: 784

PostPosted: Sun Feb 20, 2005 6:36 am    Post subject: Confusion about the RT2500 wlan driver project Reply with quote

I was checking out what 54mbit wlan cards work under linux. Well I came across a german site which sells hardware that is supposed to work with linux. For 54mbit they only offer 3 cards and this one was the cheapest. It supposedly contains a RT2500 chipset and they link to the official Ralink website for the driver.

So I checked it out, did some more googling, and apparently there is 1. the official opensource driver from Ralink, and 2. an Opensource project thats also providing a driver for this chipset.

Im kind of confused. Is it like, the Official driver works well, but the sourceforge opensource driver project tries to build on the official driver and extend its functionality? Are they both the same? Which one is better.

By the way, is this the only chipset for which the manufacturor has opensourced the drivers? Seems very cool of them. I'm surprised that this wlan chipset doesnt get recommended more often in all those "which wlan card should I buy" threads.

While I'm at it, are there any issues regarding this that I should be aware of?
Back to top
View user's profile Send private message
mrv
Tux's lil' helper
Tux's lil' helper


Joined: 29 Mar 2004
Posts: 114
Location: Oulu, Finland

PostPosted: Sun Feb 20, 2005 10:23 am    Post subject: Reply with quote

Hi,

I have a 802.11b WLAN card that is based on RaLink chipset. I'm currently using the RaLink's Windows NDIS driver with the net-wireless/ndiswrapper and it seems to work ok.

-mrv-
Back to top
View user's profile Send private message
ChojinDSL
l33t
l33t


Joined: 07 Jul 2003
Posts: 784

PostPosted: Sun Feb 20, 2005 6:20 pm    Post subject: Reply with quote

Wouldnt it be better to use a native driver vs: an emulated one through ndiswrapper?

Are you able to get full speed and all of the features?
Back to top
View user's profile Send private message
Sorcerer'sApprentice
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jan 2005
Posts: 121
Location: Jesus College, Cambridge, England

PostPosted: Sun Feb 20, 2005 7:06 pm    Post subject: Reply with quote

I use latest drivers from the Sourceforge CVS for my RT2500, and my wireless connection is perfectly stable (which it is not on Windows).

As far as I'm aware, RaLink opensourced their RT2400/RT2500 drivers, and no longer develop them (I could be wrong about this). You want to use newer SourceForge drivers, which are basically the same drivers with bug fixes.

I did in the past use NdisWrapper, until I discovered these drivers. I can't see any reason to use it, when there are opensource drivers that are a) native and b) more stable.
_________________
"One of the major problems encountered in time travel is not that of accidentally becoming your own father or mother ... The major problem is quite simply one of grammar..."

Douglas Adams
Back to top
View user's profile Send private message
mrv
Tux's lil' helper
Tux's lil' helper


Joined: 29 Mar 2004
Posts: 114
Location: Oulu, Finland

PostPosted: Mon Feb 21, 2005 9:56 am    Post subject: Reply with quote

I might also switch to use the open source driver (not that I have had problems with ndiswrapper, it has worked flawlessly for me). Can you point me a link to good (up-to-date) how-to ?

-mrv-
Back to top
View user's profile Send private message
Sorcerer'sApprentice
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jan 2005
Posts: 121
Location: Jesus College, Cambridge, England

PostPosted: Mon Feb 21, 2005 7:32 pm    Post subject: Reply with quote

If you have a 802.11b card, then it will be based on the RT2400 chipset.

The driver you want can be downloaded from here. There appear to be some new releases coming soon (currently in beta), if you can bear the wait.

Although I didn't follow it myself, this HOWTO appears to be accurate and up to date. If you have any problems compiling (as I did against the newer nitro kernels), try the latest CVS edition.
_________________
"One of the major problems encountered in time travel is not that of accidentally becoming your own father or mother ... The major problem is quite simply one of grammar..."

Douglas Adams
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Mon Feb 21, 2005 9:17 pm    Post subject: Reply with quote

emerge rt2500 should also work .. I just updated it to beta2 :)
Back to top
View user's profile Send private message
Sorcerer'sApprentice
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jan 2005
Posts: 121
Location: Jesus College, Cambridge, England

PostPosted: Wed Feb 23, 2005 10:21 pm    Post subject: Reply with quote

genstef wrote:
emerge rt2500 should also work .. I just updated it to beta2 :)

Thanks :) I didn't realise that it had been added to portage.
_________________
"One of the major problems encountered in time travel is not that of accidentally becoming your own father or mother ... The major problem is quite simply one of grammar..."

Douglas Adams
Back to top
View user's profile Send private message
rickvernam
Guru
Guru


Joined: 09 Jul 2004
Posts: 313

PostPosted: Fri Mar 11, 2005 2:42 am    Post subject: Reply with quote

So I emerged rt2500 (1.1.0_beta2 for amd64), and like it says I put rt2500 in /etc/modules.autoload.d/kernel-2.6
I've got wireless support & extensions in kernel, but without any drivers selected...

Code:
demsg | rt2500
rt2500 1.1.0 BETA2 2005/02/21 http://rt2x00.serialmonkey.com


Code:
modprobe -l | grep rt2500
/lib/modules/2.6.11-gentoo-r3/net/rt2500.ko


I also did the stuff it says to do here
http://rt2x00.serialmonkey.com/wiki/index.php/Gentoo_Howto

Code:
/etc/init.d/net.ra0 start
 * Bringing ra0 up (192.168.2.196)
SIOCSIFADDR: No such device
ra0: unknown interface: No such device
SIOCSIFBDADDR: No such device
ra0: unknown interface: No such device
SIOCSIFNETMASK: No such device


But I expect that b/c iwconfig only shows lo, eth0 and sit0 and none have wireless extensions (eth0 is r8169 regular ethernet card. what is sit0 anyway? something to do with IPv6 I assume, but I really don't know...)

So, what to do now? This is my first wireless card, and first attempt trying to set it up. In fact, I just got the laptop a few days ago...

-Rick
Back to top
View user's profile Send private message
amon-ra
n00b
n00b


Joined: 21 Apr 2003
Posts: 59
Location: Albacete

PostPosted: Sat Mar 19, 2005 11:05 am    Post subject: Reply with quote

same problem here driver loads as a pci driver in /sys/bus/pci/drivers and i have a pcmcia card.

if I put in /etc/pcmcia/config:

Code:
card "RaLink Ralink RT2500 802.11 Cardbus Reference Card"
  version "Ralink", "Ralink RT2500 802.11 Cardbus Reference Card"
  bind "rt2500"


and run:
Code:
# /etc/init.d/pcmcia restart
 * WARNING:  you are stopping a boot service.
 * Stopping pcmcia...                                                                                     [ ok ]
 * PCMCIA support detected.
 * Starting pcmcia...
cardmgr[8904]: error in file 'config' line 1332: unknown device 'rt2500'
cardmgr[8904]: watching 2 sockets                                                                         [ ok ]


line 1332 is:
bind "rt2500"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum