Navigation

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

    Watchguard XTM 5 Series

    Hardware
    118
    991
    248253
    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.
    • V
      valepe69 @stephenw10 last edited by

      @stephenw10 Hi, I bought two XTM 5, they have same motherboard (MB-7580W v1.0, CK: 9A80 2010-02-03).
      They differ by the flash bios: one (I'll call it A) has a label with YK12 1046, the other (I'll call it B) has this label with YJ96 3493.
      So I installed pfsense on a CF and I flashed unit A with flashrom. All fine, on boot I see the new string and the red led.
      I wasn't able to do the same with unit B, flashrom was unable to find the device to write. So I loaded freedos with afudos in a cf and flashed this way. All fine on boot I see the new string but red led doesn't come up.
      I can enter the bios and chenge settings but this led doesn't turn on during boot.
      What happens?

      Ps: I unmounted the lcd assembly and mounted on the unit A and red led works.

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

        Hmm, are they the same model xtm5? There were two generation but they were almost identical as far as I know.
        Can you you set the LED using WGXepc?

        Steve

        V 1 Reply Last reply Reply Quote 0
        • V
          valepe69 @stephenw10 last edited by

          @stephenw10 Just tryed, WGXepc64 changes the led. I tryed with green and red.
          Any ideas why the bios don't turn on the led?

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

            I don't. It should, it uses the same set of register changes in the SuperIO chip that WGXepc does.

            1 Reply Last reply Reply Quote 0
            • T
              t-rexky last edited by

              Consider the possibility that the BIOS was previously flashed with a custom image...

              V 1 Reply Last reply Reply Quote 0
              • V
                valepe69 @t-rexky last edited by

                @t-rexky Before the flashing the bios was the stock one

                1 Reply Last reply Reply Quote 0
                • chpalmer
                  chpalmer last edited by

                  My very new unit at the time (year old display model) did not turn on the red light either.

                  V 1 Reply Last reply Reply Quote 0
                  • V
                    valepe69 @chpalmer last edited by valepe69

                    @chpalmer but with the modded bios it should.
                    Infact the other unit ("same" as this one) turns on the red led.
                    I can't find the differences between them. Adding that the led works with WXGepc package.

                    chpalmer 1 Reply Last reply Reply Quote 0
                    • chpalmer
                      chpalmer @valepe69 last edited by

                      @valepe69 said in Watchguard XTM 5 Series:

                      @chpalmer but with the modded bios it should.
                      Infact the other unit ("same" as this one) turns on the red led

                      Yes. it did. :) Watchguard must have made changes at some point.. Ive had several stock units (which I put pfsense on for friends) come through and noted the earlier ones had the red LED whereas mine and a later unit did not.

                      I always change the firmware on them when I get them.

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

                        Hmm, that my bios or t-rexky's? Or am I misremembering? 😉

                        There are a number of things required to enable the red arm led. I'm pretty sure I set all of them....

                        If you run WGXepc at the command line after rebooting does it show it's having to set the GPIO pins?
                        https://github.com/stephenw10/WGXepc/blob/master/WGXepc.c#L1398

                        The BIOS has to set those up for the LED to work so boxes running a modded BIOS should never show those messages.

                        Steve

                        V 1 Reply Last reply Reply Quote 0
                        • V
                          valepe69 @stephenw10 last edited by

                          @stephenw10 I used your one. When I run WGXepc I don't remeber messages. Only the the led operation.

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

                            Hmm, well I would try rebooting it and running WGXepc from the CLI again. If you do see one or more of those it will show the BIOS is not setting up the SIO device as expected.

                            Steve

                            V 1 Reply Last reply Reply Quote 0
                            • V
                              valepe69 @stephenw10 last edited by

                              @stephenw10 turning on the led WGXepc64 shows these lines:
                              Found Firebox XTM5
                              Enabling GPIO2
                              Setting GPIO2 pins as output

                              Turning the led off It shows only:
                              Found Firebox XTM5

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

                                OK, so it only shows that the first time it is run. It only needs to setup the GPIO pin once.
                                It the BIOS was setting it up correctly it wouldn't have to so you would never see those messages. You could confirm that on the other box.
                                So we can say that, for some reason, the BIOS is not running the SIO table on that box.

                                Unfortunately I have no idea why that might be.

                                Steve

                                1 Reply Last reply Reply Quote 0
                                • C
                                  CodeJACK last edited by

                                  Anyone upgraded to pfsense 2.5 yet? Any issues with compatibility for WGXepc64 or other mods mentioned in this thread?

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    dlucas46 @CodeJACK last edited by

                                    @codejack

                                    Did it last night on mine.

                                    No major problems, except for issues with Core temp and the IPV6 Gateway bug.

                                    I have swapped the processor for a Xeon and coretemp gets the wrong values. I fixed this before but the Kernel is now based on version 12 instead of 11 so I have had to recompile the module.

                                    For those of you that are using Xeons, new coretemp module is attached here.

                                    coretemp2.zip

                                    Upload coretemp2.ko to /boot/modules/coretemp2.ko

                                    Chmod 755 coretemp2.ko

                                    In your /boot/loader.conf.local add the following:

                                    coretemp2_load="YES"

                                    Then reboot.

                                    You should now have a correct temperature reading.

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

                                      Yeah, works fine here. No significant issues seen so far, I've been running 2.5 snapshots on it for months.
                                      Including the coretemp values with a Xeon:

                                      Name 	xtm5.stevew.lan
                                      System 	pfSense
                                      Netgate Device ID: e436ea6ef44065f7f646	
                                      BIOS 	Vendor: American Megatrends Inc.
                                      Version: 080015
                                      Release Date: Wed Feb 3 2010
                                      Version 	2.5.0-RELEASE (amd64)
                                      built on Tue Feb 16 08:56:29 EST 2021
                                      FreeBSD 12.2-STABLE
                                      
                                      The system is on the latest version.
                                      Version information updated at Sun Feb 21 14:34:55 GMT 2021  
                                      CPU Type 	Intel(R) Xeon(R) CPU L3110 @ 3.00GHz
                                      Current: 2000 MHz, Max: 3000 MHz
                                      2 CPUs: 1 package(s) x 2 core(s)
                                      AES-NI CPU Crypto: No 
                                      

                                      I'm guessing you're using a Xeon with a pin-mod?

                                      Steve

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        dlucas46 @stephenw10 last edited by

                                        @stephenw10

                                        Yes it is a L5420 771 to 775 conversion.

                                        Core temp thinks it is a core2duo. Both processors have the same ID.

                                        1 Reply Last reply Reply Quote 1
                                        • C
                                          CodeJACK last edited by

                                          Great, ill plan for an upgrade so. Im using the box as a UniFi controller also. If there is no compatibility issues there, ill upgrade. Thanks!

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

                                            Ah, well running unifi on there is probably completely untested. However you have installed that would need to be updated for FreeBSD 12. Really it's much better not to do that anyway.

                                            Steve

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Products

                                            • Platform Overview
                                            • TNSR
                                            • pfSense
                                            • Appliances

                                            Services

                                            • Training
                                            • Professional Services

                                            Support

                                            • Subscription Plans
                                            • Contact Support
                                            • Product Lifecycle
                                            • Documentation

                                            News

                                            • Media Coverage
                                            • Press
                                            • Events

                                            Resources

                                            • Blog
                                            • FAQ
                                            • Find a Partner
                                            • Resource Library
                                            • Security Information

                                            Company

                                            • About Us
                                            • Careers
                                            • Partners
                                            • Contact Us
                                            • Legal
                                            Our Mission

                                            We provide leading-edge network security at a fair price - regardless of organizational size or network sophistication. We believe that an open-source security model offers disruptive pricing along with the agility required to quickly address emerging threats.

                                            Subscribe to our Newsletter

                                            Product information, software announcements, and special offers. See our newsletter archive to sign up for future newsletters and to read past announcements.

                                            © 2021 Rubicon Communications, LLC | Privacy Policy