ec/system76/ec: Add manual fan control - #245
Conversation
23f57a6 to
911711e
Compare
|
This doesn't seem to compiling for me, using the firmware-open Error output snippet below: Click to expand |
system76/ec#512 added a manual fan control option. In PWM control mode, the system firmware or OS is responsible for setting the fan target duty to manage thermals. CTR0 in the EC code determines the maximum valid PWM duty, which is hard-coded to 255. RPM target is not supported. Change-Id: Iba8cd5ac540f9fdc20473831787cafb6c1fd8129 Signed-off-by: Tim Crawford <tcrawford@system76.com>
|
Howdy I'm on a Lemur Pro, lemp13, running current firmware; Firmware Manager reports Under sustained CPU load the automatic fan curve doesn't keep this machine out of thermal throttle. Chasing a scriptable alternative, the chain appears to be:
Today Can I help test this on real hardware (Ive got a lemp13) so this can land and propagate? |
system76/ec#512 added a manual fan control option.
In PWM control mode, the system firmware or OS is responsible for setting the fan target duty to manage thermals. CTR0 in the EC code determines the maximum valid PWM duty, which is hard-coded to 255.
RPM target is not supported.
Requires: system76/ec#512