LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 10-15-2007, 05:07 AM   #1
darion
LQ Newbie
 
Registered: Mar 2006
Posts: 24

Rep: Reputation: 15
Mandriva rt2500 WiFi driver problem


I use Mandriva 2005 LE right now. It works just fine. But when I try to install Mandriva 2007.0, or Fedora my network driver isn't working properly.
It's disconnect after few secconds and connect again cyclic. Settings are the same in the both systems.

Last edited by darion; 10-15-2007 at 05:09 AM.
 
Old 10-15-2007, 10:46 AM   #2
ray_80
Member
 
Registered: Oct 2007
Posts: 75

Rep: Reputation: 15
Quote:
Originally Posted by darion View Post
I use Mandriva 2005 LE right now. It works just fine. But when I try to install Mandriva 2007.0, or Fedora my network driver isn't working properly.
It's disconnect after few secconds and connect again cyclic. Settings are the same in the both systems.
Can you post some of the log errors please? What modules do you have loaded? What is your hostname set to? DHCP or static IP?

Regards
 
Old 10-16-2007, 02:05 AM   #3
darion
LQ Newbie
 
Registered: Mar 2006
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ray_80 View Post
Can you post some of the log errors please? What modules do you have loaded? What is your hostname set to? DHCP or static IP?

Regards
For log errors I have to rebuild driver for debug. I shall make it in the evening. My settings: essid "darion64", static ip address. I load rt2500 for ra0 wakeup. Modules come from distribution with kernel package. I tried to compile from serialmonkey site cvs version - no changes.
I has forgotten to tell that signal is very weak. It works at 500 m distance with no direct visibility. But quality is about 60% at 11Mbps.
I connected to my friend with the same card at AdHoc mode. New interesting thing: when my friend (WinXP) try to upgrade driver, there is the same problem ! I mean cyclic reconnect !
Maybe, we need to update the driver both?!

Last edited by darion; 10-16-2007 at 04:55 AM.
 
Old 10-16-2007, 09:34 PM   #4
ray_80
Member
 
Registered: Oct 2007
Posts: 75

Rep: Reputation: 15
Quote:
Originally Posted by darion View Post
For log errors I have to rebuild driver for debug. I shall make it in the evening. My settings: essid "darion64", static ip address. I load rt2500 for ra0 wakeup. Modules come from distribution with kernel package. I tried to compile from serialmonkey site cvs version - no changes.
I has forgotten to tell that signal is very weak. It works at 500 m distance with no direct visibility. But quality is about 60% at 11Mbps.
I connected to my friend with the same card at AdHoc mode. New interesting thing: when my friend (WinXP) try to upgrade driver, there is the same problem ! I mean cyclic reconnect !
Maybe, we need to update the driver both?!
Maybe using the cvs version has a little to do with it. Maybe not.

Have you tried an older stable version of the driver? I have had success many times with using older packages when something goes south.

Regards
 
Old 10-17-2007, 04:16 AM   #5
darion
LQ Newbie
 
Registered: Mar 2006
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ray_80 View Post
Maybe using the cvs version has a little to do with it. Maybe not.

Have you tried an older stable version of the driver? I have had success many times with using older packages when something goes south.

Regards
I can't compile old driver with new kernel. Only New driver supports new kernel.
 
Old 10-17-2007, 09:18 AM   #6
ray_80
Member
 
Registered: Oct 2007
Posts: 75

Rep: Reputation: 15
What kernel version are you running now? Did you get it from cooker? Do you have the headers installed? Do a

ls -laR /lib/modules/your-kernel-name/kernel/drivers/

And post it here.


Regards
 
Old 10-18-2007, 12:16 AM   #7
darion
LQ Newbie
 
Registered: Mar 2006
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ray_80 View Post
What kernel version are you running now? Did you get it from cooker? Do you have the headers installed? Do a

ls -laR /lib/modules/your-kernel-name/kernel/drivers/

And post it here.


