Hi,Andrew
Have you set kernel to use direct pci probe?
I have set "any" mode to probe pci devices.
riskin
On Sun, 2003-02-09 at 20:05, riskin@263.net wrote:
Hi,Andrew
Have you set kernel to use direct pci probe?
I have set "any" mode to probe pci devices.
That could be a problem since "any" mode tries PC BIOS calls first, which LinuxBIOS doesn't have.
you should be using direct.
riskin _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
That could be a problem since "any" mode tries PC BIOS calls first, which LinuxBIOS doesn't have.
Exactly. The kernel log also doesn't show that it has found pirq table.
-Andrew
Jeremy Jackson jerj@coplanar.net writes:
On Sun, 2003-02-09 at 20:05, riskin@263.net wrote:
Hi,Andrew
Have you set kernel to use direct pci probe?
I have set "any" mode to probe pci devices.
That could be a problem since "any" mode tries PC BIOS calls first, which LinuxBIOS doesn't have.
But it only can try them if a pcbios table is present which is also absent so "any" mode should be safe under LinuxBIOS.
Eric
On Mon, 10 Feb 2003 riskin@263.net wrote:
Hi,Andrew
Have you set kernel to use direct pci probe?
I have set "any" mode to probe pci devices.
always use direct for linuxbios.
If it still won't work set CONFIG_COMPRESS to 0 (or did you do this already) ron