rt2x00.serialmonkey.com

Support forum for the rt2x00 project
It is currently Thu Jun 20, 2013 1:12 am

All times are UTC




Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Fri Aug 01, 2008 10:16 pm 
Offline

Joined: Fri Aug 01, 2008 9:57 pm
Posts: 2
I get the following thing in my dmesg, repeated thousands of times:
Code:
[ 1385.573065] phy1 -> rt2x00usb_write_tx_data: Error - Arrived at non-free entry in the non-full queue 2.
[ 1385.573068] Please file bug report to http://rt2x00.serialmonkey.com.


Well, this is the reported bug.

lsusb | grep Ralink:
Code:
Bus 006 Device 006: ID 148f:2573 Ralink Technology, Corp.


uname -a:
Code:
Linux xxxxxxxx 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 GNU/Linux


cat /sys/module/rt2x00*/version:
Code:
2.0.10
2.0.10

Also, maybe this is a hardware-related error, but the device only finds (the) two (closest) networks, whether I use "iwlist scanning" or "airodump-ng" makes no difference.


Thank you in advance for your response.


Top
 Profile  
 
PostPosted: Sat Aug 02, 2008 5:09 am 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5905
Location: Haarlem, The Netherlands
As mentioned in several topics: This issue has been fixed in the 2.6.26 kernel.

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


Top
 Profile  
 
PostPosted: Sat Aug 02, 2008 6:09 am 
Offline

Joined: Fri Aug 01, 2008 9:57 pm
Posts: 2
Thank you then.


Cheers


Top
 Profile  
 
PostPosted: Thu Sep 25, 2008 7:40 pm 
Offline

Joined: Sat Nov 17, 2007 7:56 pm
Posts: 6
IvD wrote:
As mentioned in several topics: This issue has been fixed in the 2.6.26 kernel.

Hi,
now I've waited a long time and now the 2.6.26.3 Kernel is out for Fedora 9.
Code:
[root@maja ~]# uname -r
2.6.26.3-29.fc9.x86_64

So, I think, my problem with my ralink chipset is solved.

But today in the morning the network was once again dead.

'dmesg' told me the "old problem":
Code:
Sep 25 06:26:15 maja kernel: phy0 -> rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 2.
Sep 25 06:26:15 maja kernel: Please file bug report to http://rt2x00.serialmonkey.com.

You said, this problem is fixed. Can you explain to me why I got the error messages with the new kernel?

Thanx a lot,
Stefan


Top
 Profile  
 
PostPosted: Tue Oct 28, 2008 2:52 pm 
Offline

Joined: Tue Oct 28, 2008 2:37 pm
Posts: 1
same error with 2.6.27 kernel...


dmesg :

Quote:
phy0 -> rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 2.
Please file bug report to http://rt2x00.serialmonkey.com.



lsusb | grep Ralink :

Quote:
Bus 007 Device 004: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter


uname -a :

Quote:
Linux freedom 2.6.27-3.slh.2-sidux-amd64 #1 SMP PREEMPT Sat Oct 25 00:01:53 UTC 2008 x86_64 GNU/Linux



cat /sys/module/rt2x00*/version :

Quote:
2.1.8
2.1.8



thanks,


Top
 Profile  
 
PostPosted: Sat Nov 08, 2008 2:48 pm 
Offline

Joined: Sat Nov 08, 2008 2:43 pm
Posts: 1
same here with 2.6.27-7

[ 9297.857042] phy0 -> rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 2.
[ 9297.857044] Please file bug report to http://rt2x00.serialmonkey.com.

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

$ uname -a
Linux - 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:06 UTC 2008 x86_64 GNU/Linux

$ lsusb | grep Ralink
Bus 002 Device 004: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter


Top
 Profile  
 
PostPosted: Sun Nov 16, 2008 11:13 pm 
Offline

Joined: Sun Nov 16, 2008 11:06 pm
Posts: 1
Same here with 2.6.27.5:

dmesg:

Code:
phy0 -> rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 2.
Please file bug report to http://rt2x00.serialmonkey.com.


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


