Commit graph

296 commits

Author SHA1 Message Date
Connor Frank
b0706c58f0
openrc fix
This maintains consistency with the install.sh script by using the virtualenv that the script sets up. The original version was using a different interpreter and complained about missing imports. Additionally, the new shebang now points to the correct openrc-run executable. These were the only changes needed for this script to work on Gentoo.
2021-12-11 23:52:08 -05:00
Francesco Palmarini
6cb79fce7a
Merge pull request #280 from LaQuay/patch-1
Update README.md
2021-11-27 10:40:27 +01:00
Marc Vila
95d790ebe8
Update README.md 2021-11-26 11:42:19 +01:00
Francesco Palmarini
cccc53e0fb
Merge pull request #276 from juuuuuu/replace-legacy-readme
Replace lenovo_fix by throttled in README.md
2021-11-09 13:52:18 +01:00
Julien Manganne
d9c125a561
Add a command to check service status in README.md 2021-11-08 13:13:24 +01:00
Julien Manganne
d0ad23a1ad
Replace lenovo_fix by throttled in README.md
Replace the legacy name by the new one.
2021-11-08 12:40:09 +01:00
Francesco Palmarini
d029961370
Update install.sh 2021-11-06 12:24:37 +01:00
Francesco Palmarini
de9ca345b1
Merge pull request #274 from LordGaav/feature/support-tigerlake-mobile
Support Tiger Lake mobile CPU
2021-11-06 12:23:51 +01:00
Nick Douma
21e842cefc Add CPUID for Tiger Lake CPU in Dell Latitude 5421
Identified in /proc/cpuinfo as:

