Lower temperature thresholds for sensors Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionIs my laptop's overheating issue CPU (Dual Core i5) or GPU (Nvidia 320M) related, and can I fix it in Linux Mint?cpufreqd does not control temperature plus shows no outputChanged to Nvidia xorg driver - now I have less temperature sensors?lm-sensors crazy?Find Core temp with sensors and awkReasons for high Memory Temperature?Why is the cpu temperature different on screenfetch and xfce4-sensors and lm-sensorspwmconfig and psensor linking temperature sensors?100C CPU temperature in Ubuntu's “sensors”, but 39C in BIOS, which one is correct?sensors reports negative CPU temperature for RyzenCPU temperatures in linux: throttling or wrong reading?

What does the "x" in "x86" represent?

Can an alien society believe that their star system is the universe?

What exactly is a "Meth" in Altered Carbon?

What is Arya's weapon design?

How to react to hostile behavior from a senior developer?

Using audio cues to encourage good posture

Book where humans were engineered with genes from animal species to survive hostile planets

Echoing a tail command produces unexpected output?

English words in a non-english sci-fi novel

Dating a Former Employee

How to answer "Have you ever been terminated?"

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

What does F' and F" mean?

If a contract sometimes uses the wrong name, is it still valid?

How to find out what spells would be useless to a blind NPC spellcaster?

What causes the vertical darker bands in my photo?

How discoverable are IPv6 addresses and AAAA names by potential attackers?

Is the Standard Deduction better than Itemized when both are the same amount?

Understanding Ceva's Theorem

How do I keep my slimes from escaping their pens?

Can I cast Passwall to drop an enemy into a 20-foot pit?

Error "illegal generic type for instanceof" when using local classes

Why is "Consequences inflicted." not a sentence?

Output the ŋarâþ crîþ alphabet song without using (m)any letters



Lower temperature thresholds for sensors



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionIs my laptop's overheating issue CPU (Dual Core i5) or GPU (Nvidia 320M) related, and can I fix it in Linux Mint?cpufreqd does not control temperature plus shows no outputChanged to Nvidia xorg driver - now I have less temperature sensors?lm-sensors crazy?Find Core temp with sensors and awkReasons for high Memory Temperature?Why is the cpu temperature different on screenfetch and xfce4-sensors and lm-sensorspwmconfig and psensor linking temperature sensors?100C CPU temperature in Ubuntu's “sensors”, but 39C in BIOS, which one is correct?sensors reports negative CPU temperature for RyzenCPU temperatures in linux: throttling or wrong reading?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








9















My eight month old Acer V3-571G is overheating: temperature fluctuates between 64 degC and 75 degC with only Firefox running and the exhausts are starting show some signs of melting. As soon as I launch Eclipse or Chrome, it reaches 80 degC. The main problem is that the high temperature threshold is set to 87 degC.



I installed sensors and added acpi_osi=Linux to the boot line in Grub. However, sensors-detect only detects the coretemp-isa-0000 chip, and pwmconfig does not find any PWM capable sensor modules.



Currently, I'm stuck with an overheating computer on which I cannot seem to control the fans.



I know that the fans work because they turn much faster under Windows, making the computer cooler (and more noisy).



I want to change the high temperature threshold from 87 degC to 65 or 70 degC.



Here's the output of sensors (with only Firefox running on top of KDE4 on OpenSuse):



# sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +65.0°C (high = +87.0°C, crit = +105.0°C)

pkg-temp-0-virtual-0
Adapter: Virtual device
temp1: +66.0°C

nouveau-pci-0100
Adapter: PCI adapter
temp1: +65.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)


Creating /etc/sensors.d/foo with a temp entry seems to only change the reported temperature. I also tried setting the chip to an Intel PECI type (set temp1_type 6 (sensors -s is successful)) but that does not change the speed fans.



I also tried editing /sys/class/hwmon/hwmon0/device/temp1_max but the file is read-only even for root.



Any help or lead is appreciated! I prefer exhausting all possible resources before sending my computer back in because I need it for my day to day job, and I bought in another country than the one I'm currently in.










