Jump to content
5451 posts in this topic

Recommended Posts

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 ())
        }
    }

 

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)

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

3 minutes ago, zzmadd said:

But this is the section already contained in DSDT

the patch is already applied, yes

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!!

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

  • Like 1
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 by zzmadd
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"

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

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

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: ?

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

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 by bocajoe

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 by alex9440
  • Like 1
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.

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

  • Like 1
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.

MaLd0n 2018-03-29 às 16.24.24.png

have a hub? try without

15 minutes ago, MaLd0n said:

MaLd0n 2018-03-29 às 16.24.24.png

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 by zzmadd
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 by bocajoe
  • Like 1
×
×
  • Create New...