Local APIC support interacting badly with cardbus/orinoco

Jan Harkes (jaharkes@cs.cmu.edu)
Wed, 5 Mar 2003 01:38:02 -0500


Hi,

I've been tracing a problem where my wavelan card causes lockups on my
thinkpad X20 laptop.

2.5.58 by itself can't load the cardbus modules, but after applying the
cardbus.c patch from 2.5.59 it works fine. 2.5.59 was broken in other
fun ways, but pulling the kernel/module.c changes out of 2.5.60 makes it
at least not Oops during boot. However, bringing up the wireless network
causes the system to lock up within a couple of minutes, where the code
seems to think that the cardbus card was removed.

Disabling "Local APIC support on uniprocessors" (X86_UP_APIC) seems to
solve the problem and 2.5.59 doesn't lock up at all. The most
interesting part of this is that with Local APIC configured the
following shows up in dmesg,

Mar 4 23:42:55 mentor kernel: Local APIC disabled by BIOS -- reenabling.
Mar 4 23:42:55 mentor kernel: Could not enable APIC!

Which made me think that the APIC code wasn't used, so I don't know how
any changes in that area could be responsible for the cardbus/orinoco
flakiness.

Jan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/