brucehuynhlee / xnu-speedstep

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

Auto-Throttle didn't Work with Macinized Method #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using the method described here: http://forum.insanelymac.com/index.php?
showtopic=128274&hl= the system load the kext but the auto-throttle didn't work.

What is the expected output? What do you see instead?

Tivis-Inspiron-2200:~ tivi$ sysctl -a | grep throttlekern.exec: unknown type 
returned
kern.cputhrottle_curfreq: 2000
kern.cputhrottle_curvolt: 1340
kern.cputhrottle_freqs: 600 800 1000 1200 1400 1600 1800 2000 
kern.cputhrottle_factoryvolts: 3452 3452 3452 3452 3452 3452 3452 3452 
kern.cputhrottle_ctl: 5160
kern.cputhrottle_auto: 0
Jan 11 18:27:36 localhost kernel[0]: IntelEnhancedSpeedStep: INFO  Using 8 
PStates.
Jan 11 18:27:36 localhost kernel[0]: IntelEnhancedSpeedStep: WARN  IOKit CPU 
iterator couldn't 
be created. Auto-throttle may not work.
Jan 11 18:27:36 localhost kernel[0]: IntelEnhancedSpeedStep: WARN  
Auto-throttler could not be 
setup, start it manually later.

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

1.4.5 / Voodoo Release 9.5.0 / Pentium M 755 (2.0GHZ)

Please provide any additional information below.

The problem ONLY occurs when the system is using a mkext from the method link 
above. If we 
kextload manually the kext works... I tried to put it on S/L/E on Macintosh 
and/or a Boot part. 
causing the same error.

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

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 jany.ma...@gmail.com on 11 Jan 2009 at 6:50