Pagina 1 di 1

[Driver] LCDPROC: Could not load driver HD44780

Inviato: domenica 12 febbraio 2012, 23:08
da camelseller
Ciao raga ho un problemino con LCDPROC 0.5.5-1.

avvio il demone con

# LCDd -f -r 4
LCDd version 0.5.5 starting
Built on Nov 12 2011, protocol version 0.3, API version 0.5
Using Configuration File: /etc/LCDd.conf
Set report level to 4, output to stderr
LCDd 0.5.5, LCDproc Protocol 0.3
Part of the LCDproc suite
Copyright (C) 1998-2010 William Ferrell, Selene Scriven
                        and many other contributors

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Server running in foreground
Listening for queries on 127.0.0.1:13666
Could not open driver module HD44780.so: HD44780.so: cannot open shared object file: No such file or directory
Driver [HD44780] binding failed
Module HD44780.so could not be loaded
Could not load driver HD44780
There is no output driver
Critical error while initializing, abort.


ecco un altro output interessante:

# ls /dev/l*
/dev/log    /dev/loop1 /dev/loop3  /dev/loop5 /dev/loop7   /dev/lp0
/dev/loop0  /dev/loop2 /dev/loop4  /dev/loop6 /dev/loop-control


..in pratica non viene creato nessun device lcd0.

Il display hd44780 compatibile è collegato con lo schema winamp e funziona correttamente sullo stesso pc sotto winxp e sotto linux tramite lcd4linux, ma a me serve lcdproc perché deve lavorare su un server domestico...

..un aiutino?

Grazie!