Contribute
Register

How to check if the sleeping state is working on capitan?

Status
Not open for further replies.
Why did you set DropOem=true?
It is not correct. DropOem=true is only when you have patched SSDTs in ACPI/patched. You have no patched SSDTs.
Also, remove SortedOrder. The files you have in ACPI/patched have no order dependencies.
You really need to review all patches you have in ACPI/patches to make sure each one is appropriate for your ACPI set.
(you have a bit of nonsense there... for example _WAK cannot be both Serialized and NotSerialized... only one patch is valid...and what you have there makes it look like you didn't do your research before adding these patches)
You forgot to provide patchmatic -extract output...
Rehabman made the modifications.
Here are the new system files
 

Attachments

  • CLOVER.zip
    1.2 MB · Views: 74
  • concole.log.zip
    82.4 KB · Views: 75
  • kextcache -u.zip
    942 bytes · Views: 72
  • kextstat|grep -y.terminal.zip
    747 bytes · Views: 86
  • patchmatic extract.zip
    26.9 KB · Views: 75
  • wake reason.zip
    935 bytes · Views: 70
Rehabman made the modifications.
Here are the new system files

At what time did you attempt to wake the computer?
Is this it?
Code:
May 27 19:59:44 juans-MacBook-Pro kernel[0] <Notice>: Wake reason: PWRB (User)

At what time did you attempt to sleep the computer (maybe an instant wake followed)?
Is this it?
Code:
May 27 19:59:12 juans-MacBook-Pro kernel[0] <Notice>: Wake reason: PWRB EH02 EH01 (User)

Debugging these kind of problems requires a detailed look at the logs relative to the time the events happened.
Only you can correlate the events with the times in the log.

Your patchmatic -extract output does not disassemble cleanly, which means you have mistake(s) to fix:
Code:
Pass 1 parse of [SSDT]
ACPI Error: [UPRW] Namespace lookup failure, AE_ALREADY_EXISTS (20161210/dswload-462)
ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20161210/psobject-310)

That is with: iasl -da -dl *.aml

If you can't clean disassemble your patchmatic output, you need to fix it until it does...

Hint: Your DSDT has a FieldUnitObj named UPRW at root scope. And yet, you try to add a method at root scope with the same name in SSDT-PRW.aml.
 
Last edited:
At what time did you attempt to wake the computer?
Is this it?
Code:
May 27 19:59:12 juans-MacBook-Pro kernel[0] <Notice>: Wake reason: PWRB EH02 EH01 (User)

Debugging these kind of problems requires a detailed look at the logs relative to the time the events happened.
Only you can correlate the events with the times in the log.

Your patchmatic -extract output does not disassemble cleanly, which means you have mistake(s) to fix:
Code:
[/QUOTE]
I extracted them again
 

Attachments

  • extract.zip
    26.5 KB · Views: 78
I extracted them again

Same problem.
Code:
ACPI Error: [UPRW] Namespace lookup failure, AE_ALREADY_EXISTS (20161210/dswload-462)
ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20161210/psobject-310)

You should test on your own before asking for verification.

Note: Problem is not extraction procedures. Problem is the set/content of files you have in ACPI/patched.
 
Same problem.
Code:
ACPI Error: [UPRW] Namespace lookup failure, AE_ALREADY_EXISTS (20161210/dswload-462)
ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20161210/psobject-310)

You should test on your own before asking for verification.

Note: Problem is not extraction procedures. Problem is the set/content of files you have in ACPI/patched.
Ok rehabman, I'm going to work on it
 
Could this be the culprit of the black screen when trying to wake up?

As per PM guide, hibernation should be disabled.
But no idea until you try to set it properly.
It seems I have identified plenty of other issues previously...
 
Status
Not open for further replies.
Back
Top