LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 08-23-2009, 01:26 PM   #1
Maintech
Member
 
Registered: Aug 2003
Distribution: Ubuntu, Slackware, FreeBSD, Vista
Posts: 60

Rep: Reputation: 15
lm-sensors acpitz-virtual-0 Adapter: Virtual device temp1: <- What is it?


I have spent considerable hours searching forums and googling. I have yet to find out what "lm-sensors acpitz-virtual-0 Adapter: Virtual device temp1:" is actually looking at. I have an Abit IP35 motherboard with Ubuntu 9.04 installed. Here is the output from sensors:

acpitz-virtual-0
Adapter: Virtual device
temp1: +47.0°C (crit = +90.0°C) <--- Keeps overheating to 121 C and shutting the computer down.

w83627dhg-isa-0290
Adapter: ISA adapter
VCore: +1.13 V (min = +0.00 V, max = +1.74 V)
in1: +6.34 V (min = +6.97 V, max = +3.38 V) ALARM <--My bios isn't set for this high voltage. Don't know why it is reading this high.
AVCC: +3.26 V (min = +2.11 V, max = +0.58 V) ALARM
3VCC: +3.26 V (min = +1.97 V, max = +2.56 V) ALARM
in4: +1.19 V (min = +0.00 V, max = +0.51 V) ALARM
in5: +1.25 V (min = +1.22 V, max = +0.53 V) ALARM
in6: +5.07 V (min = +4.92 V, max = +0.46 V) ALARM
VSB: +3.22 V (min = +0.00 V, max = +0.53 V) ALARM
VBAT: +3.17 V (min = +0.30 V, max = +2.88 V) ALARM
Case Fan: 0 RPM (min = 340 RPM, div = 128) ALARM
CPU Fan: 1534 RPM (min = 332 RPM, div = 16)
Aux Fan: 0 RPM (min = 340 RPM, div = 128) ALARM
fan4: 0 RPM (min = 340 RPM, div = 128) ALARM
fan5: 0 RPM (min = 2109 RPM, div = 128) ALARM
Sys Temp: +40.0°C (high = +16.0°C, hyst = -124.0°C) ALARM sensor = thermistor
CPU Temp: +47.0°C (high = +80.0°C, hyst = +75.0°C) sensor = diode
AUX Temp: +42.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
cpu0_vid: +0.000 V

coretemp-isa-0000
Adapter: ISA adapter
Core 0: +42.0°C (high = +82.0°C, crit = +100.0°C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1: +38.0°C (high = +82.0°C, crit = +100.0°C)

coretemp-isa-0002
Adapter: ISA adapter
Core 2: +44.0°C (high = +82.0°C, crit = +100.0°C)

coretemp-isa-0003
Adapter: ISA adapter
Core 3: +37.0°C (high = +82.0°C, crit = +100.0°C)


Virtual Device Temp 1 keeps going up to 121 degrees and the computer shuts down. None of the others overheat. Also, my bios does not show my voltages to be set like it lists above. The bios in the motherboard is the latest from Abit. Anyone have any ideas about what is going on???
 
Old 08-23-2009, 01:35 PM   #2
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
A couple thoughts:

1)
It looks like (based on the temp value alone) a clone of the line:

CPU Temp: +47.0°C (high = +80.0°C, hyst = +75.0°C) sensor = diode

To break the item down: acpitz-virtual-0 = ACPI Thermal Zone (virtual) Device0

I'd say it's the ACPI system's method of monitoring the CPU temp. Note that the data may or may not be entirely accurate, and also, based on:

Sys Temp: +40.0°C (high = +16.0°C, hyst = -124.0°C) ALARM sensor = thermistor which indicates a thoroughly ridiculous hysteresis value of -124.0 'C you may need to do a little bit of adjusting on your sensors.conf file, though adjustment may or may not affect that particular virtual 'device'.

The ACPITZ data has been known to be the cause of the exact situation you are experiencing, on other machines too, though usually laptop machines. FWIW, at your discretion, you can disable the TZ functionality. One way to do so is via the kernel config.

Sasha

Last edited by GrapefruiTgirl; 08-23-2009 at 01:36 PM.
 
Old 08-23-2009, 01:53 PM   #3
Maintech
Member
 
Registered: Aug 2003
Distribution: Ubuntu, Slackware, FreeBSD, Vista
Posts: 60

Original Poster
Rep: Reputation: 15
Unhappy

Thank you for the quick reply.

