Black Apple driver installation

Recently installed a computer to own black apple, I feel pretty good, for everyone to look at.

Installed after the discovery of two issues: the computer does not recognize the USB3.0, the computer's battery is not displayed. Here to share out the solutions, mutual encouragement.

Computer does not recognize USB3.0

To download CLover Configurator, then find the interface as shown below

Then open the file with Sublime Text3 config.plist

Search found KextsToPatch

The following text, copy and paste in the past, and save the restart to take effect, USB3.0 ready to use.

<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>

Reference from: https://www.jianshu.com/p/262ec6726d41

The computer's battery does not show

The following information is from the Vision Forum:

Battery-powered: http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1794975&highlight=%B5%E7%B3%D8%C7%FD%B6%AF

Install the driver software and tutorials: http://bbs.pcbeta.com/viewthread-966102-1-1.html

 

Published 16 original articles · won praise 69 · views 7599

Guess you like

Origin blog.csdn.net/suiyu_eran/article/details/88976884