11th Gen Intel(R) Core(TM) i7-11850H
2021-11-05 13:28:47 +01:00
Nick Douma
8ed6e277cf Ignore error if old lenovo_fix file is not present 2021-11-05 13:28:12 +01:00
Francesco Palmarini
c312df3d7e
Update install.sh 2021-11-05 10:17:35 +01:00
erpalma
cd4790e4bd Merge branch 'master' of github.com:erpalma/lenovo-throttling-fix 2021-11-04 13:05:09 +01:00
erpalma
05d9b2e9d2 fix a damn typo! 2021-11-04 13:04:40 +01:00
Francesco Palmarini
f4566d52d4
Update README.md 2021-10-30 12:10:19 +02:00
erpalma
a02679034f update requirements 2021-10-30 12:06:46 +02:00
erpalma
392f3f8ab9 add experimental code to test rw msr capabilities
move every instance of lenovo_fix to throttled
2021-10-30 12:05:48 +02:00
Francesco Palmarini
6219a9ed4a
Merge pull request #270 from flejz/master
README: Add P15s Gen 1 to tested hardware
2021-10-10 23:33:06 +02:00
flejz
0f9f40d0fa
README: Add P15s Gen 1 to tested hardware 2021-10-08 16:00:59 +02:00
Francesco Palmarini
d24047a282
Merge pull request #263 from felixonmars/patch-1
Correct a typo in lenovo_fix.py
2021-08-30 15:56:00 +02:00
Felix Yan
2d6e3d4566
Correct a typo in lenovo_fix.py 2021-08-28 06:27:29 +08:00
Francesco Palmarini
7dd4cdc216
Merge pull request #260 from julfy/patch-1
README: Add T15 Gen 1 to tested hardware
2021-08-09 19:43:52 +02:00
Bogdan R
7eb8e7bc24
README: Add T15 Gen 1 to tested hardware 2021-08-09 03:20:15 -07:00
Francesco Palmarini
f41aa3acef
Merge pull request #259 from Connor-Frank/patch-1
Add X1C8 to the tested hardware list in README.md
2021-07-30 11:37:30 +02:00
Connor Frank
4bae09be84
Add X1C8 to the tested hardware list in README.md
I've used this tool on my X1 Carbon Gen 8 and it's worked exactly as described.
2021-07-29 17:21:12 +00:00
Francesco Palmarini
ad1baa0848
Make HWP_Mode entry commented by default 2021-05-25 17:15:27 +02:00
Francesco Palmarini
4d9dceae83
Fix incorrect fallback value for HWP_Mode (missing from 0b21989) 2021-05-25 17:09:46 +02:00
Francesco Palmarini
4277b17e08
Merge pull request #256 from jordanguedj/update-readme
Update README.md: add T470s to the list of tested hardware
2021-05-24 16:27:42 +02:00
Jordan Guedj
6d25dd9e59 update README.md: add T470s to the list of tested hardware 2021-05-24 09:45:20 +02:00
Francesco Palmarini
1f4f5525e2
Fix MSR string to int conversion in fatal method call in writemsr and readmsr (fix #252) 2021-05-10 20:46:45 +02:00
erpalma
dbcef1e91a fix wrong bit for BDPROCHOT in MSR_POWER_CTL and BDPROCHOT config parsing error (thanks Andrea) 2021-04-30 09:02:44 +02:00
Francesco Palmarini
4c608699f9
print the failing MSR address 2021-04-12 15:49:06 +02:00
Francesco Palmarini
dee2fbe93a
Merge pull request #249 from pdelteil/patch-2
Update README.md
2021-04-08 19:40:24 +02:00
Philippe Delteil
6042164423
Update README.md
Tested on XPS 13 7390 2-in-1
2021-04-07 16:02:39 -04:00
Francesco Palmarini
207375be87
Update README.md 2021-04-07 17:39:00 +02:00
Francesco Palmarini
99a3f49588
Update README.md 2021-03-27 18:28:18 +01:00
Francesco Palmarini
f54f22fa62
Update README.md 2021-03-24 11:20:10 +01:00
erpalma
3f3b4420b8 don't read/write HWP MSR if disabled in config file (fix #236) 2021-03-22 11:52:10 +01:00
erpalma
0b219890d9 don't apply undervolt if omitted from config (fix #241) 2021-03-19 19:35:28 +01:00
erpalma
fa66ea1033 handle EIO errno when reading/writing MSRs (fix #242) 2021-03-19 19:22:06 +01:00
erpalma
27feba1a71 better cpu detection (fix #243) 2021-03-19 19:17:19 +01:00
Francesco Palmarini
67617600ae
Merge pull request #240 from boytunp/patch-1
Update README.md
2021-02-17 12:13:41 +01:00
Oytun Peksel
acf860b2b0
Update README.md 2021-02-16 23:45:10 +01:00
Francesco Palmarini
ac6797db4b
Merge pull request #237 from dragetd/patch-1
Update installation instructions for Gentoo
2021-02-02 22:48:48 +01:00
Michael G
9d9388be5e
Update installation instructions for Gentoo
I removed the command to add the overlay, this is documented in the overlay repository.
Also added instructions for OpenRC, which is more often used that SystemD with Gentoo.
2021-02-02 10:30:42 +01:00
Francesco Palmarini
dd42119b1f
Merge pull request #235 from cbenning/patch-1
Update README.md
2021-01-27 08:30:18 +01:00
Chris Benninger
84d5161267
Update README.md 2021-01-25 22:23:33 -08:00
Francesco Palmarini
64ccebed3e
Merge pull request #234 from plafue/t14-readme-update
Adds T14 to list of tested hardware in README.md
2021-01-25 11:46:09 +01:00
plafü
eff60b58c5 Adds T14 to list of tested hardware in README.md
https://pcsupport.lenovo.com/de/en/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t14-type-20ud-20ue
2021-01-25 09:05:02 +01:00
Francesco Palmarini
ecabdc28ee
Update install.sh
requirements.txt, lenovo_fix.py and mmio.py were not previously overwritten in case of update
2021-01-04 10:00:56 +01:00
erpalma
03fd246825 Print a warning if different MSR values are read. Fix #231 2020-12-22 09:46:17 +01:00