Contribute
Register

[solved] ALC269 not working

Status
Not open for further replies.
Joined
Aug 2, 2013
Messages
64
Motherboard
Intel Skylake-U Premium PCH
CPU
Core i7-6500U
Graphics
Intel HD Graphics 520 (1920x1080)
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
Hi,

I used AppleALC.kext + Lilu.kext in EFI/Clover/kexts/Other and injected layout-id 6 in config.plist. Layout-id 6 worked for me under High Sierra with the exact same notebook. Now in Mojave it is not working anymore.

I tried all layout ids in this range (1-11, 13-16, 18-20, 27-30, 32, 33, 35, 40, 45, 58, 66, 76, 93, 99, 127) to be sure. None worked.

Any help is highly appreciated.

Thanks.
 

Attachments

  • CLOVER.zip
    2.5 MB · Views: 99
  • full_specs.png
    full_specs.png
    137.8 KB · Views: 226
  • grep_kexts_and_LE.png
    grep_kexts_and_LE.png
    114 KB · Views: 228
  • IORegistry_Explorer__3.0.2_Output.ioreg
    7.6 MB · Views: 62
  • kextcache_output.png
    kextcache_output.png
    79.2 KB · Views: 182
Solved in this thread https://www.tonymacx86.com/threads/solved-audio-realtek-alc-255-256.261476/https://www.tonymacx86.com/threads/solved-audio-realtek-alc-255-256.261476/

What I did:

Put AppleALC.kext, FakePCIID.kext and FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions.

Had to inject the layout-id via Devices/Properties:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>layout-id</key>
                <integer>6</integer>
                <key>#PinConfigurations</key>
                <data></data>
            </dict>

The layout-id 6 for my ALC269 was all the time right, but the inject and kext placement was wrong.
 

Attachments

  • working-CLOVER.zip
    4 MB · Views: 379
Status
Not open for further replies.
Back
Top