OPNsense Forum

English Forums => Hardware and Performance => Topic started by: Hesienberg1187 on June 13, 2024, 12:11:48 PM

Title: LCDproc Help needed on Sophos XG210 REV 3
Post by: Hesienberg1187 on June 13, 2024, 12:11:48 PM
I downloaded the plugin, have it installed but I cannot find the setting anywhere to enable it in opnsense. I am a newb to opnsense, and after googling I found nothing helpful. If anyone has a solution, id greatly appreciate it.
Title: Re: LCDproc Help needed on Sophos XG210 REV 3
Post by: Yoe777 on October 26, 2024, 03:27:21 AM
Did you find the settings for LCDproc on Sophos XG210 Rev3?  I have the same unit and have not figured them out yet.
Title: [SOLVED] Re: LCDproc Help needed on Sophos XG210 REV 3
Post by: Eric106 on October 29, 2024, 07:05:59 PM
I have an XG210 rev3 that I recently put OPNsense on and worked through the LCD configuration.

There is useful documentation on the lcdproc project at http://lcdproc.omnipotent.net (http://lcdproc.omnipotent.net) and https://github.com/lcdproc/lcdproc/releases (https://github.com/lcdproc/lcdproc/releases) as well as looking in the OPNsense https://github.com/opnsense/plugins/tree/master/sysutils/lcdproc-sdeclcd (https://github.com/opnsense/plugins/tree/master/sysutils/lcdproc-sdeclcd) and FreeBSD https://cgit.freebsd.org/ports/tree/sysutils/lcdproc (https://cgit.freebsd.org/ports/tree/sysutils/lcdproc) git sources.

Here is my /usr/local/etc/LCDd-sdeclcd.conf file.

[server]
DriverPath=/usr/local/lib/lcdproc/
Driver=hd44780
Bind=127.0.0.1
Port=13666
ReportToSyslog=yes
User=nobody
Foreground=no
Hello="  Welcome to"
Hello="   OPNsense!"
GoodBye="Thanks for using"
GoodBye="   OPNsense!"
WaitTime=5
AutoRotate=no
ServerScreen=no
Backlight=on
TitleSpeed=5
ToggleRotateKey=Escape
PrevScreenKey=Up
NextScreenKey=Down


[hd44780]
ConnectionType=ezio
Device=/dev/cuau1
Keypad=yes
Size=16x2
KeyMatrix_4_1=Down
KeyMatrix_4_2=Escape
KeyMatrix_4_3=Up
KeyMatrix_4_4=Enter


-Eric