Regards
I have installed source kernel packages in all systems. The old driver is not compiled owing to incompatibility of system calls with a new kernel.
Output from working system /lib/modules/2.6.11-6mdk/kernel/drivers/ /lib/modules/2.6.11-6mdk/kernel/3rdparty/
No cooker. Just standart Mandriva 2005LE kernel.

Fedora 6 & Mandriva 2007.0 with standart kernel not working.

Last edited by darion; 10-18-2007 at 12:57 AM.
 
Old 10-18-2007, 09:05 AM   #8
ray_80
Member
 
Registered: Oct 2007
Posts: 75

Rep: Reputation: 15
We are talking about the rt2500 driver, correct? What's inside

/etc/sysconfig/network-scripts/wireless.d/

You mentioned that the settings are the same as Mandy 2005. What 'settings' are those?

Regards
 
Old 10-19-2007, 12:44 PM   #9
darion
LQ Newbie
 
Registered: Mar 2006
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ray_80 View Post
We are talking about the rt2500 driver, correct? What's inside

/etc/sysconfig/network-scripts/wireless.d/

You mentioned that the settings are the same as Mandy 2005. What 'settings' are those?

Regards
/etc/sysconfig/network-scripts/ifcfg-ra0 :

DEVICE=ra0
BOOTPROTO=static
IPADDR=192.168.30.2
NETMASK=255.255.255.252
NETWORK=192.168.30.252
BROADCAST=192.168.30.3
ONBOOT=yes
METRIC=10
MII_NOT_SUPPORTED=yes
USERCTL=yes
WIRELESS_MODE=Ad-Hoc
WIRELESS_ESSID=darion64
 
Old 10-20-2007, 05:45 PM   #10
ray_80
Member
 
Registered: Oct 2007
Posts: 75

Rep: Reputation: 15
What is inside

/etc/sysconfig/network-scripts/wireless.d/

Regards,
 
Old 10-21-2007, 02:38 PM   #11
darion
LQ Newbie
 
Registered: Mar 2006
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ray_80 View Post
What is inside

/etc/sysconfig/network-scripts/wireless.d/

Regards,
It is empty.
# cat /etc/modprobe.conf | grep rt2500
alias ra0 rt2500

And ifcfg-ra0 - that's all.
 
Old 10-23-2007, 09:24 AM   #12
ray_80
Member
 
Registered: Oct 2007
Posts: 75

Rep: Reputation: 15
Sorry for the delay in getting back here. I had emergency surgery over the weekend. I'll be able to look over you post soon.

Regards
 
Old 11-10-2007, 04:12 PM   #13
darion
LQ Newbie
 
Registered: Mar 2006
Posts: 24

Original Poster
Rep: Reputation: 15
Resolved

Thanks for your try to help, ray_80 !
I'm find my problem and resolve it. It's new driver rt2500. It use 0 dB tx level and up to 2dB when try to scan ap. Max level for my card is 4 dB.
I love opensource ! I install Mandriva 2008.0, recompile module for debug. And now I have to say: IT IS NOT MANDRIVA PROBLEM.

Sorry, it's not enough to increase tx power. It's more serious bug in driver that use automaticaly tune receive level with R17 register. I have to talk to driver autors about this bug. Driver included in Mandriva 2005LE never mistaken with receive level and always setting up an appropriate R17 value.

Last edited by darion; 11-14-2007 at 12:43 AM.
 
  


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
Lost wifi - FC6 - RT2500 r3g Linux - Wireless Networking 5 05-02-2007 08:35 AM
need RPM for rt2500 driver. Mandriva 2006 onthefritz Linux - Wireless Networking 4 02-14-2006 09:48 PM
ralink rt2500 wifi drivers? shoki_neu Solaris / OpenSolaris 1 02-06-2006 08:56 AM
RT2500 driver problem e-stan Linux - Wireless Networking 1 11-05-2005 07:48 AM
WL-167g Usb driver: rt2500 Problem with ndiswrapper Carroarmato0 Linux - Wireless Networking 3 05-30-2005 03:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 11:32 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