Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388623 - sys-kernel/gentoo-sources-3.1.0 iwlagn failed
Summary: sys-kernel/gentoo-sources-3.1.0 iwlagn failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 21:02 UTC by droide02
Modified: 2011-10-26 21:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description droide02 2011-10-26 21:02:31 UTC
When I boot on kernel 3.1, my Wifi card doesn't run.

When I "modprobe iwlagn", I have this error :

iwlagn: probe of 0000:0c:00.0 failed with error -1

Reproducible: Always

Steps to Reproduce:
1. modprobe iwlagn
Actual Results:  
iwlagn: probe of 0000:0c:00.0 failed with error -1


My card :
0c:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)

# grep IWL .config
CONFIG_IWLAGN=m
# CONFIG_IWLWIFI_DEBUG is not set
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
CONFIG_IWLWIFI_DEVICE_SVTOOL=y
# CONFIG_IWL_P2P is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWL3945 is not set
Comment 1 droide02 2011-10-26 21:32:34 UTC
Problem Solved.

The solution : 
# dmesg | grep iwl
[   10.583595] iwlagn 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   10.583617] iwlagn 0000:0c:00.0: setting latency timer to 64
[   10.583750] iwlagn 0000:0c:00.0: pci_resource_len = 0x00002000
[   10.583757] iwlagn 0000:0c:00.0: pci_resource_base = ffffc900065cc000
[   10.583766] iwlagn 0000:0c:00.0: HW Revision ID = 0x35
[   10.583776] iwlagn 0000:0c:00.0: pci_enable_msi failed
[   10.583796] iwlagn 0000:0c:00.0: PCI INT A disabled
[   10.583802] iwlagn: probe of 0000:0c:00.0 failed with error -1

This line : 
[   10.583776] iwlagn 0000:0c:00.0: pci_enable_msi failed

Active this in kernel :
CONFIG_PCI_MSI=y

make, reboot and it works !