--- pcmcia-cs-3.2.8/etc/rc.pcmcia +++ pcmcia-cs-3.2.8/etc/rc.pcmcia @@ -119,11 +119,11 @@ (/sbin/modprobe yenta_socket >/dev/null 2>&1 && echo "using yenta_socket instead of $PCIC") || /sbin/modprobe $PCIC $PCIC_OPTS || break - /sbin/modprobe ds || break + /sbin/modprobe pcmcia || break elif [ -d $PC ] ; then /sbin/insmod $PC/pcmcia_core.o $CORE_OPTS /sbin/insmod $PC/$PCIC.o $PCIC_OPTS - /sbin/insmod $PC/ds.o + /sbin/insmod $PC/pcmcia.o else echo "module directory $PC not found." break @@ -157,8 +157,8 @@ done fi killall -q "CardBus Watcher" - if grep -q "^ds " /proc/modules ; then - /sbin/rmmod ds + if grep -q "^pcmcia " /proc/modules ; then + /sbin/rmmod pcmcia /sbin/rmmod $PCIC 2>/dev/null || \ /sbin/rmmod yenta_socket 2>/dev/null /sbin/rmmod pcmcia_core