Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#20796 - [kernel26] Losing wifi connection followed by severe crash on Intel WiFi Link 6000
Attached to Project:
Arch Linux
Opened by Alphazo (alphazo) - Thursday, 09 September 2010, 21:51 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 15 February 2012, 08:03 GMT
Opened by Alphazo (alphazo) - Thursday, 09 September 2010, 21:51 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 15 February 2012, 08:03 GMT
|
DetailsAfter few hours connected to a WNDR3700 AP running DD-WRT I no longer had access to internet. I then decided to disconnect from the AP using nm-applet and reconnect to it. I got prompted for the password, which was already entered but when pressing OK I was unable to reconnect. Looking at the kernel.log shows a lot of
"kernel: iwlagn 0000:02:00.0: Received BA when not expected" and toward the end of the file there is a pretty severe crash with Microcode SW error followed by a system trace. This happened to me twice today. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Wednesday, 15 February 2012, 08:03 GMT
Reason for closing: Upstream
Wednesday, 15 February 2012, 08:03 GMT
Reason for closing: Upstream
I'm attaching my kernel log regarding the "Microcoded SW error" that happened during the day when connected to a 54G AP. I will post another log regarding home connection if it fails.
Are those errors critical ?
You should open a bug at bugzilla.kernel.org and include the information about both issues (with and without compat-wireless), so that the issue gets completely fixed.
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2214
Apparently it's a problem with the firmware for some devices, and a fix has been in the works for quite a while now it seems.
lspci
0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
Wifi connection with router Asus RT-N16
dmesg:
iwlagn 0000:0c:00.0: Received BA when not expected
iwlagn 0000:0c:00.0: Received BA when not expected
03:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
Temporary workaround: ping6 -q -i0 <your-lan-router-ip>
(Or just 'ping' if you are on a legacy IPv4 LAN.)
This restores a network connection in a second or so. (But in some cases it gets so bad that constant ping flooding is necessary.)
After a couple of minutes after associating and authenticating, I can see hundreds of these lines in dmesg:
iwlagn 0000:03:00.0: Received BA when not expected
Once in about half an hour, something like this occurs:
iwlagn 0000:03:00.0: low ack count detected, restart firmware
iwlagn 0000:03:00.0: On demand firmware reload
iwlagn 0000:03:00.0: Stopping AGG while state not ON or starting
iwlagn 0000:03:00.0: queue number out of range: 0, must be 10 to 19
iwlagn 0000:03:00.0: iwlagn_tx_agg_start on ra = **:**:**:**:**:** tid = 0
Has this problem been reported upstream? Where should I report it? The state of the current Linux WiFi stack has been disastrous since the advent of the new WiFi infrastructure. Resolving this is simply a must.
description: Wireless interface
product: Ultimate N WiFi Link 5300
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0c:00.0
logical name: wlan0
version: 00
serial: 00:21:6a:53:3c:d0
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlagn driverversion=2.6.38-ARCH firmware=8.83.5.1 build 33692 ip=172.17.2.141 latency=0 multicast=yes wireless=IEEE 802.11abgn
resources: irq:47 memory:f69fe000-f69fffff
kernel and router are still crashing with 3.0! Last working version was 2.3.38-8 for me.
This is really annoying. Can I do something? Is there already a kernel bug?
Thank you!
The issue can be mitigate by adding either
options iwlagn 11n_disable=1
or
options iwlagn 11n_disable50=1
To /etc/modprobe.d/modprobe.conf. Please be ware that adding the incorrect value will result in the module not loading properly... It has solved my issues temporarily, however, it also removes N support.
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2214
They have been working on this for 14 months now... Please make them aware that there are more people affected by this issue.