Piker-Alpha / ssdtPRGen.sh

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

CPU Type / Turbo doesnt work: i7-6850K #291

Open creative-minded opened 8 years ago

creative-minded commented 8 years ago

Hi Pike !

I Have build a couple good/stable working hackintosh PC's but im new to the X99 platform.. I got this 10.11.6 version working with the sysdef: Mac Pro 6,1 + FakeCPUID = 0x0306A0

And tried the ssdtPRGen version 21.1 who must support the i7-6850K

In the about this mac section, i still got the unknown processor..(3,61Ghz) But in the bios i have OC the CPU till 4,2Ghz but it shows only Turbo frequencies off 3,7 / 3,8Ghz

When i also want to try use the AppleIntelInfo.kext my PC gets a instant KP / reboot..

Im new to this kinda programing.. got the binairy calculating on school but mostly forget lol.. What's the best solution for me and get this all working right for me?

Hope you can help me out !

Cheers

Specs:

schermafbeelding 2016-11-03 om 22 35 13 3

creative-minded commented 8 years ago

Do i have to put the all the .aml files from the ACPI output of /Users/jrmn/Library/ssdtPRGen

Also in the folder EFI/EFI/Clover/ACPI/Patched/ ?

Piker-Alpha commented 8 years ago

You only need to copy the generated SSDT. Some of the AML files are required for the script, and can be used to debug problems.

The used FakeCPUID (x0306A0) is no the correct one for XCPM support. Use Google search for it.

You need to run the script with the maximum turbo frequency i.e. -turbo 4200. Otherwise it will use the value that I put in the cfg files from the Intel datasheets.

roboyoshi commented 7 years ago

I have the exact same build and the exact same issue.

here is my AppleIntelInfo.dat : http://pastebin.com/hGvgZCzD My FakeCPUID = 0x0306E0

Would also love to get the proper SSDT for this build.