You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(9) |
Oct
(2) |
Nov
(3) |
Dec
|
2002 |
Jan
|
Feb
(4) |
Mar
(5) |
Apr
(1) |
May
(12) |
Jun
(3) |
Jul
(7) |
Aug
(10) |
Sep
(5) |
Oct
(6) |
Nov
(2) |
Dec
|
2003 |
Jan
(3) |
Feb
(11) |
Mar
(9) |
Apr
(6) |
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
(36) |
Sep
(19) |
Oct
(54) |
Nov
(14) |
Dec
(23) |
2004 |
Jan
(30) |
Feb
(49) |
Mar
(35) |
Apr
(9) |
May
(18) |
Jun
(3) |
Jul
(8) |
Aug
(1) |
Sep
(15) |
Oct
(6) |
Nov
(5) |
Dec
(21) |
2005 |
Jan
(32) |
Feb
(14) |
Mar
(2) |
Apr
(13) |
May
(7) |
Jun
(31) |
Jul
(14) |
Aug
(27) |
Sep
(9) |
Oct
(19) |
Nov
(9) |
Dec
(13) |
2006 |
Jan
(35) |
Feb
(8) |
Mar
(27) |
Apr
(16) |
May
(4) |
Jun
(5) |
Jul
(20) |
Aug
(53) |
Sep
(58) |
Oct
(19) |
Nov
(21) |
Dec
(11) |
2007 |
Jan
(42) |
Feb
(20) |
Mar
(5) |
Apr
(14) |
May
(18) |
Jun
(11) |
Jul
(22) |
Aug
(17) |
Sep
(2) |
Oct
(8) |
Nov
|
Dec
(2) |
2008 |
Jan
(25) |
Feb
(1) |
Mar
(4) |
Apr
(5) |
May
(5) |
Jun
|
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(4) |
Mar
|
Apr
|
May
(10) |
Jun
|
Jul
(7) |
Aug
(6) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2010 |
Jan
(17) |
Feb
(2) |
Mar
(2) |
Apr
(6) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(5) |
Jun
|
Jul
(11) |
Aug
(2) |
Sep
(2) |
Oct
(5) |
Nov
(5) |
Dec
(18) |
2012 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
(4) |
Mar
|
Apr
(12) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael R. <re...@eu...> - 2002-08-13 10:22:38
|
Hi there, Si...@gm... wrote: > Hi, > I would like to know wether, and how, I can make lcd4linux scroll an long > text trough the display... I'm afraid this does not work at the moment. Where does the long text come from? From a plugin? Then you could try to change the plugin so that it splits the text into multiple lines. bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: Junk C. <ju...@di...> - 2002-08-08 05:21:11
|
Thanks to Michael for the wonderful program. For those of you looking to get this working on RedHat 7.3, perhaps with a CrystalFontz 632 display, I had to make a couple of adjustments. First, the configure process doesn't find the msr.h file, even if I specify a path to look in so: cp /usr/i386-glibc21-linux/include/asm/msr.h /usr/include/asm/ then sed 's/usleep(350000)/sleep(5)/g' Crystalfontz.c >> Crystalfontz.d rm -f Crystalfontz.c mv Crystalfontz.d Crystalfontz.c #Thanks to Herbert Rosmanith for the above fix ./configure make make install cp lcd4linux.conf.sample /etc/lcd4linux.conf chmod 600 /etc/lcd4linux.conf chown root:root /etc/lcd4linux.conf vi /etc/lcd4linux.conf Add the appropriate lines to the file for you config, per the instructions in the README.Crystalfontz file To run the program so that any messages are sent to the screen: /usr/local/bin/lcd4linux -f /etc/lcd4linux.conf -F -vv Hope this helps someone. Any questions, feel free to e-mail me at ju...@di.... Kind Regards, Dave Johnson Denver, CO |
From: <Si...@gm...> - 2002-08-05 17:10:11
|
Hi, I would like to know wether, and how, I can make lcd4linux scroll an long text trough the display... thx in advance -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net |
From: Carlos L. <car...@st...> - 2002-07-31 11:17:19
|
Michael Reinelt wrote: >If there's some "jumpiness", maybe there's a timing problem. You >could look into HD44780.c, there are two or three functions at the >beginning which control the communication. In regards to the functions controlling communication, there was this function: void HD_write(char *string,int len,int delay) But, there were also this one, which were further down the source file: void HD_put(int row,int col,char *text) The confusing thing is that there seems to be 2 ways to write to the LCD through this code. Neither calls the other, so there's no dependency there. Question: What does one function do that the other doesn't? Thanks for your time. Carlos |
From: Michael R. <re...@eu...> - 2002-07-31 03:49:33
|
Hi Martin, > i have a 20x4 LCD which is HD44780 compatible. i installed the > lcd4linux with no errors and made changes in the conf file for my > display. now i start lcd4linux but nothing happends. i tried it with > "-options" but i get the same resolution. What do you mean with "-options"? I don't remember that there's such a option. You could try to start it wit "-F -vv", which means "don't daemonize, and be very verbose", and have a look at the debug messages. > i know that my display > works under windows with jaLCD's and other LCD software and under > linux with LCDproc (connectionType = winamp). i also made the changes > you wrote in the wiring diagram so i don't know what i should do > next. I'm pretty shure that there's something wrong with the wiring. > p.s.: eine antwort in deutsch ist mir auch recht *gg* We could talk german in personal mails. This is an english mailing list. bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: Martin K. <ma...@co...> - 2002-07-30 11:05:58
|
hi, i have a 20x4 LCD which is HD44780 compatible. i installed the lcd4linux with no errors and made changes in the conf file for my display. now i start lcd4linux but nothing happends. i tried it with "-options" but i get the same resolution. i know that my display works under windows with jaLCD's and other LCD software and under linux with LCDproc (connectionType = winamp). i also made the changes you wrote in the wiring diagram so i don't know what i should do next. it will be nice if anyone can help me plz. regard *g* cocoon p.s.: eine antwort in deutsch ist mir auch recht *gg* |
From: Herbert R. <he...@wi...> - 2002-07-07 05:52:57
|
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE -Wall -g -O2 -c Raster.c > Raster.c:127: #error "gd.h not found!" > make: *** [Raster.o] Error 1 > > Any clue on what I need ? you need libgd from boutell.com |
From: Jorge B. <int...@fi...> - 2002-07-05 08:36:29
|
On Fri, 5 Jul 2002 04:06:06 -0300 Jorge Buchmann wrote: <snip> | | | | | Funny, but you're the second guy who asks for the PC2002A today :-) | | | | I don't know if it's supported, because I don't know what kind of | | display this is. Have you got any further information about this display? | | The display is : LCD PHICO POWERTIP PC2002A seems (very few data available on google) is compatible with HD44780 but I can't fin further info. As I told... | -----------------------------+ Sorry, I miss "seems to be", I'm not sure, I already know that Hitachi chip is supported. -- Jorge D. Buchmann | inf...@in... | intraRedes | http://www.intraredes.com |
From: Jorge B. <int...@fi...> - 2002-07-05 07:06:32
|
On Fri, 05 Jul 2002 08:26:03 +0200 Michael Reinelt wrote: <snip> Thanks for a real quick answer ! (also for the info ;) | Yes, you'd either need libgd installed (libgd is for creating raster | images like PNG), or you disable the Raster driver from configure: | | configure --with-drivers=All,\!PNG | | | > Also I would appreciate any documentation on the project, or if | > PC2002A (20x2) is supported by the project. | | What kind of Documentation do you need? I'm building (trying to) a firewall/proxy/gateway based on a 486 DX4-100 with 16Mb Ram, 2 NIC's using ADSL (pppoe) for this i'm using coyote linux with 2.2.19 kernel, my idea is to use an embedded distro on a 2M Eprom, as the kernel will be 2.2.X I want to see how to compile on this kernel, which libraries I would need, (for delay.h or udelay as example) etc. As you can see is pretty much info for being asking over the list, so I think that perhaps the project is well documented and reading docs could find this items. | | Funny, but you're the second guy who asks for the PC2002A today :-) | | I don't know if it's supported, because I don't know what kind of | display this is. Have you got any further information about this display? The display is : LCD PHICO POWERTIP PC2002A seems (very few data available on google) is compatible with HD44780 but I can't fin further info. As I told before is a 20x2 LCD w/back-light. Thank you again for your help, and congratulations for a really excellent piece of work. Bye, Jorge -- Jorge D. Buchmann | inf...@in... | intraRedes | http://www.intraredes.com |
From: Jorge B. <int...@fi...> - 2002-07-05 02:33:27
|
Hi, sorry if this is a FAQ but I can't find any documentation on what dependencies I need in order to compile lcd4linux. When I compile, after ./configure I receive : gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE -Wall -g -O2 -c Raster.c Raster.c:127: #error "gd.h not found!" make: *** [Raster.o] Error 1 Any clue on what I need ? Also I would appreciate any documentation on the project, or if PC2002A (20x2) is supported by the project. Thanks in advance -- Jorge D. Buchmann | inf...@in... | intraRedes | http://www.intraredes.com |
From: Alexander P. <Ale...@de...> - 2002-06-24 11:37:09
|
Hi Michael, thanks for your response. Actually, it did not compile ... even after disabling isdn support. It then complained about 'isblank()' and 'rdtscl()' not being there and a reference to 'Isdn' in processor.c . :-( So, I included a isblank() into cfg.c and commented out the Isdn code in processor.c. Then I disable the rdtscl code in cfg.c and finally commented out the group config check, as cygwin does not support rights... That was all ;-) >Why do you want to remove it? Are there any includes you don't have with >cygwin? Yes, make complains about <linux/isdn.h> not being there. >Shure it's possible to make it optional. There could be an option to >'configure' similar to '--with-drivers', I'd call it '--with-clients'. > >But these options are quite complicated to write and to maintain, and >they lead to a lot of #ifdef's, which doesnt't make the code easier to >read (and to maintain). Well, this would help ... :-) >Maybe the simplest solution would be a special preprocessor symbol... Or to use a real Linux system, as cygwin does not have the complete /proc filesystem ... :-( So, lcd4win is somehow useless here... I only did this for testing purposes. alex -- Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenenen Informationen ist nicht gestattet. The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited. |
From: Michael R. <re...@eu...> - 2002-06-23 13:10:53
|
Hi Alex, Alexander Peuchert wrote: > Hello everybody, > first of all, many thanks for this great stuff... Thanks! > No to my problem: Is it possible to make the isdn support optional? > I don't have any isdn on my system (cygwin), so I have to edit the Makefile > by hand to remove it. Why do you want to remove it? Are there any includes you don't have with cygwin? Shure it's possible to make it optional. There could be an option to 'configure' similar to '--with-drivers', I'd call it '--with-clients'. But these options are quite complicated to write and to maintain, and they lead to a lot of #ifdef's, which doesnt't make the code easier to read (and to maintain). How did you deactivate the ISDN stuff in the Makefile? I can't imagine that modifications to the makefile only would cleanly deactivate it (because other code refers to the ISDN stuff). Maybe the simplest solution would be a special preprocessor symbol... bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: Alexander P. <Ale...@de...> - 2002-06-20 11:02:28
|
Hello everybody, first of all, many thanks for this great stuff... No to my problem: Is it possible to make the isdn support optional? I don't have any isdn on my system (cygwin), so I have to edit the Makefile by hand to remove it. Greetings, alex -- Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenenen Informationen ist nicht gestattet. The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited. |
From: Michael R. <re...@eu...> - 2002-05-31 05:39:43
|
Hi there, Herbert Rosmanith wrote: >>I've downloadet your programm and buyed the display (4 X 20) and installed >>the software on my system... >>but it won't run!!! >>i've checked the pinning and the cable, but I found nothing!! >>with nice wishes >>Denis K_llner > > > greets, > > find the place in the CrystalFontz-driver which reads "usleep(..somevalue..)" > exchange that with "sleep(5)" and try again. you are probably using a new > display. herp, how did you know he's using a CrystalFontz display? denis, what kind of display are you using? bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: NarRowMind <nr...@fi...> - 2002-05-30 22:19:55
|
Hi. Problem: I have a HD44780A00 [ Optrex ] LCD and i don't know if it is working, i make the conecction like you write in the help, but nothing happens. Can i probe if the LCD is working? how? Thanks PD: Sorry for my english, my language is spanish. -------------------------------- | NRM | | Mail: nr...@da... | | ICQ#: 48329634 | -------------------------------- |
From: Herbert R. <he...@wi...> - 2002-05-29 10:58:55
|
[Charset iso-8859-1 unsupported, filtering to ASCII...] > HI > I've downloadet your programm and buyed the display (4 X 20) and installed > the software on my system... > but it won't run!!! > i've checked the pinning and the cable, but I found nothing!! > with nice wishes > Denis K_llner greets, find the place in the CrystalFontz-driver which reads "usleep(..somevalue..)" exchange that with "sleep(5)" and try again. you are probably using a new display. > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Lcd4linux-users mailing list > Lcd...@li... > https://lists.sourceforge.net/lists/listinfo/lcd4linux-users > |
From: denis <koe...@gm...> - 2002-05-29 09:57:44
|
HI I've downloadet your programm and buyed the display (4 X 20) and installed the software on my system... but it won't run!!! i've checked the pinning and the cable, but I found nothing!! with nice wishes Denis Köllner -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net |
From: Dietrich, H. (GWDKI) <Her...@gw...> - 2002-05-21 11:20:26
|
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Herbert Dietrich Dipl Ing (FH) =20 eMail: her...@gw... =20 Tel : (0 70 21) 927 312 Fax : (0 70 21) 927 412 Gew=E4sserdirektion Neckar Schlossplatz 8 * 73230 Kirchheim unter Teck =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |
From: Michael R. <re...@eu...> - 2002-05-21 06:34:46
|
Hi Barry, > 4. I have 3 nics; are the network graphs showing eth0 or are they showing > the total? > Can I have one graph for each nic? I didn't see this in the docs. Not implemented now. I'm working on an enhancement where almost all Tokens can be split into single instances (CPU, eth, ...) bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |
From: Herbert R. <he...@wi...> - 2002-05-16 07:05:12
|
> Hi, I'm trying to use LCD4Linux with a Crystal Fontz 634 v2.0 and am having > some troubles... > > 1. Often, when running lcd4linux, the display lights up, but doesn't > display any characters. Restarting lcd4linux 1 or more times fixes this. > I've got lcd4linux set to 19200, but 9600 seems to have the same problem. 634 v2.0 needs a delay of approx. 5 seconds after opening in order to work properly. can you find the position where to insert the delay? maybe a "Delay" parameter should be a config-option then ... > 2. The displays are fine with the default config file, but if I try to use > the network graphs, the lcd eventually starts scrolling and gets unreadable > quickly. no idea ... it gets overcrowded? > 3. Sometimes I see > failed to alloc a custom char > if I run lcd4linux with -F the crystalfontz has a total of (if I remember correctly) 8 characters which can be defined freely. if the graphic you are trying to display is so "complicated", that it cannot be built with this limited amount of configure- able characters, you get the error-message "failed to allocate a custom character". |
From: Barry G. <mai...@pe...> - 2002-05-15 20:34:56
|
Hi, I'm trying to use LCD4Linux with a Crystal Fontz 634 v2.0 and am having some troubles... 1. Often, when running lcd4linux, the display lights up, but doesn't display any characters. Restarting lcd4linux 1 or more times fixes this. I've got lcd4linux set to 19200, but 9600 seems to have the same problem. 2. The displays are fine with the default config file, but if I try to use the network graphs, the lcd eventually starts scrolling and gets unreadable quickly. 3. Sometimes I see failed to alloc a custom char if I run lcd4linux with -F 4. I have 3 nics; are the network graphs showing eth0 or are they showing the total? Can I have one graph for each nic? I didn't see this in the docs. Thanks, Barry Barry Gould Site Administrator, Harte-Hanks Shoppers 714-577-4313 or 877-244-4421 http://www.pennysaverusa.com http://www.theflyer.com |
From: Eric W. <eri...@gm...> - 2002-05-08 22:00:16
|
Thus LuisMi <lu...@ad...> wrote: > permissions need I to apply to it? I have owner and group set to > > root Try out this, it works well on Debian here. eric@procyon:ls -la /etc/lcd4linux.conf -rw------- 1 root root 2723 Feb 7 16:52 /etc/lcd4linux.conf Bye Eric -- PC Technologie Infopage: Leise Hardware Linux Peripherie LANG=DE: http://www.ew-tech-hh.de: Mail 2.5M strict plain |
From: LuisMi <lu...@ad...> - 2002-05-08 10:17:10
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I can't execute lcd4linux because /etc/lcd4linux.conf is insecure, what permissions need I to apply to it? I have owner and group set to root - -- Luis Miguel Cruz. [ADPSOFT] http://www.adpsoft.com "Connecting your business" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjzY+xcACgkQvQHLTzrFJlePgQCfb+0IckuQiAbFh9hVjt1gekHE 2PQAnAollKbzvEAEHrr1lNA+vrE2AgV8 =iqs2 -----END PGP SIGNATURE----- |
From: LuisMi <lu...@ad...> - 2002-05-07 19:09:00
|
I want to disable X options since my box don't have x-windows. what arguments are needed by configure command? It always tell me... configure: error: X11 headers or libraries not available: X11 driver disabled Thanks -- Luis Miguel Cruz. [ADPSOFT] http://www.adpsoft.com "Connecting your business" |
From: Udo A. <udo...@we...> - 2002-05-03 19:09:18
|
Hello Michael, Hello alltogether, some comments to Michael`s mail will follow .. > The M50530 driver has been in the CVS for months now, did anybody test > this stuff? Yes, I did! It works pretty good, I only got som problems when starting lcd4linux. After starting via a rc-script the display stays sometimes blank, the process is running, so you have to kill the process and start it again by hand. After this everthing works fine. I use it on my firewall, to display the load, the current IP and the time. > If anybody out there has another T6963 display, I'd like to generalize > the driver so other displays would be supported, too. What a pitty, I only have a Samsung display, it is a dot-matrix, the display is a 0150Z from Samsung. (on the mainboard are 4 Oki M5299A, 2 Oki M6598, 1 chip labeled with UG-32P(or F)03-BCBN8-C94091063 and some passives) Does anybody knows if it will work with lcd4linux? > With both drivers a was bitten by the speed of my computer (an Athlon > XP-1800+). Some of the 'implicit ' delays dod not work anymore, seems > like syscall latency is getting better and better on linux :-) The lcd4linux with M50530 worked fine with a AMD K6 400MHz. Greetings from Oldbeer-City Udo ______________________________________________________________________________ Sichern Sie sich Ihre Chancen auf den Jackpot: Mit dem WEB.DE Lottoservice bequem und sicher tippen: http://tippen2.web.de/?x=11 |