Bug 249253

Summary: iwl3945 fails in 2.6.22.1-27
Product: [Fedora] Fedora Reporter: Christoph Höger <choeger>
Component: iwlwifi-firmwareAssignee: John W. Linville <linville>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7CC: charkins, rds204
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.14.4-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-23 17:56:19 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 Christoph Höger 2007-07-23 10:29:43 UTC
Description of problem:
The iwl3945 driver does not work.

Version-Release number of selected component (if applicable):
kernel-2.6.22.1-27.fc7

Steps to Reproduce:
1. rmmod iwl3945
2. modprobe iwl3945
3. take a look at the kernel log
  
Actual results:

iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux,
0.0.36kd
iwl3945: Copyright(c) 2003-2007 Intel Corporation
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:03:00.0 to 64
iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection
iwl3945: Could not read microcode: -22
ACPI: PCI interrupt for device 0000:03:00.0 disabled
iwl3945: probe of 0000:03:00.0 failed with error -22


Expected results:

It should just load and work.

Additional info:
It _may_ be acpi related somehow. I am using a R50 Thinkpad and my
/proc/acpi/ibm folder is missing too under the new kernel.

Comment 1 John W. Linville 2007-07-23 17:56:19 UTC
Please update your iwlwifi-firmware package to version 2.14.4-1 or later.

Comment 2 Christoph Höger 2007-07-23 18:26:56 UTC
Hi,

that worked. Thank you for your fast response.