mfc88 Posted April 25, 2017 Share Posted April 25, 2017 I have lots of KP when I was using fakesmc from RehabMan. Now I only using Slice version Guess I was using an old netkas version. Switched to newest. Testing again... Update: Newest FakeSMC breaks WIFI despite FakeSMC patch/config.plist patches/SSDT injection. Update: Kernel panics galore. Switched back to old setup. 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2411967 Share on other sites More sharing options...
Sygey02 Posted April 26, 2017 Share Posted April 26, 2017 Hello, boys! I have a problem and I was wondering if anyone could help me. I have noticed that if I overclock to xmp profile 1 - 4.2 does not boot MacOS Sierra, I always have kernel panic with this message. I'll paste pictures below if someone can explain what's going on. I can say that if I set the normal profile I can boot in the mac, if I overclock then it gives me kernel panic Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2412600 Share on other sites More sharing options...
nmano Posted April 26, 2017 Author Share Posted April 26, 2017 Hello, boys! I have a problem and I was wondering if anyone could help me. I have noticed that if I overclock to xmp profile 1 - 4.2 does not boot MacOS Sierra, I always have kernel panic with this message. I'll paste pictures below if someone can explain what's going on. I can say that if I set the normal profile I can boot in the mac, if I overclock then it gives me kernel panic I thing wrong fakecpu ID sent your EFI folder 2 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2412869 Share on other sites More sharing options...
DexterOX Posted April 27, 2017 Share Posted April 27, 2017 @nmano In The Capitan you use this DSDT Path for LPC Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0C) { "AAPL,slot-name", Buffer (0x09) { "Built In" }, "name", Buffer (0x15) { "Intel LPC Controller" }, "model", "Intel C610/X99 Series Chipset LPC Controller", "compatible", Buffer (0x3C) { /* 0000 */ 0x70, 0x63, 0x69, 0x31, 0x30, 0x34, 0x33, 0x2C, /* 0008 */ 0x38, 0x36, 0x30, 0x30, 0x00, 0x70, 0x63, 0x69, /* 0010 */ 0x38, 0x30, 0x38, 0x36, 0x2C, 0x38, 0x64, 0x34, /* 0018 */ 0x37, 0x00, 0x70, 0x63, 0x69, 0x38, 0x30, 0x38, /* 0020 */ 0x36, 0x2C, 0x38, 0x63, 0x34, 0x62, 0x00, 0x70, /* 0028 */ 0x63, 0x69, 0x63, 0x6C, 0x61, 0x73, 0x73, 0x2C, /* 0030 */ 0x30, 0x36, 0x30, 0x31, 0x30, 0x30, 0x00, 0x4C, /* 0038 */ 0x50, 0x43, 0x42 }, "IOName", "pci8086,8d47", "device-id", Buffer (0x04) { 0x47, 0x8D, 0x00, 0x00 } }) } } I see this too X99 AppleLPC.kext for 10.11.2 Just install and patch DSDT or set clover into method label _DSM parent_adr 0x001F0000 remove_entry; into device name_adr 0x001F0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x02)\n {\n "compatible", \n Buffer (0x0D)\n {\n "pci8086,8d47"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end But now you have added this patch for the Rampage V Extreme, in the attachments at the beginning of this post #Maintained by: N.Mano # 1. Under Device LPC0 - Verify IOReg/LPC0 into method label _adr parent_adr 0x001F0000 remove_entry; into device name_adr 0x001F0000 insert begin Name (_SUN, 0x0F) // _SUN: Slot User Number\n Method (_DSM, 4, NotSerialized)\n {\n Store (Package ()\n {\n "compatible", \n Buffer ()\n {\n "pci8086,9c43"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end; Can you tell me which one is right for my Rampage V extreme x99 chipset? Thanks! 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2412924 Share on other sites More sharing options...
nmano Posted April 27, 2017 Author Share Posted April 27, 2017 @nmano In The Capitan you use this DSDT Path for LPC Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0C) { "AAPL,slot-name", Buffer (0x09) { "Built In" }, "name", Buffer (0x15) { "Intel LPC Controller" }, "model", "Intel C610/X99 Series Chipset LPC Controller", "compatible", Buffer (0x3C) { /* 0000 */ 0x70, 0x63, 0x69, 0x31, 0x30, 0x34, 0x33, 0x2C, /* 0008 */ 0x38, 0x36, 0x30, 0x30, 0x00, 0x70, 0x63, 0x69, /* 0010 */ 0x38, 0x30, 0x38, 0x36, 0x2C, 0x38, 0x64, 0x34, /* 0018 */ 0x37, 0x00, 0x70, 0x63, 0x69, 0x38, 0x30, 0x38, /* 0020 */ 0x36, 0x2C, 0x38, 0x63, 0x34, 0x62, 0x00, 0x70, /* 0028 */ 0x63, 0x69, 0x63, 0x6C, 0x61, 0x73, 0x73, 0x2C, /* 0030 */ 0x30, 0x36, 0x30, 0x31, 0x30, 0x30, 0x00, 0x4C, /* 0038 */ 0x50, 0x43, 0x42 }, "IOName", "pci8086,8d47", "device-id", Buffer (0x04) { 0x47, 0x8D, 0x00, 0x00 } }) } } I see this too X99 AppleLPC.kext for 10.11.2 Just install and patch DSDT or set clover into method label _DSM parent_adr 0x001F0000 remove_entry; into device name_adr 0x001F0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x02)\n {\n "compatible", \n Buffer (0x0D)\n {\n "pci8086,8d47"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end But now you have added this patch for the Rampage V Extreme, in the attachments at the beginning of this post #Maintained by: N.Mano # 1. Under Device LPC0 - Verify IOReg/LPC0 into method label _adr parent_adr 0x001F0000 remove_entry; into device name_adr 0x001F0000 insert begin Name (_SUN, 0x0F) // _SUN: Slot User Number\n Method (_DSM, 4, NotSerialized)\n {\n Store (Package ()\n {\n "compatible", \n Buffer ()\n {\n "pci8086,9c43"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end; Can you tell me which one is right for my Rampage V extreme x99 chipset? Thanks! check rehapman https://github.com/RehabMan/Laptop-DSDT-Patch Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2412926 Share on other sites More sharing options...
MaLd0n Posted April 27, 2017 Share Posted April 27, 2017 for LPC, use it, work in all Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer () { 0x03 }) } Return (Package () { "device-id", Buffer () { 0x43, 0x9C, 0x00, 0x00 }, "name", Buffer () { "pci8086,9c43" }, "compatible", Buffer () { "pci8086,9c43" } }) } 2 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413068 Share on other sites More sharing options...
chorl Posted April 27, 2017 Share Posted April 27, 2017 It's fascinating how this platform eludes working sleep... Is better Gigabyte than Asus in terms of sleeping (or chances to get it working ) Thanks. Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413239 Share on other sites More sharing options...
Fergarth Posted April 27, 2017 Share Posted April 27, 2017 Hello everyone! After a period of absence due to having moved to another house... just only today I reassemble and connect the hack and took the opportunity to test the news. Updated to Sierra 12.5 Beta 4, last Clover and FakeSMC suggested by MaldOn. Tested PMdrvr.kext without SSDT and liked the result. Although I do not think it behaves very differently from SSDT. It just seems to have a more stable idle. Tomorrow I need to test better and see if the 3 patches I use are still needed or not! But the system is stable and seems better with EIST disabled. 2 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413433 Share on other sites More sharing options...
MaLd0n Posted April 28, 2017 Share Posted April 28, 2017 Very good result! 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413589 Share on other sites More sharing options...
DexterOX Posted April 28, 2017 Share Posted April 28, 2017 @MaLd0n You can provide your EFI folder, and its the code to make SPSR work on X99 Chipset. Thank you 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413602 Share on other sites More sharing options...
Fergarth Posted April 28, 2017 Share Posted April 28, 2017 Very good result! Thanks Maldon, I also liked it. But so suddenly and at first glance, in my case it does not differ much from SSDT behavior. In a moment, I'll play with the patches and the PMdrvr and see the result. I do not know PMdrv.kext well, but I think it can be influenced by the patches and this is the doubt that I will clarify soon. 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413728 Share on other sites More sharing options...
MaLd0n Posted April 28, 2017 Share Posted April 28, 2017 i think the kexts generate only more P states 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413736 Share on other sites More sharing options...
PMheart Posted April 28, 2017 Share Posted April 28, 2017 IMHO we have no need for any 3rd-party Power Management Kexts, XCPM is enough I guess. IMHO XCPM shouldn't be designed for more P-States, the most important thing is having a complete Power Management. As for more P-States, we don't really need it. I suppose that 800 MHz, base frequency, turbo frequency are enough under XCPM mechanism. Sent from my iPhone 7 using Tapatalk 2 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2413991 Share on other sites More sharing options...
Fergarth Posted April 28, 2017 Share Posted April 28, 2017 IMHO we have no need for any 3rd-party Power Management Kexts, XCPM is enough I guess. IMHO XCPM shouldn't be designed for more P-States, the most important thing is having a complete Power Management. As for more P-States, we don't really need it. I suppose that 800 MHz, base frequency, turbo frequency are enough under XCPM mechanism. Sent from my iPhone 7 using Tapatalk I agree with you PMheart, I tried kext out of curiosity, but as I said, in my case it did not change in almost anything. Besides I miss the sleep. I already reversed the previous situation. DSDT, SSDT for PM and the 3 patches. And it's very good as it is ? 2 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2414001 Share on other sites More sharing options...
MaLd0n Posted April 29, 2017 Share Posted April 29, 2017 Yes! I like my 5820k with only patches! 2 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2414006 Share on other sites More sharing options...
Fergarth Posted May 1, 2017 Share Posted May 1, 2017 Ok, the strange freezings I've been having a while ago, finally have ended. What I took to solve this!... From the moment I overclocked the processor, memory and set new SSDT PM to 4000 MHz, it never happened again. Yes in my case, I also think it had to do with the frequency of memory. Now the RAM is working with the native frequency and before was with a much lower freq. Much better, fast and stable now! 2 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2415566 Share on other sites More sharing options...
MaLd0n Posted May 1, 2017 Share Posted May 1, 2017 the last web driver work in 10.12.5 beta 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2415605 Share on other sites More sharing options...
MICKHAEL Posted May 1, 2017 Share Posted May 1, 2017 Ok, the strange freezings I've been having a while ago, finally have ended. What I took to solve this!... From the moment I overclocked the processor, memory and set new SSDT PM to 4000 MHz, it never happened again. Yes in my case, I also think it had to do with the frequency of memory. Now the RAM is working with the native frequency and before was with a much lower freq. Much better, fast and stable now! Glad to hear) but the strange freezing come back to me 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2415707 Share on other sites More sharing options...
Fergarth Posted May 1, 2017 Share Posted May 1, 2017 @MaLd0n Yeah man, but this time I'm not getting away from the black screen and I do not know why! I already tried several old tricks that resulted, until I tried changing the DP port in the graph and nothing... only with the flag nv_disabled = 1 I can get to login... But for the rest everything is perfect and stable. 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2415716 Share on other sites More sharing options...
MaLd0n Posted May 1, 2017 Share Posted May 1, 2017 Strange try Clover update Clover_v2.4k_r4067.pkg.zip 16F71b NVDAStartupWeb.kext.zip 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2415725 Share on other sites More sharing options...
Balamut Posted May 1, 2017 Share Posted May 1, 2017 Any changes on the kernel level on max cpus? Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2415779 Share on other sites More sharing options...
Fergarth Posted May 2, 2017 Share Posted May 2, 2017 Strange try Clover update Clover_v2.4k_r4067.pkg.zip 16F71b NVDAStartupWeb.kext.zip I updated for 12.5 beta 5 (16F71b), even experimented with the Clover and kext that you suggested and nothing! I can switch between the OS X Default G Driver and the NVIDIA Web Driver, but as soon as I reboot it comes out black screen and I still do not know why! I never had such a thing! What is worth in the middle of this is that the random freezings are gone lol... Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2416146 Share on other sites More sharing options...
MaLd0n Posted May 2, 2017 Share Posted May 2, 2017 Use nvda_drv=1 in Boot section and NvidiaWeb in System Parameters work only with two options for me 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2416160 Share on other sites More sharing options...
Fergarth Posted May 2, 2017 Share Posted May 2, 2017 Use nvda_drv=1 in Boot section and NvidiaWeb in System Parameters work only with two options for me I also tested with that and nothing happens. Even with my old DSDT I have tried it and it always gives black. Incidentally all the old tricks and options I know do not work ... I think I'll have to wait for a new Web Driver or go back to 12.4 Final... Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2416172 Share on other sites More sharing options...
mfc88 Posted May 4, 2017 Share Posted May 4, 2017 I also tested with that and nothing happens. Even with my old DSDT I have tried it and it always gives black. Incidentally all the old tricks and options I know do not work ... I think I'll have to wait for a new Web Driver or go back to 12.4 Final... Have you tried this patch? http://www.insanelymac.com/forum/topic/319764-guide-dell-xps-15-9550-sierra-10122-quick-installation/page-22?do=findComment&comment=2396871 1 Link to comment https://www.insanelymac.com/forum/topic/313296-guide-mac-osx-1012-and-1013-with-x99-broadwell-e-family-and-haswell-e-family/page/59/#findComment-2417267 Share on other sites More sharing options...
Recommended Posts