Contribute
Register

SLEEP / STOP don't working.

Status
Not open for further replies.
So, what I do?? "not dropping the OEM CPU SSDTs"

Include all OEM SSDTs in ACPI/patched.
Or remove any DropTables for CPU related SSDTs. (depends on your ACPI setup/strategy)

It may panic, so be prepared for that.
 
What do you recommend??
I should take all SSDTs from ACPI/ORIGIN??
 
I have to include SSDT-0,1,2 from Origin or SSDT-1-2-3 to extract folder after this code in terminal "if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract"
 
I have to include SSDT-0,1,2 from Origin or SSDT-1-2-3 to extract folder after this code in terminal "if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract"

As per guide, ACPI/patched content always originates from ACPI/origin.
 
I putted all SSDTs in ACPI/Patched, but sleep don't work again. What I do now??
 

Attachments

  • ALL SSDTs.zip
    1.8 MB · Views: 55
I putted all SSDTs in ACPI/Patched, but sleep don't work again. What I do now??

As per ACPI patching guide, DropOem must be true when you have patched SSDTs in ACPI/patched.
You have it set false.
 
I set DropOem = True, but sleep don't work.
 

Attachments

  • Archivio.zip
    1.9 MB · Views: 47
I set DropOem = True, but sleep don't work.

As per ACPI patching guide, the "PNOT" patch should not be applied when you're keeping CPU related SSDTs.
You also have incorrect edits done to SSDT-2.
 
What's I wrong in SSDT-2.aml?? I have correct The Warning "Reserved Method not return a value (_PDC)" replace: "Return (local0)" with "Return(Zero)". Stop
 
Status
Not open for further replies.
Back
Top