Contribute
Register

Need help to patch alc233 in Mojave 10.14.6

Status
Not open for further replies.
Joined
May 3, 2017
Messages
138
Motherboard
Lenovo Flex 2 15inch
CPU
i7-4510U
Graphics
HD 4400 + GT 840M, 1920x1080
Mobile Phone
  1. iOS
Hi
I installed mojave yesterday but never managed to get the audio working. I need audio for a special event tonight. Please tell me what's wrong in my congif.plist if there's any. Thank you
 

Attachments

  • EFI.zip
    30.3 MB · Views: 73
Hi
I installed mojave yesterday but never managed to get the audio working. I need audio for a special event tonight. Please tell me what's wrong in my congif.plist if there's any. Thank you
enable these:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

try enabling the audio sections:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>
        </dict>

AppleALC.kext is missing from clover/kexts/other
 
enable these:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

try enabling the audio sections:
Code:
<key>PciRoot(0)/Pci(0x03,0)</key>
            <dict>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
            <key>PciRoot(0)/Pci(0x1b,0)</key>
            <dict>
                <key>#layout-id</key>
                <integer>3</integer>
            </dict>
        </dict>
AppleALC.kext is missing from clover/kexts/other
Thanks. I'll try it.
I was using Mirone AppleHDA patcher too probably that's why there wasn't AppleALC.kext there.
 
Thanks. I'll try it.
I was using Mirone AppleHDA patcher too probably that's why there wasn't AppleALC.kext there.
AppleALC.kext only works with a fresh unpatched/untouched AppleHDA.kext (Apple system kext)
 
Yes fortunately I was already aware of that. I'm using the vanilla one in that method.
(sorry if installed all kexts to /s/l/e! Kext wizard had no any other option!)
 

Attachments

  • Screen Shot 2021-05-16 at 6.09.49 PM.png
    Screen Shot 2021-05-16 at 6.09.49 PM.png
    1.6 MB · Views: 40
Yes fortunately I was already aware of that. I'm using the vanilla one in that method.
(sorry if installed all kext to /s/l/e! Kext wizard had no any other option!)
keep those kexts in clover/kexts/other

SLE is for apple system kexts, remove those listed
 
Status
Not open for further replies.
Back
Top