LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 09-11-2023, 02:23 PM   #1
Mantra
Member
 
Registered: Jun 2018
Posts: 63

Rep: Reputation: Disabled
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)
 
Old 09-12-2023, 02:49 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,417

Rep: Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590
Is your question about a computer? You've told us nothing at all about your machine, OS, age, etc.
 
Old 09-12-2023, 02:55 PM   #3
metaed
Member
 
Registered: Apr 2022
Location: US
Distribution: Slackware64 15.0
Posts: 465

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by business_kid View Post
Is your question about a computer?
Code:
$ which sensors
/usr/bin/sensors
 
Old 09-12-2023, 03:57 PM   #4
Mantra
Member
 
Registered: Jun 2018
Posts: 63

Original Poster
Rep: Reputation: Disabled
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?
 
Old 09-12-2023, 09:36 PM   #5
obobskivich
Member
 
Registered: Jun 2020
Posts: 610

Rep: Reputation: Disabled
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.
 
Old 09-13-2023, 09:38 AM   #6
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 3,016

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
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.
 
Old 09-13-2023, 01:09 PM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,417

Rep: Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590
Quote:
Originally Posted by Mantra View Post
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.
 
Old 09-14-2023, 11:43 AM   #8
Mantra
Member
 
Registered: Jun 2018
Posts: 63

Original Poster
Rep: Reputation: Disabled
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sensors-detect not detecting sensors on my dell laptop (XPS L401X) themande Linux - Newbie 1 10-20-2011 04:07 PM
lm-sensors does not find all sensors / solved ! g-string 3 Linux - Software 3 06-25-2010 04:24 PM
need help with lm-sensors and sensors-applet in gnome fakie_flip Linux - Hardware 5 07-15-2007 02:00 PM
GNOME Sensors Applet says NO SENSORS FOUND! badgerbox76 Linux - Newbie 2 12-24-2005 11:58 AM
lm sensors, no sensors found N_A_J_M Linux - General 3 01-22-2003 05:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration