Contribute
Register

No audio ALC887

I've found this


just download and copy in EFI/OC/Kexts folder and add the "alcid=#" command to the boot-commands in my config.plist?
With Clover the folder is EFI/Clover/Kext/10.13 for High Sierra, just copy in this folder AppleALC and Lilu, but I can't find the line to edit on config.plist
 
With Clover the folder is EFI/Clover/Kext/10.13 for High Sierra, just copy in this folder AppleALC and Lilu, but I can't find the line to edit on config.plist
keep all your kexts in Clover/Kexts/Other folder

you are looking for:
boot-args

example:

Code:
<key>boot-args</key>
        <string>alcid=1</string>
or whatever number you need
 
There isn't

<key>boot-args</key>
<string>alcid=1</string>
 
I can't find <key>boot-args</key> in my config.plist
 
Here is my config.plist
 

Attachments

  • config.plist
    22.7 KB · Views: 17
Here is my config.plist
oh, you used clover configurator to generate a config.plist for you?

probably not the best idea, so much useless junk in there

thought you mentioned you used unibeast...

most likely this section:

Code:
<key>Boot</key>
    <dict>
        <key>#Arguments</key>
        <string>slide=0 darkwake=0</string>

but for some reason it is disabled (the # disables entries) like most of your entries in your config.plist....
 
Just copy the config.plist from the folder. I use UniBeast to create the USB bootable
 
Back
Top