Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Posts posted by Jake Lo

  1. add this additional patch to your config for audio under kextToPatch

    <dict>
    <key>Comment</key>
    <string>AppleHDA-elCapitan</string>
    <key>Find</key>
    <data>
    gxnUEQ==
    </data>
    <key>Name</key>
    <string>AppleHDA</string>
    <key>Replace</key>
    <data>
    AAAAAA==
    </data>
    </dict>
    • Like 1
  2. Tested R4RC2

     

    -  still causes KP for V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d (E6430/E6230/Exx30) 

    - KP on El Capitan, Yosemite and Mavericks (boots but causes reboots)

     

    V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x22 (E7440/E7240/Precision M6800)

    - Not as smooth as R4RC1, 2 finger scrolling not work as well, causing right click. 

    - 2 finger tapping is hits and misses

  3. Clover Configuration will wipe out that section. You'll need plistedit pro or Xcode or text editor to add it.

    Put it between the last of KernelandKextPatches and Smbios.

     

    RtVariables

    BooterConfig

    0x28

    CsrActiveConfig

    0x67

    SMBIOS

     

    Upload your Config.plist if you want me to add it for you.

     

     

    Update: Clover Configurator 4.24 fixed the above issue

  4. Yes, but you'll need to add a few preparation:

    • Upgrade to Clover v3270 and up
    • Copy 10.10 folder in /EFI/Clover/Kexts and rename it to 10.11 or just rename the 10.10 folder as Other
    • Add this to Clover config.plist to disable SIP (between last of KextToPatch and SmBios or Use Clover Configurator 4.24.0
    <key>RtVariables</key>
    <dict>
    <key>BooterConfig</key>
    <string>0x28</string>
    <key>CsrActiveConfig</key>
    <string>0x67</string>
    </dict>
    • For audio and boot glitches, add this to Config under KextToPatch, using PlistPro Editor, Textedit or Xcode
    <dict>
    <key>Comment</key>
    <string>SecondStagePatch 10.11</string>
    <key>Find</key>
    <data>
    AQAAdRc=
    </data>
    <key>Name</key>
    <string>IOGraphicsFamily</string>
    <key>Replace</key>
    <data>
    AQAAdBc=
    </data>
    </dict>
    <dict>
    <key>Comment</key>
    <string>AppleHDA #4</string>
    <key>Find</key>
    <data>
    gxnUEQ==
    </data>
    <key>Name</key>
    <string>AppleHDA</string>
    <key>Replace</key>
    <data>
    AAAAAA==
    </data>
    </dict>

    Now Download El Capitan from AppStore

    Launch the Installer and reboot

    On reboot, you'll see a new Clover boot option

    • Your current OS X disk
    • the installation disk
    • the recovery disk

    Select the Installation Disk option

    Finish the installation

    Webcam will be missing, to fix

    Download FakePCIID package from Rehabman

    Install these to /S/L/E or /L/E

    • FakePCIID.kext
    • FakePCIID_HD4600_HD4400.kext
    • FakePCIID_XHCIMux.kext

    Repair permission and rebuild cache

    sudo chmod -Rf 755 /L*/E*

     sudo chown -Rf 0:0 /L*/E*
     sudo chmod -Rf 755 /S*/L*/E*
     sudo chown -Rf 0:0 /S*/L*/E*
     sudo touch -f /L*/E*
     sudo touch -f /S*/L*/E*
     sudo kextcache -Boot -U /
    • Like 1
  5. Glad you got the headset working, thanks for indicating the change. I have legacy mode on my BIOS by default so didn't have this issue.

    Yeah, what you describe is exactly how I'm experiencing it too. Not sure if this can be fix as it's a known issue with Realtek EADP, but I'll ask Joe82 who patched this.

    Reboot issue is known on Broadwell with Yosemite. Upgrade to El Capitan and the issue is gone. It's available to public today as a matter of fact. Go download from the App Store, it's free.

    Glad you decide to go with the DW1560, hopefully the price is not as bad as you listed earlier. Will work flawlessly once you have the right kexts install.

     

    Have you tested HDMI video and audio?

×
×
  • Create New...