In Linux, a device driver can work without the:
Device file name
Minor number
Major number
None of the mentioned
Browse topic-based Linux PCI Device Drivers practice sets.
10 practice sets · Page 1 of 1
In Linux, a device driver can work without the:
Device file name
Minor number
Major number
None of the mentioned
The Linux kernel identifies the driver with its:
None of the mentioned
Major number
Module
Device file
In Linux kernel 2.4, minor numbers were used to:
Represent the sub-functionalities of the driver
Identify the driver
Represent the device files
None of the mentioned
The connection between a device file and its device driver is based on the:
Number of the device file (device number)
None of the mentioned
Name and number of the device file
Name of the device file
If we use a single driver for various device files, then:
None of the mentioned
The minor number will be different for every device file
The minor number cannot be allocated for any device file
The minor number will be same for every device file
If we use a single driver for N number of device files, then we have to create _____ device files.
N-1
None of the mentioned
N
1
In Linux kernel 2.4, we can have a maximum of:
None of the mentioned
256 character drivers only
256 block drivers only
256 character drivers and 256 block drivers at the same time
Which of the following statements about major numbers in Linux device drivers is NOT true?
Dynamic allocation of major numbers is not possible
None of the mentioned
Both: dynamic allocation is not possible AND major numbers cannot be shared among drivers
Major numbers cannot be shared among drivers
The valid minor number range for a device in Linux is:
None of the mentioned
0 to 15
0 to 63
0 to 255
The major number identifies the _____ associated with the device.
Driver
Port
None of the mentioned
Protocol