Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-11-2023, 02:23 PM
|
#1
|
Member
Registered: Jun 2018
Posts: 63
Rep: 
|
Sensors output
Hi, I noticed the output from sensors looks... strange. Is there anything here to be worried about - especially the voltages where it says 'alarm'? (Some of the temperatures don't make sense, there isn't anything below 0C in my computer, I'm sure of that much!)
Quote:
nct6796-isa-0290
Adapter: ISA adapter
Vcore: 1.34 V (min = +0.00 V, max = +1.74 V)
in1: 1.86 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: 3.46 V (min = +2.98 V, max = +3.63 V)
+3.3V: 3.34 V (min = +2.98 V, max = +3.63 V)
in4: 1.69 V (min = +0.00 V, max = +0.00 V) ALARM
in5: 296.00 mV (min = +0.00 V, max = +0.00 V) ALARM
in6: 216.00 mV (min = +0.00 V, max = +0.00 V) ALARM
3VSB: 3.46 V (min = +2.98 V, max = +3.63 V)
Vbat: 3.18 V (min = +2.70 V, max = +3.63 V)
in9: 0.00 V (min = +0.00 V, max = +0.00 V)
in10: 200.00 mV (min = +0.00 V, max = +0.00 V) ALARM
in11: 224.00 mV (min = +0.00 V, max = +0.00 V) ALARM
in12: 232.00 mV (min = +0.00 V, max = +0.00 V) ALARM
in13: 216.00 mV (min = +0.00 V, max = +0.00 V) ALARM
in14: 1.70 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 1288 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
fan5: 0 RPM (min = 0 RPM)
fan7: 0 RPM (min = 0 RPM)
SYSTIN: +39.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
CPUTIN: +32.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN0: +88.5°C sensor = thermistor
AUXTIN1: +95.0°C sensor = thermistor
AUXTIN2: +93.0°C sensor = thermistor
AUXTIN3: -14.0°C sensor = thermistor
PCH_CHIP_CPU_MAX_TEMP: +0.0°C
PCH_CHIP_TEMP: +0.0°C
PCH_CPU_TEMP: +0.0°C
PCH_MCH_TEMP: +0.0°C
intrusion0: ALARM
intrusion1: ALARM
beep_enable: disabled
acpitz-acpi-0
Adapter: ACPI interface
temp1: +38.0°C (crit = +95.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 0: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 2: +42.0°C (high = +105.0°C, crit = +105.0°C)
Core 3: +42.0°C (high = +105.0°C, crit = +105.0°C)
|
|
|
|
09-12-2023, 02:49 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,417
|
Is your question about a computer? You've told us nothing at all about your machine, OS, age, etc.
|
|
|
09-12-2023, 02:55 PM
|
#3
|
Member
Registered: Apr 2022
Location: US
Distribution: Slackware64 15.0
Posts: 465
|
Quote:
Originally Posted by business_kid
Is your question about a computer?
|
Code:
$ which sensors
/usr/bin/sensors
|
|
|
09-12-2023, 03:57 PM
|
#4
|
Member
Registered: Jun 2018
Posts: 63
Original Poster
Rep: 
|
Sorry, yes!
Desktop PC, running Ubuntu jammy. Asrock J5040-ITX motherboard with integrated Pentium silver CPU.
Sensors binary from lm-sensors version 1:3.6.0-7ubuntu1.
It's the voltages that I'm puzzled by, it's showing voltages on several sensors which (according to the output) should be zero. What does that mean, and should I do anything about it?
|
|
|
09-12-2023, 09:36 PM
|
#5
|
Member
Registered: Jun 2020
Posts: 610
Rep: 
|
More likely its either erroneous reads or a lack of support on sensors' part for whatever is being scraped. If something isn't running right you may want to investigate further, but unfortunately this is often the reality of sensors - its imperfect.
|
|
|
09-13-2023, 09:38 AM
|
#6
|
Senior Member
Registered: Oct 2003
Posts: 3,016
|
Agree that it's probably a problem with lm-sensors support rather than anything wrong with your hardware. You may want to check sensor readings in the bios setup.
|
|
|
09-13-2023, 01:09 PM
|
#7
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,417
|
Quote:
Originally Posted by Mantra
Sorry, yes!
Desktop PC, running Ubuntu jammy. Asrock J5040-ITX motherboard with integrated Pentium silver CPU.
Sensors binary from lm-sensors version 1:3.6.0-7ubuntu1.
It's the voltages that I'm puzzled by, it's showing voltages on several sensors which (according to the output) should be zero. What does that mean, and should I do anything about it?
|
Have you ever run 'sensors-detect'? It should be run and detects the sensor stuff you should pay attention to. A lot of that stuff might be nonsense, as others have said.
|
|
|
09-14-2023, 11:43 AM
|
#8
|
Member
Registered: Jun 2018
Posts: 63
Original Poster
Rep: 
|
Ok thanks for the replies. I checked the bios, and that only shows about half the sensors, and none of the ones that are showing alarms. So I guess those are spurious as suggested. sensors-detect runs fine and detects these chips, but I suppose there's something about the output which makes it "detect" more outputs than are actually on the chip.
|
|
|
All times are GMT -5. The time now is 10:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|