Contribute
Register

no audio Gigabyte Aorus Master Z390

Status
Not open for further replies.
Joined
Mar 17, 2020
Messages
34
Motherboard
Gigabyte Z390 Aorus Master
CPU
i9-9900K (delidded 5GHz)
Graphics
RX 6900XT - RX 6800
Please help, I am unable to set my audio in OpenCore 0.7.5. and macOS Monterey v12.0.1

Researched and I have a "Realtek ALC1220" via Gigabyte website.

EFI/DeviceProperties/PciRoot(0x0)/Pci(0x1b,0x0)/layout-id = 01000000
EFI/NVRAM/7C436110-AB2A-4BBB-A880-FE41995C9F82/boot-args/alcid = 11

and no audio: have tried alcid = 1, 3, 7, 11 and 13. And nothing is working.
The following in OpenCore Dortania website under AppleALC Supported Codecs:

0x100101, 0x100003, layout 1, 2, 3, 5, 7, 11, 13, 15, 16, 17, 21, 27, 28, 29, 30, 34, 35, 98, 99, 100.

Any help or suggestions, welcomed!
Thank you
 
Please help, I am unable to set my audio in OpenCore 0.7.5.

Researched and I have a "Realtek ALC1220" via Gigabyte website.

EFI/DeviceProperties/PciRoot(0x0)/Pci(0x1b,0x0)/layout-id = 01000000
EFI/NVRAM/7C436110-AB2A-4BBB-A880-FE41995C9F82/boot-args/alcid = 11

and no audio: have tried alcid = 1, 3, 7, 11 and 13. And nothing is working.
The following in OpenCore Dortania website under AppleALC Supported Codecs:

0x100101, 0x100003, layout 1, 2, 3, 5, 7, 11, 13, 15, 16, 17, 21, 27, 28, 29, 30, 34, 35, 98, 99, 100.

Any help or suggestions, welcomed!
Thank you
zip and upload your EFI so someone can take a look
 
looks like you are also trying to load your audio here as well:
Code:
<key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>AQAAAA==</data>
            </dict>
 
looks like you are also trying to load your audio here as well:
Code:
<key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>AQAAAA==</data>
            </dict>
So conflicting commands. Which should I instruct and which best removed. Thinking of deleting these strings you pointed out
 
So conflicting commands. Which should I instruct and which best removed. Thinking of deleting these strings you pointed out?
try using the command that you want to delete, remove the boot argument

 
Hi - I took the liberty and made quite a few changes to your EFI Folder files as many were missing to get audio working on your machine. The Audio driver was missing in the Drivers folder and in the config.plist, also I have changed the codec data to a more provable one. Other changes made, update OC to 0.7.6 released version plus all kexts are now updated as well.

To fully understand all the changes made, do a side by side comparison with both config.plist. One more thing, put this revised EFI Folder on the EFI Partition of a test USB and boot off it to see if all is well before committing to your main drive. Please let us know if you encounter any problems. Good luck.
 

Attachments

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