Figured-out that line #149 of "w/etc/rc.d/init.d/pcmcia" as causing the
shutdown hang/freeze. So I commented "#/sbin/rmmod $PCIC" as follows:

if grep -q "ds  " /proc/modules ; then
            echo -n " modules"
            /sbin/rmmod ds
            #/sbin/rmmod $PCIC
            /sbin/rmmod pcmcia_core
        fi
        echo "."
        rm -f /var/lock/subsys/pcmcia
        EXITCODE=0


On Sat, 2002-05-18 at 21:54, Roger wrote:
> I need to add that on warm reboots (without a complete power-off), the
> boot process does not hang (but shutdowns still hang).
> 
> I've described a work-around for this problem on the linux-usb.org
> devices database (see url mentioned below).
> 
> On Sat, 2002-05-18 at 21:49, Roger wrote:
> > Mandrake 8.2 (linux-2.4.18-6mdk, pcmcia-cs-3.1.31-5mdk)
> > 
> > Adaptec USB2connect (aua-1420) (cardbus)
> > 
> > Dell Inspiron 8100 Laptop (Texas Instruments PCI4451 PC card Cardbus
> > Controller)
> > 
> > When trying to boot from a cold start, the boot process hangs/freezes
> > after pcmcia/cardbus services is initialized. (can't even use kernel
> > hacking keys to escape).
> > 
> > I get the same scenario when shutting down the system.
> > 
> > The only way to successfully enable this card is to only plug-in the
> > card after the system has booted and use the kernel hacking keys to
> > turn-off the system.
> > 
> > This scenario also logged at:
> > http://www.qbik.ch/usb/devices/showdev.php?id=1185
> > 
> > Also, i tried using the latest pcmcia-cs-3.1.31-7mdk failes to even load
> > the pcmcia_core/ds modules.
> > 
> > -- 
> > Roger
> > -----
> > Verify my pgp/gnupg signature on my HomePage:
> > http://www.alltel.net/~rogerx/about/index.html
> -- 
> Roger
> -----
> Verify my pgp/gnupg signature on my HomePage:
> http://www.alltel.net/~rogerx/about/index.html
-- 
Roger
-----
Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to