PrepAway - Latest Free Exam Questions & Answers

Which of the following steps is necessary to add a new device driver to a Linux machine?

Which of the following steps is necessary to add a new device driver to a Linux machine?

PrepAway - Latest Free Exam Questions & Answers

A.
Copy the device driver to the device driver directory.

B.
Extend the Linux kernel by incorporating the device code.

C.
Insert the device into the Linux system and allow the system to choose the device files
from its device directory.

D.
Insert the cd-rom with the device driver into the machine Linux will detect it and
prompt you through installation.

Explanation:
The process of adding the device driver is done by extending the Linux
kernel.
Incorrect Answers:
A: There are directories on Linux for source and executables, but moving code to thesedirectories
does not automatically install the device driver.
C: Linux does not currently provide this plug-n-play type of operation, the drivers mustbe explicitly

added through commands to extend the kernel and make the device driverpart of that extension.
D: Linux does not currently provide this plug-n-play type of operation, the drivers mustbe explicitly
added through commands to extend the kernel and make the device driverpart of that extension.


Leave a Reply