Contribute
Register

<< Solved >> No Onboard Audio on Asus Prime Z370-A (Monterey)

Status
Not open for further replies.
Joined
Nov 13, 2010
Messages
151
Motherboard
Asus Prime Z370-A
CPU
i7-8700K
Graphics
RX580
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
Hi there,

My onboard audio on the Asus Prime Z370-A is not showing up in Monterey (it was working on older versions of MacOS). I have tried:

Download and install ( drag & drop ) in EFI / Clover / Kexts / Other folder:
  1. AppleALC.kext
  2. Lilu.kext
Edit config.plist with Clover Configurator:
  • Devices / Audio Inject= 1
  • ResetHDA = True (checked)
  • Acpi / Fixes / FixHDA = True (checked)
I have also tried passing alcid=7 as a boot argument documented here (note I am using Clover though, not OpenCore as despite a lot of effort, I could not get it working with my Sapphire RX580 graphics card).

I have also tried placing AppleALC.kext into /Library/Extensions, making sure permissions are correct:
  • cd /Library/Extensions
  • sudo chmod -Rf 755 AppleALC.kext
  • sudo chown -Rf 0:0 AppleALC.kext
  • sudo kextcache -i /
Any ideas what I am doing wrong or what to try next?

Edit: Apologies to the moderators of this forum for initially hijacking another thread with this question, thank you for keeping this forum such an invaluable source of information!
 

Attachments

  • config.plist
    27.5 KB · Views: 58
Last edited:
Ah, crap, I had a previous version of AppleALC in the EFI drive I was booting from, upgrading from:

```
$ kextstat | grep -E "AppleHDA|AppleALC|Lilu"
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
52 7 0 0x2e000 0x2e000 as.vit9696.Lilu (1.5.9) B051298C-0FFC-32A7-B0D6-CB0DE0B793C0 <9 7 6 3 2 1>
54 0 0 0x193000 0x193000 as.vit9696.AppleALC (1.6.8) F804EAD7-3E72-3B4F-B46F-12EB34C22D91 <52 16 9 7 6 3 1>
```

To:

```
$ kextstat | grep -E "AppleHDA|AppleALC|Lilu"
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
52 7 0 0x2e000 0x2e000 as.vit9696.Lilu (1.6.0) 6167D1C2-7FCA-3319-8246-9CAAFA704235 <9 7 6 3 2 1>
54 0 0 0x198000 0x198000 as.vit9696.AppleALC (1.7.1) CBDDC1A9-1082-3C96-8C3C-302794257F11 <52 16 9 7 6 3 1>
```

Fixed the problem!
 
Status
Not open for further replies.
Back
Top