[Lcdproc] Problem with HD44780
Dmitry E. Mikhailov
sexandvodka@gmail.com
Fri Oct 26 09:47:01 2007
On Friday 26 October 2007 02:41:56 pm Jeremy Swanson wrote:
> Hi, I recently upgraded to Ubuntu Gusty and have a problem with lcdproc.
> The reported version is 0.5.2. When I start from a command line I get:
> Could not load driver HD44780
I'm a Fedora 7 user, but there are few ideas:
first, check the driver directory path in the config file. If you run lcdproc
as a daemon it's better to use absolute path (for example /usr/local/..... -
not local/....).
second, go to the specified dir and check if the required .so file exist
there. If not - you are about to build the latest version from sources. It's
probably the best idea anyway (and it's not that hard to do)
Good luck