corpnewt / CPUFriendFriend

Py script to walk frequency vectors and leverage acidanthera's CPUFriend ResourceConverter.
MIT License
156 stars 20 forks source link

[Request] add link to CPUfriend.kext to readme #12

Closed Overc1ocker closed 3 years ago

Overc1ocker commented 3 years ago

Hello! I finally got CPU power management to work on my i5 8250U! However, I got stuck along the way as I didn't realize you needed CPUfrienddataprovider and CPufriend.kext. Please link to this kext in the readme or maybe add a copy of CPUfriend.kext to the repo. Thanks!

corpnewt commented 3 years ago

I just pushed a commit that states the requirement of CPUFriend.kext here. I'd rather not include CPUFriend.kext locally as I'd have to manually keep that updated, and it's better for the user to get the version they need.

Thanks for letting me know that I'd forgotten to clearly state the .kext requirement though!

-CorpNewt