share|improve this question



















  • 1





    Are you sure these sensor limits are for fan speeds? I doubt that. It looks like the high and critical values for thermal protection of the system. I think there is another reason your fans aren't spinning fast enough like dust that you should examine before playing with these values. Dropping the high value down to 70C may just start processor throttling, giving you less power than you payed for. I'd check the fans, then thermal paste & heatsyncs before changing these values.

    – sbtkd85
    May 13 '14 at 15:59











  • I vacuumed all the ventilation exhausts just a week ago. And this overheating issue has been a problem ever since I bought this computer (as new) but I didn't start worrying until yesterday seeing the melting spots.

    – ChrisR
    May 13 '14 at 16:01











  • Then I'd highly suggest either taking it back to get repaired/replaced, or if you feel comfortable voiding the warranty, opening it up and checking the heatsyncs. I'd imagine there is poor contact and/or missing thermal paste if this has happened since you bought it. It should not be running at 60C+ normally.

    – sbtkd85
    May 13 '14 at 16:08






  • 1





    As mentioned in my post, I bought the computer in another country, so bringing it back would require that I take a plane, fly to the store, and get a refund or something. I'm not exactly inclined to paying a 400 euro trip for a 750 euro computer.

    – ChrisR
    May 13 '14 at 16:09











  • Isn't there a way to force all fans on all time at least? I also just saw that the nouveau [...] fan management: disabled by dmesg | grep -I fan.

    – ChrisR
    May 13 '14 at 16:10

















9















My eight month old Acer V3-571G is overheating: temperature fluctuates between 64 degC and 75 degC with only Firefox running and the exhausts are starting show some signs of melting. As soon as I launch Eclipse or Chrome, it reaches 80 degC. The main problem is that the high temperature threshold is set to 87 degC.



I installed sensors and added acpi_osi=Linux to the boot line in Grub. However, sensors-detect only detects the coretemp-isa-0000 chip, and pwmconfig does not find any PWM capable sensor modules.



Currently, I'm stuck with an overheating computer on which I cannot seem to control the fans.



I know that the fans work because they turn much faster under Windows, making the computer cooler (and more noisy).



I want to change the high temperature threshold from 87 degC to 65 or 70 degC.



Here's the output of sensors (with only Firefox running on top of KDE4 on OpenSuse):



# sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +65.0°C (high = +87.0°C, crit = +105.0°C)

pkg-temp-0-virtual-0
Adapter: Virtual device
temp1: +66.0°C

nouveau-pci-0100
Adapter: PCI adapter
temp1: +65.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)


Creating /etc/sensors.d/foo with a temp entry seems to only change the reported temperature. I also tried setting the chip to an Intel PECI type (set temp1_type 6 (sensors -s is successful)) but that does not change the speed fans.



I also tried editing /sys/class/hwmon/hwmon0/device/temp1_max but the file is read-only even for root.



Any help or lead is appreciated! I prefer exhausting all possible resources before sending my computer back in because I need it for my day to day job, and I bought in another country than the one I'm currently in.










share|improve this question



















  • 1





    Are you sure these sensor limits are for fan speeds? I doubt that. It looks like the high and critical values for thermal protection of the system. I think there is another reason your fans aren't spinning fast enough like dust that you should examine before playing with these values. Dropping the high value down to 70C may just start processor throttling, giving you less power than you payed for. I'd check the fans, then thermal paste & heatsyncs before changing these values.

    – sbtkd85
    May 13 '14 at 15:59











  • I vacuumed all the ventilation exhausts just a week ago. And this overheating issue has been a problem ever since I bought this computer (as new) but I didn't start worrying until yesterday seeing the melting spots.

    – ChrisR
    May 13 '14 at 16:01











  • Then I'd highly suggest either taking it back to get repaired/replaced, or if you feel comfortable voiding the warranty, opening it up and checking the heatsyncs. I'd imagine there is poor contact and/or missing thermal paste if this has happened since you bought it. It should not be running at 60C+ normally.

    – sbtkd85
    May 13 '14 at 16:08






  • 1





    As mentioned in my post, I bought the computer in another country, so bringing it back would require that I take a plane, fly to the store, and get a refund or something. I'm not exactly inclined to paying a 400 euro trip for a 750 euro computer.

    – ChrisR
    May 13 '14 at 16:09











  • Isn't there a way to force all fans on all time at least? I also just saw that the nouveau [...] fan management: disabled by dmesg | grep -I fan.

    – ChrisR
    May 13 '14 at 16:10













9












9








9


1






My eight month old Acer V3-571G is overheating: temperature fluctuates between 64 degC and 75 degC with only Firefox running and the exhausts are starting show some signs of melting. As soon as I launch Eclipse or Chrome, it reaches 80 degC. The main problem is that the high temperature threshold is set to 87 degC.



I installed sensors and added acpi_osi=Linux to the boot line in Grub. However, sensors-detect only detects the coretemp-isa-0000 chip, and pwmconfig does not find any PWM capable sensor modules.



Currently, I'm stuck with an overheating computer on which I cannot seem to control the fans.



I know that the fans work because they turn much faster under Windows, making the computer cooler (and more noisy).



