Bug 494815
| Summary: | kernels > 2.6.29.1-37.rc1..fc11.i686.PAE HANG on iwl3945 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nigel Jones <bugs> |
| Component: | kernel | Assignee: | John W. Linville <linville> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | kernel-maint, quintela |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-04-13 14:11:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Nigel Jones
2009-04-08 08:30:50 UTC
I think there's more to this than described above. Unsure what changed on my system, but I've just hit a problem whereby the system would hang just as NetworkManager authenticated with a WPA2-PSK network when using the iwl3945. The crash occurs regardless of whether hw scan was enabled or disabled. Using a Zydas wifi usb adapter everything worked fine To debug I tried kernels as follows -- with no other change 2.6.29.1-37.rc1 WORKS 2.6.29.1-46 HANG 2.6.29.1-52 HANG 2.6.29.1-54 HANG 2.6.29.1-68 HANG when the hang occurs I don't get any kernel panic displayed, nor is there anything in my kernel log files (sadly) To test I simply used "chkconfig NetworkManager off" and started manually instead - to try the zydas instead I used "/sbin/rmmod iwl3945" to avoid the hang Now I did previously have -52 and -54 active, so there's obviously another subtle change that causes this -- but fundamentally it appears there are iwl3945 issues in these recent kernels since -37 Changing abstract accordingly I have 3 APs at home.
It appears this hang occurs when the iwl3945 connects to this AP (but only with the later kernels):
wlan0 Scan completed :
Cell 01 - Address: 00:18:84:27:5D:33
ESSID:"planetf1c"
Mode:Master
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=45/100 Signal level:-82 dBm Noise level=-127 dBm
Encryption key:on
IE: Unknown: 0009706C616E6574663163
IE: Unknown: 010882848B960C121824
IE: Unknown: 030101
IE: Unknown: 050400010000
IE: Unknown: 07064E4149010B1B
IE: Unknown: 200100
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: DD180050F2020101880002A3400027A4000042435E0062322F00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: DD0900037F01010020FF7F
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=000000278b2ff181
Extra: Last beacon: 4530ms ago
but NOT when connecting here:
wlan0 Scan completed :
Cell 01 - Address: 00:18:84:2A:74:67
ESSID:"planetf1f"
Mode:Master
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=76/100 Signal level:-58 dBm Noise level=-127 dBm
Encryption key:on
IE: Unknown: 0009706C616E6574663166
IE: Unknown: 010882848B0C12961824
IE: Unknown: 03010B
IE: Unknown: 07064E4149010B1B
IE: Unknown: 200100
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: DD180050F2020101870002A4400027A4000042435E0062322F00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD0900037F01010020FF7F
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=0000001088b3e181
Extra: Last beacon: 46ms ago
The main difference is that this one "bad" AP is running both WPA1 and WPA2, and supports AES and TKIP
My other 2 APs are AES/WPA2 only.
Note also that 2 aps (one good one bad) are running multi SSID configurations (additional unencrypted "guest" network)
Bug 495003 is later, but I saw that one first... :-) *** This bug has been marked as a duplicate of bug 495003 *** |