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