Creating a device entry in the file system doesn't automatically imply that the corresponding device driver or hardware device is present or available; the device entry is merely a portal for communicating with the driver, if it's there.
$ mknod ./lp0 c 6 0
$ ls -l lp0
$ rm ./lp0