Linux Commands Examples

A great documentation place for Linux commands

pccardctl

PCMCIA card control utility lspcmcia - display extended PCMCIA debugging information

Synopsis

pccardctl [-V] [-v ...] command [socket]
lspcmcia
[-V] [-v ...] [socket]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

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.

If pccardctl is executed by root, all commands are available. If it is executed by an unpriviledged user, only the informational commands are accessible.

lspcmcia is an alias for pccardctl ls, provided for convenience.

options

-V

Show version information and exit.

-v

Increase the verbosity of the ls command. Giving this option twice increases verbosity further.

commands

status

Display the current socket status flags.

config

Display the socket configuration, including power settings, interrupt and I/O window settings, and configuration registers. --not yet implemented

ident

Display card identification information, including product identification strings, manufacturer ID codes, and function ID codes. Not yet implemented for cardbus cards. Use lspci instead.

info

Much like the ident command, but its output is formatted as a series of Bourne-stype shell variable definitions for use in scripts. Not yet implemented for cardbus cards.

ls

Display extended debugging information about the PCMCIA sockets and devices present in the system.

suspend

Shut down and then disable power for a socket.

resume

Restore power to a socket, and re-configure for use.

eject

Notify all client drivers that this card will be ejected, then cut power to the socket.

insert

Notify all client drivers that this card has just been inserted.


author

Daniel Ritz - daniel.ritz[:at:]gmx[:dot:]ch
based upon the original cardctl man page by
David Hinds - dahinds[:at:]users.sourceforge[:dot:]net

How can this site be more helpful to YOU ?


give  feedback