You are not logged in.

#1 2010-03-17 09:03:51

devil_kc
Member
Registered: 2008-09-14
Posts: 93

[SOLVED]iwlagn problem after kernel update

yesterday i updated kernel to 2.6.32.10. after reboot kernel.log started with messages like:
Mar 17 09:59:43 laptop kernel: iwlagn 0000:04:00.0: free more than tfds_in_queue (0:1)
log creates that message when i do something online. looks like every time i reload page/ping/do anything online that message goes to kernel.log.

the thing that
worries me is this:

% cat /var/log/kernel.log | grep tfds_in_que | wc -l
20106

my computer is up for less than an hour.
wlan card is intel 5100
does anyone have any suggestion? go back to kernel 2..6.32.9?


EDIT: everything else works fine. wlan is working without a problem.

Last edited by devil_kc (2010-04-10 17:37:20)

Offline

#2 2010-03-17 09:51:07

icarus-c
Member
Registered: 2009-11-12
Posts: 17

Re: [SOLVED]iwlagn problem after kernel update

i confirm that have the same problem
Network controller: Intel Corporation Wireless WiFi Link 5100

[root@hermes ~]# cat /var/log/kernel.log|grep tfds_in_queue|wc -l
40871
[root@hermes ~]# uptime
 20:52:08 up  1:18,  2 users,  load average: 0.00, 0.02, 0.05

this is really nasty

from changelog on kernel.org  i find this:

commit 44af042e42f2231579ea8ef7586d3789d198f609
Author: Stanislaw Gruszka <sgruszka@redhat.com>
Date:   Fri Feb 19 15:47:33 2010 -0800

    iwlwifi: sanity check before counting number of tfds can be free
   
    commit a120e912eb51e347f36c71b60a1d13af74d30e83 upstream.
   
    Check the frame control for ieee80211_is_data_qos() is true before
    counting the number of tfds can be free, the tfds_in_queue only
    increment when ieee80211_is_data_qos() is true before transmit; so it
    should only decrement if the type match.
   
    Remove ieee80211_is_data_qos check for frame_ctrl in tx_resp to avoid
    invalid information pass from uCode.
   
    Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
    Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
    Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Last edited by icarus-c (2010-03-17 09:56:00)

Offline

#3 2010-03-17 10:50:09

grzech0
Member
Registered: 2010-03-17
Posts: 2

Re: [SOLVED]iwlagn problem after kernel update

kernel 2.6.32.10 needs this patch I think:
http://www.spinics.net/lists/linux-wire … 47806.html

Offline

#4 2010-03-17 12:42:50

kendyjm
Member
Registered: 2008-05-23
Posts: 12

Re: [SOLVED]iwlagn problem after kernel update

same here with an Intel Wireless WiFi 4965AGN.
Kernel 2.6.32.9-1 works fine.

Last edited by kendyjm (2010-03-17 12:43:31)

Offline

#5 2010-03-17 18:41:22

helleborus
Member
From: Sliedrecht, the Netherlands
Registered: 2006-12-19
Posts: 11

Re: [SOLVED]iwlagn problem after kernel update

Thanks for the tip!
Kernel 2.6.32.10 and iwlwifi-4965-ucode caused also problems here.
Switching to Kernel 2.6.32.9-1 solved the problem.

Offline

#6 2010-03-17 18:55:19

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: [SOLVED]iwlagn problem after kernel update

same here... Intel Wifi Link 5300

root:/etc # cat /var/log/kernel.log|grep tfds_in_queue|wc -l
172152

here a bug report: http://bugzilla.intellinuxwireless.org/ … gi?id=2174

Last edited by takedown (2010-03-17 22:06:09)

Offline

#7 2010-03-18 08:16:12

ReaphSharc
Member
From: the Netherlands
Registered: 2007-11-05
Posts: 138
Website

Re: [SOLVED]iwlagn problem after kernel update

Intel Corporation Wireless WiFi Link 5100 here, and yes, my logs are also filling up like a maniac.

$ sudo grep 23:11:40 /var/log/everything.log | grep tfds_in_queue | wc -l
63

63 lines in everything.log per second.

So I sent in a bug report: http://bugs.archlinux.org/task/18735


Do you want a Bubble Icon? Feel free to submit your requests or personal creations to be included in future releases.
I'm 100% Linux!

Offline

#8 2010-03-18 18:02:19

MiCap
Member
From: Portugal
Registered: 2009-06-12
Posts: 10

Re: [SOLVED]iwlagn problem after kernel update

Hi! I believe I'm having the same problem with an Intel WiFi Link 4965, but in my case I cannot have a connection.
I do have a connection but when I try to make some connection to outside (ping my own router or other site or trying to use the internet) the connection only lasts about 5 seconds. Then the connection goes down. The networkmanager or wicd or ifconfig says everythinf is ok. To have more 5 seconds of connection I need to connect again to my router.
Any clues? At the moment I'm on windows (boring!), but if you need some log, just ask.
I didn't tried to downgrade the kernel yet, but I'm almost sure that is a kernel problem.
Thanks

Offline

#9 2010-03-18 18:25:40

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: [SOLVED]iwlagn problem after kernel update

Has anyone made a bug about this yet? http://bugs.archlinux.org
Might be good to check upstream tracker too.

Offline

