abn / throttled-rpm

RPM Package: throttled - Workaround for Intel throttling issues in Linux.
MIT License
4 stars 7 forks source link

The mandatory "Update_Rate_s" parameter is missing. #4

Closed mmrezaie closed 5 years ago

mmrezaie commented 5 years ago

By running: sudo ./lenovo_fix.py --monitor I get this output:

[I] Detected CPU architecture: Intel Kaby Lake (R) [I] Loading config file. [E] The mandatory "Update_Rate_s" parameter is missing.

I am running Fedora 30, Kernel 5.2.6, and Thinkpad X1. I have installed throttled using the Copr repository (in case it is important information).

halfpastfive commented 5 years ago

I have the same issue. As a workaround, running with :

sudo throttled --config /etc/throttled.conf --monitor works just fine.

(using the version from the copr repository).

mmrezaie commented 5 years ago

Thanks. This works.