Comments on: Psensor – Monitor Linux Hardware Temperature [Motherboard and CPU] https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 08 May 2023 06:07:07 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-2011396 Mon, 08 May 2023 06:07:07 +0000 http://www.tecmint.com/?p=14458#comment-2011396 In reply to Allewyn.

@Allewyn,

I never used Kubuntu, but Psensor should work on Kubuntu as well, as it is based on Debian and Ubuntu. So, the psensor package should be available to install from the default repository…

]]>
By: Allewyn https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-2008674 Sat, 06 May 2023 20:42:21 +0000 http://www.tecmint.com/?p=14458#comment-2008674 How do I get the graph to work? Tried all instructions but can not find the mentioned Application menu in Kbunutu. hddtemp doesn’t install so the Kbunutu 22.04 distro install doesn’t work.

]]>
By: Woody https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1573102 Sat, 21 Aug 2021 15:25:25 +0000 http://www.tecmint.com/?p=14458#comment-1573102 Is there a way to sort columns?

]]>
By: Zack Glennie https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1306699 Mon, 16 Dec 2019 03:10:48 +0000 http://www.tecmint.com/?p=14458#comment-1306699 I got this working today in Fedora 31, with a bit of effort. I had some false starts when I overlooked what turned out to be critical “warnings” in the configure script. Your instructions on which headers to install were helpful, but in order to compile it, I also had to tweak the sources that I obtained from https://wpitchoune.net/psensor/files/.

The issue with the sources is a reference to “is_error“, a macro that can be found in old versions of the json-c library. Newer versions have dropped it, including apparently whichever version my compiler was pulling in.

The latest official release of psensor was version 1.2.0, sometime in 2017. The code does still receive updates, including what appears to be a fix for the “is_error” issue, contributed a few months ago by Matheus Teixeira, then merged to master last month.

My advice to anyone who is compiling this for RedHat/Fedora/etc.:

1. Read the output of “./configure” carefully. There may be a warning that just says “psensors will not be built“.

2. If you get complaints at compile-time, saying “undefined reference to `is_error’“, try cloning the psensor repo from gitlab and compiling this commit: abf3533d — it’s the one where the is_error fix is merged.

]]>
By: Ravi Saive https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/comment-page-1/#comment-1095291 Mon, 14 Jan 2019 05:30:25 +0000 http://www.tecmint.com/?p=14458#comment-1095291 In reply to twinspar.

@Twinspar,

Why you compiling? when you can easily install using package manager as shown.

# apt-get install lm-sensors hddtemp
]]>