-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fancontrol-gui can not detect motherboard fans, but pwmconfig can #34
Comments
The problem seems to be that hwmon6 has its pwm files in its device folder. I didn't know that was possible. Should be easy to fix though. I'll also have a look at the black dot problem. |
I just pushed two commits to master that should fix your problems. I don't have a hwmon with its sensors in the device subdirectory, so please test and tell me if it still doesn't work. |
I just builded fancontrol from git and sensors now shows under hwmon6, but shows 0.
The path of hwmon is wrong...it should be something like '/sys/devices/platform/f71882fg.656/hwmon/hwmon6/device/temp1' or '/sys/devices/platform/f71882fg.656/hwmon/hwmon6/device/fan1_input'. And still one "fan1" in fan menu. |
My bad. Please try again. |
Just pushed a couple more commits. You should see all temps in the drop down menu now. |
Thanks, this is my second (maybe third) bug report on github.
Thanks for your work. |
I think I found the error. Try it again. It should work now. |
Tested and now the readings of rpms in hwmon6 is broken. Fans from motherboard now shows in menu "Fans".
|
I didn't realize that many hard coded sensor paths lingered in the codebase. |
Thank you for your hard work. Everything now works perfectly. |
Hello,
I have encountered problem with fancontrol-gui. fancontrol-gui greets me with error "invalid fan entry: 'hwmon6/device/pwm1'" and it doesn`t show any sensors or fans on motherboard.
pwmconfig works as expected.
Working config from pwmconfig with manual edit, that I am using:
The problem is with hwmon6 (motherboard sensors, pwms and fans). fancontrol-gui (v0.8 and my build from latest git) shows:

and in menu "Fans" it shows only fan1 on dGPU1 and fan1 on dGPU2 don`t (both under amdgpu driver)
Output from sensors (some things is broken...like power usage of APU, temperature of CPU and iGPU and Asus fan):
PC: Asus A88X-plus (f71808e-isa-0290) with A10-7870k and Gigabyte Gaming RX580 8GB (amdgpu-pci-0100, hwmon1) and Sapphire Pulse RX550 2GB (amdgpu-pci-0200, hwmon2)
OS: OpenSUSE Tumbleweed
PS: I have totaly black color profile in KDE and the black dot in graph in menu "Fans" is invisible, some thin white or grey outline would be great improvement in compatibility with dark/black themes.
And sorry for my english and thank you for your reply.
The text was updated successfully, but these errors were encountered: