All insertion and removal events, device driver loads and unloads, and startup and shutdown commands are reported in the system log file. Warnings and errors will also be logged. Current card and device information for each socket is recorded in /var/lib/pcmcia/stab.
Normally, when a card is identified, cardmgr will send a beep to the console. A beep is also generated when a card is successfully configured. A beep of lower pitch is generated if either of these steps fails. Ejecting a card produces a single beep.
When cardmgr receives a SIGHUP signal, it will reload its configuration file. When cardmgr receives a SIGTERM signal, it will shut down all sockets that are not busy and then exit, but drivers for busy sockets will stay loaded.
If the PCMCIA_OPTS environment variable is set, its contents will be parsed after the main card configuration file is read.
At startup, cardmgr requires that /tmp reside on a filesystem that permits special device fi les (i.e., a real linux filesystem, that is not mounted "nodev").