I will send you the logs as soon as possible and enable my private messages (didn't know I turned them off).
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
After this I run the following configure:limserver lcdproc-0.5.7 # ./patch-apply
patching file server/drivers/Makefile.am
patching file acinclude.m4
patching file docs/LCDd.8.in
patching file docs/lcdproc-user/drivers.docbook
patching file docs/lcdproc-user/lcdproc-user.docbook
Running aclocal ...
am-wrapper: aclocal: warning: auto-detected versions not found (1.14); falling back to latest available
grep: configure.in: Datei oder Verzeichnis nicht gefunden
Running automake ...
Running autoconf ...
You can find the configure log here: http://pastebin.com/7TLqMFvU./configure --prefix=/usr --sysconfdir=/etc --enable-drivers=CF63oddtf,CFontzPacket --enable-debug
Ohhhh because of this. So I think I will use the logging and disable this feature. But with logging I don't have an actual real time value of RPM and/or temp. I could log the value every second, but this is much amount of data, isn't it? Or is there any way to get the real time value with lcdproc client?Screens With the Driver - Client
This feature violates the server - client model of lcdproc. It can be disabled entirely by undefining DRIVER_CLIENT in server/drivers/CF63oddtf.h
Actually, according to CF63oddtf.h it's something else:fNUM_led= { o | p | r | b }
To use the 4 leds separately, ensure there is no active leds= line in LCDd.conf, and use f[1-4]_led= for each led. 'o'=off; 'p' shows power %; 'r' shows reports as % of total range reported so far; 'b' blink randomly. Leds 1-4 are bound to fans 1-4 and cannot be assigned to a different fan number.
It works with the number als value.0=off; 1=power; 2=report; 3=blink random
p->log_fd=fopen(p->logfile, "w");
Testing to see if I canhmm can't upload today.
Strange, I'll do some digging.No error messages. I can't upload from my computer and I cannot upload from a website, like https://drive.google.com/open?id=0B_2nA2HR6n9bMkRONVNNS2NiaHM, ( which should be the oddf-build-patch-for-0.5.7.zip I wanted to post on sept 27 ).