Bug 1118993

Summary: Thinkfan should fill on its own thinkfan.conf with sensors infos
Product: [Fedora] Fedora Reporter: Germano Massullo <germano.massullo>
Component: thinkfanAssignee: Matt Spaulding <mspaulding06>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 20CC: extras-qa, germano.massullo, mspaulding06, sudhir
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1118961 Environment:
Last Closed: 2014-12-14 22:52:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Germano Massullo 2014-07-12 21:40:34 UTC
During Thinkfan installation, it should retrieve sensors infos on its own by executing

find /sys/devices -type f -name "temp*_input"

and fill on its own the file thinkfan.conf with proper data.

+++ This bug was initially created as a clone of Bug #1118961 +++

Comment 1 Sudhir Khanger 2014-07-13 03:32:38 UTC
Not to discourage you but you should read more about Thinkfan before creating a series of bug reports. Read the readme from the original package http://thinkfan.sourceforge.net/.

The above hack will help you setup simple configuration but current version of Thinkfan favors complex configuration. Simple configuration uses highest temperature from all sensors to modularize the speed of fan. Complex configuration changes speed of fan based on individual sensors.

> find /sys/devices -type f -name "temp*_input"
Not all the sensors from this list will work.

Hardware are too different to implement what you are asking. Package maintainers can do little here. This might be more suited to upstream.