lxpanel temperature monitor plugin = -273

Please post all general support questions for LXDE here.
Locked
davekimble
Posts: 13
Joined: Tue Sep 17, 2013 4:44 am

lxpanel temperature monitor plugin = -273

Post by davekimble »

Lubuntu 13.04
The temperature monitor plugin always reads -273 on Intel D2700MUD board. On my other PCs it works fine. I can see where to change the sensor used, but I have no idea what to put in there.

Psensors manages to find the right number automatically, but it doesn't say what it's using, and only displays a thermometer icon in the tray - duh.
davekimble
Posts: 13
Joined: Tue Sep 17, 2013 4:44 am

Re: lxpanel temperature monitor plugin = -273

Post by davekimble »

I don't really know what I'm doing, but this is the terminal output of:

Code: Select all

sensors
sudo sensors-detect
less /etc/modules
http://www.davekimble.org.au/sensors-detect.txt

I don't see anything like a path that I could put in temperature monitor plugin. What should be in that Sensor field?

After a reboot, nothing is different, still -273.
seppalta
Posts: 449
Joined: Tue Sep 20, 2011 6:09 am
Location: USA
Contact:

Re: lxpanel temperature monitor plugin = -273

Post by seppalta »

Lxpanel 0.5.10 and later normally has has an applet that reports 5 different temperatures. of which thermal_zone0 is the processor temperature and is the one always shown. You have to run your cursor across the applet icon to see the other 4. These are apparently controlled by the acpi module with files in /sys/class/thermal/. However, I cannot confirm that Lubuntu follows the standard path in this regard.

For a non-solid state hard drive temperature gauge, install hddtemp.
davekimble
Posts: 13
Joined: Tue Sep 17, 2013 4:44 am

Re: lxpanel temperature monitor plugin = -273

Post by davekimble »

Thanks - I have lxpanel 0.5.12, but no temperatures are shown as hints when the visible temperature is -273.
/sys/class/thermal/ has 5 symlinks to "cooling_device*", but as this is a fanless system they have no useful information.
Psensor can see Core 0, Core 1, temp1, temp2, temp3, and fan1-5.
Locked