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
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
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”