LCD FAQ
From Parvi - Open source software and patches
I get the message "LCD is not present". What am I missing?
First thing's first, did you compile LCD support in with the kernel? If you did it as a module, is the module loaded? Next, does /dev/lcd exist? If not, you'll have to create it by running:
# mknod /dev/lcd c 10 63
