Re: 2.3 wish: integrate pcmcia into mainstream kernel

David Hinds (dhinds@zen.stanford.edu)
Mon, 7 Jun 1999 12:40:02 -0700


> This is because of the order in which RedHat starts the different
> services. At least on RedHat 5.2 and 6.0, if you look in
> /etc/rc.d/rc3.d/ you'll see that the network services are started
> before the pcmcia services. Making RedHat start pcmcia before
> networking seems to solve the problem.

That's one way to get around it, but it is the wrong fix: you should
not rely on order of execution of the init scripts, because a PCMCIA
network card doesn't even need to be present when these scripts are
executed. The real problem is that RedHat customized the PCMCIA
network configuration script /etc/pcmcia/network, rather than putting
their changes in /etc/pcmcia/network.opts file where they belong. The
PCMCIA-HOWTO shows how to set up network.opts properly on Red Hat, if
you install PCMCIA from scratch. If Red Hat just updated their PCMCIA
tweaks, this would never be an issue. And I reported this to them
YEARS ago.

-- Dave Hinds

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