Contribute
Register

DSDT help to enable sleep Asus x54h laptop

Status
Not open for further replies.
Joined
Jul 22, 2013
Messages
46
Motherboard
GA-Z97M-D3H
CPU
i5-4690K
Graphics
intel hd4600
Mac
  1. MacBook Pro
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi all. A little help to enable sleep would be great. I have 10.8.5 installed with all updates- patched dsdt and generated ssdt. System otherwise running perfectly- speedstep, graphics, sound etc- but pressing sleep hangs the laptop with black screen- no way to recover without holding down power.

System: core i3 2310m
intel hd 3000
ich6 chipset
uefi capable bios

Quite possibly I added un-needed patches to dsdt, but afaik dsdt is not causing problems.
Thanks. :)

Hackbook pro music build.
 

Attachments

  • DSDT.aml
    64.2 KB · Views: 172
  • ssdt.aml
    1.1 KB · Views: 138
Hi all. A little help to enable sleep would be great. I have 10.8.5 installed with all updates- patched dsdt and generated ssdt. System otherwise running perfectly- speedstep, graphics, sound etc- but pressing sleep hangs the laptop with black screen- no way to recover without holding down power.

System: core i3 2310m
intel hd 3000
ich6 chipset
uefi capable bios

Quite possibly I added un-needed patches to dsdt, but afaik dsdt is not causing problems.
Thanks. :)

Hackbook pro music build.

Not a desktop. Moved to laptop support.

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.
 

Attachments

  • WeGBooK.ioreg
    1.4 MB · Views: 159
Not a desktop. Moved to laptop support.

Sorry for that! Here is IOREG:


Many thanks ReHabMan :)

It could one of a number of things...

You don't have backlight control implemented...

HD3000/HD4000 Brightness Fix:
DSDT Patches from here: https://github.com/RehabMan/Laptop-DSDT-Patch

Apply:
"Rename GFX0 to IGPU"
"Brightness Fix (HD3000/HD4000)"
- rename patch must be done first and to all DSDT/SSDT that contain references to GFX0 that you're including in your final SSDT set
- Brightness patch must be done to the DSDT or SSDT that contains the definition for Device GFX0 (search for 'Device (GFX0)'
- Place DSDT and SSDT (if necessary) into a place where the bootloader will load them. For Clover, EFI/CLOVER/ACPI/patched (DSDT.aml, SSDT-x.aml where 'x' is a number). For Chameleon, /Extra/ssdt.aml, /Exra/ssdt-1.aml, /Extra/ssdt-2.aml, etc.

Install: https://github.com/RehabMan/OS-X-ACPI-Backlight

---

You're missing common DSDT patches:

Likely candidates from here: https://github.com/RehabMan/Laptop-DSDT-Patch
"Fix _WAK Arg0 v2"
"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT"
"Add IMEI"

---

USB3 has no driver attached, and it could be instant-wake...

For instant wake: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "6-series USB"
Also, install GenericUSBXCHI.kext, and use kernel flag -gux_defer_usb2

---

Get rid of kexts you don't need. You have a bunch hidden in /Extra/Extensions.mkext.
 
Thanks for the detailed answer. I applied the missing common patches successfully however, I could not apply the rename patch without 16 errors, that i could not fix. Brightness fix also added errors. I do not have the knowledge of dsdt compile errors to fix them, nor could i auto fix them in dsdt editor (which i tried as well as maciasl).
Any help on this would be great.

Thanks
 

Attachments

  • DSDT.aml
    64.3 KB · Views: 152
Thanks for the detailed answer. I applied the missing common patches successfully however, I could not apply the rename patch without 16 errors, that i could not fix. Brightness fix also added errors. I do not have the knowledge of dsdt compile errors to fix them, nor could i auto fix them in dsdt editor (which i tried as well as maciasl).
Any help on this would be great.

Thanks

This DSDT is patched. Post native DSDT.
 
Clean DSDT

Many thanks
 

Attachments

  • System DSDT.zip
    47.3 KB · Views: 100
All patches applied. Brightness option is enabled in settings! Sleep working! Usb 3.0 working!
Thankyou very much ReHabMan! Perfect :)
 
All patches applied. Brightness option is enabled in settings! Sleep working! Usb 3.0 working!
Thankyou very much ReHabMan! Perfect :)

You're welcome.
 
Status
Not open for further replies.
Back
Top