LCDProc 0.5.4-dev
-
Is there not an easier way to install this, or have it added to the Package Manager as I am not really a Linux guy.
Thanks,
This is the method that i use for LCDproc to work on a Watchguard x550e , x750e and x1250e
after a CLEAN install of pfSense.1 ) Download and install WinSCP (we need this at the end) :
https://winscp.net/download/WinSCP-5.9-Setup.exe2 ) Download and extract the zip with the LCDproc files from the attachment of this reply
3 ) Login with the Web UI in your Watchguard device and go to :
Diagnostics -> command prompt4 ) Install the package Freetype by copypaste this line :
pkg add http://pkg.freebsd.org/freebsd:10:x86:32/release_3/All/freetype2-2.6.2.txz
Click execute and wait a few seconds5 ) Install the package LCDproc by copypaste this line :
pkg add http://pkg.freebsd.org/freebsd:10:x86:32/release_3/All/lcdproc-0.5.7_2.txz
Click execute and wait till it complets (less then a minute)6 ) Enable Secure Shell by going to Web UI :
System -> Advanced and enable "Secure Shell Server" and save7 ) Start WinSCP and use these settings :
Fileprotocol :SFTP
IP-adress: 192.168.1.1 (IP of your Watchguard)
Port : 22
Username : root
Password : pfsensepfsense is the default password, change this by your password if different
8 ) In WinSCP you have on your left side a colum with the contents of your local pc filesystem,
and on the right the pfSense filesystem.
Browse on the left to the folder you previously downloaded,
and copy these files by drag and drop :
lcdproc.inc -> /usr/local/pkg/
lcdproc.xml -> /usr/local/pkg/
lcdproc_client.php -> /usr/local/pkg/
lcdproc_screens.xml -> /usr/local/pkg/
lcdproc.sh -> /usr/local/etc/rc.d/lcdproc.sh-
In the Web UI go to diagnostics -> Backup & Restore
and select "Packagemanager under Restore Area.
Browse to the file installedpackages.xml from the zip you downloaded. -
Reboot your Watchguard
If your LCD screen is not show any information,then go to :
Services -> LCDproc
And unselect "enable LCDproc" and save.
Select "enable LCDproc" and save.
After this, go to Status -> Services
and restart the LCDproc by clicking halfround circle icon
LCDproc shall now be working.The zip contains the files Timotl provides in this reply -> https://forum.pfsense.org/index.php?topic=44034.msg609820#msg609820
and i added my installedpackages.xml config file to it instead of the instructions on modifying your config file.
In this installedpackages.xml config file there also the settings for Shellcmd and WGXepc packages.Good luck ;-)
Grtz
DeLorean -
-
Is there not an easier way to install this, or have it added to the Package Manager as I am not really a Linux guy.
The easier way is to upgrade your pfSense to 2.3.3 snapshots and install the package from the Package Manager.
-
Is there not an easier way to install this, or have it added to the Package Manager as I am not really a Linux guy.
The easier way is to upgrade your pfSense to 2.3.3 snapshots and install the package from the Package Manager.
I upgraded to 2.3.3 snaphot enabled LCDPro after installing it. However it's showing X in the Status / Services. When I try to start it, it fails.
I am supposed to change any of the configuration settings before I enable/start it?
Thanks,
I have a WatchGuard XTM 510
-
This package absolutely requires proper hardware-dependent configuration, without it, it's just completely useless.
-
Seems to work fine with the XTM5.
I'm pretty sure the SDEC driver has most of the settings hardcoded but what I have here is:
Enable Checked, obviously
Com port Parallel Port
Display size 2x20
Driver Watchguard Firebox with SDEC
Port speed DefaultThen you must select some screens on the screens tab, whatever you want there but at least one.
Steve
-
great work, thanks!
it is possible to add the driver for the ax89063 Display?
It is used e.g. by NA-820 (http://axiomtek.com/products/ViewProduct.asp?view=429)
it would be great for me :-)
thanks!Hi, there are a couple of drivers around for that display, but it is not included in the LCDProc distribution. We could add it as an "external driver" like the nexcom driver.
Can you compile it on FreeBSD (x86)? In this case I could just add the file you send me (ax89063.so) and add the option to use it in the code…
Ciao,
MicheleMichele,
I updated the original Makefile to get it working with lcdproc 0.5.7. The forked repo (https://github.com/gianlucastella1/AX89063) also contains the compiled driver.
Gianluca
-
Hello Everyone,
I just got 2 new LCD Display 16x2 (LCD SMARTIE) and I would like to know if it is compatible with any of the existing drivers that come with the Pfsense 2.3.4 distro. Any chance to use it with LCDProc?Thanks in Advance!!
Fabricio Guzzy. -
More then likely it is, but you'll have to provide more technical details. LCD Smartie looks like a software project for Windows that also provided USB hardware at some point. Have you been able to locate a technical specification with some specifics?
-
Hello FMERTZ,
Thanks for the message.As far as I know it's a HD44780 compatible LCD via USB on FTDI chipset.
Does it help?Thanks!!!
Fabricio. -
I just found that when you choose HD44780 driver it opens a submenu with the FTDI via USB option… That loooks great... going to test it tonight.
Fabricio.
-
Hello Everyone,
Still trying hard to make a FTDI FT245 to work with LCDPROC…
This is what I got:USB connected to /dev/ugen1.2 - (see images) - Chipset FT245 (no driver I guess)
Any help will be really appreciated!!
Fabricio
-
I expect the virtual com port created by uftdi0 to be /dev/cuaU0 or similar. Check what devices are added to /dev when you connect the disaply. Check what is shown in the system log when you connect the display.
Steve
-
Hello Stephenw10
Thanks much for the message. I will check it, although the service can't start, not with that config.
Anyway, I am also trying to use parallel port configuration since it doesnt' need any interface in between. (I have another display hd44780 compatible with no USB interface)
Will post the results here after all.Thanks
Fabricio.