Contribute
Register

OpenCore stuck on bridges 3 : devices 14

Status
Not open for further replies.
I'm having trouble finding a solution, I'm using OpenCore by the way
 
I tried all the solutions but none have worked…
 
Ok so, I'm back at the Big Sur OpenCore everybody, so I need help with the audio again. Can anyone tell me how to fix this, please? I don't want a link to help it, I need an explanation... I'll upload my efi folder as well...
your config,plist is missing device properties for audio and graphics and also no aml files? check with sample.plist from opencore
 
your config,plist is missing device properties for audio and graphics and also no aml files? check with sample.plist from opencore
How to I get the sound id?
 
How to I get the sound id?


 
Can you tell me to fix the sound, no links please, just explanations
 

Attachments

  • EFI.zip
    1.9 MB · Views: 34
Can you tell me to fix the sound, no links please, just explanations
missing layout id:

Code:
<key>PciRoot(0x0)/Pci(0x1B,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0</string>
                <key>device_type</key>
                <string>Audio device</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>8 Series/C220 Series Chipset High Definition Audio Controller</string>
            </dict>
 
missing layout id:

Code:
<key>PciRoot(0x0)/Pci(0x1B,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0</string>
                <key>device_type</key>
                <string>Audio device</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>8 Series/C220 Series Chipset High Definition Audio Controller</string>
            </dict>
Did I fix it?!
 

Attachments

  • EFI.zip
    1.9 MB · Views: 38
Status
Not open for further replies.
Back
Top