I want to change the high temperature threshold from 87 degC to 65 or 70 degC.



Here's the output of sensors (with only Firefox running on top of KDE4 on OpenSuse):



# sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +65.0°C (high = +87.0°C, crit = +105.0°C)

pkg-temp-0-virtual-0
Adapter: Virtual device
temp1: +66.0°C

nouveau-pci-0100
Adapter: PCI adapter
temp1: +65.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)


Creating /etc/sensors.d/foo with a temp entry seems to only change the reported temperature. I also tried setting the chip to an Intel PECI type (set temp1_type 6 (sensors -s is successful)) but that does not change the speed fans.



I also tried editing /sys/class/hwmon/hwmon0/device/temp1_max but the file is read-only even for root.



Any help or lead is appreciated! I prefer exhausting all possible resources before sending my computer back in because I need it for my day to day job, and I bought in another country than the one I'm currently in.










share|improve this question
















My eight month old Acer V3-571G is overheating: temperature fluctuates between 64 degC and 75 degC with only Firefox running and the exhausts are starting show some signs of melting. As soon as I launch Eclipse or Chrome, it reaches 80 degC. The main problem is that the high temperature threshold is set to 87 degC.



I installed sensors and added acpi_osi=Linux to the boot line in Grub. However, sensors-detect only detects the coretemp-isa-0000 chip, and pwmconfig does not find any PWM capable sensor modules.



Currently, I'm stuck with an overheating computer on which I cannot seem to control the fans.



I know that the fans work because they turn much faster under Windows, making the computer cooler (and more noisy).



I want to change the high temperature threshold from 87 degC to 65 or 70 degC.



Here's the output of sensors (with only Firefox running on top of KDE4 on OpenSuse):



# sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +66.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +65.0°C (high = +87.0°C, crit = +105.0°C)

pkg-temp-0-virtual-0
Adapter: Virtual device
temp1: +66.0°C

nouveau-pci-0100
Adapter: PCI adapter
temp1: +65.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)


Creating /etc/sensors.d/foo with a temp entry seems to only change the reported temperature. I also tried setting the chip to an Intel PECI type (set temp1_type 6 (sensors -s is successful)) but that does not change the speed fans.



I also tried editing /sys/class/hwmon/hwmon0/device/temp1_max but the file is read-only even for root.



Any help or lead is appreciated! I prefer exhausting all possible resources before sending my computer back in because I need it for my day to day job, and I bought in another country than the one I'm currently in.







opensuse temperature sensors acer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 13 '14 at 14:48







ChrisR

















asked May 13 '14 at 14:06









ChrisRChrisR

1464




1464







  • 1





    Are you sure these sensor limits are for fan speeds? I doubt that. It looks like the high and critical values for thermal protection of the system. I think there is another reason your fans aren't spinning fast enough like dust that you should examine before playing with these values. Dropping the high value down to 70C may just start processor throttling, giving you less power than you payed for. I'd check the fans, then thermal paste & heatsyncs before changing these values.

    – sbtkd85
    May 13 '14 at 15:59











  • I vacuumed all the ventilation exhausts just a week ago. And this overheating issue has been a problem ever since I bought this computer (as new) but I didn't start worrying until yesterday seeing the melting spots.

    – ChrisR
    May 13 '14 at 16:01











  • Then I'd highly suggest either taking it back to get repaired/replaced, or if you feel comfortable voiding the warranty, opening it up and checking the heatsyncs. I'd imagine there is poor contact and/or missing thermal paste if this has happened since you bought it. It should not be running at 60C+ normally.

    – sbtkd85
    May 13 '14 at 16:08






  • 1





    As mentioned in my post, I bought the computer in another country, so bringing it back would require that I take a plane, fly to the store, and get a refund or something. I'm not exactly inclined to paying a 400 euro trip for a 750 euro computer.

    – ChrisR
    May 13 '14 at 16:09











  • Isn't there a way to force all fans on all time at least? I also just saw that the nouveau [...] fan management: disabled by dmesg | grep -I fan.

    – ChrisR
    May 13 '14 at 16:10












  • 1





    Are you sure these sensor limits are for fan speeds? I doubt that. It looks like the high and critical values for thermal protection of the system. I think there is another reason your fans aren't spinning fast enough like dust that you should examine before playing with these values. Dropping the high value down to 70C may just start processor throttling, giving you less power than you payed for. I'd check the fans, then thermal paste & heatsyncs before changing these values.

    – sbtkd85
    May 13 '14 at 15:59











  • I vacuumed all the ventilation exhausts just a week ago. And this overheating issue has been a problem ever since I bought this computer (as new) but I didn't start worrying until yesterday seeing the melting spots.

    – ChrisR
    May 13 '14 at 16:01











  • Then I'd highly suggest either taking it back to get repaired/replaced, or if you feel comfortable voiding the warranty, opening it up and checking the heatsyncs. I'd imagine there is poor contact and/or missing thermal paste if this has happened since you bought it. It should not be running at 60C+ normally.

    – sbtkd85
    May 13 '14 at 16:08






  • 1





    As mentioned in my post, I bought the computer in another country, so bringing it back would require that I take a plane, fly to the store, and get a refund or something. I'm not exactly inclined to paying a 400 euro trip for a 750 euro computer.

    – ChrisR
    May 13 '14 at 16:09











  • Isn't there a way to force all fans on all time at least? I also just saw that the nouveau [...] fan management: disabled by dmesg | grep -I fan.

    – ChrisR
    May 13 '14 at 16:10







