erpalma / throttled

Workaround for Intel throttling issues in Linux.
MIT License
2.61k stars 158 forks source link

Arch Linux installation instructions do not work properly #289

Open fsmiamoto opened 2 years ago

fsmiamoto commented 2 years ago

The current README instructions for Installation on Arch Linux using the Community package do not work properly since the systemd service file is still called lenovo_fix.

$ pacman -Ql throttled | grep service
throttled /usr/lib/systemd/system/lenovo_fix.service

I think the proper fix would be to update the package but maybe we can temporarily update the README just to avoid confusion:

$ pacman -S throttled
$ sudo systemctl enable --now lenovo_fix.service

Let me know what you think and thanks for the awesome work!

iuliandita commented 2 years ago

Config file, too, is still /etc/lenovo_fix.conf.

avalonv commented 2 years ago

Came here confused about this

yangniao23 commented 2 years ago

You might try installing throttled-git from the AUR.

fsmiamoto commented 2 years ago

Yup, that would work but my point is about having misleading docs on the README

CSZongzi commented 1 year ago

This issue should have been fixed after throttled version 0.10.0-1. PR may no longer needed.