Symptoms:
This indicates that the card was identified successfully, however,
cardmgr has been unable to complete the configuration process for some reason. The most likely reason is that a step in the card setup script has blocked. A good example would be the network script blocking if a network card is inserted with no actual network hookup present.To pinpoint the problem, you can manually run a setup script to see where it is blocking. The scripts are in the
/etc/pcmcia directory. They take two parameters: a device name, and an action. The cardmgr daemon records the configuration commands in the system log. For example, if the system log shows that the command ``./network start eth0'' was the last command executed by cardmgr, the following command would trace the script:
sh -x /etc/pcmcia/network start eth0 |