1




1





Are you sure these sensor limits are for fan speeds? I doubt that. It looks like the high and critical values for thermal protection of the system. I think there is another reason your fans aren't spinning fast enough like dust that you should examine before playing with these values. Dropping the high value down to 70C may just start processor throttling, giving you less power than you payed for. I'd check the fans, then thermal paste & heatsyncs before changing these values.

– sbtkd85
May 13 '14 at 15:59





Are you sure these sensor limits are for fan speeds? I doubt that. It looks like the high and critical values for thermal protection of the system. I think there is another reason your fans aren't spinning fast enough like dust that you should examine before playing with these values. Dropping the high value down to 70C may just start processor throttling, giving you less power than you payed for. I'd check the fans, then thermal paste & heatsyncs before changing these values.

– sbtkd85
May 13 '14 at 15:59













I vacuumed all the ventilation exhausts just a week ago. And this overheating issue has been a problem ever since I bought this computer (as new) but I didn't start worrying until yesterday seeing the melting spots.

– ChrisR
May 13 '14 at 16:01





I vacuumed all the ventilation exhausts just a week ago. And this overheating issue has been a problem ever since I bought this computer (as new) but I didn't start worrying until yesterday seeing the melting spots.

– ChrisR
May 13 '14 at 16:01













Then I'd highly suggest either taking it back to get repaired/replaced, or if you feel comfortable voiding the warranty, opening it up and checking the heatsyncs. I'd imagine there is poor contact and/or missing thermal paste if this has happened since you bought it. It should not be running at 60C+ normally.

– sbtkd85
May 13 '14 at 16:08





Then I'd highly suggest either taking it back to get repaired/replaced, or if you feel comfortable voiding the warranty, opening it up and checking the heatsyncs. I'd imagine there is poor contact and/or missing thermal paste if this has happened since you bought it. It should not be running at 60C+ normally.

– sbtkd85
May 13 '14 at 16:08




1




1





As mentioned in my post, I bought the computer in another country, so bringing it back would require that I take a plane, fly to the store, and get a refund or something. I'm not exactly inclined to paying a 400 euro trip for a 750 euro computer.

– ChrisR
May 13 '14 at 16:09





As mentioned in my post, I bought the computer in another country, so bringing it back would require that I take a plane, fly to the store, and get a refund or something. I'm not exactly inclined to paying a 400 euro trip for a 750 euro computer.

– ChrisR
May 13 '14 at 16:09













Isn't there a way to force all fans on all time at least? I also just saw that the nouveau [...] fan management: disabled by dmesg | grep -I fan.

– ChrisR
May 13 '14 at 16:10





Isn't there a way to force all fans on all time at least? I also just saw that the nouveau [...] fan management: disabled by dmesg | grep -I fan.

– ChrisR
May 13 '14 at 16:10










3 Answers
3






active

oldest

votes


















1














I concur with ChrisR - to me, it sounds like a classic dust problem. PC's are not just PC's - they are mini hoovers of every spec of dust in the room, and you've had it for 8 years! ;-)



8 yr old laptop - I'd pop the back off, expose the CPU fan and take a soft paint brush to it with a hoover in hand. clear the dust out. - if your less hardware savvy, dont worry, There's a youtube video on how to do it :
https://www.youtube.com/watch?v=CcAMlm2_FvY
...must be there for a reason right?



View 1 : If the laptop is getting hot, AND the fan is spinning FAST - that means that the CPU isnt shifting the air efficiently - if it was a sensor problem and a high spinning fan, you'd have coolish air being pushed out...not hot, and certainly not signs of melting. : answer to this is clean the fan



