How can this be done?

A new PCMCIA network card is not functioning correctly. To troubleshoot this, the socket information should be checked. How can this be done? (Choose two.)

A new PCMCIA network card is not functioning correctly. To troubleshoot this, the socket information should be checked. How can this be done? (Choose two.)

A.
cardctl info

B.
cardctl -s

C.
cardmgr -s

D.
cat /var/lib/pcmcia/stab

E.
cat /proc/pcmcia



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Marcus

Marcus

Wrong – correct is “B” and “D”. Seee man-page cardctl:

cardctl – PCMCIA card control utility
-s stab
Read current socket information from the specified file, instead of /var/lib/pcmcia/stab.

So “B” is the same like “D” – both give “socket information”

-info
Much like the ident command, but its output is formatted as a series of Bourne-stype shell variable definitions for use in scripts.
-ident
Display card identification information, including product identification strings, manufacturer ID codes, and function ID codes.

Both donĀ“t give “socket information”