any applet for hardware temps?

6 Antworten [Letzter Beitrag]
cooloutac
Offline
Beigetreten: 06/27/2015

Hello all I was wondering if there is any applet I can add to the gnome desktop panel for hardware temps.

Thanks.

onpon4
Offline
Beigetreten: 05/30/2012

It's called the "Sensors" applet. Package is sensors-applet.

cooloutac
Offline
Beigetreten: 06/27/2015

tks man ya i was googling and saw it called gnome-sensors-applet. tks alot. works great.

Calinou
Offline
Beigetreten: 03/08/2014

You can also do this:

sudo apt-get install lm-sensors

Then:

watch -n1 sensors
Legimet
Offline
Beigetreten: 12/10/2013

I think you also have to run sensors-detect to detect your sensors, and then load the required kernel modules.

Calinou
Offline
Beigetreten: 03/08/2014

It is usually automatically done. On this system, I didn't have to do anything special in order to use `sensors`.

cooloutac
Offline
Beigetreten: 06/27/2015

yes i had to do this, also have to add the probe for sb to get some extra info like fan speeds and such. tks.