Contribute
Register

DSDT patch for enabling sleep on dell inspiron 1564!!

Status
Not open for further replies.
no i am not using DropSSDT=Yes

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.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post /Extra folder (less Themes).
 
Here you go,
i have saved the output of kext stat commands in txt file so it becomes easy for you.

edit
missed ioreg
now attached
 

Attachments

  • Archive.zip
    39.7 KB · Views: 53
  • ioreg copy.ioreg
    1.8 MB · Views: 84
Here you go,
i have saved the output of kext stat commands in txt file so it becomes east for you.

Comments:
- try without darkwake=0
- the device-properties can be done with just EthernetBuiltIn=Yes
- since you're not dropping OEM SSDTs, eliminate GeneratePStates and GenerateCStates
- with older computers, sometimes you need DropSSDT=Yes and GeneratePStates/CStates=Yes, along with "Fix PNOT*" patch.
- no need for both GraphicsEnabler=Yes and IGPEnabler=Yes
- did you add the _OFF/_ON calls to _WAK/_PTS? (if so, why?)
- any other edits to DSDT that you haven't mentioned?
- have you removed all unsupported hardware?
- according to ioreg, missing ACPIBacklight.kext
- VoodooPS2Controller.kext is not the latest, not sure of the source of it...

I think you'll need to follow my suggestion to see if you can fix wake by eliminating things one-by-one.
 
okay i will try them one by one and in combinations.

i am not sure if i did that pts/wak patch, and i don't think there is any other patch in dsdt

voodoops2 kext might not be latest as i remember i had glitchy trackpad with the latest version,

AND yes i have remove all other hardware.
i have removed all other unnecessary kexts like acpibacklight till my sleep works.(It better work!!)

i will post back soon
 
okay i will try them one by one and in combinations.

i am not sure if i did that pts/wak patch, and i don't think there is any other patch in dsdt

Compare your patched DSDT with native, then you'll know.

voodoops2 kext might not be latest as i remember i had glitchy trackpad with the latest version,

You have an ALPS trackpad... not supported by my driver. I have no ALPS hardware, so I don't build the kext with ALPS support.

AND yes i have remove all other hardware.

Even unsupported built-in WiFi?
 
No, not the built in wifi

Edit
Fo you thing it will help to start again with original dsdt and first enable sleep and then any other addons?
 
No, not the built in wifi

When possible, remove all unsupported hardware.

It is a game... called "process of elimination". Maybe you've heard of it :)
 
One more thing
In the guide from which i managed to get qe/cl working
Lots of people have commented that they are getting black screen after sleep!!
Could it be the same issue?
 
One more thing
In the guide from which i managed to get qe/cl working
Lots of people have commented that they are getting black screen after sleep!!
Could it be the same issue?

You claim is not just black screen. Remember the test with external monitor and remote desktop?

Another way to play the game:
- do a fresh install
- implement only graphics QE/CI, CPU PM, and essential DSDT patches
- then test sleep/wake
 
Status
Not open for further replies.
Back
Top