Quote:
1)
It looks like (based on the temp value alone) a clone of the line:

CPU Temp: +47.0°C (high = +80.0°C, hyst = +75.0°C) sensor = diode
When my tem1 shows 121 degrees C there is no other temp reading on the sensor list that is the same. Later, when my computer temp reaches 121 again I will copy and past the entire sensor output again so you can see this. I believe it is either a separate 'device' from those listed below or the sensor itself is defective. I will not be able to cool the affected device if I can't find it. I have taken canned "Dust Remover" and tried to cool different areas of the motherboard to see if I could get a response. So far I have been unable to locate it.
 
Old 08-23-2009, 02:03 PM   #4
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
It's worth noting that depending on exactly how each particular device is read, and configured, the values each of them shows may not scale identically as the temp changes; what I mean is, for example, depending on any computations/formulae you have configured in your sensors.conf file, you can pretty much make any one of the various sensors display very accurate, or totally out-of-whack, values; and if two readings are being obtained from the same sensor, but being computed differently, their respective values will differ.

So for further example, sensor ABC gives a reading of 40, and goes up one degree at a time; but the same sensor ABC being read/calculated by another means, might go up by 2 degrees for every ONE degree that ABC actually rises.

Have you by chance looked on lm_sensors list of known configurations, to see if there's a similar motherboard listed as yours, with a working configuration file?

Please do provide the next output again when the temp claims to be over heating.

Sasha
 
Old 08-23-2009, 02:05 PM   #5
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
http://lists.lm-sensors.org/pipermai...er/021663.html

The above is older (2007) but you may find it an interesting read. I googled "Abit IP35 lm_sensors" and got lots of results.

Cheers,
Sasha
 
Old 08-23-2009, 03:19 PM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Hello Maintech

Please post your sensors3.conf file.

Places to look for a sensors3.conf file for your motherboard (or a similar one can be a good starting point): http://www.lm-sensors.org/wiki/Configurations, http://lm-sensors-db.berlios.de/ http://www.lathspell.de/linux/lm_sensors/ and http://khali.linux-fr.org/devel/lm-sensors/.

Generally motherboard manufacturers provide BIOS that shows everything that the hardware measures. There may be a clue about what acpitz-virtual-0 is in the BIOS' system monitoring screens.

Best

Charles
 
Old 08-23-2009, 04:56 PM   #7
Maintech
Member
 
Registered: Aug 2003
Distribution: Ubuntu, Slackware, FreeBSD, Vista
Posts: 60

Original Poster
Rep: Reputation: 15
Sensor3.conf file

Quote:
Please post your sensors3.conf file.
I will attach the file since it is too large to post. It seems from what I have been reading, this "temp1" is the 'motherboard temperature'. Where on the motherboard IS this being monitored??

Quote:
acpitz-virtual-0
Adapter: Virtual device
temp1: +121.0°C (crit = +90.0°C) <--My Issue

w83627dhg-isa-0290
Adapter: ISA adapter
VCore: +1.12 V (min = +0.00 V, max = +1.74 V)
in1: +6.34 V (min = +6.97 V, max = +3.38 V) ALARM
AVCC: +3.26 V (min = +0.02 V, max = +0.02 V) ALARM
3VCC: +3.26 V (min = +1.97 V, max = +2.56 V) ALARM
in4: +1.19 V (min = +0.00 V, max = +1.16 V) ALARM
in5: +1.25 V (min = +1.22 V, max = +0.53 V) ALARM
in6: +5.07 V (min = +4.92 V, max = +0.46 V) ALARM
VSB: +3.23 V (min = +0.00 V, max = +0.53 V) ALARM
VBAT: +3.17 V (min = +0.30 V, max = +2.30 V) ALARM
Case Fan: 0 RPM (min = 340 RPM, div = 128) ALARM
CPU Fan: 1081 RPM (min = 332 RPM, div = 16)
Aux Fan: 0 RPM (min = 340 RPM, div = 128) ALARM
fan4: 0 RPM (min = 10546 RPM, div = 128) ALARM
fan5: 0 RPM (min = 2109 RPM, div = 128) ALARM
Sys Temp: +42.0°C (high = +16.0°C, hyst = -124.0°C) ALARM sensor = thermistor
CPU Temp: +51.0°C (high = +64.0°C, hyst = +75.0°C) sensor = diode
AUX Temp: +45.0°C (high = +80.0°C, hyst = -2.0°C) sensor = thermistor
cpu0_vid: +0.000 V

