Jump to content

Inspiron 3543: No sleep & wake in Sierra and High Sierra


invisibleruv

Recommended Posts

hi i updated hackintosh to 10.12.6

brightness keys are working by adding this

# select DELL/WN09 profile in VoodooPS2Keyboard Info.plist
into method label _DSM parent_label PS2K remove_entry;
into device label PS2K insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "RM,oem-id", "DELL",\n
        "RM,oem-table-id", "WN09a",\n
    })\n
}\n
end;
Link to comment
Share on other sites

  • Moderators

That's just for the keyboard key to control the brightness slider.

Ok, good you're upgraded, but looks like you're missing AppleBacklightInjector.kext

Copy it from /E/C/k/Other/LE to /Library/Extensions

Remove AppleALC.kext,  I see you have it in /E/C/k/Other already

Repair permission and rebuild cache.

Link to comment
Share on other sites

  • Moderators

Try this DSDT, I added the wireless patch so you don't have to use the kextinjector as seen in your kextcache log

Also you have IOath3kfrmwr.kext, isn't that for Bluetooth? Since you don't have bluetooth, you can leave that kext out too

So remove IOath3kfrmwr.kext & AtherosWiFiInjector.kext. See if eliminating those kexts could help fix sleep

Replace DSDT.aml

Repair permission and rebuild cache

 

DSDT-sleep2.zip

Link to comment
Share on other sites

 

 i have attached a debug file with the current dsdt.

can you please check my config.plist and also i have no dsdt patches in my config.plist (EHC1 ,GFX, EUSB etc ) please check with the above link 

debug_28219.zip

Link to comment
Share on other sites

×
×
  • Create New...