brucehuynhlee / xnu-speedstep

Automatically exported from code.google.com/p/xnu-speedstep
0 stars 0 forks source link

Failed to load on 64-bit #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install 64-bit Mac OS
2. install kept
3. reboot

What is the expected output? What do you see instead?
loaded kext. Instead:
Error - kext net.mercurysquad.driver.IntelEnhancedSpeedStep declares 
com.apple.kernel dependencies. Only com.apple.kpi.* dependencies are supported 
for 64-bit kexts.
Can't load kext net.mercurysquad.driver.IntelEnhancedSpeedStep - failed to 
resolve library dependencies.
Kext net.mercurysquad.driver.IntelEnhancedSpeedStep failed to load (0xdc00800e).
Failed to load kext net.mercurysquad.driver.IntelEnhancedSpeedStep (error 
0xdc00800e).
Couldn't alloc class "net_mercurysquad_driver_IntelEnhancedSpeedStep"

What version of the kext are you using? On what kernel and processor?

iAtkos L2 - i5 M430 2.27Ghz

Please provide any additional information below.

Please turn on DebugMessages in the Info.plist, reload the kext and try to 
reproduce the problem. Attach output of this command:
sudo dmesg | grep IntelEnhanced && sysctl hw.busfrequency && sysctl machdep.cpu 
&& uname -a

see before

In case you get kernel panic, boot up in single user mode (bootflag -s), load 
the kext manually, and note down or take a photo of the kernel panic message. 
Attach it as well.

Original issue reported on code.google.com by ant...@nigma.ru on 5 Dec 2011 at 8:02