LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-17-2021, 06:25 PM   #1
idontknowlinux
LQ Newbie
 
Registered: Mar 2021
Distribution: Pop!_OS
Posts: 9

Rep: Reputation: Disabled
Freon for temps and speed fans but I dont understand it all


Hello people!
SO I installed Freon so I could see the temps in my gpu, cpu and speed fans, however being a noob I dont understand everything.

First: the fans speed (I have 4) are not being shown.

Second: I have 8 temps. After studying I understood Tccd1, Tctl, Tdie and Temp1. But I cant understand the first 4 ones Composite (2x) and Sensor 1/ Sensor 2. Any help?

Third: Any way of logging them while I play so I can see that everything is runnning smootlhy?

And fourth: Is there any way of controlling the speed of the fans?

Distro: Pop!_OS 20.10
Motherboard: Asus 570-X Pro Wifi (I am having issues with the wifi bit but thats another post)
Ryzen 5 3600

Thanks
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2021-03-17 16-11-08.png
Views:	87
Size:	43.6 KB
ID:	35862  
 
Old 03-18-2021, 10:12 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by idontknowlinux View Post
Hello people!
SO I installed Freon so I could see the temps in my gpu, cpu and speed fans, however being a noob I dont understand everything.

First: the fans speed (I have 4) are not being shown.

Second: I have 8 temps. After studying I understood Tccd1, Tctl, Tdie and Temp1. But I cant understand the first 4 ones Composite (2x) and Sensor 1/ Sensor 2. Any help?

Third: Any way of logging them while I play so I can see that everything is runnning smootlhy?

And fourth: Is there any way of controlling the speed of the fans?

Distro: Pop!_OS 20.10
Motherboard: Asus 570-X Pro Wifi (I am having issues with the wifi bit but thats another post)
Ryzen 5 3600

Thanks
It depends on the sensor chips your motherboard is using, not all of them are supported/fully supported, therefore you might not get some information. I have an ASUS board too, and it doesn't show the CPU fan speeds, or any other fan speeds either in Linux - I'd have to go into the UEFI firmware settings to see that info.

The Composite (2x), Sensor 1, and Sensor 2 temps might be for your NVME card - they are on my system (I've posted some of the output from sensors on my system below for you). You can run the sensors command to see more detailed info about where the temps you're seeing are coming from.

I suppose you could write a script to do that, if there isn't some log you could look at (can't think of any logs off hand though).

The only way I know of to control fan speeds, and only CPU fan speeds at that, would be UEFI/BIOS settings. But you probably wouldn't be able to set an exact speed as such though, you'd probably only be able to set it to something like "always run at full speed" or "dynamically adjust speed based on temperatures", or similar.

Code:
nvme-pci-0400
Adapter: PCI adapter
Composite:    +38.9°C  (low  = -273.1°C, high = +84.8°C)
                       (crit = +84.8°C)
Sensor 1:     +38.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +34.9°C  (low  = -273.1°C, high = +65261.8°C)
 
1 members found this post helpful.
Old 03-18-2021, 11:50 AM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
You could run sensors-detect and see if there are any existing drivers not loaded automatically.
 
1 members found this post helpful.
Old 03-18-2021, 11:54 AM   #4
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
You can log the fan speeds and temps that are reported by sensors with a script that selects what you want to record from the output and stores it. I have been using gkrellm to monitor my system, which also has means to monitor a lot of different things beyond temps and fan speeds. The extras include cpu activity, network and disk activity,memory usage, and more.

I just installed freon to test it out, and I am quite disappointed in the configuration options. The 2 temps it displays on the top bar, by default, are average temps and max temp.
The average is the average from all reported inputs, and is FAR from accurate. On my system I have about 15 temp sensors, 5 on HDDs alone, and 7 that are reporting values from -62C to 0C to some other invalid value. The average is all of those and does not reflect only the valid values. I can find no way to select which values are included in the average so the average is useless. The only 2 that are actually valuable are cpu and gpu temps, along with the system (mobo or case) temp.

My system has (in the bios) 4 different fan speed profiles ranging from quiet to full speed constantly. The profiles are temp controlled and you select the one that best fits your usage and allowed noise levels for acceptable temp control.

Since my daily driver runs at between 30% and 80% cpu full time I chose the performance profile and with cpu at ~60C the cpu fans are at about 3/4 speed.
 
1 members found this post helpful.
Old 03-18-2021, 05:09 PM   #5
idontknowlinux
LQ Newbie
 
Registered: Mar 2021
Distribution: Pop!_OS
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jsbjsb001 View Post
The Composite (2x), Sensor 1, and Sensor 2 temps might be for your NVME card - they are on my system (I've posted some of the output from sensors on my system below for you). You can run the sensors command to see more detailed info about where the temps you're seeing are coming from.

The only way I know of to control fan speeds, and only CPU fan speeds at that, would be UEFI/BIOS settings. But you probably wouldn't be able to set an exact speed as such though, you'd probably only be able to set it to something like "always run at full speed" or "dynamically adjust speed based on temperatures", or similar.

Code:
Code:
nvme-pci-0400
Adapter: PCI adapter
Composite:    +38.9°C  (low  = -273.1°C, high = +84.8°C)
                       (crit = +84.8°C)
Sensor 1:     +38.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +34.9°C  (low  = -273.1°C, high = +65261.8°C)
Code:
You are right! It is from my SSDs. 

nvme-pci-0100
Adapter: PCI adapter
Composite:    +34.9°C  (low  =  -5.2°C, high = +83.8°C)
                       (crit = +87.8°C)

iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +27.0°C  

k10temp-pci-00c3
Adapter: PCI adapter
Tctl:         +33.0°C  
Tdie:         +33.0°C  
Tccd1:        +32.5°C  

nvme-pci-0400
Adapter: PCI adapter
Composite:    +33.9°C  (low  = -273.1°C, high = +80.8°C)
                       (crit = +81.8°C)
Sensor 1:     +33.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +42.9°C  (low  = -273.1°C, high = +65261.8°C)
Regarding the fan speed I will look at bios, thanks!
 
Old 03-18-2021, 05:10 PM   #6
idontknowlinux
LQ Newbie
 
Registered: Mar 2021
Distribution: Pop!_OS
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
You could run sensors-detect and see if there are any existing drivers not loaded automatically.
I did! https://www.linuxquestions.org/quest...es-4175692211/

But upon installing nothing different happened.
 
Old 03-18-2021, 05:12 PM   #7
idontknowlinux
LQ Newbie
 
Registered: Mar 2021
Distribution: Pop!_OS
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by computersavvy View Post
I have been using gkrellm to monitor my system, which also has means to monitor a lot of different things beyond temps and fan speeds.
Just took a look at it! Looks good, at least better than freon!
 
  


Reply



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
dont understand clustering at all daxbau Linux - Server 2 08-27-2009 01:27 AM
what windows fans dont tell you about linux ?? sulekha General 8 06-10-2009 03:02 AM
i got ps2 but i dont understand how to run linux over it farhan Linux - General 4 05-02-2003 01:22 PM
Things dont work when you dont understand withoutaclue Linux - Newbie 3 03-12-2003 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:59 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