Jump to content

macOS Mojave 10.14.1 is out


Wayang-NT
 Share

65 posts in this topic

Recommended Posts

6 hours ago, tikizondo94 said:

Updated fine, But lost USB 3.0. All worked normal up to the update. Anything changed??

 

Desktop in Signature. "i7"

debug_5314.zip

 

I noticed that there were entries for usbehc1 and usbehc2 in your DSDT but we had changed your EHC1 and EHC2 devices to EH01 and EH02.  Therefore, I changed these entries to usbeh01 and usbeh02.  See if it helps.

 

DSDT.aml.zip

Link to comment
Share on other sites

First patch:

Find: 83fb0f0f 838f0400 00 Replace: 83fb0f90 90909090 90 Name: com.apple.driver.usb.AppleUSBXHCI MatchOS: 10.14.x

Second patch:

Find: 4183fd0f 753a Replace: 4183fd0f 9090 Name: com.apple.driver.usb.AppleUSBXHCI MatchOS: 10.14.x

 

I put both patches in using Clover Configurator, still have USB 3.0 but had that before too

Link to comment
Share on other sites

Just now, Donw35 said:

First patch:

Find: 83fb0f0f 838f0400 00 Replace: 83fb0f90 90909090 90 Name: com.apple.driver.usb.AppleUSBXHCI MatchOS: 10.14.x

Second patch:

Find: 4183fd0f 753a Replace: 4183fd0f 9090 Name: com.apple.driver.usb.AppleUSBXHCI MatchOS: 10.14.x

 

I put both patches in using Clover Configurator, still have USB 3.0 but had that before too

I had a feeling the second patch wasn't going to work but thanks for giving it a try.

 

RehabMan is suggesting we abandon the idea of a port limit patch altogether and just configure USB ports in batches. ie. We use USBInjectAll.kext to enable HSxx ports in one pass then SSxx ports in second pass etc. It does add a level of complication that we otherwise didn't have with a port limit patch though.

Link to comment
Share on other sites

12 minutes ago, Donw35 said:

actually the second patch messed up video play back so I took it out.

The port limit patches are only supposed to be temporary anyway. You use them so you can set your USB ports in SSDT-UIAC.aml or USBPorts.kext and then you're supposed to remove them (along with USBInjectAll.kext).

 

Anyway my guess is someone will find a working patch soon enough. I personally don't have the time to hunt it down right now.

Edited by headkaze
Link to comment
Share on other sites

Okay one last try for me. RehabMan suggests the check could be in AppleUSBXHCIPCI. So I found the only obvious cmp that might be it.

 

Patch 1:

Find: 83fb0f0f 838f0400 00
Replace: 83fb0f90 90909090 90
Name: com.apple.driver.usb.AppleUSBXHCI
MatchOS: 10.14.x

Patch 2:

Find: 83f90f0f 87bb0000 00
Replace: 83f90f90 90909090 90
Name: com.apple.driver.usb.AppleUSBXHCIPCI
MatchOS: 10.14.x

AppleUSBXHCIPCI_PortCheck.png

Edited by headkaze
  • Like 2
Link to comment
Share on other sites

4 hours ago, mnfesq said:

 

I noticed that there were entries for usbehc1 and usbehc2 in your DSDT but we had changed your EHC1 and EHC2 devices to EH01 and EH02.  Therefore, I changed these entries to usbeh01 and usbeh02.  See if it helps.

 

DSDT.aml.zip

Different machine. This is my Intel Desktop im having the USB issue with. 

Link to comment
Share on other sites

3 hours ago, Crabhunter said:

I'm getting this error. I have Mojave 10.14.0 installed on a legacy bios and an mbr harddrive using crazybird's patch.

Any ideas?

Mike

 

HFS+ can't get update install, need to use Q9-script.

 

It could be the SIP issue, set Clover SIP as HowTo

        add to /EFI/CLOVER/config.plist as below.

        <key>RtVariables</key>
        <dict>
            <key>BooterConfig</key>
            <string>0x28</string>
            <key>CsrActiveConfig</key>
            <string>0x67</string>
        </dict>

 

Q9-Update-installScript/installScript_1014 works fine here on MBR HFS 10.14.0.18A391.

 

01.thumb.gif.d7fb7a663b32b7b136b17ff1a41966fd.gif

Edited by crazybirdy
Link to comment
Share on other sites

8 hours ago, tikizondo94 said:

Different machine. This is my Intel Desktop im having the USB issue with. 

 

That does explain why I hadn't noticed that before.  Still, try the DSDT I edited and see if it makes any difference.  I am not too familiar with desktop motherboards and don't know if I can help you with a USB issue since there are typically so many more USB ports than on a laptop mobo.

Edited by mnfesq
Link to comment
Share on other sites

6 hours ago, crazybirdy said:

 

HFS+ can't get update install, need to use Q9-script.

 

 

I used the script and now OS X won't boot.

 

Keeps getting stuck at "apfs_module_stop: 1371: unload"

 

Was working fine with 10.14

It's an HP Z800 with HFS+ SSD boot drive.

 

Edited by CreativelyChris
Link to comment
Share on other sites

2 hours ago, CreativelyChris said:

 

I used the script and now OS X won't boot.

 

Keeps getting stuck at "apfs_module_stop: 1371: unload"

 

Was working fine with 10.14

It's an HP Z800 with HFS+ SSD boot drive.

 

Try to boot -s to single user mode, and sudo command again.

Link to comment
Share on other sites

 Share

×
×
  • Create New...