Contribute
Register
Status
Not open for further replies.
Thanks! I can finally see the wake reason output now (it prints the same thing infinitely, but that's alright)
Here's what I got:
Code:
localhost kernel[0]: (AppleACPIPlatform) Wake reason: PEGA GLAN EHC2 XHC

If you disassemble your patchmatic output, you can see there is a mistake somewhere...

ACPI Error: [UPRW] Namespace lookup failure, AE_ALREADY_EXISTS (20161222/dswload-462)
ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20161222/psobject-310)

You must be able to disassemble the patchmatic output cleanly with 'iasl -da -dl *.aml'.
You have a duplicate UPRW somewhere (so UPRW is not being renamed as you expect).
 
You have a duplicate UPRW somewhere (so UPRW is not being renamed as you expect).

There is only one occurrence of
Code:
Method (UPRW
in EFI/CLOVER/ACPI/Patched/ and it is only in the file SSDT-PRW (attached below)
 

Attachments

  • SSDT-PRW.aml
    127 bytes · Views: 111
There is only one occurrence of
Code:
Method (UPRW
in EFI/CLOVER/ACPI/Patched/ and it is only in the file SSDT-PRW (attached below)

Not possible to diagnose anything without "Problem Reporting" files.

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Attach contents of Downloads/RehabMan directory as ZIP.

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Not possible to diagnose anything without "Problem Reporting" files.

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Attach contents of Downloads/RehabMan directory as ZIP.

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

Files attached.
 

Attachments

  • Archive.zip
    5.5 MB · Views: 92
Enabling it didn't fix the sleep issue. I've decided to let it go.

Nonsense to not have the patch if you're trying to implement SSDT-PRW.aml.
Describe sleep problem in detail.
Re-enable the patch.
Re-post "Problem Reporting" files.
 
Nonsense to not have the patch if you're trying to implement SSDT-PRW.aml.
Describe sleep problem in detail.
Re-enable the patch.
Re-post "Problem Reporting" files.

The problem is similar to "Instant wake". When trying to enter sleep (click sleep from apple menu / close lid / auto sleep due to inactivity), the display turns off, the HDD and fan spinning slow down, the LED power indicator blinks slowly (just like it should), and about 4 seconds later, it switches back on (display is on, hard drive and fan are spinning at high speed, etc)

Patch re-enabled. No change visible.

Problem Reporting files attached.
 

Attachments

  • Rehabman 2017-04-14.zip
    5.3 MB · Views: 75
The problem is similar to "Instant wake". When trying to enter sleep (click sleep from apple menu / close lid / auto sleep due to inactivity), the display turns off, the HDD and fan spinning slow down, the LED power indicator blinks slowly (just like it should), and about 4 seconds later, it switches back on (display is on, hard drive and fan are spinning at high speed, etc)

Patch re-enabled. No change visible.

Problem Reporting files attached.

What you describe *is* "instant wake".

The patch for GPRW is disabled in your config.plist.

Note: Your patchmatic files show it is patch, so the files you provided are not consistent with each other... For you to investigate.
 
Last edited:
What you describe *is* "instant wake".

The patch for GPRW is disabled in your config.plist.

Note: Your patchmatic files show it is patch, so the files you provided are not consistent with each other... For you to investigate.
Patch enabled. Files attached. Instant wake still persists
 

Attachments

  • Rehabman 2017-04-14.zip
    5.3 MB · Views: 70
Status
Not open for further replies.
Back
Top