zzmadd Posted March 28, 2018 Share Posted March 28, 2018 4 minutes ago, MaLd0n said: Are the bios options correct? Is there a way to fix the issue? Thanks again very much! Link to comment Share on other sites More sharing options...
MaLd0n Posted March 28, 2018 Author Share Posted March 28, 2018 the patch is done in last dsdt, i think the problem is bios config Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 8 hours ago, MaLd0n said: the patch is done in last dsdt, i think the problem is bios config Those Bios options I attached in the image are correct? So at least those are to be considered ok and I move on testing other options. Do you have any hint to what to look for in bios? I wouldn't know where to add the patch, if I have to remove some code. The _PTS section is clearly identifiable in dsdt. If you are so kind to help me identify where to add it then I can copy and compile. Thanks very much. Method (_PTS, 1, NotSerialized) // _PTS: Prepare To Sleep { \_SB.TPM.TPTS (Arg0) \_SB.PCI0.LPCB.SIO1.SIOS (Arg0) \_SB.PCI0.LPCB.SPTS (Arg0) \_SB.PCI0.NPTS (Arg0) RPTS (Arg0) If (LEqual (0x05, Arg0)) { Store (Zero, \_SB.PCI0.XHC.PMEE) Store (Zero, \_SB.PCI0.RP05.HPME ()) } } Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 5 hours ago, zzmadd said: Those Bios options I attached in the image are correct? So at least those are to be considered ok and I move on testing other options. Do you have any hint to what to look for in bios? I wouldn't know where to add the patch, if I have to remove some code. The _PTS section is clearly identifiable in dsdt. If you are so kind to help me identify where to add it then I can copy and compile. Thanks very much. Method (_PTS, 1, NotSerialized) // _PTS: Prepare To Sleep { \_SB.TPM.TPTS (Arg0) \_SB.PCI0.LPCB.SIO1.SIOS (Arg0) \_SB.PCI0.LPCB.SPTS (Arg0) \_SB.PCI0.NPTS (Arg0) RPTS (Arg0) If (LEqual (0x05, Arg0)) { Store (Zero, \_SB.PCI0.XHC.PMEE) Store (Zero, \_SB.PCI0.RP05.HPME ()) } } the patche is done, check If (LEqual (0x05, Arg0)) { Store (Zero, \_SB.PCI0.XHC.PMEE) Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 1 minute ago, MaLd0n said: the patche is done, check If (LEqual (0x05, Arg0)) { Store (Zero, \_SB.PCI0.XHC.PMEE) But this is the section already contained in DSDT Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 3 minutes ago, zzmadd said: But this is the section already contained in DSDT the patch is already applied, yes Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 1 minute ago, MaLd0n said: the patch is already applied, yes meaning it's not working? Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 5 minutes ago, zzmadd said: meaning it's not working? ye, i think the problem is other 1 Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 1 minute ago, MaLd0n said: ye, i think the problem is other Ok... Today the WiFi+Bluetooth PCI/USB adapter came in the mail. https://www.amazon.it/dp/B019ZGXTHK/ref=as_li_ss_tl?coliid=IN1Q45TGYNM8O&colid=37DQNL9OZYF72&psc=0&ref_=lv_vv_lig_dp_it&linkCode=sl1&tag=macpadova-21&linkId=15059eadaa01ba44ab35d737667f08be I installed it and the old DSDT needs to be updated I guess. PC doesn't boot. Also sleep stopped working. I modified USBInject attributing to the USB port of the bluetooth value 255 (internal) but the PC doesn't sleep. Is it complex to do the DSDT so not to bother you? This is the RunMe output after installation of WiFi+Bluetooth https://mab.to/IZE8fkrlA Really thanks!! Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 1 hour ago, zzmadd said: Ok... Today the WiFi+Bluetooth PCI/USB adapter came in the mail. https://www.amazon.it/dp/B019ZGXTHK/ref=as_li_ss_tl?coliid=IN1Q45TGYNM8O&colid=37DQNL9OZYF72&psc=0&ref_=lv_vv_lig_dp_it&linkCode=sl1&tag=macpadova-21&linkId=15059eadaa01ba44ab35d737667f08be I installed it and the old DSDT needs to be updated I guess. PC doesn't boot. Also sleep stopped working. I modified USBInject attributing to the USB port of the bluetooth value 255 (internal) but the PC doesn't sleep. Is it complex to do the DSDT so not to bother you? This is the RunMe output after installation of WiFi+Bluetooth https://mab.to/IZE8fkrlA Really thanks!! CLOVER.zip dont change or add nothing, replace, reboot and send me new SEND_ME 1 Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 7 minutes ago, MaLd0n said: CLOVER.zip dont change or add nothing, replace, reboot and send me new SEND_ME a new RunMe? Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 (edited) 1 hour ago, MaLd0n said: CLOVER.zip dont change or add nothing, replace, reboot and send me new SEND_ME here's the link https://mab.to/pe08EAC1Z Thanks a lot! 1 hour ago, MaLd0n said: CLOVER.zip dont change or add nothing, replace, reboot and send me new SEND_ME IT DOES SHUT DOWN!! ACHIEVEMENT!! BUT Instant Wake persists with PCIe+USB WiFi - Bluetooth AND If I unplug the internal USB that connects the Bluetooth device still the PCIe alone produces Instant Wake. Edited March 29, 2018 by zzmadd Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 2 hours ago, zzmadd said: here's the link https://mab.to/pe08EAC1Z Thanks a lot! IT DOES SHUT DOWN!! ACHIEVEMENT!! BUT Instant Wake persists with PCIe+USB WiFi - Bluetooth AND If I unplug the internal USB that connects the Bluetooth device still the PCIe alone produces Instant Wake. run in terminal log show --style syslog | fgrep "Wake reason" Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 4 minutes ago, MaLd0n said: run in terminal log show --style syslog | fgrep "Wake reason" 2018-03-29 19:23:00.363118+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:23:00.363119+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:36:28.792829+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:36:28.792829+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:51:23.810477+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:51:23.810478+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407894+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407895+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 9 minutes ago, zzmadd said: 2018-03-29 19:23:00.363118+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:23:00.363119+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:36:28.792829+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:36:28.792829+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:51:23.810477+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:51:23.810478+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407894+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407895+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC DSDT.aml.zip use power button for wake Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 9 minutes ago, MaLd0n said: DSDT.aml.zip use power button for wake Thanks again!! Still Instant Wake with question marks now. 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407894+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407895+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 20:15:24.599220+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: ? 2018-03-29 20:15:24.599221+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: ? Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 9 minutes ago, zzmadd said: Thanks again!! Still Instant Wake with question marks now. 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:52:22.534485+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407894+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 19:56:03.407895+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: XHC 2018-03-29 20:15:24.599220+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: ? 2018-03-29 20:15:24.599221+0200 localhost kernel[0]: (AppleACPIPlatform) Wake reason: ? send me new dump RunMe.app.zip Link to comment Share on other sites More sharing options...
bocajoe Posted March 29, 2018 Share Posted March 29, 2018 (edited) What a wonderful guide Maldon... you sir are the King! I have successfully installed High Sierra on my GA-Z170XP-SLI and everything is working except the Audio Line Out. Funny thing is audio works on my HDMI TV but not on my Line Out green connector on the back of the computer. Also in sound preferences I have 2 line out options, I tried both with no luck. I did use your supplied DSDT for the GA-Z170XP-SLI. I have uploaded my files... Hope you can help. MY SPECS: 17,1 SMBIOS, GA-Z170XP-SLI, i5-7600k, Asus RX460 4GB Graphics THANKS MALDON!!!!!! config.plist DSDT.aml Edited March 29, 2018 by bocajoe Link to comment Share on other sites More sharing options...
alex9440 Posted March 29, 2018 Share Posted March 29, 2018 (edited) Hello MaLd0n! I also yesterday installed the same module BCM943602CS ,but I got sleep working without any changes! Was somehow slow down the system hangs! What could be the problem? Edited March 29, 2018 by alex9440 1 Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 14 minutes ago, MaLd0n said: send me new dump RunMe.app.zip here it is: https://mab.to/ehCAa7uWb thanks a lot!! 1 minute ago, alex9440 said: Hello everyone! I also yesterday installed the same module BCM943602CS ,but I got sleep working without any changes! Was somehow slow down the system hangs! What could be the problem? Are you sure it is the same same PCIe device? It is the PCIe housing the issue I suspect. Link to comment Share on other sites More sharing options...
alex9440 Posted March 29, 2018 Share Posted March 29, 2018 4 минут назад, zzmadd сказал: вот: https://mab.to/ehCAa7uWb большое спасибо!! Вы уверены, что это одно и то же же PCIe устройства? Это жилье PCIe вопрос, который я подозреваю. https://ru.aliexpress.com/item/antennas-802-11-Bluetooth-4-1-Broadcom-BCM943602CS-wireless-wifi-Card-For-Desktops-with-mini-pci/32788764375.html?spm=a2g0s.9042311.0.0.zsJESy 1 Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 18 minutes ago, alex9440 said: https://ru.aliexpress.com/item/antennas-802-11-Bluetooth-4-1-Broadcom-BCM943602CS-wireless-wifi-Card-For-Desktops-with-mini-pci/32788764375.html?spm=a2g0s.9042311.0.0.zsJESy Thanks for the link! The Broadcom module is the same, but the PCIe housing is actually different. 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted March 29, 2018 Author Share Posted March 29, 2018 41 minutes ago, zzmadd said: here it is: https://mab.to/ehCAa7uWb thanks a lot!! Are you sure it is the same same PCIe device? It is the PCIe housing the issue I suspect. have a hub? try without Link to comment Share on other sites More sharing options...
zzmadd Posted March 29, 2018 Share Posted March 29, 2018 (edited) 15 minutes ago, MaLd0n said: have a hub? try without That's the Apple Keyboard Hub. Sleep already didn't function prior to connecting the keyboard to the Mac. I had to connect it because after the new dsdt and the sleep attempt the bluetooth devices were no longer working. As you said I had to Wake using the power button. But since the machine didn't Sleep I couldn't press the power button to Wake it. So bluetooth no longer worked and I had to plug a USB keyboard. Hope it's clear. Edited March 29, 2018 by zzmadd Link to comment Share on other sites More sharing options...
bocajoe Posted March 29, 2018 Share Posted March 29, 2018 (edited) 9 hours ago, bocajoe said: What a wonderful guide Maldon... you sir are the King! I have successfully installed High Sierra on my GA-Z170XP-SLI and everything is working except the Audio Line Out. Funny thing is audio works on my HDMI TV but not on my Line Out green connector on the back of the computer. Also in sound preferences I have 2 line out options, I tried both with no luck. MY SPECS: 17,1 SMBIOS, GA-Z170XP-SLI, i5-7600k, Asus RX460 4GB Graphics THANKS MALDON!!!!!! Never Mind... I figured it out. I was using the Green connector in the back, on this motherboard it is the orange connector. EVERYTHING IS WORKING FINE!!!!!! Thanks for all you do Maldon! config.plist DSDT.aml Edited March 30, 2018 by bocajoe 1 Link to comment Share on other sites More sharing options...
Recommended Posts