Search results

Loading Google Results...
  1. hut2016

    Dell 7559 audio jack not working Mojave

    Hi 23andybass, Congrats! Could you share you working copy of clover config?
  2. hut2016

    Brightness problems after upgrading screen from TN to IPS: Brightness only works AFTER sleep

    Hi, Several things I've noticed from your debug files: 1. GFX0 not renamed to IGPU. 2. You have device RMCF defined in SSDT-4x0G4k.aml, so RMCF.BLKT in SSDT-4x0G4k.aml is where you should change the value. Just to be sure you've done it right.
  3. hut2016

    Brightness problems after upgrading screen from TN to IPS: Brightness only works AFTER sleep

    Try the solution at https://www.tonymacx86.com/threads/dell-inspiron-7559-graphic-problem.282230/#post-1995629
  4. hut2016

    Dell Inspiron 7559 Graphic Problem

    sudo kextcache -i / then reboot.
  5. hut2016

    Dell Inspiron 7559 Graphic Problem

    Backlight doesn't work or just cannot wake up from sleep? In fact, backlight is expected to work after sleep. I believe this is a sleep issue. See [Guide] Native Power Management for Laptops. In short, what you have to do is: sudo pmset -a hibernatemode 0 sudo rm /var/vm/sleepimage sudo mkdir...
  6. hut2016

    Dell Inspiron 7559 Graphic Problem

    Yeah, latest WhateverGreen works just fine, but you need some adjustment in SSDT-PNLF.dsl shipped with it. Here is the explanation: For Dell 7559 4k, you need to initialise GRAN for backlight to work. If you use...
  7. hut2016

    Dell Inspiron 7559 Graphic Problem

    try this one:
  8. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    Probably related to GUI section of clover's config.plist. Here is what mine looks like: <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Hidden</key>...
  9. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    You set BKLT in file SSDT-RMCF.dsl.
  10. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    Did you try to update to the latest clover? That solved my problem during update to 10.14.4.
  11. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    /Library/Extensions/Lilu.kext is not installed properly, reinstall it with KextBeast. MacBookPro13,3 is not recommended, choose one that doesn't have dual-GPU. Mine is MacBookPro11,2, RehabMan recommends MacBookPro11,1. Remove ACPI/patched/SSDT.aml. See...
  12. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    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...
  13. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

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

    [Guide] Dell Inspiron 15 7559 (skylake)

    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...
  15. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    upload your debug files.
  16. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    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...
  17. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    What's you progress now? You can simply use my SSDTs. and my config.plist with you own SMBIOS info. EDIT: I set FakeID/IntelGFX to an invalid value 0x12345678 to make sure to boot into the system. After all other issues are solved, you can comment it out like<key>#FakeID</key>
  18. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    Take a picture and upload it. You can also try setting ig-platform-id to an invalid value such as 0x12345678, this should let you boot into the system. To fix kext permission problem, use KextBeast to install kexts. You can download it at...
  19. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    touchscreen: touchscreen is connected to hs06, you will need following code in file SSDT-UIAC.aml: "HS06", Package() // Touchscreen { "UsbConnector", 255, "port", Buffer() { 6, 0, 0, 0 }, }, brightness...
  20. hut2016

    [Guide] Dell Inspiron 15 7559 (skylake)

    Hi, Glad to hear that.
Back
Top