Contribute
Register

Mojave on ASRock Z390 Phantom Gaming-ITX/ac

Status
Not open for further replies.
Hi!
How did you get the audio working? Seems no revision layout 1, 2, 5, 7, 11, 13 works
 
Hi everyone

I have a ASRock Z390 Taichi that I'm trying to get the final kinks ironed out.

Top on my list is getting Bluetooth to work. (I'm hardwired so don't care about Wi-Fi.) I've tried a Bluetooth dongle (IOGear GBU521) & a BRCM94360 (also reports as 20702) on a PCI-e card. The Intel Bluetooth didn't want to work. It can see my trackpad, but then errors out.

How did you, @telenkov88, get the Intel Bluetooth to work? That would solve my problem.

I added @pupin's patch, but that didn't work. I'm on BIOS 1.3.

I haven't gone the route of building out a DSDT.aml file.

I'm looking for hints or suggestions to try. Anything would be greatly appreciated. My machine is almost there. Bluetooth is the main thing. Then it'll be to control the Vega 64 fans. Sleep works super well.
 
For all guys with problems on the new Asrock BIOSes (for this board, and for other Asrock boards), add in Clover's config.plist,
under ACPI\DSDT\Patches the following patch (I already posted my patch in the General Z390 thread):
Code:
        <dict>
          <key>Comment</key>
          <string>Fix AsRock Z390 BIOS DSDT Device(RTC) bug</string>
          <key>Disabled</key>
          <false/>
          <key>Find</key>
          <data>
          oAqTU1RBUwE=
          </data>
          <key>Replace</key>
          <data>
          oAqRCv8L//8=
          </data>
        </dict>


The problem his an uninitialized variable in Device(RTC) that makes OSX DSDT parser freak out.
I am quite sure AsRock will eventually fix this, but for now, it is a usable solution.

Hi Pupin, may I please ask what the entry would be like in Clover Configurator please?

To save you all the trouble, here it is:

Comment: Fix AsRock Z390 BIOS DSDT Device(RTC) bug
Find: A00A9353 54415301
Replace: A00A910A FF0BFFFF
 
Last edited:
Hi Pupin, may I please ask what the entry would be like in Clover Configurator please?

To save you all the trouble, here it is:

Comment: Fix AsRock Z390 BIOS DSDT Device(RTC) bug
Find: A00A9353 54415301
Replace: A00A910A FF0BFFFF
I have no idea, I am not using Clover Configurator.

On a different note, v1.50 BIOS is released, and the problem still exists (the same fix still works).
 
@pupin @Benlehot
What Clover drivers64UEFI are you guys using? From what I understand I need EmuVariableUefi-64 and slide=0? Is that not the case with your patch?
 
I use AptioMemoryFix-64.efi AND EmuVariableUefi-64.efi
Sleep runs perfectly from what I see. Tested multiple times in a row.

I'm on BIOS 1.5.

Audio is Fine

iGPU acceleration is fine

I have the USB unplug on sleep issue.
Does anyone know how to solve this?
Jettison ejects the USB drives but fails to mount them upon wake.

I cannot make USB Type C work.
But I can see in IOReg the thunderbolt listed

Anyone knows how to fix the USB eject issue?

Thanks a lot!!
 
@pupin what does your patch accomplish exactly? Does it enable native NVRAM or will I still need EMUVariable-64?
 
Status
Not open for further replies.
Back
Top