* Michael Dickey <[EMAIL PROTECTED]> [001004 07:44]: > I have partly solved this part - I used cardctl eject and cardctl insert > and they appear to work fine. Now I just need to figure out how to get > them in the right places in the right scripts to make them happen at > the right times :)
As someone told you, you only need APM=eject in /etc/pcmcia/apm.opts. If you want to understand the magic, take a look at /etc/apm/apmd_proxy (called by apmd when you suspend or restart your box) and /etc/apm/event.d/pcmcia scripts. The last one will do the eject and insert for you. HTH -- David

