rt2x00.serialmonkey.com

Support forum for the rt2x00 project
It is currently Thu May 23, 2013 1:43 pm

All times are UTC


Forum rules


Important: Read Project restructuring announcement regarding the pending removal of the legacy drivers from this project.



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 13 posts ] 
Author Message
 Post subject: FC8 Trouble
PostPosted: Tue Dec 18, 2007 4:12 am 
Offline

Joined: Tue Dec 18, 2007 4:00 am
Posts: 3
I installed FC8 and my card (WMP54G) was recognized and assigned an ip address. However, the speeds were extremely SLOW. So, after failing to find any solution, I decided to install the rt2500 drivers from this site, as I did with FC7. Everything went well by following this guys tutorial, and I was happy. However, after updating and restarting, it reverted back to its ways of slowness - I suppose it loaded the original kernel module? So, I'm trying to make the changes permanent once I install the driver correctly, even after updating the kernel and such. Any help with this would be greatly appreciated.


Top
 Profile  
 
 Post subject: Running driver
PostPosted: Sat Dec 22, 2007 10:58 am 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
Hello,
Post the output of "lsmod", so we can see which driver is being used.

Regards,
Romain

_________________
RutilT developer


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 22, 2007 11:22 am 
Offline

Joined: Tue Dec 18, 2007 4:00 am
Posts: 3
Thanks for the reply, here is the the output:

(kernel 2.6.32.1-42.fc8)

Module Size Used by
rt2500 156388 1


Top
 Profile  
 
 Post subject: Iface
PostPosted: Sat Dec 22, 2007 11:50 am 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
It looks good, the interface is called "ra0", right? Are you far from the AP? Is the network heavily loaded?

_________________
RutilT developer


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 22, 2007 12:22 pm 
Offline

Joined: Tue Dec 18, 2007 4:00 am
Posts: 3
Actually that was the output for the previous kernel, which is what I have been working from since the updated kernel screws it up. The output of lsmod in the newer kernel is as follows:

(kernel 2.6.32.8-63.fc8)

Module Size Used by
rt2500pci 156388 1

I know this probably appears ok as well, however, until I uninstalled the rt2500pci module which came with FC8, and installed the one from the "CVS hourly" things weren't working. Btw, the card is called "wlan0" not "ra0". As far as network traffic and such, there is no apparent differences.


Top
 Profile  
 
 Post subject: rt2x00
PostPosted: Sun Dec 23, 2007 9:05 pm 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
This is the problem I suspected. rt2x00 is being used, not the legacy driver, notice rt2500pci. Unload that module, then load "rt2500" (no pci), and you should be fine. To prevent rt2x00 from being loaded, you can blacklist it, or simply remove it.

_________________
RutilT developer


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 06, 2008 8:13 pm 
Offline

Joined: Sun Jan 06, 2008 8:00 pm
Posts: 10
I am having two different problems with my Gigabyte card (based on RT2500) on Fedora 8:

1. The card is detected, connects to the network fine, but the Bit Rate is set to 1Mb/s, if the connection setting is Rate=Auto, and the connection is very slow.
I need to change that manually, by using iwconfig, to 54Mb/s to get normal speed.
Even if I set the speed connection to Rate=54M in the config file, the connection is still set to 1Mb/s when the computer starts and I still need to change that manually to get my normal speed. A bug has been filed on Fedora bugzilla.
I tried to install your firmware instead of the one from Fedora and at that point I cannot even change the speed manually. It is stuck to 1Mb/s.

2. The power led is on, but the link led does not "work".
It goes on for a split of a second and then goes off when the card is activated.
This is not a big deal, but I wanted you to know about it.
I filed another bug on Fedora bugzilla for this.

Have you got any suggestions?

The Fedora kernel is -99.f8
I am attaching the output from lsmod.

Thanks,

Ivan


Attachments:
lsmod.txt [3.35 KiB]
Downloaded 89 times
Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 06, 2008 9:18 pm 
Offline
User avatar

Joined: Sat Jan 14, 2006 6:29 pm
Posts: 897
Location: Carlsbad, California
Your lsmod output shows you have rt2500pci, not rt500, loaded.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 07, 2008 8:33 pm 
Offline

Joined: Sun Jan 06, 2008 8:00 pm
Posts: 10
That is correct... Where is the problem?
Why should I load RT500 when I need RT2500pci?

Ivan


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 07, 2008 9:38 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5905
Location: Haarlem, The Netherlands
I am aware of the link quality problems of rt2500pci in FC8, I have already send several patches upstream that should help. I understood the next experimental kernel of FC will contain those patches.

More patches that should help are on the way, so hopefully it will be ready soon so this issue will be resolved. :)

_________________
Regards,
Ivo van Doorn
Project Administrator
http://rt2x00.serialmonkey.com


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 08, 2008 8:35 pm 
Offline

Joined: Sun Jan 06, 2008 8:00 pm
Posts: 10
Hi Ivo,

That is good news, thank you..

The bad news is that I have just installed Kernel 2.6.23.12-101.fc8 and now I cannot even modify the speed by using iwconfig. It is stuck at 1 Mb/s.
If I start my computer using Kernel 2.6.23.12-99.fc8 then I can still modify the speed manually with "sudo iwconfig wlan1 rate 54M"

I am adding this information to the bug on Fedora.

Regards,

Ivan


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 10, 2008 8:53 pm 
Offline

Joined: Sun Jan 06, 2008 8:00 pm
Posts: 10
I just want you to know I have just installed kernel-2.6.23.13-104.fc8 and the speed is now adjusted automatically depending on the quality of the signal (with rate set to auto, of course).

Still experiencing the problem with the link led not working, but that is a minor issue.

Thank you,

Ivan


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 10, 2008 8:54 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5905
Location: Haarlem, The Netherlands
Good to hear it is working. :)
I'm still looking into the LED handling.

_________________
Regards,
Ivo van Doorn
Project Administrator
http://rt2x00.serialmonkey.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group