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

    FW-7541D wrong temperature

    Scheduled Pinned Locked Moved Hardware
    25 Posts 5 Posters 4.9k 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.
    • E
      esquire1968
      last edited by

      dev.cpu.3.temperature: 9.0C
      dev.cpu.3.coretemp.throttle_log: 0
      dev.cpu.3.coretemp.tjmax: 100.0C
      dev.cpu.3.coretemp.resolution: 1
      dev.cpu.3.coretemp.delta: 91
      dev.cpu.3.cx_usage: 100.00% last 4183us
      dev.cpu.3.cx_lowest: C1
      dev.cpu.3.cx_supported: C1/1/0
      dev.cpu.3.%parent: acpi0
      dev.cpu.3.%pnpinfo: _HID=none _UID=0
      dev.cpu.3.%location: handle=\_PR_.P004
      dev.cpu.3.%driver: cpu
      dev.cpu.3.%desc: ACPI CPU
      dev.cpu.2.temperature: 9.0C
      dev.cpu.2.coretemp.throttle_log: 0
      dev.cpu.2.coretemp.tjmax: 100.0C
      dev.cpu.2.coretemp.resolution: 1
      dev.cpu.2.coretemp.delta: 91
      dev.cpu.2.cx_usage: 100.00% last 179us
      dev.cpu.2.cx_lowest: C1
      dev.cpu.2.cx_supported: C1/1/0
      dev.cpu.2.%parent: acpi0
      dev.cpu.2.%pnpinfo: _HID=none _UID=0
      dev.cpu.2.%location: handle=\_PR_.P003
      dev.cpu.2.%driver: cpu
      dev.cpu.2.%desc: ACPI CPU
      dev.cpu.1.temperature: -1
      dev.cpu.1.coretemp.throttle_log: 0
      dev.cpu.1.coretemp.tjmax: -1
      dev.cpu.1.coretemp.resolution: -1
      dev.cpu.1.coretemp.delta: -1
      dev.cpu.1.cx_usage: 100.00% last 4288us
      dev.cpu.1.cx_lowest: C1
      dev.cpu.1.cx_supported: C1/1/0
      dev.cpu.1.%parent: acpi0
      dev.cpu.1.%pnpinfo: _HID=none _UID=0
      dev.cpu.1.%location: handle=\_PR_.P002
      dev.cpu.1.%driver: cpu
      dev.cpu.1.%desc: ACPI CPU
      dev.cpu.0.temperature: -1
      dev.cpu.0.coretemp.throttle_log: 0
      dev.cpu.0.coretemp.tjmax: -1
      dev.cpu.0.coretemp.resolution: -1
      dev.cpu.0.coretemp.delta: -1
      dev.cpu.0.cx_usage: 100.00% last 193us
      dev.cpu.0.cx_lowest: C1
      dev.cpu.0.cx_supported: C1/1/0
      dev.cpu.0.%parent: acpi0
      dev.cpu.0.%pnpinfo: _HID=none _UID=0
      dev.cpu.0.%location: handle=\_PR_.P001
      dev.cpu.0.%driver: cpu
      dev.cpu.0.%desc: ACPI CPU
      dev.cpu.%parent:
      
      

      Strange, isn't it …

      Thomas

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

        ???

        Yeah, what's going on there… Are you sure it's actually a D525?

        Steve

        1 Reply Last reply Reply Quote 0
        • E
          esquire1968
          last edited by

          I hope so …

          CPU Type:  Intel(R) Atom(TM) CPU D525 @ 1.80GHz
                     4 CPUs: 1 package(s) x 2 core(s) x 2 HTT threads 
          

          Lanner's recommendation was to install lm-sensors and the sent me a config file for this (see sensors3.conf).

          Thomas

          cpu.JPG
          cpu.JPG_thumb
          sensors3.conf.txt
          readme.txt

          1 Reply Last reply Reply Quote 0
          • L
            lra
            last edited by

            @esquire1968:

            I hope so …

            CPU Type:  Intel(R) Atom(TM) CPU D525 @ 1.80GHz
                       4 CPUs: 1 package(s) x 2 core(s) x 2 HTT threads 
            

            Lanner's recommendation was to install lm-sensors and the sent me a config file for this (see sensors3.conf).

            Thomas

            I also have a FW-7541D, but running Linux, and the "coretemp" module does not work properly with Linux on that box, which I presume is basically what FreeBSD/pfSense uses.  With "coretemp" I get:

            coretemp-isa-0000
            Adapter: ISA adapter
            Core 0:        +8.0 C  (crit = +100.0 C)
            Core 1:           N/A  (crit = +100.0 C)
            

            It would seem using lm-sensors is the only way to to get the temperature, which does work properly.

            1 Reply Last reply Reply Quote 0
            • E
              esquire1968
              last edited by

              Is it possible to run lm-sensor on FreeBSD/pfSense?

              Thomas

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

                No, there is no lmsensors in FreeBSD.

                The closest thing is mbmon.
                You would have to manually install that though

                Steve

                1 Reply Last reply Reply Quote 0
                • E
                  esquire1968
                  last edited by

                  Do you thing, that mbmon will work. How can I read then the temperature - only via ssh or also on the dashboard?

                  How can I install mbmon?

                  Thomas

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

                    You can try:

                    pkg add http://pkg.freebsd.org/FreeBSD:10:amd64/release_3/All/xmbmon-205_14.txz
                    

                    then

                    rehash
                    

                    then

                    mbmon -D
                    

                    But installing FreeBSD packages isn't recommended.

                    Steve

                    1 Reply Last reply Reply Quote 0
                    • E
                      esquire1968
                      last edited by

                      I there any risk if i install the package?

                      How can I deinstall the package restless?

                      Thomas

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

                        I installed it on my D525 box here and there was no issue. It did't find any hardware though.

                        You can remove it with 'pkg delete X' if you need to.

                        You could just carry on without knowing the exact temperature though. It's probably not important.  ;)

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • E
                          esquire1968
                          last edited by

                          mbmon -D

                          Probe Request: none
                          >>> Testing Reg's at ISA-IO <<<
                          [ISA Port IO-Base:0x290]
                          Probing Winbond/Asus/LM78/79 chip:
                            CR40:0xFF,  CR41:0xFF,  CR42:0xFF,  CR43:0xFF
                            CR44:0xFF,  CR45:0xFF,  CR46:0xFF,  CR47:0xFF
                            CR48:0xFF,  CR49:0xFF,  CR4A:0xFF,  CR4B:0xFF
                            CR4C:0xFF,  CR4D:0xFF,  CR4E:0xFF,  CR4F:0xFF
                            CR56:0xFF,  CR58:0xFF,  CR59:0xFF,  CR5D:0xFF
                            CR3E:0xFF,  CR13:0xFF,  CR17:0xFF,  CRA1:0xFF
                            CR20:0xFF,  CR22:0xFF,  CR23:0xFF,  CR24:0xFF
                            CR27:0xFF,  CR29:0xFF,  CR2A:0xFF,  CR2B:0xFF
                          No Hardware Monitor found!!
                          InitMBInfo: No such file or directory
                          
                          

                          And now?

                          Thomas

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

                            Use a thermometer?  :P

                            I'm out of suggestions at this point.

                            Steve

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