Recent content by locuz

  1. locuz

    Z170X-UD5 TH High Sierra tips and tricks

    Thanks for the guide! I'm on Mojave 10.14.4 and require both HS01-04 and SS01-04 for the external USB3 ports to function correctly. Otherwise only USB3 devices are detected and hot-plug does not work. If I only enable HS-ports and exclude SS-ports, USB3 devices work as USB2 devices (as...
  2. locuz

    Can't get HDMI audio from GTX 560 Ti

    Clover kext patch for injecting gtx 560 ti <dict> <key>Comment</key> <string>HDMI audio inject GTX 560 Ti</string> <key>Find</key> <data> 3hDqCw== </data> <key>Name</key> <string>AppleHDAController</string> <key>Replace</key> <data> 3hAMDg== </data> </dict>
  3. locuz

    GA-P55-USB3, GTX 560 Ti, HDMI audio device not recognised

    Now using clover KextsToPatch for vanilla boot. Someone might be interested: clover config.plist -> KernelAndKextPatches -> KextsToPatch: <dict> <key>Name</key> <string>AppleHDAController</string> <key>Comment</key> <string>inject GPU id for HDMI audio on GTX 560ti</string>...
  4. locuz

    GA-P55-USB3, GTX 560 Ti, HDMI audio device not recognised

    Awsome works! I thought it was not necessary in ML anymore. I wrote a one-liner to patch AppleHDAController. Might be useful for your tutorials. "sudo su root -c" is used as privileges workaround: cd...
  5. locuz

    GA-P55-USB3, GTX 560 Ti, HDMI audio device not recognised

    Hi, I'm new to this forum, although I registered a year ago. Recently I'm stuck with HDMI audio and DSDT edits. I previously used VoodooHDA for HDMI audio with terrible sound quality on analog acl888 audio output (noise etc). HDMI audio worked well on voodooHDA. I hope someone could get me a...
Back
Top