Assuring that the required device node exists
You need a device node for a miscellaneous character device to access the monitor DCSS.
About this task
Procedure
Perform these steps:
Example
To create a device node /dev/monreader:
# cat /sys/class/misc/monreader/dev
10:63
# mknod /dev/monreader c 10 63
In the
example, the major number was 10 and the minor 63.