Onixs Posted May 14, 2010 Share Posted May 14, 2010 Hi... To get rid of the problem regarding: USBF: *some number* AppleUSBOHCI[some hex number]::CheckSleepCapability - OHCI controller will be unloaded across sleep I 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! Link to comment Share on other sites More sharing options...
Recommended Posts