Bug 58341
Summary: | iwlwifi: intel 6200 does not connect to WPA-EAP WIFI. | ||
---|---|---|---|
Product: | Drivers | Reporter: | Hinnerk van Bruinehsen (h.v.bruinehsen) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, fbcyborg, ilw, linville |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.8.12-3.9.2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
log when NetworkManager times out
log with commit reversed: NetworkManager works fix for EAP |
Description
Hinnerk van Bruinehsen
2013-05-16 15:09:28 UTC
can you please send the logs of the driver? please load with debugs: modprobe iwlwifi debug=0x1001 thanks Is there an easy way to enable debugging if I'm using a monolithic kernel? I don't really see how... you can play with the code to enable debugging hard coded... You also need to make sure that you have CONFIG_IWLWIFI_DEBUG set Pass "iwlwifi.debug=0x1001" on the kernel command line (without the quotes) Actually, the parameter should also be writable in sysfs: echo 0x1001 > /sys/module/iwlwifi/parameters/debug (if the file doesn't exist, you don't have CONFIG_IWLWIFI_DEBUG set) Created attachment 101851 [details]
log when NetworkManager times out
Created attachment 101861 [details]
log with commit reversed: NetworkManager works
I've attached two logs: The first is with the problem. NetworkManager can't get a connection and times out after 90 seconds. The second is with essentially the same kernel but the commit reversed (via patch -R). Connection is established and works well. Note: in both cases there is a connection to a open WIFI before trying to establish connection. Command used to establish the connection was is both cases: nmcli con up id <networkname> I am afraid I will need a bit more logs: debug=0x0020100f Please send again a working scenario along with a failing one. Thanks Here are the log - due to size constraints I've uploaded them externally: http://hvbruinehsen.userpage.fu-berlin.de/iwl-debug-verbose-works.txt http://hvbruinehsen.userpage.fu-berlin.de/iwl-debug-verbose-fail.txt Created attachment 102221 [details]
fix for EAP
please try the attached patch
I can confirm that your patch fixes the issue for me. Thank you! Hello, I am still having this problem. I applied the patch on gentoo-sources linux kernel, 3.9.4. I use wicd. can you try 3.9.6? (In reply to comment #14) > can you try 3.9.6? Ok, it seems to be OK with it. At least for the first attempt (after the first reboot with the new kernel). Thank you for the suggestion. |