To get rid of the problem regarding:
USBF: *some number* AppleUSBOHCI[some hex number]::CheckSleepCapability - OHCI controller will be unloaded across sleepI have to disable or remove the AppleUSBOHCI.kext.
Does anyone here knows how to disable AppleUSBOHCI.kext via Disabler.kext ? (without DSDT patching)
I have tried adding this code, but it KP or doesnt work.
<key>AppleUSBOHCIDisabler</key> <dict> <key>CFBundleIdentifier</key> <string>net.osrom.kext.Disabler</string> <key>IOClass</key> <string>Disabler</string> <key>IOPCIClassMatch</key> <string>0x0c031000</string> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOResourceMatch</key> <string>IOKit</string>
Thanks!



Sign In
Create Account









