Subject: Re: embedded wi interface doesn't work
To: Hitoshi Asaeda <Hitoshi.Asaeda@sophia.inria.fr>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 06/16/2003 16:20:35
On Mon, Jun 16, 2003 at 04:07:08PM +0200, Hitoshi Asaeda wrote:
> Is this a well-known problem or my configuration mistake?

This happens when the BIOS does not configure all PCI busses "good enough".

There are various options to work around this, see the GENERIC_LAPTOP
kernel config file for examples.

My notebook kernel has:

options         PCIBIOS
options         PCIBIOS_INTR_FIXUP      # fixup PCI interrupt routing
options         PCIBIOS_INTR_FIXUP_FORCE

Martin