#10 2010-03-18 20:40:45

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: [SOLVED]iwlagn problem after kernel update

look two post up you

Offline

#11 2010-03-18 20:48:33

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: [SOLVED]iwlagn problem after kernel update

Fail sad

Offline

#12 2010-03-19 21:11:31

Kirurgs
Member
Registered: 2008-10-20
Posts: 144

Re: [SOLVED]iwlagn problem after kernel update

Hi!

Patch posted by grzech0 is not the most correct one. Later in the discussions they posted the correct patch, which is here http://www.spinics.net/lists/linux-wire … 47998.html
I applied that to my custom kernel and no errors appear afterward. Before that I had like:
cat /var/log/kernel.log | grep tfds_in_que | wc -l
707257
A lot smile

regards
Kirurgs

Offline

#13 2010-03-20 10:12:50

maleadt
Member
Registered: 2010-01-05
Posts: 12

Re: [SOLVED]iwlagn problem after kernel update

+1 on this issue, going a kernel version back solves it indeed smile

Offline

#14 2010-03-20 16:45:40

eleon216
Member
Registered: 2009-05-31
Posts: 1

Re: [SOLVED]iwlagn problem after kernel update

same problem here with 4965AGN
Kernel 2.6.32.9-1 works and 2.6.33.1-1 from testing works too

Offline

#15 2010-03-28 01:57:28

Proofrific
Member
Registered: 2008-01-05
Posts: 215

Re: [SOLVED]iwlagn problem after kernel update

MiCap wrote:

Hi! I believe I'm having the same problem with an Intel WiFi Link 4965, but in my case I cannot have a connection.
I do have a connection but when I try to make some connection to outside (ping my own router or other site or trying to use the internet) the connection only lasts about 5 seconds. Then the connection goes down. The networkmanager or wicd or ifconfig says everythinf is ok. To have more 5 seconds of connection I need to connect again to my router.
Any clues? At the moment I'm on windows (boring!), but if you need some log, just ask.
I didn't tried to downgrade the kernel yet, but I'm almost sure that is a kernel problem.
Thanks

I have the same problem as MiCap (quoted above).  I also have an Intel wireless card, and after upgrading to kernel 2.6.32.10, internet would work for a few seconds and then stop.  Downgrading to kernel 2.6.32.9-1 fixed the problem.

But, I don't have the same problem as everyone else.  That is, I don't have any entries of "tfds_in_que" in /var/log/kernel.log.  Weird.

Offline

#16 2010-03-29 21:37:47

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: [SOLVED]iwlagn problem after kernel update

Today I decided to remove the syslog-ng daemon while waiting to see a new kernel version that fixes this bug, because my log files are growing too much

Offline

#17 2010-03-29 21:44:31

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: [SOLVED]iwlagn problem after kernel update

takedown wrote:

Today I decided to remove the syslog-ng daemon while waiting to see a new kernel version that fixes this bug, because my log files are growing too much

Isn't that overkill? Just a few log files are affected by this and syslog-ng handles a lot of logs. What's wrong with reverting the kernel?


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#18 2010-03-29 22:22:04

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: [SOLVED]iwlagn problem after kernel update

can be a bit exaggerated, but the system itself performs very well for months, and as a laptop, it bothers me that syslog write 300 lines per minute in different file all the time.
Currently prioritized it, to have a log of events.

Offline

#19 2010-04-09 18:46:50

kendyjm
Member
Registered: 2008-05-23
Posts: 12

Re: [SOLVED]iwlagn problem after kernel update

fyi, core/kernel26 2.6.33.2-1 works fine.
you can close this thread.

Offline

#20 2010-04-09 19:14:56

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: [SOLVED]iwlagn problem after kernel update

Confirmed. Fixed in 2.6.33. Please mark the thread as [SOLVED].


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#21 2010-04-09 19:20:09

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: [SOLVED]iwlagn problem after kernel update

yes... confirmed... I think this confirms (joke):

root:/home/takedown # diff /etc/rc.conf /etc/rc.conf.old
87c87
< DAEMONS=(syslog-ng hal @cpufreq @alsa @laptop-mode net-auto-wireless)
---
> DAEMONS=(!syslog-ng hal @cpufreq @alsa @laptop-mode net-auto-wireless)

Last edited by takedown (2010-04-09 19:21:02)

Offline

#22 2010-04-10 17:36:58

devil_kc
Member
Registered: 2008-09-14
Posts: 93

Re: [SOLVED]iwlagn problem after kernel update

confirmed. works fine now.

Offline

#23 2010-04-11 17:55:13

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: [SOLVED]iwlagn problem after kernel update

I am not able to connect to wireless with my intel 5100 AGN  after 2.6.33-2 update


Acer Aspire V5-573P Antergos KDE

Offline

#24 2010-04-11 17:58:43

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: [SOLVED]iwlagn problem after kernel update

This is a different problem, please open a new thread. Still, I have the same card and I can connect just fine.


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#25 2010-04-11 19:19:49

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: [SOLVED]iwlagn problem after kernel update

dcc24 wrote:

This is a different problem, please open a new thread. Still, I have the same card and I can connect just fine.

could you post your lsmod | grep iwl?


Acer Aspire V5-573P Antergos KDE

Offline

Board footer

Powered by FluxBB