Skip to main content

All Questions

Tagged with
1 vote
3 answers
106 views

High fan speed when touching the left underside of my laptop

Problem When i touch the left underside of the laptop the fan speed goes up drastically Other than in this situation, the fans almost never spin up (unless i run something like a 3d game or do heavy ...
sunyata's user avatar
  • 111
0 votes
1 answer
149 views

After upgrading to Ubuntu 19.04 proccessor fan always on

I recenlty upgraded to Ubuntu 19.04, before the upgrade the fan speeds were normal and rarely got loud. After the upgrade the fan is always on. I searched for a fix and found out that sensors ouputs ...
malm's user avatar
  • 1
0 votes
0 answers
766 views

Can not view fan speed rpm in hp 4530s laptop

Output of sensors is: ~$ sensors acpitz-virtual-0 Adapter: Virtual device temp1: +31.0°C (crit = +128.0°C) temp2: +0.0°C (crit = +128.0°C) temp3: +31.0°C (crit = +128.0°C) ...
Daniyal Javani's user avatar
0 votes
1 answer
4k views

How can I write my CPU temperature into a file on Linux?

Recently I installed lm-sensor for monitoring my CPU temperature. I am monitoring it by this command in the terminal: while [ true ]; do sensors; sleep 1; done But I need to access my temperature ...
payam's user avatar
  • 3
1 vote
0 answers
283 views

Reading cpu temperature Intel celeron R ubuntu

I know there are already a lot of questions like this, but non of the answers provided there could fix my problem. Hopefully I find an answer here. I try to read out my cpu temperature with lm-sensors ...
tim_a's user avatar
  • 111
2 votes
3 answers
2k views

lm-sensors - always returns 32 degrees (celsius) for temperature

On my VIA EPIA motherboard (using VIA VT8231 ISA bridge), I get strange output for the lm-sensors temperature reading. It always returns 32 degrees (celsius). I have previously had correct output ...
mopoke's user avatar
  • 121