[Lcdproc] Problems with CF634 usb

Stewart W. Putnam stewartputnam@comcast.net
Mon May 21 17:26:02 2007


Looks like two things, specifying configuration options and trying to 
start LCDd when it is already running.

"sock_create_inet_socket: Could not bind to port 13666 at address 
127.0.0.1 - Address already in use" means one (likely failed) LCDd is 
already running and a new one cannot be started.  Do a
mk4:~# ps -A | grep LCDd
 1897 ?        00:00:00 LCDd
mk4:~# kill -9 1897
to end a running LCDd before starting a new one.  Replace the "1897" 
with what your ps -A | grep returns.

"Could not read config file: LCDd.conf" means LCDd can't find the 
LCDd.conf that you wanted it to.
use server/LCDd -c 
/usr/src/cf633/lcdproc-CVS-stable-0-5-x-20070427/LCDd.conf (change to 
your full path to properly edited LCDd.conf) and see if it finds that file.

While you are figuring this out and working from the build directory, 
"-r 4" and "-f" might also be usefull starting options.

There is nothing in your report to suggest a problem with these in your 
config, but as try more make sure the lines
DriverPath= in [server] and Device= in [CFontz] of LCDd.conf are correct.

Enzo Saturno wrote:

> Hi... I`ve just received my CF 634 display.. I read the Users Guide, 
> made the configurations in LCDd.conf, and connect the display into the 
> usb port... When i run in my Linux console the comand: server/LCDd -c 
> LCDd.conf appears..
>
> [root@localhost lcdproc-0.5.2]# server/LCDd -c LCDd.conf
> Could not read config file: LCDd.conf
> Critical error while processing settings, abort.
>
> if i run just server/LCDd:
>
> [root@localhost lcdproc-0.5.2]# server/LCDd
> sock_create_inet_socket: Could not bind to port 13666 at address 
> 127.0.0.1 - Address already in use
> sock_init: Error creating socket - Address already in use
> Critical error while initializing, abort.
>
> I dont know what to do... if the problem is with the display mounting, 
> or with the configurations... i really need some help!
> Thanx
>
> __________________________________________________
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> Regístrate ya - http://correo.espanol.yahoo.com/
>