View 2 : If the laptop is getting hot, AND the fan is spinning SLOW - then that would be the sensor problem, CPU paste and dust cleaning wont help this.
: answer = BIOS values may help, some BIOS have "quiet, normal, cool(loud)" settings, but ultimately, I'd expect any OS sensor values would come from what BIOS is reporting back to it - therefore your target adjustments should focus on fan speed, not just CPU temperature.



my 10c. good luck if not already sorted






share|improve this answer






























    1














    You may want to consider two other hardware elements which can lead to overheating. The first is bad hardware, such as hard drive or RAM which might be working inefficiently or have damage such that the devices are working harder than they should. You might want to run some hardware scans against them to make sure they are not working very hard to compensate for a problem.



    Also, CPU temp can have a huge impact on these sensors in my experience and you might actually be looking at a real heating problem with the CPU. Thermal compound was mentioned briefly in another part of this post and I strongly encourage you to see if the thermal paste needs replacement if other ideas fail.



    One more diagnostic test which more speaks to the impact of sensors or the CPU is to try and run a battery of tests while your laptop is in the refrigerator for a while; lower ambient tempature might tell you more about how everything responds.



    Luck to you.






    share|improve this answer






























      -1














      I've got same Acer model (V3-571G) and faced the same problem.



      I've just put my answer here:
      https://askubuntu.com/questions/343824/fans-acting-up-after-installation-on-acer-aspire-v3-571g/466513#466513



      Its a workaround (BIOS upgrade with advanced options enabled; better control of FAn speed).






      share|improve this answer

























      • Answers that are largely links are discouraged on SE (even links to other SE sites). I suggest you either describe the steps needed to solve the problem here or place this link as a comment to the question.

        – drs
        May 15 '14 at 19:12












      • I tried your method. Apart from messing up the UEFI booting process for three days (until I could get my hands on Live CD and burn it correctly), this has not achieved much. How is this supposed to provide better control of fan speed? Pwmconfig still reports no controllable fans, and settings the thermal thresholds in the BIOS does not have any kind of affect in Linux. My temperature is currently around 75 degC! I look forward to an improved answer or at least a comment explaining how I should have better fan control now. Thanks.

        – ChrisR
        May 19 '14 at 14:34











      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "106"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f129214%2flower-temperature-thresholds-for-sensors%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      I concur with ChrisR - to me, it sounds like a classic dust problem. PC's are not just PC's - they are mini hoovers of every spec of dust in the room, and you've had it for 8 years! ;-)



      8 yr old laptop - I'd pop the back off, expose the CPU fan and take a soft paint brush to it with a hoover in hand. clear the dust out. - if your less hardware savvy, dont worry, There's a youtube video on how to do it :
      https://www.youtube.com/watch?v=CcAMlm2_FvY
      ...must be there for a reason right?



      View 1 : If the laptop is getting hot, AND the fan is spinning FAST - that means that the CPU isnt shifting the air efficiently - if it was a sensor problem and a high spinning fan, you'd have coolish air being pushed out...not hot, and certainly not signs of melting. : answer to this is clean the fan



      View 2 : If the laptop is getting hot, AND the fan is spinning SLOW - then that would be the sensor problem, CPU paste and dust cleaning wont help this.
      : answer = BIOS values may help, some BIOS have "quiet, normal, cool(loud)" settings, but ultimately, I'd expect any OS sensor values would come from what BIOS is reporting back to it - therefore your target adjustments should focus on fan speed, not just CPU temperature.



      my 10c. good luck if not already sorted






      share|improve this answer



























        1














        I concur with ChrisR - to me, it sounds like a classic dust problem. PC's are not just PC's - they are mini hoovers of every spec of dust in the room, and you've had it for 8 years! ;-)



        8 yr old laptop - I'd pop the back off, expose the CPU fan and take a soft paint brush to it with a hoover in hand. clear the dust out. - if your less hardware savvy, dont worry, There's a youtube video on how to do it :
        https://www.youtube.com/watch?v=CcAMlm2_FvY
        ...must be there for a reason right?



        View 1 : If the laptop is getting hot, AND the fan is spinning FAST - that means that the CPU isnt shifting the air efficiently - if it was a sensor problem and a high spinning fan, you'd have coolish air being pushed out...not hot, and certainly not signs of melting. : answer to this is clean the fan



        View 2 : If the laptop is getting hot, AND the fan is spinning SLOW - then that would be the sensor problem, CPU paste and dust cleaning wont help this.
        : answer = BIOS values may help, some BIOS have "quiet, normal, cool(loud)" settings, but ultimately, I'd expect any OS sensor values would come from what BIOS is reporting back to it - therefore your target adjustments should focus on fan speed, not just CPU temperature.



        my 10c. good luck if not already sorted






        share|improve this answer

























          1












          1








          1







          I concur with ChrisR - to me, it sounds like a classic dust problem. PC's are not just PC's - they are mini hoovers of every spec of dust in the room, and you've had it for 8 years! ;-)



          8 yr old laptop - I'd pop the back off, expose the CPU fan and take a soft paint brush to it with a hoover in hand. clear the dust out. - if your less hardware savvy, dont worry, There's a youtube video on how to do it :
          https://www.youtube.com/watch?v=CcAMlm2_FvY
          ...must be there for a reason right?



          View 1 : If the laptop is getting hot, AND the fan is spinning FAST - that means that the CPU isnt shifting the air efficiently - if it was a sensor problem and a high spinning fan, you'd have coolish air being pushed out...not hot, and certainly not signs of melting. : answer to this is clean the fan



          View 2 : If the laptop is getting hot, AND the fan is spinning SLOW - then that would be the sensor problem, CPU paste and dust cleaning wont help this.
          : answer = BIOS values may help, some BIOS have "quiet, normal, cool(loud)" settings, but ultimately, I'd expect any OS sensor values would come from what BIOS is reporting back to it - therefore your target adjustments should focus on fan speed, not just CPU temperature.



          my 10c. good luck if not already sorted






          share|improve this answer













          I concur with ChrisR - to me, it sounds like a classic dust problem. PC's are not just PC's - they are mini hoovers of every spec of dust in the room, and you've had it for 8 years! ;-)



          8 yr old laptop - I'd pop the back off, expose the CPU fan and take a soft paint brush to it with a hoover in hand. clear the dust out. - if your less hardware savvy, dont worry, There's a youtube video on how to do it :
          https://www.youtube.com/watch?v=CcAMlm2_FvY
          ...must be there for a reason right?



          View 1 : If the laptop is getting hot, AND the fan is spinning FAST - that means that the CPU isnt shifting the air efficiently - if it was a sensor problem and a high spinning fan, you'd have coolish air being pushed out...not hot, and certainly not signs of melting. : answer to this is clean the fan



          View 2 : If the laptop is getting hot, AND the fan is spinning SLOW - then that would be the sensor problem, CPU paste and dust cleaning wont help this.
          : answer = BIOS values may help, some BIOS have "quiet, normal, cool(loud)" settings, but ultimately, I'd expect any OS sensor values would come from what BIOS is reporting back to it - therefore your target adjustments should focus on fan speed, not just CPU temperature.



          my 10c. good luck if not already sorted







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 2 '16 at 11:33









          Mr_KciMr_Kci

          312




          312























              1














              You may want to consider two other hardware elements which can lead to overheating. The first is bad hardware, such as hard drive or RAM which might be working inefficiently or have damage such that the devices are working harder than they should. You might want to run some hardware scans against them to make sure they are not working very hard to compensate for a problem.



              Also, CPU temp can have a huge impact on these sensors in my experience and you might actually be looking at a real heating problem with the CPU. Thermal compound was mentioned briefly in another part of this post and I strongly encourage you to see if the thermal paste needs replacement if other ideas fail.



              One more diagnostic test which more speaks to the impact of sensors or the CPU is to try and run a battery of tests while your laptop is in the refrigerator for a while; lower ambient tempature might tell you more about how everything responds.



              Luck to you.






              share|improve this answer



























                1














                You may want to consider two other hardware elements which can lead to overheating. The first is bad hardware, such as hard drive or RAM which might be working inefficiently or have damage such that the devices are working harder than they should. You might want to run some hardware scans against them to make sure they are not working very hard to compensate for a problem.



                Also, CPU temp can have a huge impact on these sensors in my experience and you might actually be looking at a real heating problem with the CPU. Thermal compound was mentioned briefly in another part of this post and I strongly encourage you to see if the thermal paste needs replacement if other ideas fail.



                One more diagnostic test which more speaks to the impact of sensors or the CPU is to try and run a battery of tests while your laptop is in the refrigerator for a while; lower ambient tempature might tell you more about how everything responds.



                Luck to you.






                share|improve this answer

























                  1












                  1








                  1







                  You may want to consider two other hardware elements which can lead to overheating. The first is bad hardware, such as hard drive or RAM which might be working inefficiently or have damage such that the devices are working harder than they should. You might want to run some hardware scans against them to make sure they are not working very hard to compensate for a problem.



                  Also, CPU temp can have a huge impact on these sensors in my experience and you might actually be looking at a real heating problem with the CPU. Thermal compound was mentioned briefly in another part of this post and I strongly encourage you to see if the thermal paste needs replacement if other ideas fail.



                  One more diagnostic test which more speaks to the impact of sensors or the CPU is to try and run a battery of tests while your laptop is in the refrigerator for a while; lower ambient tempature might tell you more about how everything responds.



                  Luck to you.






                  share|improve this answer













                  You may want to consider two other hardware elements which can lead to overheating. The first is bad hardware, such as hard drive or RAM which might be working inefficiently or have damage such that the devices are working harder than they should. You might want to run some hardware scans against them to make sure they are not working very hard to compensate for a problem.



                  Also, CPU temp can have a huge impact on these sensors in my experience and you might actually be looking at a real heating problem with the CPU. Thermal compound was mentioned briefly in another part of this post and I strongly encourage you to see if the thermal paste needs replacement if other ideas fail.



                  One more diagnostic test which more speaks to the impact of sensors or the CPU is to try and run a battery of tests while your laptop is in the refrigerator for a while; lower ambient tempature might tell you more about how everything responds.



                  Luck to you.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 12 '16 at 22:44









                  Dana MarbleDana Marble

                  49642




                  49642





















                      -1














                      I've got same Acer model (V3-571G) and faced the same problem.



                      I've just put my answer here:
                      https://askubuntu.com/questions/343824/fans-acting-up-after-installation-on-acer-aspire-v3-571g/466513#466513



                      Its a workaround (BIOS upgrade with advanced options enabled; better control of FAn speed).






                      share|improve this answer

























                      • Answers that are largely links are discouraged on SE (even links to other SE sites). I suggest you either describe the steps needed to solve the problem here or place this link as a comment to the question.

                        – drs
                        May 15 '14 at 19:12












                      • I tried your method. Apart from messing up the UEFI booting process for three days (until I could get my hands on Live CD and burn it correctly), this has not achieved much. How is this supposed to provide better control of fan speed? Pwmconfig still reports no controllable fans, and settings the thermal thresholds in the BIOS does not have any kind of affect in Linux. My temperature is currently around 75 degC! I look forward to an improved answer or at least a comment explaining how I should have better fan control now. Thanks.

                        – ChrisR
                        May 19 '14 at 14:34















                      -1














                      I've got same Acer model (V3-571G) and faced the same problem.



                      I've just put my answer here:
                      https://askubuntu.com/questions/343824/fans-acting-up-after-installation-on-acer-aspire-v3-571g/466513#466513



                      Its a workaround (BIOS upgrade with advanced options enabled; better control of FAn speed).






                      share|improve this answer

























                      • Answers that are largely links are discouraged on SE (even links to other SE sites). I suggest you either describe the steps needed to solve the problem here or place this link as a comment to the question.

                        – drs
                        May 15 '14 at 19:12












                      • I tried your method. Apart from messing up the UEFI booting process for three days (until I could get my hands on Live CD and burn it correctly), this has not achieved much. How is this supposed to provide better control of fan speed? Pwmconfig still reports no controllable fans, and settings the thermal thresholds in the BIOS does not have any kind of affect in Linux. My temperature is currently around 75 degC! I look forward to an improved answer or at least a comment explaining how I should have better fan control now. Thanks.

                        – ChrisR
                        May 19 '14 at 14:34













                      -1












                      -1








                      -1







                      I've got same Acer model (V3-571G) and faced the same problem.



                      I've just put my answer here:
                      https://askubuntu.com/questions/343824/fans-acting-up-after-installation-on-acer-aspire-v3-571g/466513#466513



                      Its a workaround (BIOS upgrade with advanced options enabled; better control of FAn speed).






                      share|improve this answer















                      I've got same Acer model (V3-571G) and faced the same problem.



                      I've just put my answer here:
                      https://askubuntu.com/questions/343824/fans-acting-up-after-installation-on-acer-aspire-v3-571g/466513#466513



                      Its a workaround (BIOS upgrade with advanced options enabled; better control of FAn speed).







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited 11 hours ago









                      Rui F Ribeiro

                      42.1k1484142




                      42.1k1484142










                      answered May 15 '14 at 18:47









                      Rostislav StribrnyRostislav Stribrny

                      992




                      992












                      • Answers that are largely links are discouraged on SE (even links to other SE sites). I suggest you either describe the steps needed to solve the problem here or place this link as a comment to the question.

                        – drs
                        May 15 '14 at 19:12












                      • I tried your method. Apart from messing up the UEFI booting process for three days (until I could get my hands on Live CD and burn it correctly), this has not achieved much. How is this supposed to provide better control of fan speed? Pwmconfig still reports no controllable fans, and settings the thermal thresholds in the BIOS does not have any kind of affect in Linux. My temperature is currently around 75 degC! I look forward to an improved answer or at least a comment explaining how I should have better fan control now. Thanks.

                        – ChrisR
                        May 19 '14 at 14:34

















                      • Answers that are largely links are discouraged on SE (even links to other SE sites). I suggest you either describe the steps needed to solve the problem here or place this link as a comment to the question.

                        – drs
                        May 15 '14 at 19:12












                      • I tried your method. Apart from messing up the UEFI booting process for three days (until I could get my hands on Live CD and burn it correctly), this has not achieved much. How is this supposed to provide better control of fan speed? Pwmconfig still reports no controllable fans, and settings the thermal thresholds in the BIOS does not have any kind of affect in Linux. My temperature is currently around 75 degC! I look forward to an improved answer or at least a comment explaining how I should have better fan control now. Thanks.

                        – ChrisR
                        May 19 '14 at 14:34
















                      Answers that are largely links are discouraged on SE (even links to other SE sites). I suggest you either describe the steps needed to solve the problem here or place this link as a comment to the question.

                      – drs
                      May 15 '14 at 19:12






                      Answers that are largely links are discouraged on SE (even links to other SE sites). I suggest you either describe the steps needed to solve the problem here or place this link as a comment to the question.

                      – drs
                      May 15 '14 at 19:12














                      I tried your method. Apart from messing up the UEFI booting process for three days (until I could get my hands on Live CD and burn it correctly), this has not achieved much. How is this supposed to provide better control of fan speed? Pwmconfig still reports no controllable fans, and settings the thermal thresholds in the BIOS does not have any kind of affect in Linux. My temperature is currently around 75 degC! I look forward to an improved answer or at least a comment explaining how I should have better fan control now. Thanks.

                      – ChrisR
                      May 19 '14 at 14:34





                      I tried your method. Apart from messing up the UEFI booting process for three days (until I could get my hands on Live CD and burn it correctly), this has not achieved much. How is this supposed to provide better control of fan speed? Pwmconfig still reports no controllable fans, and settings the thermal thresholds in the BIOS does not have any kind of affect in Linux. My temperature is currently around 75 degC! I look forward to an improved answer or at least a comment explaining how I should have better fan control now. Thanks.

                      – ChrisR
                      May 19 '14 at 14:34

















                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Unix & Linux Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f129214%2flower-temperature-thresholds-for-sensors%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      -acer, opensuse, sensors, temperature

                      Popular posts from this blog

                      Mobil Contents History Mobil brands Former Mobil brands Lukoil transaction Mobil UK Mobil Australia Mobil New Zealand Mobil Greece Mobil in Japan Mobil in Canada Mobil Egypt See also References External links Navigation menuwww.mobil.com"Mobil Corporation"the original"Our Houston campus""Business & Finance: Socony-Vacuum Corp.""Popular Mechanics""Lubrite Technologies""Exxon Mobil campus 'clearly happening'""Toledo Blade - Google News Archive Search""The Lion and the Moose - How 2 Executives Pulled off the Biggest Merger Ever""ExxonMobil Press Release""Lubricants""Archived copy"the original"Mobil 1™ and Mobil Super™ motor oil and synthetic motor oil - Mobil™ Motor Oils""Mobil Delvac""Mobil Industrial website""The State of Competition in Gasoline Marketing: The Effects of Refiner Operations at Retail""Mobil Travel Guide to become Forbes Travel Guide""Hotel Rankings: Forbes Merges with Mobil"the original"Jamieson oil industry history""Mobil news""Caltex pumps for control""Watchdog blocks Caltex bid""Exxon Mobil sells service station network""Mobil Oil New Zealand Limited is New Zealand's oldest oil company, with predecessor companies having first established a presence in the country in 1896""ExxonMobil subsidiaries have a business history in New Zealand stretching back more than 120 years. We are involved in petroleum refining and distribution and the marketing of fuels, lubricants and chemical products""Archived copy"the original"Exxon Mobil to Sell Its Japanese Arm for $3.9 Billion""Gas station merger will end Esso and Mobil's long run in Japan""Esso moves to affiliate itself with PC Optimum, no longer Aeroplan, in loyalty point switch""Mobil brand of gas stations to launch in Canada after deal for 213 Loblaws-owned locations""Mobil Nears Completion of Rebranding 200 Loblaw Gas Stations""Learn about ExxonMobil's operations in Egypt""Petrol and Diesel Service Stations in Egypt - Mobil"Official websiteExxon Mobil corporate websiteMobil Industrial official websiteeeeeeeeDA04275022275790-40000 0001 0860 5061n82045453134887257134887257

                      Frič See also Navigation menuinternal link

                      Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant