Jump to content

Disabler.kext for SL in 32/64bits available?


iFrodo
 Share

4 posts in this topic

Recommended Posts

I'm using Disabler.kext to disable AppleHPET.kext that cause issues on my machine with rear USB ports not being available.

I tried to use the NullCPUPowerManagement.kext to do the same work, adding the properties in the Info.plist:

 

<key>AppleHPETDisabler</key>

<dict>

<key>CFBundleIdentifier</key>

<string>org.tgwbd.driver.NullCPUPowerManagement</string>

<key>IOClass</key>

<string>NullCPUPowerManagement</string>

<key>IONameMatch</key>

<string>PNP0103</string>

<key>IOProbeScore</key>

<string>2000</string>

<key>IOProviderClass</key>

<string>IOACPIPlatformDevice</string>

</dict>

 

But it doesn't works. NullCPUPowerManagement.kext disable the IntelCPUPowerManagement.kext based on its IOResourceMatch, but doesn't seem to support, like Disabler.kext, disabling kext based on IONameMatch.

 

And in order to prepare myself to future use of 64bits kernel, I'm looking to 64bits version of the kest I'm using. But I still don't have a 64bits Disabler.kext, that's why I'm asking of anyone can provide me a download link to a 32/64bits version.

Link to comment
Share on other sites

if you download the latest Chameleon they include a 32 and 64-bit version of Disabler - chameleon.osx86.hu

 

Cool thanks ^_^

The only missing thing now for me to be fully 64 bits ready is a 32/64bits AppleBCM5751Ethernet.kext with the associated compatible IONetworkingFamily.kext (if the vanilla one doesn't fit with it)...

Link to comment
Share on other sites

 Share

×
×
  • Create New...