rt2x00.serialmonkey.com

Support forum for the rt2x00 project
It is currently Sat May 18, 2013 5:55 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Wed Nov 05, 2008 3:17 pm 
Offline

Joined: Wed Nov 05, 2008 2:44 pm
Posts: 1
Hi,

This problem has been happening probably since I installed the rt2000 but seems to have increased in frequency. The device will disconnect from the network daily (sometimes more) and there is continual entries in /var/log/kern.log and /var/log/messages.

The logs are:
phy0 -> rt2x00usb_write_tx_data: Error - Arrived at non-free entry in the non-full queue 2
Followed by:
Please file bug report to http://rt2x00.serialmonkey.

I'm running Ubuntu Linux:
Linux version 2.6.24-19-generic (buildd@terranova) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Aug 20 22:56:21 UTC 2008 (Ubuntu 2.6.24-19.41-generic)
and output of dmesg is attached.

I've tried logging a bug report but can see nowhere on the bug report page to create one and searching doesn't bring anything up.

Anyone help?


Attachments:
dmesg.txt [35.35 KiB]
Downloaded 73 times
Top
 Profile  
 
PostPosted: Wed Nov 05, 2008 3:22 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5905
Location: Haarlem, The Netherlands
Please upgrade to the latest kernel, it should be fixed in there.

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


Top
 Profile  
 
PostPosted: Sun Nov 16, 2008 12:19 pm 
Offline

Joined: Sun Nov 16, 2008 12:06 pm
Posts: 2
Location: Norway
IvD wrote:
Please upgrade to the latest kernel, it should be fixed in there.


Hi, I'm running 2.6.27.6, and it's definitely not. I get these messages in my logs, and my wireless connection (Ralink RT-73) is dead. Please drop me a note if I can help with providing more information.


Top
 Profile  
 
PostPosted: Mon Dec 01, 2008 9:32 am 
Offline

Joined: Sun Nov 30, 2008 8:58 pm
Posts: 4
I also get this problem.

Running Fedora Core 10s latest kernel och associated stuff.

I temporary solve this problem by restarting NetworkManager.
I've also noticed that this problem seems to occur more often when downloading at greater speeds.
I have yet to encounter this problem when just casually browsing the web.

Code:
Linux 2.6.27.5-117.fc10.x86_64 #1 SMP Tue Nov 18 11:58:53 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

$ cat /sys/module/rt2x00*/version
2.1.8
2.1.8


I suppose you could temporary "fix" this by something like..

Code:
#!/bin/bash
ERROR=`tail -5 /var/log/messages|grep "Arrived at non-free entry"`

while [ "$ERROR" == "" ]
do
   echo "No error"
   sleep 3
done

echo "Error found: $ERROR"
sudo service NetworkManager restart


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


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:  
cron
Powered by phpBB® Forum Software © phpBB Group