Results 1 to 4 of 4

Thread: inconsistent trip_points: same hardware, different values

  1. #1
    Join Date
    Aug 2009
    Beans
    70

    inconsistent trip_points: same hardware, different values

    Hi,

    what is this? I have two laptops Fujitsu-Siemens Amilo M 7440, both running Ubuntu 10.10.

    One shows this:

    Code:
    # cat /proc/acpi/thermal_zone/THRM/trip_points 
    critical (S5):           105 C
    passive:                 86 C: tc1=3 tc2=1 tsp=150 devices=CPU0 
    active[0]:               65 C: devices= FN1 
    active[1]:               50 C: devices= FN2
    The other this:

    Code:
    # cat /proc/acpi/thermal_zone/THRM/trip_points 
    critical (S5):           85 C
    passive:                 74 C: tc1=3 tc2=1 tsp=150 devices=CPU0 
    active[0]:               64 C: devices= FN1 
    active[1]:               50 C: devices= FN2
    The second one often shuts down unexpectedly, syslog says "critical temperature reached".

    Obviously that is because its critical temperature is 85 C, while the other one allow up to 105 C. Where does this low "critical" value come from and how can I change it? It is really annoying if the computer shuts down right in the middle of some Makefile

    THX
    Last edited by stn21; January 16th, 2011 at 10:59 PM.

  2. #2
    Join Date
    Feb 2008
    Beans
    5,078
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: inconsistent trip_points: same hardware, different values

    Sorry, I can't answer your question.

    However, I suggest you should be asking, "how can I get the fans running so the computer does not get so outrageously hot?"

    I would begin by installing lm-sensors.

  3. #3
    Join Date
    Aug 2009
    Beans
    70

    Re: inconsistent trip_points: same hardware, different values

    Quote Originally Posted by gordintoronto View Post
    Sorry, I can't answer your question...
    True

    Anyone with useful comments ?

    THX
    Last edited by stn21; January 16th, 2011 at 10:56 PM.

  4. #4
    Join Date
    Aug 2009
    Beans
    70

    Re: inconsistent trip_points: same hardware, different values

    .
    Last edited by stn21; January 16th, 2011 at 10:38 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •