Bug 481351

Summary: Wifi card intel 5100AGN doesn't work in kernel 2.6.27.12-170.2.5.fc10.x86_64
Product: [Fedora] Fedora Reporter: Nicolas A. Barriga <nbarriga>
Component: kernelAssignee: John W. Linville <linville>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: kernel-maint, quintela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-23 18:41:38 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 Nicolas A. Barriga 2009-01-23 17:14:35 UTC
Description of problem:
Wifi card intel 5100AGN doesn't work in kernel 2.6.27.12-170.2.5.fc10.x86_64
It can scan for networks, but cannot associate to an access point. This was working with previous kernel 2.6.27.9-159.fc10.x86_64

Version-Release number of selected component (if applicable):
2.6.27.12-170.2.5.fc10.x86_64

How reproducible:
Just try to connect to any access point.

Steps to Reproduce:
1. Try to connect to a network.
2.
3.
  
Actual results:
Doesn't connect.

Expected results:
Connects.

Additional info:
dmesg shows the following:
iwlagn: Error sending REPLY_SCAN_ABORT_CMD: time out after 500ms.
wlan0: disassociating by local choice (reason=3)
iwlagn: Error sending REPLY_SCAN_ABORT_CMD: time out after 500ms.
iwlagn: Aborted scan still in progress after 100ms
wlan0: Failed to config new SSID to the low-level driver
wlan0: deauthenticated
wlan0: authenticate with AP 00:1c:f0:3b:1a:0b
iwlagn: Error sending REPLY_RXON: time out after 500ms.
iwlagn: Error clearing ASSOC_MSK (-110)
iwlagn: Microcode SW error detected.  Restarting 0x2000000.
iwlagn: Error sending REPLY_ADD_STA: time out after 500ms.
iwlagn: Error sending REPLY_RXON: time out after 500ms.
iwlagn: Error setting new RXON (-110)

Comment 1 John W. Linville 2009-01-23 18:04:06 UTC
What firmware version are you running?

   rpm -q iwl5000-firmware

Comment 2 Nicolas A. Barriga 2009-01-23 18:41:38 UTC
I'm really sorry about the noise. I had an older firmware, now I installed iwl5000-firmware-5.4.A.11-3.noarch and everything works OK.