Piker-Alpha / ssdtPRGen.sh

Script to generate a SSDT for Power Management
713 stars 156 forks source link

Support for Pentium G630 #485

Open AxelBlaz3 opened 5 years ago

AxelBlaz3 commented 5 years ago

Hi there, thanks for your hard work. May I know how can I help you in adding support for Intel(R) Pentium(R) CPU G630 @ 2.70GHz?

What I tried? Adding the data - gUserDefinedCPUList=(G630,65,1600,2700,2700,2,2,2,100)

Output: bash-3.2# sudo ~/ssdtPRGen.sh -p 'G630'

ssdtPRGen.sh v0.9 Copyright (c) 2011-2012 by † RevoGirl v6.6 Copyright (c) 2013 by † Jeroen v21.5 Copyright (c) 2013-2019 by Pike R. Alpha

Bugs > https://github.com/Piker-Alpha/ssdtPRGen.sh/issues <

System information: Mac OS X 10.11.6 (15G31) Brandstring: "Intel(R) Pentium(R) CPU G630 @ 2.70GHz"

Override value: (-p) processor model, now using: G630!

Error: Unknown processor model ... Visit http://ark.intel.com to gather the required data: Processor Number TDP Low Frequency Mode (use AppleIntelInfo.kext) Base Frequency Max Turbo Frequency Cores Threads Aborting ... Done.

I'm not sure where the problem is arising from. Awaiting help. Thank you :)

AxelBlaz3 commented 5 years ago

Okay, I forked a copy and tested by changing the URL of repo in the script, everything works as expected. Hope you'll add the data in your free time. Also, I have a query. I see only 3 power states. Is this alright? Or anything is fishy? Thank you.