Skip to main content

Questions tagged [sensors]

2 votes
1 answer
37 views

I'm trying to learn how to probe my CPU sensor data. I need at most 1 to 2 ms sampling period. Using hwmon this could be possible for the temperature data. But so far I only discovered the CPUfreq ...
Bastian sek's user avatar
0 votes
1 answer
171 views

I have a Gigabyte X570 GAMING X motherboard and want to control the fans from my XUbuntu 24.04, but it has issues detecting the fans. There is a suggested solution, but modprobe it87 force_id=0x8628 ...
sjngm's user avatar
  • 547
1 vote
0 answers
162 views

Edit: The original question of this post was regarding the "average" cpu MHz as obtained via conky builtins and the command line. A further question was regarding temperatures as reported by ...
Terry Wendt's user avatar
1 vote
0 answers
328 views

I have a temp/humidity sensor connected to the i2c-0 interface on a Raspberry Pi: Rpi OS ver 'bookworm'. It works fine, and I can read sensor values from the files in /sys/class/hwmon/hwmon2 (or ...
Seamus's user avatar
  • 3,896
2 votes
1 answer
6k views

What is the best way to get the CPU temperature on Linux from the command line? On one small portable system, I was able to get the CPU temperature from here: /sys/class/thermal/thermal_zone0/temp or ...
ppppppp2's user avatar
0 votes
2 answers
183 views

I have recently bought a motherboard of the PowerX model having an Intel H61 chipset -- this one. I ran the sensors command and it shows only the CPU temperatures. Fan speed is not available. Running ...
Puspam's user avatar
  • 126
-1 votes
1 answer
221 views

I tried watch 'sensors | sudo docker stats' sudo 'docker stats | watch sensors' sudo docker stats | sudo watch sensors So I assume its not possible to display both outputs in one window? Other than ...
cpitts88's user avatar
1 vote
1 answer
2k views

I would like to change the fan speeds on my PC. In the Asus BIOS settings, this is possible with PWM and DC (three of them are connected with 4 pins), but the running operating system seems to have ...
user7954302's user avatar
1 vote
2 answers
1k views

The core number is 0,4,8,.....39 in the sensors command. Why not 0,1,2,3,4.....? foo@foo-linux:~$ sensors coretemp-isa-0000 Adapter: ISA adapter Package id 0: +73.0°C (high = +80.0°C, crit = +100.0°...
Mark Kang's user avatar
  • 975
13 votes
12 answers
20k views

I have a new desktop computer with Intel i7-12700 32GB RAM. I am doing build code stuff, I use the sensors command to check CPU temperature, and I found most of the cores are @ 100C. Is that normal? ...
Mark Kang's user avatar
  • 975
1 vote
0 answers
591 views

I am trying to read one sample from a sensor using libiio, but for some reason I always get the same sample unless I restart the application. Here is a minimal example #include <stdio.h> #...
neolith's user avatar
  • 273
0 votes
1 answer
242 views

I am trying to boot AntiX LiveCD on my old Toshiba A200 laptop with 2 GB of RAM. But when I accidentally launched the "sensors" in the terminal, I saw that the CPU temperature was 70°C! I ...
Peter's user avatar
  • 19
0 votes
1 answer
291 views

I have a server, i need to check server temperature ,so simply i decided to use sensors package, using zypper to install it. So First I used zypper install sensors command by root user, The result ...
setare's user avatar
  • 1
0 votes
1 answer
3k views

I have to write a device driver code for temperature sensor using IOCTL, when I was going through a lot of sample codes, I found while surfing the net, I came across this difference in header file, I ...
hari's user avatar
  • 9
1 vote
1 answer
516 views

I had some problems with fans in my laptop so I tried to diagnose it. When I run sensors command I get this: ... coretemp-isa-0000 Adapter: ISA adapter Package id 0: +58.0°C (high = +100.0°C, crit =...
Jan Černý's user avatar
  • 1,763

15 30 50 per page
1
2 3 4 5
8