lspcmcia Command Examples in Linux

lspcmcia command displays extended PCMCIA debugging information. pccardctl is used to monitor and control the state of PCMCIA sockets. If a socket number is specified, the command will be applied to just one socket; otherwise, all sockets will be affected. lspcmcia is an alias for pccardctl ls, provided for convenience.

lspcmcia Command Examples

1. To get extended debugging PCMCIA information:

# lspcmcia 

2. To see the version information:

# lspcmcia -V 

3. To increase the verbosity:

# lspcmcia -v 
Related Post