coretemp-isa-0000
Adapter: ISA adapter
Core 0: +46.0°C (high = +82.0°C, crit = +100.0°C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1: +43.0°C (high = +82.0°C, crit = +100.0°C)

coretemp-isa-0002
Adapter: ISA adapter
Core 2: +48.0°C (high = +82.0°C, crit = +100.0°C)

coretemp-isa-0003
Adapter: ISA adapter
Core 3: +42.0°C (high = +82.0°C, crit = +100.0°C)
Attached Files
File Type: txt sensor3.conf.txt (69.8 KB, 350 views)
File Type: txt sensors.conf.txt (83.6 KB, 155 views)
 
Old 08-23-2009, 08:59 PM   #8
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
I haven't researched your exact motherboard nor examined the attached files, but meanwhile, here's some more general info/questions:

1 -- First, which version of lm_sensors are you using? An older one, that uses sensors.conf, or a newer one that uses sensors[B]3[B].conf? (You've attached one of each file)

2 - Catkin is right: there's usually a BIOS screen where you can roughly compare your lm_sensors data against what the BIOS is showing. It(the data) tends to be not identical, because the CPU/machine is under less load when running the BIOS, compared to when it's running a loaded OS, which can make temperatures a little higher when the OS is running.

Also, depending on the BIOS, not every sensor/reading may be present in the BIOS:

Example 2a) on my desktop machine, the BIOS does not show 1 of the 4 fans, and does not show my CPU core(s) temps, only a single CPU temp (the socket temp I believe)

Example 2b) I upgraded the BIOS on my 10-year-old PII-333MHz firewall machine a while back, and now, the BIOS doesn't even have a hardware data page with temps or fans where previously it did.. Weird.

3- In the case of a "system temp" or a "motherboard" temp, this is sometimes one of two or more possibilities: it can be an actual sensor on the motherboard somewhere, which is reporting the ambient temperature of the board or the inside of the box; OR
3b- it can be the "CPU Socket temp" or "die temp" which is a diode (often) underneath the CPU, which roughly tells the temperature of the CPU socket or "CPU die" (the block of metal/ceramic or whatever, that the CPU core is housed in) as opposed to the core-temps themselves (the reading from INSIDE the CPU's guts). Understandably, the die-temp/socket-temp should be lower than the core temps by 5-10'C or more, and should react MUCH slower to system load than the core temps.

Sasha
 
Old 08-24-2009, 02:12 AM   #9
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by Maintech View Post
I will attach the file since it is too large to post.
Thanks I'm sorry -- I have studied it (the sensors3.conf one) and can't help
 
Old 08-24-2009, 02:35 PM   #10
Maintech
Member
 
Registered: Aug 2003
Distribution: Ubuntu, Slackware, FreeBSD, Vista
Posts: 60

Original Poster
Rep: Reputation: 15
Thumbs up Success

I have finally determined what the issue was. The temperature being monitored was at the base of the cpu. I believe that was mentioned in an earlier post. My bios doesn't show it. After much changing of bios settings and checking temps and checking hardware, I finally determined the source of the issue and now all is well. There was an airflow issue around the base of the cpu. The cpu heat sink and cpu core temps were just fine. The temp of the cpu as a whole (single sensor for cpu) was fine. But the base wasn't cooling and it has it's own temp sensor. I repositioned some things and re-directed air flow to go around the base. It worked so well I have been able to overclock the system considerably and all heat readings (including Temp1) are all well within setpoints.

Thank YOU ALL for your assistance. It was your suggestions that gave me ideas of where to check. I may not have found it if not for ALL your help.

Last edited by Maintech; 08-24-2009 at 02:39 PM. Reason: Just wanted to say thanks.
 
  


Reply

Tags
adapter, device, lmsensors, virtual



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
Directly accessing network adapter in virtual box? baig Linux - Newbie 2 05-19-2009 02:08 PM
Running virtual pc files in a virtual machine in linux ... preferably virtual box biharibong Linux - Software 4 01-21-2009 01:04 PM
virtual adapter for GuestOS to internet kc57 Slackware 1 08-11-2007 07:06 PM
Virtual Ethernet Adapter for Linux? tfm1 Linux - Software 1 01-24-2007 12:45 PM
Trying to do a network install of Mandrake 10 on Virtual PC w/ MS Loopback Adapter crescentgazer Linux - Networking 0 08-20-2004 04:04 PM

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

All times are GMT -5. The time now is 09:15 PM.

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