--- /etc/init.d/pcmcia.orig        2004-03-23 09:50:19.000000000 -0800
+++ /etc/init.d/pcmcia        2004-03-23 10:54:42.000000000 -0800
@@ -104,9 +104,9 @@
             KD=/lib/modules/`uname -r`/kernel/drivers/pcmcia
             if [ -d $PC ] ; then
                 echo -n " modules"
-                /sbin/modprobe pcmcia_core.o $CORE_OPTS
-                /sbin/modprobe $PCIC.o $PCIC_OPTS
-                /sbin/modprobe ds.o
+                /sbin/modprobe pcmcia_core $CORE_OPTS
+                /sbin/modprobe $PCIC $PCIC_OPTS
+                /sbin/modprobe ds
             elif [ -d $KD ] ; then
                 /sbin/modprobe pcmcia_core
                 /sbin/modprobe $PCIC