Contribute
Register

[Guide] Intel Broadwell NUC5 using Clover UEFI (NUC5i5MHYE, NUC5i3MYHE, etc)

Status
Not open for further replies.
The Vendor of my NUC is Tarox - so I added the value of Tarox to the smbios - I boot without caches (-f) and rebuilt the caches and rebooted twice - nothing changed - there is not even the headphone available in the sound-output :(

My guide is really only for NUC units from Intel.

Use Linux to determine/verify your audio codec id (get an audio codec dump, attach).
 
Okay, interesting:

When using the pre-patch_hda.sh the output is the following:

Denniss-iMac:nuc.git superfury$ ./pre-patch_hda.sh

Type your password if requested (to mount EFI partition, and to patch /System/Library/Extensions/AppleHDA.kext binary)

Patching /System/Library/Extensions/AppleHDA.kext...

Password:

/Volumes/EFI/EFI/CLOVER/config.plist

Comment: AppleHDA .xml.zlib to .zml.zlib

find: '2e786d6c2e7a6c'

repl: '2e7a6d6c2e7a6c'

Comment: AppleHDA ALC262 to ALC283

find: '6202ec10'

repl: '8302ec10'

Comment: AppleHDA anti-pop patch #1 (credit AppleALC)

find: '41c60600488bbb68'

repl: '41c60601488bbb68'

Comment: AppleHDA anti-pop patch #2 (credit AppleALC)

find: '41c6864301000000'

repl: '41c6864301000001'

Done.

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd1260a0c70 [0x7fff8946faf0]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd12609fcc0 [0x7fff8946faf0]> { URL = "IntelGraphicsFixup.kext/ -- file:///Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd1260862f0 [0x7fff8946faf0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd12609a280 [0x7fff8946faf0]> { URL = "FakePCIID.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.FakePCIID" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd125cb85e0 [0x7fff8946faf0]> { URL = "USBInjectAll.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.USBInjectAll" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd125cb9480 [0x7fff8946faf0]> { URL = "FakePCIID_Intel_HDMI_Audio.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HDMI-Audio" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd125cc7030 [0x7fff8946faf0]> { URL = "IntelMausiEthernet.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.IntelMausiEthernet" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd125cb66a0 [0x7fff8946faf0]> { URL = "CodecCommander.kext/ -- file:///Library/Extensions/", ID = "org.tw.CodecCommander" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd123414420 [0x7fff8946faf0]> { URL = "FakePCIID_Intel_HD_Graphics.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HD-Graphics" }

Kext with invalid signatured (-67061) allowed: <OSKext 0x7fd125bab320 [0x7fff8946faf0]> { URL = "AppleHDA.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }

KernelCache ID: 25F20A85EE4025D9FB95483F5FF5973C

Denniss-iMac:nuc.git superfury$



Shouldn't the 0105 patch be seen here, too ?
 
It is an intel NUC, sold by Tarox - only the plastic-cover differs :)
 
20180924_213935.jpg
 
Shouldn't the 0105 patch be seen here, too ?

No.
That patch is for the graphics framebuffer kext (AppleIntelBDWGraphicsFramebuffer.kext), not the audio kext (AppleHDA.kext).
 
It is an intel NUC, sold by Tarox - only the plastic-cover differs :)

Please attach your audio codec dump from Linux as requested.

And don't forget my advice regarding boot without caches (available in my build of Clover), rebuild cache (sudo kextcache -i /), reboot.

Also comment regarding 'beta' branch...

Soon, I'll be merging beta into master, and the old code/methods will not be supported any longer.
 
Here is the dump - i did the boot without caches with your fork of clover ;) - how to checkout the beta ?

Regards,
Dennis
 

Attachments

  • codec_dump.txt
    4 KB · Views: 104
That is the wrong codec. You dumped the Intel digital audio codec instead of onboard analog.
Any advice, how to do it correctly ?

I will checkout the beta in the meantime.
 
Status
Not open for further replies.
Back
Top