Contribute
Register

[GUIDE] Installation on Intel DH67BL Motherboard, ATI 5850 GFX Everything working!

Status
Not open for further replies.
Thank you! But I've already patched native AppleHDA.kext with audio_realtekALC-110 script. Then (because the script couldn't detect my EFI partition with Clover's files) I installed this patched .kext from desktop and cleared kexts cache with Kext Wizard. Also I removed all ALC892 patches from clever's config.plist. Maybe that was all the cache problem, but I've tried clear it with Kext Wizard before..

Please provide files requested in post #29.
 
Read post #29. Copy/paste output from Terminal.
Oh.. Sorry:D (needs more posts per page I think;))

Here it is:
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext realtekALC.kextkext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleIntelE1000e.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA.kext
 
Oh.. Sorry:D (needs more posts per page I think;))

Here it is:
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext realtekALC.kextkext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleIntelE1000e.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA.kext

You should not have both realtekALC and patched AppleHDA.kext.

I'm pretty sure those are two mutually exclusive solutions.

realtekALC:
- uses config.plist patches to patch vanilla AppleHDA.kext

patched AppleHDA.kext
- patches are on disk in patched AppleHDA.kext
 
You should not have both realtekALC and patched AppleHDA.kext.

I'm pretty sure those are two mutually exclusive solutions.

realtekALC:
- uses config.plist patches to patch vanilla AppleHDA.kext

patched AppleHDA.kext
- patches are on disk in patched AppleHDA.kext
Hm.. But I've removed all realtek patches from config.plist
?????? ?????? 2016-01-20 ? 8.06.57.png
Or I need put your patches back and return native AppleHDA?
 
Hm.. But I've removed all realtek patches from config.plist
View attachment 172826
Or I need put your patches back and return native AppleHDA?

Depends on whether you plan to use an AppleHDA injector (realtekALC.kext) or plan to use patched AppleHDA.
 
Depends on whether you plan to use an AppleHDA injector (realtekALC.kext) or plan to use patched AppleHDA.
I think to use injector, because after update OSX sound broke again.. I return native AppleHDA, and put this strings back:
Code:
[COLOR=#000000]<dict>[/COLOR]                <key>Comment</key>
                <string>Change .xml to .zml</string>
                <key>Find</key>
                <data>LnhtbA==</data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>LnptbA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>ALC892 AppleHDA (#1 of 3)</string>
                <key>Find</key>
                <data>PYQZ1BE=</data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>PQAAAAA=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>ALC892 AppleHDA (#2 of 3)</string>
                <key>Find</key>
                <data>PYsZ1BE=</data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>PZII7BA=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>AppleHDA ALC283 (#3 of 3, new in 10.11, credit lisai9093)</string>
                <key>Find</key>
                <data>PYMZ1BE=</data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>PQAAAAA=</data> [COLOR=#000000]   </dict>[/COLOR]
But no success..
sudo touch /System/Library/Extensions && sudo kextcache -u /:
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext realtekALC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleIntelE1000e.kext
 

Attachments

  • iMac — ViES.ioreg
    5.2 MB · Views: 155
Status
Not open for further replies.
Back
Top