PrepAway - Latest Free Exam Questions & Answers

How is it possible to ensure that the card using the 8139too driver is detected before the card using the ne2k

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?

PrepAway - Latest Free Exam Questions & Answers

A.
modprobe eth0=8139too, ethl=ne2k-pci

B.
modprobe8139toodev=eth0; modprobe ne2k-pci dev=ethl

C.
install mod 8139too; install mod ne2k-pci

D.
modprobe8139too; modprobe ne2k-pci

E.
ifconfig modadd eth0=8139too, ethl=ne2k-pci

Explanation:
At System booting time, tries to bring up the Ethernet devices, first try to ethO and then ethl. We can set the module to specific device using modprobe command modprobe 8139too dev=ethO than means 8139too alias to ethO and system first try to bring up the eth0 device.


Leave a Reply