Piker-Alpha / ssdtPRGen.sh

Script to generate a SSDT for Power Management
714 stars 155 forks source link

Stuck on x8 #11

Open jl4c opened 10 years ago

jl4c commented 10 years ago

Hi Pike, am trying to generate a working SSDT with the new version (v12.0) of the script, but it fail because am stuck on x8. Some times ago i generated my SSDT with an old version of the script (v3.6) and with that version my system is working now. Am submit you this issue/bug because i get this same behavior with the following processors: i5-3317U i3-2330m

WORKING SSDT CODE (i5-3317U):

/*

DON'T WORKING SSDT CODE (i5-3317U):

/*

Piker-Alpha commented 10 years ago

Hi,

Well. That seems like a step backwards doesn't it. Trust me. I don't like it either, but as a work around. For the time being. Use the -w script argument if you want to use AppleIntelCPUPowerManagement.kext i.e. start the script with: ./ssdtPRGen.sh -w 3 because that should work. Don't use -w 3 when you use/want to use XCPM (Apple's own mach_kernel PM implementation). And yes. I'll try to figure out a way to automate this step also.

Thank you for reporting this bug here!