Re: IRQ problems on new Toshiba Libretto

Jeff Garzik (jgarzik@mandrakesoft.com)
Sun, 10 Jun 2001 23:24:21 -0400


Aron,

Can you also include your kernel .config?

Looking at your dmesg output, there is no mention of a PCI BIOS at all.
That either implies there is no kernel support for PCI BIOS built in
(ok) or your BIOS doesn't support PCI BIOS (ug).

Further, there is no PCI interrupt routing table found by direct scan of
memory, so it looks like your BIOS is not providing interrupt routing
info at all. Without that, we can only route irqs on "a wing and a
prayer"

Suggestions:
* Build kernel with CONFIG_PCI_GOANY config option.
* Do not build an SMP kernel (CONFIG_SMP) unless you are really using a
multiprocessor machine.
* Go through BIOS setup. Check for and enable "PNP OS" setting, and
similar settings which reflect an automatically assignment of machine
resources.

It is also possible that this machine's interrupt routing info is in
ACPI tables.. though I do not believe the Linux ACPI can make use of
this yet.

-- 
Jeff Garzik      | Andre the Giant has a posse.
Building 1024    |
MandrakeSoft     |
-
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/