Contribute
Register

High Sierra Install does not get to the Language Screen

Status
Not open for further replies.
you are missing the audio properties in your config.plist
 
you are missing the audio properties in your config.plist
thanks how do I fix that?
 
as I do not what steps on the guide need to be done.
you have already got layout id 1 in there:
Code:
<key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>1</integer>
            <key>ResetHDA</key>
            <true/>
        </dict>

if that doesn't work then you need to try different id numbers as per:
 
you have already got layout id 1 in there:
Code:
<key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>1</integer>
            <key>ResetHDA</key>
            <true/>
        </dict>

if that doesn't work then you need to try different id numbers as per:
thanks so I take it that I have to change the plist file.Can I do this in clover configurator?
 
This editor also works to do that: https://www.fatcatsoftware.com/plisteditpro/

You have ALC892 Realtek audio. Here's all the possible layout IDs.

Screen Shot 2.jpg


You also must have AppleALC kext in kexts/other folder or it won't work.
 
Status
Not open for further replies.
Back
Top