Contribute
Register

[Guide] Dell Inspiron 15 7559 (skylake)

didnt try your config.plist yet
but as i successfully load in system.. i delete extension folder in library and install all the kexts from guide with kextbeast, rebuild a cache and now a load without any problems but now i dont have audio its grey icon on statbar and no devices in output/input
touchscreen is working (its not usefull anyway but wow amazing, its working)
brightness buttons still no (maybe because of another touchpad driver and keyboard)
should i put your config now?

UPD: as i change your config.plist a stuck on this and couldnt get thru the loading screen

I don't know how to fix the audio problem, I have it too. A hard reboot may help but not every time.

The brightness key patch works with VoodooPS2Controller.kext but not ApplePS2SmartTouchPad.kext. Also, I recommend VoodooPS2Controller.kext because it is open-sourced.

From the photo you attached, there are some ACPI patching problems. You can try my config and SSDTs.
 
I don't know how to fix the audio problem, I have it too. A hard reboot may help but not every time.

The brightness key patch works with VoodooPS2Controller.kext but not ApplePS2SmartTouchPad.kext. Also, I recommend VoodooPS2Controller.kext because it is open-sourced.

From the photo you attached, there are some ACPI patching problems. You can try my config and SSDTs.
from the photo it is with your acpi folder and config
 
upload your debug files.
because i couldnt load with your config (it is a photo with a reason lets say), i just choose the pervious one config.plist from clover press f2 and did a script for debug, is it right?
UPD: about audio, i did a reboot now jack is working and speaker, but without microphone in both ways, it is fixable?
 

Attachments

  • debug_18447.zip
    5.3 MB · Views: 72
Last edited:
because i couldnt load with your config (it is a photo with a reason lets say), i just choose the pervious one config.plist from clover press f2 and did a script for debug, is it right?
Remove DSDT.aml. (hot-patch doesn't need this file.)
Remove SSDT-PNLF.aml (you already have SSDT-PNLF-AppleBacklight.aml, which is the right one. The file name doesn't matter, but the content does. You can compare the two files.)
Remove SSDT-RMDT.aml, it's for dubugging only.

Be sure to add your SMBIOS info to config.plist.
 
Remove DSDT.aml. (hot-patch doesn't need this file.)
Remove SSDT-PNLF.aml (you already have SSDT-PNLF-AppleBacklight.aml, which is the right one. The file name doesn't matter, but the content does. You can compare the two files.)
Remove SSDT-RMDT.aml, it's for dubugging only.

Be sure to add your SMBIOS info to config.plist.
thank you so much, now i have jack, touchscreen and i believe when i change to voodoo gonna be brightness controls
my brightness control now dissaper from settings pane, brr how to bring it back now?)
updt: and sleep is not working, as i put to sleep is waking up alone after some seconds
p.s.
i had and still have another problem every time a shutdown after switch on or reboot from mac to win and after back, for example my extensions in browser is disappearing but for example tabs is okay, as well every this time i have to switch again in keyboard settings cmd with alt keys.. dont why my hackintosh forgetting some states between reboots
 
thank you so much, now i have jack, touchscreen and i believe when i change to voodoo gonna be brightness controls
my brightness control now dissaper from settings pane, brr how to bring it back now?)

Did you comment out FakeID in config.plist?
updt: and sleep is not working, as i put to sleep is waking up alone after some seconds
p.s.
i had and still have another problem every time a shutdown after switch on or reboot from mac to win and after back, for example my extensions in browser is disappearing but for example tabs is okay, as well every this time i have to switch again in keyboard settings cmd with alt keys.. dont why my hackintosh forgetting some states between reboots

No idea. What about reboot from MacOS to MacOS?
 
Did you comment out FakeID in config.plist?


No idea. What about reboot from MacOS to MacOS?
thank you so much for this usefull for me conversation and for your files
between macOS its okay
now - yes, i comment it out
how to fix a sleep and brightness problem, now a dont have even a slider in prefpan as i understand thats why as well no sleep. right?
 
thank you so much for this usefull for me conversation and for your files
between macOS its okay
now - yes, i comment it out
how to fix a sleep and brightness problem, now a dont have even a slider in prefpan as i understand thats why as well no sleep. right?
Re-generate and upload PR files each time you report a problem. Without PR files, I could only guess.

From the PR files you uploaded earlier, Lilu.kext is not installed in /Library/Extensions. Install it and rebuild kext cache, this should fix brightness slider problem.

Remove AppleBacklightInjector.kext. You already have AppleBacklightFixup.kext.

Remove HDAEnabler13.kext. It probably conflicts with AppleALC.kext.

As for power management, you should do this:
Code:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
See https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/ for more details.
 
Re-generate and upload PR files each time you report a problem. Without PR files, I could only guess.

From the PR files you uploaded earlier, Lilu.kext is not installed in /Library/Extensions. Install it and rebuild kext cache, this should fix brightness slider problem.

Remove AppleBacklightInjector.kext. You already have AppleBacklightFixup.kext.

Remove HDAEnabler13.kext. It probably conflicts with AppleALC.kext.

As for power management, you should do this:
Code:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage
sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
See https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/ for more details.
i delete HDAEnabler, AppleBacklightInjector and install Lilu.kext and while i boot a get panic error i think its suppose to be on report files
but finally no slider in prefpanel of display and webcamera now its not connected
 

Attachments

  • debug_23483.zip
    5.4 MB · Views: 73
Back
Top