Contribute
Register

macOS 10.13.4 Update

Status
Not open for further replies.

Attachments

  • Screen Shot 2018-04-24 at 19.03.57.png
    Screen Shot 2018-04-24 at 19.03.57.png
    178.6 KB · Views: 167
  • Screen Shot 2018-04-24 at 19.10.34.png
    Screen Shot 2018-04-24 at 19.10.34.png
    250.8 KB · Views: 175
  • config.plist
    7.7 KB · Views: 152
Last edited:
Hello, I upgraded to from 10.13 to 10.13.4 and everything works perfect except my USB 3.0 ports. I been struggling with it for over two weeks and not sure how to proceed. I updated to the latest kext files and think the patch is installed correctly. Please have a look at my confg.plist and screenshots. My hard ware is the following:
INTEL I7-8700K PROCESSOR , Dark Rock Pro 3, GIGABYTE Z370 Motherboard, GIGABYTE AMD RX 560 4GB OC Graphics Card, SAMSUNG 960 EVO NVME SSD, Corsair 32 GB DDR4 RAM You're help is much appriciated
still not a help thread....
 
Update successful on my First - no prep or pre-steps of any kind.

My ASUS XG-C100C 10G stopped working similar to other reports.View attachment 321714

Update: The XG-C100C now works using this clover patch.

<key>KextsToPatch</key>
<dict>
<key>Comment</key>
<string>AQC 107 10 GbE</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
D4TAAwAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleEthernetAquantiaAqtion</string>
<key>Replace</key>
<data>
kJCQkJCQ
</data>
</dict>

View attachment 321886
I have the same card, and I'm 10.13.5. I added the above in but still no luck. I never have been able to get this to work in my hackintosh
 
New patch needed:
Code:
<key>KextsToPatch</key>
        <array>
            <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>
        </array>

I did your method and nothing seems to work can you check my config.plist to see if I'm not doing anything wrong thanks in advance
 

Attachments

  • config.plist
    4.2 KB · Views: 289
Succes.

Update from 10.13.3 to 10.13.4 via app store was a disaster on my GA-Z68X-UD3H-B3 ver. 2 and GA Geforce GTX 750 Ti
Suddenly there was a harddrive missing? Also al kind of other glitchy stuff was going on.
On top of that I was suddenly not able to boot any more.


So I put back the clone from a perfectly working 10.13.3 to try a different approach.
I basically did the Installation Guide again with the updated 8.3.1 UniBeast.

I did the installation without erasing and formatting the disk.
And that was it. A perfectly working 10.13.4 High Sierra boot disk.:thumbup:
Even MultiBeast wasn't needed. Everything was perfectly working after update of the Nvidia webdriver.
It was like updating a genuine Mac.

FYI: I'm still not using APFS because of a lot of trouble in the past.

After 7 years this board is still rocking it with a 2500k on 4.5 Ghz
 
New patch needed:
Code:
<key>KextsToPatch</key>
        <array>
            <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>
        </array>
Thanks for the update Sir. Can I ask how do I apply this patch. Sorry, for being a nude.
 
Status
Not open for further replies.
Back
Top