> 
> I am not sure I understand your answer. Does it hang when you do service
> pcmcia stop or not? How is restart) related to this question?

short answer: yes. on "stop)" it hangs/freezes.

It looks like the "/etc/rc.d/init.d/pcmcia stop" script is trying to
rmmod the pcmcia_core/ds related modules, but it hangs because it hasn't
unloaded the usb-ohci & ehci-hcd modules prior (which are in use by the
pcmcia_core/ds modules).

I quickly circumvented this (hacked the /etc/rc.d/init.d/pcmcia script
to "/sbin/rmmod usb-ohci & /sbin/rmmod ehci-hcd" just before the script
executes the "/sbin/rmmod $PCIC, /sbin/rmmod/ds, /sbin/rmmod
pcmcia_core".

To note (you reminded me of something), the module ehci-hcd is not being
shown as being used by the usb-ohci modules.  mmmm...my bet too is that
when the "/etc/rc.d/init.d/pcmcia stop" is executed, it's not realizing
that ehci-hcd.o is being used by the usb-ohci module so it doesn't
unload this, as such, everything hangs. I'll test my theory when i get
my next chance to reboot (later this evening sometime).
 
-- 
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