Contribute
Register

macOS 10.13.4 Update

Status
Not open for further replies.
o_Oo_O
Thanks RehabMan. I read your guide four times and I still got no clue. Only thing I understand is,that I have to connect a USB2 and a USB3 device to each port, check IOREG and make a note. Based on this I have to compile a SSDT.
Sorry, but I think for me it's definitely rocket science...couldn't even imagine how I can do all that coding and developer stuff - and
at the top,it's not my native languageo_O:banghead::crazy:

it took me a while to to understand the custom SSDT for USBinjectall but if you persevere it is possible.
i made a couple of example guides for two of my builds (based on the guides by Rehabman)
maybe they can help to understand more.
***note that the guides are very specific to my hardware and OS versions, so you have to use the main guide by rehabman to look for differences or not.

https://www.tonymacx86.com/threads/...3-4-custom-ssdt-for-usbinjectall-kext.249486/
https://www.tonymacx86.com/threads/...dt-for-usbinjectall-kext.250032/#post-1729421
 
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>

how do I use this Kext?
I do not know how to where to use it?
Do I copy it where?
I am sorry, I do not know how to use kexts...
 
Although a flawless upgrade, the process took over 30 min and 5-6 reboots. Everything worked like clock-work (sound, graphics etc) after the update.

Thanks again to this awesome community for putting out good information.
 
I am on Clover-Legacy
After I install the Combo Update and try to update I get "MacOS could not be installed on your computer - An error occured while loading the installer resources. quit the installer..."

I don't have "EmuVariableUefi64" on my EFI kexts. The kexts present on the EFI ->kexts - Other are the same as the Unibeast uses as standard.

I am currently on 10.13.2.

My Specs:
Desktop Specs
GA-Z68MA-D2H-B3 - BIOS F10
i7 2500k
Intel HD | Geforce 1080
Bootloader: Clover Legacy


Thanks
 
how do I use this Kext?
I do not know how to where to use it?
Do I copy it where?
I am sorry, I do not know how to use kexts...


You add this to your config.plist file in EFi/EFI/Clover (mount your EFI partition first of course)
.
3 ways I know off


Option 1. you can open config/plist with a text editor and add the entry under kernel and kextpatches

Option 2. you can open config.plist with plisteditpro.app and add the entry under kext to patch there
plistprokexttopatch.jpeg plistproaddedpatch.jpeg

Option 3. you can add via clover configurator
(add an entry under kernel and kext patches)
Name: com.apple.driver.usb.AppleUSBXHCI
Find [Hex] 837D940F 0F839704 0000
Replace [HEX] 837D940F 90909090 9090
Comment: disable port limit in XHCI kext (credit PMHeart)
MatchOS: 10.13.4​

cloverconfig xhci diable 10134.jpeg
 

Attachments

  • plistproscreen.jpeg
    plistproscreen.jpeg
    69.5 KB · Views: 294
  • plistprokexttopatch.jpeg
    plistprokexttopatch.jpeg
    212.7 KB · Views: 272
Updated natively from Appstore!
My old Dell e6220 run like a charm...
 

Attachments

  • Screen Shot 2018-04-15 at 11.35.53.jpg
    Screen Shot 2018-04-15 at 11.35.53.jpg
    59.8 KB · Views: 205
Hi everyone Hackintosher,
today I have update High Sierra 10.13.0 to 10.13.4 via combo update. Update like a charm, but I must solved an issue about a black screen upon the last reboot cause by old version of Nvidia web driver.
To solve black screen uninstall Nvdiaweb driver before update and after update install the last version.
No problem with the audio after update because I use Voodoo audioHDA,

Many thanks all good people on this forum :clap::clap::clap:
 
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>

Hello,

Sorry for being such a noob, can you please give tell me how to perform this patch? What kext is to be patched , where is it , and are you using an editor to add this piece of code in the kext ?

After installing High Sierra, my USB3.0 ports were working at some point in time, and then after a couple of hours and after I had rebooted a couple of times, I noticed that they were not working any more, but my USB 2.0 are still working.

Thanks !
 
Hello,

Sorry for being such a noob, can you please give tell me how to perform this patch? What kext is to be patched , where is it , and are you using an editor to add this piece of code in the kext ?

After installing High Sierra, my USB3.0 ports were working at some point in time, and then after a couple of hours and after I had rebooted a couple of times, I noticed that they were not working any more, but my USB 2.0 are still working.

Thanks !
It's explained in post #672, just 3 posts before yours.
 
Thanks Superbogey. I have been browsing in the first pages of this thread. Did it with TextEdit and works good! All my USB 2.0 and 3.0 ports all work fine now. I will soon be checking if the 3.0 are up to speed. My USB 3.1 port is currently not working. Not a real big deal as I do not currently own any 3.1 device. I will try to dig and see if there is any patch or setting that will activate it.
 
Status
Not open for further replies.
Back
Top