1PCCARDCTL(8) System Manager's Manual PCCARDCTL(8)
2
3
4
6 pccardctl - PCMCIA card control utility
7 lspcmcia - display extended PCMCIA debugging information
8
9
11 pccardctl [-V] [-v ...] command [socket]
12 lspcmcia [-V] [-v ...] [socket]
13
14
16 pccardctl is used to monitor and control the state of PCMCIA sockets.
17 If a socket number is specified, the command will be applied to just
18 one socket; otherwise, all sockets will be affected.
19
20 If pccardctl is executed by root, all commands are available. If it is
21 executed by an unpriviledged user, only the informational commands are
22 accessible.
23
24 lspcmcia is an alias for pccardctl ls, provided for convenience.
25
27 status
28 Display the current socket status flags.
29
30 config
31 Display the socket configuration, including power settings, inter‐
32 rupt and I/O window settings, and configuration registers. --not
33 yet implemented
34
35 ident
36 Display card identification information, including product identi‐
37 fication strings, manufacturer ID codes, and function ID codes.
38 Not yet implemented for cardbus cards. Use lspci instead.
39
40 info
41 Much like the ident command, but its output is formatted as a
42 series of Bourne-stype shell variable definitions for use in
43 scripts. Not yet implemented for cardbus cards.
44
45 ls Display extended debugging information about the PCMCIA sockets and
46 devices present in the system.
47
48 suspend
49 Shut down and then disable power for a socket.
50
51 resume
52 Restore power to a socket, and re-configure for use.
53
54
55 eject
56 Notify all client drivers that this card will be ejected,
57 then cut power to the socket.
58
59 insert
60 Notify all client drivers that this card has just been
61 inserted.
62
63
65 -V Show version information and exit.
66
67 -v Increase the verbosity of the ls command. Giving this
68 option twice increases verbosity further.
69
70
72 Daniel Ritz - daniel.ritz@gmx.ch
73 based upon the original cardctl man page by
74 David Hinds - dahinds@users.sourceforge.net
75
76
77
78pcmciautils 2005/10/22 PCCARDCTL(8)