Code:
$ uname -a
Linux nec 2.6.27-ARCH #1 SMP PREEMPT Sat Nov 8 10:11:43 UTC 2008 i686 Intel(R) Core(TM) Duo CPU T2350 @ 1.86GHz GenuineIntel GNU/Linux


Code:
$ lsusb | grep 18e8
Bus 005 Device 002: ID 18e8:6229


Top
 Profile  
 
PostPosted: Mon Dec 01, 2008 9:33 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  
 
PostPosted: Mon Dec 22, 2008 8:13 am 
Offline

Joined: Mon Dec 22, 2008 7:57 am
Posts: 2
I have the same problem using a 2.6.27 kernel:

[ 796.080885] phy0 -> rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 2.
[ 796.080885] Please file bug report to http://rt2x00.serialmonkey.com.
[ 796.081042] phy0 -> rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 2.
[ 796.081042] Please file bug report to http://rt2x00.serialmonkey.com.

# uname -a
Linux phenom 2.6.27-gentoo-r7-64 #1 SMP PREEMPT Sun Dec 21 21:10:33 PST 2008 x86_64 AMD Phenom(tm) 9950 Quad-Core Processor AuthenticAMD GNU/Linux
# cat /sys/module/rt73usb/version
2.1.8

Using a D-Link WUA-1340 wireless USB adapter:
Bus 002 Device 002: ID 07d1:3c04 D-Link System

I saw this error twice while emerging glibc via an ssh connection from another machine so the output of the emerge command was sent to the machine from where the ssh connection originated. If you need more information then please let me know exactly what. I did not have debug information compiled into this module when I saw the error, but I recompiled it with debug messages and haven't seen the error message yet.


Top
 Profile  
 
PostPosted: Tue Dec 23, 2008 6:30 pm 
Offline

Joined: Sun Jun 26, 2005 10:26 am
Posts: 1685
Location: Marseille, France
Hello,
if I remember well, this issue has already been tackled. You may have more chances with more recent versions of the driver/kernel.

Regards,
Romain

_________________
RutilT developer


Top
 Profile  
 
PostPosted: Sun Dec 28, 2008 6:16 pm 
Offline

Joined: Mon Dec 22, 2008 7:57 am
Posts: 2
The 2.6.27 kernel was the most recent one until 2.6.28 was released just a couple of days ago. I have installed the 2.6.28 kernel and so far I haven't seen the problem yet.

I'm not sure which kernel version was used while working on this problem, but if it works on one kernel version it may not necessarily still work on subsequent versions since interfaces can change between versions. It's working now on 2.6.28, though.


Top
 Profile  
 
PostPosted: Sat Feb 21, 2009 12:32 pm 
Offline

Joined: Sun Nov 30, 2008 8:58 pm
Posts: 4
This problem appeared again in Fedora 10, 2.6.27.15-170.2.24.fc10.x86_64. It was not an issue in 2.6.27.12-170.2.5.fc10.x86_64.
Starting to get a bit irritating.. Is there a bug report for this problem? What is the actual issue?


Top
 Profile  
 
PostPosted: Sat Feb 21, 2009 2:27 pm 
Offline

Joined: Sun Nov 30, 2008 8:58 pm
Posts: 4
In Fedora 10, this problem is resolved in 2.6.29-0.20.rc3.git12.fc10, which can be downloaded from http://koji.fedoraproject.org/koji/buil ... ldID=82051

I posted a Fedora 10 step-by-step solution at my blog: http://blog.hacka.net/#post5


Top
 Profile  
 
PostPosted: Wed Mar 04, 2009 10:50 am 
Offline

Joined: Wed Mar 04, 2009 10:21 am
Posts: 2
It is still a problem in 2.6.27-9-generic Ubuntu Intrepid


Top
 Profile  
 
PostPosted: Wed Mar 04, 2009 5:37 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5905
Location: Haarlem, The Netherlands
olskar wrote:
It is still a problem in 2.6.27-9-generic Ubuntu Intrepid


Well it is nice that you shout this on every topic you can find this, but if you READ the topic you could see that reported working kernel is 2.6.29-rcX... Since 2.6.27 is obviously older then that, it means that you must upgrade your kernel.

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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 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:  
cron
Powered by phpBB® Forum Software © phpBB Group