invisibleruv Posted December 5, 2017 Author Share Posted December 5, 2017 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 More sharing options...
Moderators Jake Lo Posted December 5, 2017 Moderators Share Posted December 5, 2017 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 More sharing options...
invisibleruv Posted December 5, 2017 Author Share Posted December 5, 2017 i removed appleALC from efi folder then audio stopped working, if i remove it from /s/l/e , when waking from audio doesnt work even if codeccommander existmoved AppleBacklightInjector to /L/Estill sleep is not working Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 5, 2017 Moderators Share Posted December 5, 2017 Had you check the BIOS? Disable Wake on LAN/WLAN/WWAN/USB/Bluetooth Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 5, 2017 Moderators Share Posted December 5, 2017 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 More sharing options...
invisibleruv Posted December 7, 2017 Author Share Posted December 7, 2017 DSDT-sleep2.zip didnt work sleep is still not working. here is a link to familiar pc to me which he has managed to get sleep/wake working - https://osxlatitude.com/index.php?/topic/9603-looking-for-some-help-with-a-latitude-3450-please/ 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 More sharing options...
invisibleruv Posted December 7, 2017 Author Share Posted December 7, 2017 i changed my SMBIOS to macbookair 7,2 and generated SSDT edited config.plist still no proper sleep/wake debug_4268.zip 1 Link to comment Share on other sites More sharing options...
Recommended Posts