vmatare / thinkfan

The minimalist fan control program
GNU General Public License v3.0
541 stars 62 forks source link

no pwm1, but pwm1_enable exists on laptop #185

Closed UltLight closed 1 year ago

UltLight commented 2 years ago

sorry if this is a stupid thing to make an issue about, but as I was configuring thinkfan for the first time, I realized that I have a pwm1_enable, but no pwm1 in /sys/class/hwmon/hwmon#/, is this normal? did I miss a step?

vmatare commented 2 years ago

Hi @ImALoooserOk, sorry about the late reply. I've heard about some drivers with limited support for userspace fan control. First of all I'd need to know which hwmon driver we're talking about. You should find it by looking where the device/driver symlink points in your hwmon directory.

As a wild guess, if you're talking about the thinkpad_acpi driver, you might need to load with the option fan_control=1.

vmatare commented 1 year ago

Assuming module options solved this. Feel free to reopen if needed.