Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    EZIO Driver for LCDproc

    Scheduled Pinned Locked Moved Hardware
    144 Posts 22 Posters 49.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      This appears to be in the FreeBSD 11 stable package now. Wonder if we can get it pulled into our repo….

      Steve

      1 Reply Last reply Reply Quote 0
      • A
        andrew867
        last edited by

        @fmertz:

        OK, I rebuilt this driver with fewer dependencies:

        $ ldd server/drivers/hd44780.so
        server/drivers/hd44780.so:
                libkvm.so.6 => /lib/libkvm.so.6 (0x28205000)
                libc.so.7 => /lib/libc.so.7 (0x2806f000)
        
        

        File:

        $ file server/drivers/hd44780.so
        server/drivers/hd44780.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), dynamically linked, not stripped
        
        

        Let me know…

        I've got an old IBM security appliance that will only run x86 and I had the same issue with libftdi1 not existing. The recompiled version works perfect, thanks!

        1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          The EZIO driver is now in the lcdproc package for 2.4.4 snapshots but not yet exposed by the GUI. Still easier to test though.

          Steve

          1 Reply Last reply Reply Quote 0
          • x2rlX
            x2rl
            last edited by

            would this work with pihole? my smoothwall box runs debian with pi-hole its the very same screen.

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              The driver is in lcdproc upstream so if you install lcdptoc it should be available.

              Steve

              x2rlX 1 Reply Last reply Reply Quote 1
              • x2rlX
                x2rl @stephenw10
                last edited by

                @stephenw10 ive put pfsense back on the box any ideas what settings is needed

                Com port
                Set the com port LCDproc should use.
                Display size
                Set the display size lcdproc should use.
                Driver
                Select the LCD driver LCDproc should use. Some drivers will show additional settings.
                Connection type
                Select the HD44780 connection type
                Port speed
                Set the port speed.
                Caution: not all the driver or panels support all the speeds, leave "default" if unsure.

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by

                  The driver is not in the GUI yet so you can't set lcdd.conf using the package menu. You still need to manually edit it and start it as shown earlier in this thread. But you no longer need to install the driver.

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • S
                    Smoothrunnings
                    last edited by

                    Does anyone know if this comes built into LCDProc /w pfSense 2.4.4 ??

                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      The driver is now included in lcdproc but the pfSense gui parts are not there yet. So no need to copy the module across but you still need to start it manually.

                      Steve

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        Smoothrunnings @stephenw10
                        last edited by

                        @stephenw10 not sure how to apply it.. I am a windows guy not a *nix guy but can follow instructions easily.

                        Thanks

                        1 Reply Last reply Reply Quote 0
                        • stephenw10S
                          stephenw10 Netgate Administrator
                          last edited by stephenw10

                          Install the lcdproc and shellcmd packages.

                          Do NOT enable anything in the lcdproc package in the webgui.

                          Create file /root/LCDd.conf

                          [server]
                          DriverPath=/usr/local/lib/lcdproc/
                          Driver=hd44780
                          Bind=127.0.0.1
                          Port=13666
                          ReportLevel=3
                          ReportToSyslog=yes
                          User=nobody
                          Foreground=no
                          ServerScreen=no
                          GoodBye="Thanks for using"
                          GoodBye="    pfSense     "
                          WaitTime=5
                          ToggleRotateKey=Enter
                          PrevScreenKey=Left
                          NextScreenKey=Right
                          ScrollUpKey=Up
                          ScrollDownKey=Down
                          [menu]
                          MenuKey=Escape
                          EnterKey=Enter
                          UpKey=Up
                          DownKey=Down
                          [hd44780]
                          driverpath=/usr/local/lib/lcdproc/
                          ConnectionType=ezio
                          Device=/dev/cuau1
                          Keypad=yes
                          Size=16x2
                          KeyMatrix_4_1=Enter
                          KeyMatrix_4_2=Up
                          KeyMatrix_4_3=Down
                          KeyMatrix_4_4=Escape
                          

                          Add shellcmds to start the lcdproc daemon and client:
                          0_1538922789409_Selection_496.png

                          Reboot.

                          Steve

                          S 1 Reply Last reply Reply Quote 1
                          • S
                            Smoothrunnings @stephenw10
                            last edited by

                            @stephenw10 and how do i get it to display server uptime?

                            1 Reply Last reply Reply Quote 0
                            • stephenw10S
                              stephenw10 Netgate Administrator
                              last edited by

                              The U switch for the client is uptime I think. Been a while since I looked into that. If you just want uptime just remove C and T.

                              Steve

                              1 Reply Last reply Reply Quote 0
                              • I
                                ibysmalls
                                last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • S
                                  Smoothrunnings
                                  last edited by

                                  Has LCDproc the GUI been updated yet to support the EZIO?

                                  If not does anyone know when it might be?

                                  Thanks

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    Not yet. I did have a stab at it a while back but there were a few complications. It should be pretty easy to add though.

                                    Steve

                                    S 2 Replies Last reply Reply Quote 0
                                    • S
                                      Smoothrunnings @stephenw10
                                      last edited by

                                      @stephenw10 Well I am a Windows guy. So someone would have tell me like a 2 year old how to do this other way. :)

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        Smoothrunnings @stephenw10
                                        last edited by

                                        @stephenw10 Is yet available on the GUI for LCDproc?

                                        Thanks,

                                        1 Reply Last reply Reply Quote 0
                                        • stephenw10S
                                          stephenw10 Netgate Administrator
                                          last edited by

                                          Sorry, not yet. I'll try to dig that code out again.

                                          Steve

                                          1 Reply Last reply Reply Quote 0
                                          • N
                                            NathanBB9
                                            last edited by

                                            Any ideas why this didint work for me @stephenw10 did the exact same and no display on the lcd just a underscore going all around the screen

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.