You are not logged in.
Pages: 1
When I upgraded to the new kernel (2.6.31), Neither of my NIC's (Wifi and Ethernet) worked. When I did ifconfig -a, it only showed lo. The Wifi card is an Intel 5100 (using the iwlagn module), and the Ethernet card is an Attansic Technology Corp. Device 1063 (so says lspci) using atl1c module. In dmesg, I found a line that said
iwlagn: HW not ready
After some searching, I found a temporary fixed by putting apci=off in my grub config on the kernel line, thus disabling all APCI. However, this is a laptop, and so no CPU scaling, suspend, or even proper shutdown. Any help would be appreciated!
My 5 node 9 CPU cluster: www.amenrecluster.com
OS: Arch Linux
Machines:Fujitsu T4210 and IBM eServer xSeries 335
Offline
Hi,
similar problem here. There are differences in the hardware detection between the kernel versions. Maybe that's the problem. But I can't figure out a solution at the moment.
# dmesg |grep iwlagn
Kernel 2.6.31 (Network not working):
iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
iwlagn: Copyright(c) 2003-2009 Intel Corporation
iwlagn 0000:09:00.0: enabling device (0000 -> 0002)
iwlagn 0000:09:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlagn 0000:09:00.0: setting latency timer to 64
iwlagn 0000:09:00.0: Detected Intel Wireless WiFi Link 5100AGN REV=0xFB4532DB
iwlagn 0000:09:00.0: Failed, HW not ready
iwlagn 0000:09:00.0: PCI INT A disabled
Kernel 2.6.30 (Network working):
iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
iwlagn: Copyright(c) 2003-2009 Intel Corporation
iwlagn 0000:09:00.0: enabling device (0000 -> 0002)
iwlagn 0000:09:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlagn 0000:09:00.0: setting latency timer to 64
iwlagn 0000:09:00.0: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
iwlagn 0000:09:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
iwlagn 0000:09:00.0: irq 30 for MSI/MSI-X
iwlagn 0000:09:00.0: firmware: requesting iwlwifi-5000-2.ucode
iwlagn 0000:09:00.0: loaded firmware version 8.24.2.12
Offline
This issue has been fixed in the new kernel (2.6.31.6).
My 5 node 9 CPU cluster: www.amenrecluster.com
OS: Arch Linux
Machines:Fujitsu T4210 and IBM eServer xSeries 335
Offline
Pages: 1