Jump to content

Please Help Dual Xeon SB-E getting very close


2 posts in this topic

Recommended Posts

Hi everyone, 

 

I have a dual E5 2670v1 and a C602 server board, 64GB ECC ram, 2 x 7970 ref design card, 250 Samsung Evo  

 

I got a few issues to get the build working. 

 

I need to get PM and Turbo working. With PM i believe i can use Clover patch for AICPUPM.kext and AICPMpatch for the MSR lock. Do i still need SSDT for this?

 

I then read that for turbo, i need SSDT. How do i start? 

 

The next question is MacPro6.1 and USB fix. I found this thread : http://www.insanelymac.com/forum/topic/306732-macpro61-usb-fix-el-capitan-final-app-store-realease-updated-7-oct-2015/page-4

 

I believe at the end, others have found to be able to fix the USB with SSDT. How do i start ?

 

Another issue is Multi GPUs, i believe shilohhh says i need to change all GPU to GFX1 in the ACPI table.

 

 

Instead of patching the plist you can name your GPU to GFX1 in the ACPI tables. NOTE: if you have multiple GPUs you must name them all GFX1. Any other name and they will lose signal when OS X finishes loading. SSDT EXMPLE:

 

 

/*
* Intel ACPI Component Architecture
* AML Disassembler version 20100331
*
* Disassembly of iASLr2CDEx.aml, Tue Jan 12 23:12:42 2016
*
*
* Original Table Header:
* Signature "SSDT"
* Length 0x00000177 (375)
* Revision 0x01
* Checksum 0xDA
* OEM ID "shiloh"
* OEM Table ID "GPU-1"
* OEM Revision 0x00001000 (4096)
* Compiler ID "INTL"
* Compiler Version 0x20100331 (537920305)
*/
DefinitionBlock ("iASLr2CDEx.aml", "SSDT", 1, "shiloh", "GPU-1", 0x00001000)
{
Device (_SB.PCI0.NPE3.GFX1)
{
Name (_ADR, Zero)
Method (_DSM, 4, NotSerialized)
{
If (LEqual (Arg2, Zero))
{
Return (Buffer (One)
{
0x03
})
}

Return (Package (0x10)
{
"AAPL,slot-name",
Buffer (0x0B)
{
"PCIE_X16_1"
},

"@0,connector-type",
Buffer (0x04)
{
0x00, 0x08, 0x00, 0x00
},

"@1,connector-type",
Buffer (0x04)
{
0x00, 0x08, 0x00, 0x00
},

"@2,connector-type",
Buffer (0x04)
{
0x00, 0x08, 0x00, 0x00
},

"@3,connector-type",
Buffer (0x04)
{
0x00, 0x08, 0x00, 0x00
},

"@4,connector-type",
Buffer (0x04)
{
0x00, 0x08, 0x00, 0x00
},

"@5,connector-type",
Buffer (0x04)
{
0x00, 0x08, 0x00, 0x00
},

"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
}
})
}
}

Device (_SB.PCI0.NPE3.HDAU)
{
Name (_ADR, One)
Method (_DSM, 4, NotSerialized)
{
If (LEqual (Arg2, Zero))
{
Return (Buffer (One)
{
0x03
})
}

Return (Package (0x02)
{
"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
}
})
}
}
}

 

Where is the ACPI table? in SSDT?

 

I'm a newbie so please forgive me if my questions are repetitive. I've done few hackintosh builds but with suggested/recommended hardwares that needs little to no patching. 

 

Thanks

Link to comment
Share on other sites

  • 1 month later...
 Share

×
×
  • Create New...