Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lspcmcia(8) [suse man page]

PCCARDCTL(8)						      System Manager's Manual						      PCCARDCTL(8)

NAME
pccardctl - PCMCIA card control utility lspcmcia - display extended PCMCIA debugging information SYNOPSIS
pccardctl [-V] [-v ...] command [socket] lspcmcia [-V] [-v ...] [socket] 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. 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. OPTIONS
-V Show version information and exit. -v Increase the verbosity of the ls command. Giving this option twice increases verbosity further. AUTHOR
Daniel Ritz - daniel.ritz@gmx.ch based upon the original cardctl man page by David Hinds - dahinds@users.sourceforge.net pcmciautils 2005/10/22 PCCARDCTL(8)

Check Out this Related Man Page

STAB(5) 							File Formats Manual							   STAB(5)

NAME
stab - current PCMCIA socket status DESCRIPTION
The stab file is created by cardmgr and contains identification and device driver information for PCMCIA cards. Each socket is described by one header line, followed by one or more device driver lines. The header gives the card name as given in /etc/pcmcia/config. Device driver lines consist of a series of tab-separated fields. The first field is the socket number. The second field is the device class, which identifies which script in /etc/pcmcia is used to configure or shut down this device. The third field is the driver name. The fourth field is used to number devices when a single card has several devices associated with the same driver. The fifth field is the device name, and the final two fields are major and minor device numbers for this device, if appropriate. The file is updated by cardmgr whenever a card is inserted or ejected, and when cardmgr receives a SIGHUP signal. The stab file will normally be created in /var/lib/pcmcia, but if that directory is unavailable, it will be found in /var/run. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5), cardinfo(1). pcmcia-cs 2000/06/12 21:24:48 STAB(5)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

PCMCIA problems

Hi I recently installed Mandrake 9 on my laptop. It has 2 PCMCIA slots, and in one of them I usually keep one of my network cards (ones an Accton 2216, the other a Surecom EP-427). Under mandrake when my computer started up (and went into runlevel 5) it attempted to start 'network' and then... (2 Replies)
Discussion started by: KrazyGuyPaul
2 Replies

2. Shell Programming and Scripting

Closing sockets with shell-command ?

Hello everyone. (I have found in this forum lots of infos about closing socket in c, and others lenguages but never with shell-command) Im developing a tool over tcl/tk; in this application i open a socket to communicate with a ada application. In the init script i open both programs (tcl... (2 Replies)
Discussion started by: trutoman
2 Replies

3. Solaris

T5220

Hi Guys and Gals, Wondering if anyone could help me, tricky one this. Got a T5220 with a graphics card. When you power it on, it outputs its output to the screen and you can type commands with the keyboard etc. But no matter what version of Solaris 10 you use, when you do a boot cdrom... (1 Reply)
Discussion started by: callmebob
1 Replies

4. Linux

nix User Access Restrictions to Network, USB ports, PCMCIA, CDROM

How to create a user account on a Linux desktop machine with restrictions on connecting to the LAN, WAN, PCMCIA ports, Firewire, CDROM and generally any user controllable output options? I have the task to set up a machine for users working with sensitive data that should not be leaving the... (1 Reply)
Discussion started by: netfreighter
1 Replies