Re: Problem with /etc/init.d/pcmcia

2002-05-03 Thread Grant Edwards
> The questions I really asked were: > > 1) Why not used modprobe in the pcmcia_cs case? Because modprobe might pick the wrong modules if others exist. Using insmod allows the script to ignore the search order that modprobe would use. > 2) Why ignore the options from /etc/default/pcmcia in th

Re: Problem with /etc/init.d/pcmcia

2002-05-02 Thread Grant Edwards
On Thu, May 02, 2002 at 04:54:03PM -0500, Grant Edwards wrote: > > it is trying to decide if it should use pcmcia_cs or the 2.4.x pcmcia kernel > > code. (PC for pcmcia_cs, KD for kernel) > > Yes. I know. > > The question I really asked were: > > 1) Why not used modprobe in the pcmcia_cs cas

Re: Problem with /etc/init.d/pcmcia

2002-05-02 Thread Grant Edwards
On Thu, May 02, 2002 at 02:31:43PM -0700, Sean 'Shaleh' Perry wrote: > > > > I'd be happy to submit a patch for the script, but since I > > don't understand the purpose behind this section, I don't know > > if my fix would break things in other situations. > > > > it is trying to decide if it sh

Re: Problem with /etc/init.d/pcmcia

2002-05-02 Thread Sean 'Shaleh' Perry
> > I'd be happy to submit a patch for the script, but since I > don't understand the purpose behind this section, I don't know > if my fix would break things in other situations. > it is trying to decide if it should use pcmcia_cs or the 2.4.x pcmcia kernel code. (PC for pcmcia_cs, KD for kern