Contribute
Register

Stork's MyHero II Build: ASUS ROG MAXIMUS Z370 HERO X - i7-8700K - AMD RX 580 - Thunderbolt 3

This is what i have =(
Screen Shot 2018-06-12 at 11.16.25 AM.png Screen Shot 2018-06-12 at 11.16.39 AM.png

No fw.. PCI is only graphic.. Still didnt find solution... FW works on diferent OS (Win).
 
Hmmm, that's interesting, especially the System Report > Hardware > PCI which shows your graphics card. My Report does not show my graphics in the PCI area, only in the Hardward > Graphics/Displays.

Are you running the latest BIOS? What version of macOS?

I'm puzzled. I only thing I can think to do is to move it to another PCIe slot. Try several PCIe slots.
 
Awesome write-up, thanks for the info.

I am having a terrible time with the USB 3.0 situation. I have one on the motherboard that is operational as a 3.0 but the others only read 2.0. I feel that I followed your directions carefully. In regards to the text swap out in the KernelAndKextPatches, the original text was not present in the place you had mentioned. I typed in the swap and still no luck. Any ideas would be greatly appreciated.
 
Awesome write-up, thanks for the info.

I am having a terrible time with the USB 3.0 situation. I have one on the motherboard that is operational as a 3.0 but the others only read 2.0. I feel that I followed your directions carefully. In regards to the text swap out in the KernelAndKextPatches, the original text was not present in the place you had mentioned. I typed in the swap and still no luck. Any ideas would be greatly appreciated.
Check your PMHeart patch carefully. See if you can open it in Xcode or PlistEditPro. Or Clover Configurator. You probably have a hidden character that causing the patch not to work.
 
Check your PMHeart patch carefully. See if you can open it in Xcode or PlistEditPro. Or Clover Configurator. You probably have a hidden character that causing the patch not to work.





This is exactly what I have

<dict>
<key>Comment</key>
<string>USB 10.13.4+ by PMHeart</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g32UDw+DlwQAAA==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.13.x</string>
<key>Name</key>
<string>com.apple.driver.usb.AppleUSBXHCI</string>
<key>Replace</key>
<data>
g32UD5CQkJCQkA==
</data>
</dict>
 
Erased
 
Last edited:
Check your PMHeart patch carefully. See if you can open it in Xcode or PlistEditPro. Or Clover Configurator. You probably have a hidden character that causing the patch not to work.



Here is a better shot




<dict>
<key>#FakeCPUID</key>
<string>0x010676</string>
<key>AppleIntelCPUPM</key>
<true/>
<key>AppleRTC</key>
<true/>
<key>KernelCpu</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<true/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>External icons patch</string>
<key>Find</key>
<data>
RXh0ZXJuYWw=
</data>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Replace</key>
<data>
SW50ZXJuYWw=
</data>
</dict>
<dict>
<key>Comment</key>
<string>USB 10.13.4+ by PMHeart</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g32UDw+DlwQAAA==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.13.x</string>
<key>Name</key>
<string>com.apple.driver.usb.AppleUSBXHCI</string>
<key>Replace</key>
<data>
g32UD5CQkJCQkA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>Unsupported_Audio_Device_ID_Kaby_Lake</string>
<key>Find</key>
<data>
PXCh
</data>
<key>Name</key>
<string>AppleHDAController</string>
<key>Replace</key>
<data>
PfCi
</data>
</dict>
</array>
 
Here is a better shot




<dict>
<key>#FakeCPUID</key>
<string>0x010676</string>
<key>AppleIntelCPUPM</key>
<true/>
<key>AppleRTC</key>
<true/>
<key>KernelCpu</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<true/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>External icons patch</string>
<key>Find</key>
<data>
RXh0ZXJuYWw=
</data>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Replace</key>
<data>
SW50ZXJuYWw=
</data>
</dict>
<dict>
<key>Comment</key>
<string>USB 10.13.4+ by PMHeart</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g32UDw+DlwQAAA==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.13.x</string>
<key>Name</key>
<string>com.apple.driver.usb.AppleUSBXHCI</string>
<key>Replace</key>
<data>
g32UD5CQkJCQkA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>Unsupported_Audio_Device_ID_Kaby_Lake</string>
<key>Find</key>
<data>
PXCh
</data>
<key>Name</key>
<string>AppleHDAController</string>
<key>Replace</key>
<data>
PfCi
</data>
</dict>
</array>
Can't tell anything about the format. Did you try to open your config.plist in Xcode or PlistEditPro?
 
Can't tell anything about the format. Did you try to open your config.plist in Xcode or PlistEditPro?
I opened it up from the efi file. I am very new to the computer building world, I really appreciate your assistance.
 
Back
Top