Bug 10765
Summary: | iwl3945/mac80211: association times out since 2.6.26-rc1 | ||
---|---|---|---|
Product: | Networking | Reporter: | Michael S. Tsirkin (m.s.tsirkin) |
Component: | Wireless | Assignee: | networking_wireless (networking_wireless) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | johannes, reinette.chatre, rjw, yi.zhu |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.26-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 10492 | ||
Attachments: |
cleaned version of wpa_supplicant (identity and password left out)
log from running wpa_supplicant -ddd with supplied config dmesg output my kernel .config file dmesg with debugging turned on |
Description
Michael S. Tsirkin
2008-05-20 22:46:17 UTC
Please attach your wpa_supplicant.conf. The output of "wpa_supplicant -ddd" and dmesg in the failed case. *** Bug 10763 has been marked as a duplicate of this bug. *** This entry is being used for tracking a regression from 2.6.25. Please don't close it until the problem is fixed in the mainline. Handled-By : Zhu Yi <yi.zhu@intel.com> Created attachment 16256 [details]
cleaned version of wpa_supplicant (identity and password left out)
Created attachment 16257 [details]
log from running wpa_supplicant -ddd with supplied config
some identity data cleaned out
Created attachment 16258 [details]
dmesg output
I note that there are no messages from the card after
ADDRCONF(NETDEV_UP): wlan0: link is not ready
Created attachment 16268 [details]
my kernel .config file
Can you enable mac80211 debugging? maybe CONFIG_MAC80211_VERBOSE_DEBUG too. The bisect is pretty useless since all the interesting wireless commits are in that range. It's not easy to do anything about it though because I get kernel hangs on commits in between. I guess I could try bisecting the hangs but seems to be a kind of waste because mainline does not hang. OK, I will enable CONFIG_MAC80211_VERBOSE_DEBUG. When you say enable debugging, do you mean CONFIG_MAC80211_DEBUG? Created attachment 16273 [details]
dmesg with debugging turned on
I modified .config in this way:
CONFIG_MAC80211_DEBUGFS=y
# CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT is not set
CONFIG_MAC80211_DEBUG=y
# CONFIG_MAC80211_HT_DEBUG is not set
CONFIG_MAC80211_VERBOSE_DEBUG=y
# CONFIG_MAC80211_DEBUG_COUNTERS is not set
# CONFIG_MAC80211_IBSS_DEBUG is not set
# CONFIG_MAC80211_VERBOSE_PS_DEBUG is not set
dmesg attached, but does not seem very informative.
Are there some module flags I should set as well?
Tomas is probably right then, try this patch: http://article.gmane.org/gmane.linux.kernel.wireless.general/15177 I can confirm that the patch in comment 11 fixes the regression for me. Regressions list annotation: Handled-By : Johannes Berg <johannes@sipsolutions.net> Patch : http://article.gmane.org/gmane.linux.kernel.wireless.general/15177 I have verified that this bug is fixed in 2.6.26-rc5 |