2.4 kernel PCMCIA and IP kernel level autoconf ordering

John D. Kim (johnkim@aslab.com)
Fri, 7 Sep 2001 17:13:43 -0700 (PDT)


I'm trying to boot a laptop with root fs over NFS. We have a system that
works well for desktop systems, but I'd also like for it to work with
pcmcia ethernet card. So I'm using a 2.4.9-ac8 kernel, with the necessary
PCMCIA stuff built into the kernel as well as the DHCP and BOOTP support
under kernel(CONFIG_IP_PNP).

The problem is that the kernel tries the DHCP stuff first, loading the
PCMCIA stuff second, one of two steps after the DHCP step. And since
there's no ethernet detected at the time to send out the DHCP request, it
fails.

Is there any way to change the loading order around so that it would load
the PCMCIA stuff first, then the DHCP stuff?

John Kim

-
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/