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

Firebox LCD Driver for LCDProc

Hardware
97
398
412.6k
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.
  • P
    phr0zen
    last edited by Apr 27, 2011, 6:04 PM Apr 27, 2011, 3:32 PM

    I am having an issue installing the lcdd4.tar.  (firebox x700, 1.2.3 embeded installed via live cd, onto HD)

    Steps:
    1. uploaded the lcdd4.tar via web interface
    2. opened console via serial (putty)
    3. tar -xvf lcdd4.tar
    4. ./install-embed2.lcdd.sh

    I get this:

    ln /lib/libkvm.so.4:  File Exists

    I try to run it anyway with:
    /usr/local/etc/rc.d/lcdd.sh

    I get:
    /libexec/ld-elf.so.1: Shared object "libkvm.so.3" not found, required by "lcdproc"

    Can anyone help me?
    (btw, this was a fresh install, only thing i did after interface setup was try to install this lccd4.tar)

    Thanks!

    EDIT:

    Ok… so I think I figured it out.  Got it working at least.
    I had to edit the install-embed.lcdd.sh. It looked like it was creating the wrong symlinks for 1.2.3 (gathered from other posts).  Here is what I edited it to:

    
    #!/bin/csh
    /etc/rc.conf_mount_rw
    cp -R lcdd /usr/local/share/
    cp /usr/local/share/lcdd/lcdd.sh /usr/local/etc/rc.d/
    chown -R root:wheel /usr/local/share/lcdd
    chmod -R ugo=rX /usr/local/share/lcdd
    chown root:wheel /usr/local/etc/rc.d/lcdd.sh
    chmod ugo=rx /usr/local/etc/rc.d/lcdd.sh
    ln -s /lib/libc.so.7 /lib/libc.so.6
    ln -s /lib/libkvm.so.4 /lib/libkvm.so.3
    /etc/rc.conf_mount_ro
    
    
    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by Apr 27, 2011, 6:08 PM

      Yes, my fault! Sorry  :-[

      libkvm.so.5 is only in 2.0.

      I'm late for a dinner party, I'll edit something later!

      Steve

      1 Reply Last reply Reply Quote 0
      • S
        stephenw10 Netgate Administrator
        last edited by Apr 27, 2011, 10:43 PM

        Ok, so as pointed out phr0zen above the file lcdd4.tar does not install properly on 1.2.3 since it sets sym links for libkvm.so.5 which doesn't exist in 1.2.3.

        If you have installed it and got the error

        ln /lib/libkvm.so.4:  File Exists
        

        You need to add the sym link manually with the following console commands:

        
        /etc/rc.conf_mount_rw
        ln -s /lib/libkvm.so.4 /lib/libkvm.so.3
        /etc/rc.conf_mount_ro
        
        

        Now you can start the server and all should be well.

        Steve

        1 Reply Last reply Reply Quote 0
        • H
          hmeister
          last edited by May 1, 2011, 1:32 AM

          @phr0zen:

          I am having an issue installing the lcdd4.tar.  (firebox x700, 1.2.3 embeded installed via live cd, onto HD)

          Steps:
          1. uploaded the lcdd4.tar via web interface
          2. opened console via serial (putty)
          3. tar -xvf lcdd4.tar
          4. ./install-embed2.lcdd.sh

          I get this:

          ln /lib/libkvm.so.4:  File Exists

          I try to run it anyway with:
          /usr/local/etc/rc.d/lcdd.sh

          I get:
          /libexec/ld-elf.so.1: Shared object "libkvm.so.3" not found, required by "lcdproc"

          Can anyone help me?
          (btw, this was a fresh install, only thing i did after interface setup was try to install this lccd4.tar)

          Thanks!

          EDIT:

          Ok… so I think I figured it out.  Got it working at least.
          I had to edit the install-embed.lcdd.sh. It looked like it was creating the wrong symlinks for 1.2.3 (gathered from other posts).  Here is what I edited it to:

          
          #!/bin/csh
          /etc/rc.conf_mount_rw
          cp -R lcdd /usr/local/share/
          cp /usr/local/share/lcdd/lcdd.sh /usr/local/etc/rc.d/
          chown -R root:wheel /usr/local/share/lcdd
          chmod -R ugo=rX /usr/local/share/lcdd
          chown root:wheel /usr/local/etc/rc.d/lcdd.sh
          chmod ugo=rx /usr/local/etc/rc.d/lcdd.sh
          ln -s /lib/libc.so.7 /lib/libc.so.6
          ln -s /lib/libkvm.so.4 /lib/libkvm.so.3
          /etc/rc.conf_mount_ro
          
          

          phr0zen & steve…
          Ok - so if I run the 4.tar with the original syntax and then clean up with your (phr0zen) instructions will that get this to work? I just hate to hose my HD install of the 1.2.3 imbedded. I just finished up cleaning up the 3 fans and added a quiet coolermaster with a modded heat sync. I also fell into the perfect drive sled that works with the 2.5laptop drive. I made the decision to close the case - but this may be too soon if this next attempt at the CLI does not get the lcd working... Thanks for all your help here...
          H.

          Best Regards;
          H.

          1 Reply Last reply Reply Quote 0
          • H
            hmeister
            last edited by May 1, 2011, 1:37 AM

            @stephenw10:

            Ok, so as pointed out phr0zen above the file lcdd4.tar does not install properly on 1.2.3 since it sets sym links for libkvm.so.5 which doesn't exist in 1.2.3.

            If you have installed it and got the error

            ln /lib/libkvm.so.4:  File Exists
            

            You need to add the sym link manually with the following console commands:

            
            /etc/rc.conf_mount_rw
            ln -s /lib/libkvm.so.4 /lib/libkvm.so.3
            /etc/rc.conf_mount_ro
            
            

            Now you can start the server and all should be well.

            Steve

            Steve - Ok - I read this twice and I am ready to jump in again on the CLI…
            I will expect the error and move on with your instructions here...
            Thanks for the efforts here and hoping to put this project together and start building the firewall rules. Will update tomorrow and let you know how things are going ....
            Thx & Best Regards...
            H.
            BTW - I took off Friday and on Admin at work asked if I stayed home on Friday to watch the wedding but my reply was something like beer and fishing were the order of the day. Her reply was "In the name of the wedding I presume" :)

            Best Regards;
            H.

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by May 1, 2011, 1:43 AM

              Here in London it was pretty crazy!  ::)

              National day off was nice though.  :)

              Steve

              1 Reply Last reply Reply Quote 0
              • H
                hmeister
                last edited by May 1, 2011, 2:53 AM

                @stephenw10:

                Here in London it was pretty crazy!  ::)

                National day off was nice though.  :)

                Steve

                There ya go - Niiiccce…
                That crowd was huge!

                Well, I tried and now consider myself Linux challenged... Must have been the beer and fishing on Friday..
                Tar'd the version 4 and got no error? but continued and ran rw on the system and tried the edit. I think I need to edit the install-embed.lcdd.sh following phr0zen's syntax - I can see it try and load but no joy...

                Best Regards;
                H.

                1 Reply Last reply Reply Quote 0
                • S
                  stephenw10 Netgate Administrator
                  last edited by May 1, 2011, 10:54 AM

                  Editing the script should definitely work. But I would expect it to simply need the extra sym link.  :-
                  What error does it give when it tries to load?

                  When you ran the install script it didn't give an error? Weird!

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • H
                    hmeister
                    last edited by May 1, 2011, 11:44 AM

                    @stephenw10:

                    Editing the script should definitely work. But I would expect it to simply need the extra sym link.  :-
                    What error does it give when it tries to load?

                    When you ran the install script it didn't give an error? Weird!

                    Steve

                    Steve…
                    No Error...
                    I am going to build out another 2 version ISO and write another drive...
                    I got the error the first time on the 1.2.3 and rebuilt 1.2.3 drive again as I think it changes the system boot so I started over. I think you mentioned it messes with the imbedded RO.

                    When I build the hard drive & use my current 2 version ISO it never gets to the last menu when it boots so I am going to download 2 again and rebuild the ISO again and try that... It would be great to get the LCD going but it is not a show stopper but I am willing to try and figure out how to do this. - Like you said - It isn't that hard.... :)

                    Best Regards;
                    H.

                    1 Reply Last reply Reply Quote 0
                    • H
                      hmeister
                      last edited by May 1, 2011, 1:10 PM

                      I am going to throw this out there - (sameless lack of effort) ::)
                      Anyone have a .gho or acronis image??
                      I am burning the 2.0 RC1 now but was just wondering?

                      Best Regards;
                      H.

                      1 Reply Last reply Reply Quote 0
                      • H
                        hmeister
                        last edited by May 1, 2011, 4:49 PM

                        Hi…

                        When you build 2.0 imbedded - it boots and does not go to the last menu nor does it allow you to setup the LAN addressing? Is that normal?

                        I am rebuilding my 1.2.3 and going after this again - Thanks everyone for your help...
                        Getting back to Linux after a few years is a challange but things are slowly coming back and I think this is a good exercise for me - If I start whining to much just give me a snickers bar and I will be ok...

                        Regards;

                        H.

                        Best Regards;
                        H.

                        1 Reply Last reply Reply Quote 0
                        • S
                          stephenw10 Netgate Administrator
                          last edited by May 1, 2011, 4:59 PM

                          Hmm,
                          There seem to several people having that problem, check the x700 thread.
                          It seems to have started around 2.0Beta5.
                          One solution is to install 1.2.3 and then upgrade. Not a nice or long term solution if you ask me.
                          I don't actually have an x-core box so I haven't experienced it.

                          pfSense is BSD not linux. Just different enough to catch you out!  ::)

                          Steve

                          1 Reply Last reply Reply Quote 0
                          • H
                            hmeister
                            last edited by May 14, 2011, 3:50 AM May 1, 2011, 8:31 PM

                            Wow - I started this and did not even pay attention - I thought FreeBSD was Linux - my bad….
                            Thanks for a eye opener Steve... After reading about FreeBSD I can see why pfsense is built on this os.... and I am glad I am on this path now.

                            I rebuilt the drive on 1.2.3 and will try the upgrade path and go through the thread again... When I look at the syntax and try to apply it some of the paths do not exist after the upgrade attempt??! Or my input is incorrect...
                            H.
                            edit - Update - All due to a hard drive that did not work with the 2.0 version - For some reason the in-place upgrade did not like the /mbr signature on the harddrive!

                            Best Regards;
                            H.

                            1 Reply Last reply Reply Quote 0
                            • H
                              hmeister
                              last edited by May 14, 2011, 3:52 AM

                              Steve…

                              Thanks again - the lcd setup worked like a charm on the second x700!  ;D
                              This time I applied the correct syntax and the LCD started right up without a reboot...!

                              Regards;

                              H.

                              Best Regards;
                              H.

                              1 Reply Last reply Reply Quote 0
                              • M
                                mmiller
                                last edited by May 16, 2011, 11:36 PM

                                I just purchased a Firebox X8000 from ebay.  I was wondering if the LDCProc driver works on all of the LCD displays or only the X Core line?

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stephenw10 Netgate Administrator
                                  last edited by May 16, 2011, 11:43 PM

                                  It will work fine on the X8000. I installed it on my X6000 just yesterday on 2.0RC2.

                                  Steve

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    dfwbt
                                    last edited by May 25, 2011, 3:26 AM

                                    Been piddling with my x500, and the results are promising as far as the buttons, I've used lcdexec from the LCDproc package and gotten the menus working.  I've only thus far created 2 functions, 1 is to Reboot, the other is to Reset the admin passwd….(would want to be careful with the 2nd one!) :)  Will keep poking around with this and post back soon :)

                                    -Andy

                                    Andrew Miffleton
                                    Telecommunications Technician
                                    DFW Business Telephones, Inc.
                                    1260 Shiloh Rd.
                                    Plano, TX 75074
                                    (972)424-4242 x455

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      stephenw10 Netgate Administrator
                                      last edited by May 25, 2011, 11:51 AM

                                      Sounds like good work.  :)

                                      Steve

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jdetmold
                                        last edited by May 25, 2011, 7:16 PM

                                        Thats awesome!

                                        @dfwbt:

                                        Been piddling with my x500, and the results are promising as far as the buttons, I've used lcdexec from the LCDproc package and gotten the menus working.  I've only thus far created 2 functions, 1 is to Reboot, the other is to Reset the admin passwd….(would want to be careful with the 2nd one!) :)  Will keep poking around with this and post back soon :)

                                        -Andy

                                        Andrew Miffleton
                                        Telecommunications Technician
                                        DFW Business Telephones, Inc.
                                        1260 Shiloh Rd.
                                        Plano, TX 75074
                                        (972)424-4242 x455

                                        1 Reply Last reply Reply Quote 0
                                        • H
                                          hmeister
                                          last edited by May 25, 2011, 10:43 PM

                                          @dfwbt:

                                          Been piddling with my x500, and the results are promising as far as the buttons, I've used lcdexec from the LCDproc package and gotten the menus working.  I've only thus far created 2 functions, 1 is to Reboot, the other is to Reset the admin passwd….(would want to be careful with the 2nd one!) :)  Will keep poking around with this and post back soon :)

                                          -Andy

                                          Andrew Miffleton
                                          Telecommunications Technician
                                          DFW Business Telephones, Inc.
                                          1260 Shiloh Rd.
                                          Plano, TX 75074
                                          (972)424-4242 x455

                                          dfwbt…
                                          Steve's shell script works fine for what I need. Just having it run with the domain name, uptime and processor info is enough, plus the LCD script will run once the system has started correctly so for me this is enough... The backlight turning off at first was bugging me but thinking about it the backlight only needs to run when you push the right button just to check the uptime and make sure it appears to be running correctly. I can tell you if his script does not run then you know there is an issue with the box and the FreeBSD/pfSense boot process.

                                          I am deploying my first x7000 build this Saturday and having the LCD run when running at a customers location is just one more valuable piece to modding the Watchguard boxes  for small business use. Your customer can at least look at the green light (steve's script) and take a look at the uptime on the LCD while they are on the phone with you. I am not setting up remote management as I consider this a potential security issue and would like to keep everything locked down as much as possible. I have a backup drive I am leaving with the customer with the complete build in the event there is some issue which will allow a quick repair in the event something goes wrong... (FreeBSD go Wrong?? NOT ;) )

                                          H.

                                          Best Regards;
                                          H.

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