nerdexam
CompTIA

LX0-101 · Question #231

The server has two network cards. The driver for the first card is the module 8139too and the driver for the second card is the module ne2k-pci. How is it possible to ensure that the card using the…

The correct answer is A. modprobe8139toodev=eth0; modprobe ne2k-pci dev=ethl. See the full explanation below for the reasoning.

Question

The server has two network cards. The driver for the first card is the module 8139too and the driver for the second card is the module ne2k-pci. How is it possible to ensure that the card using the 8139too driver is detected before the card using the ne2k-pci driver?

Options

  • Amodprobe8139toodev=eth0; modprobe ne2k-pci dev=ethl
  • Binstall mod 8139too; install mod ne2k-pci
  • Cmodprobe eth0=8139too, ethl=ne2k-pci
  • Difconfig modadd eth0=8139too, ethl=ne2k-pci
  • Emodprobe8139too; modprobe ne2k-pci

How the community answered

(55 responses)
  • A
    85% (47)
  • B
    7% (4)
  • C
    4% (2)
  • D
    2% (1)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full LX0-101 Practice