pcmcia service on RedHat-9.0

From: Timothy Murphy (tim_at_birdsnest.maths.tcd.ie)
Date: 08/24/03


Date: Sun, 24 Aug 2003 01:24:42 +0100

After upgrading from RH-8.0 to RH-9.0
I found a problem with networking,
which I traced to /etc/rc.d/init.d/pcmcia .
In this script (or at least the version I have)
if the directory /lib/module/<version>/pcmcia exists
then the script tries to run "modprobe pcmcia_core.o".

In fact this directory does exist,
although it seems to have disappeared in kernel 2.6.0 .

With my setup, this does not work --
you must just say "modprobe pcmcia_core"
(unless you happen to be in the directory with the .o file).

I wonder which is wrong in my case --
have I somehow got the wrong pcmcia script,
or should "modprobe <module>.o" work ?

-- 
Timothy Murphy  
e-mail: tim@birdsnest.maths.tcd.ie
tel: +353-86-233 6090
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland


Relevant Pages

  • Re: IPTABLES Beginner Example Needed!
    ... after i runned this script nothing works on my computer. ... > I think i just need the translation to iptables. ... $MODPROBE ip_conntrack ... # FORWARD chain rules ...
    (linux.redhat)
  • Re: pcmcia service on RedHat-9.0
    ... >> I found a problem with networking, ... >> In this script ... > maybe you have a kernel with pcmcia modules removed!? ... though "modprobe pcmcia_core" does. ...
    (comp.os.linux.development.system)
  • Re: udev is too slow creating devices
    ... The fact is that, when mounting the root filesystem, the kernel can ... > (either the kernel or into modprobe), ... The device is plugged in later on: "su" to root, re-run script. ...
    (Linux-Kernel)
  • Re: udev is too slow creating devices
    ... modprobe is done automatically when the device is plugged in. ... done automatically when udev signals the script in dev.d (or your desktop ... is little reason not to use udev on 2.6. ... > You need to change your attitude for first. ...
    (Linux-Kernel)
  • Re: Modprobe as script breaks initramfs kernel?
    ... initramfs bootup when the modules directory is missing by moving modprobe ... to modprobe-bin and replacing modprobe with the following simple shell script: ... This is the same issue I reported much earlier with /sbin/hotplug being a script ...
    (Linux-Kernel)