
half speed? why is that?homar wrote:The latest Powerbooks/Ibooks only run at half the processor speed. Unfortunately the same hack for the previous generation *books can't be applied to the new ones. So, it could be a while before they're working at full speed.
Updating to 2.6.6 will display correct values in /proc/cpuinfo.





Code: Select all
bash-2.05b# cat /proc/cpuinfo
processor : 0
cpu : 7447A, altivec supported
clock : 1066MHz
revision : 1.1 (pvr 8003 0101)
bogomips : 530.43
machine : PowerBook6,5
motherboard : PowerBook6,5 MacRISC3 Power Macintosh
detected as : 287 (iBook G4)
pmac flags : 0000000a
L2 cache : 512K unified
memory : 512MB
pmac-generation : NewWorld




Code: Select all
processor : 0
cpu : 7447A, altivec supported
clock : 1066MHz
revision : 1.1 (pvr 8003 0101)
bogomips : 1060.86
machine : PowerBook6,5
motherboard : PowerBook6,5 MacRISC3 Power Macintosh
detected as : 287 (iBook G4)
pmac flags : 0000000a
L2 cache : 512K unified
memory : 256MB
pmac-generation : NewWorld

Code: Select all
cat /proc/cpuinfo
processor : 0
cpu : 7447A, altivec supported
clock : 533MHz
revision : 1.1 (pvr 8003 0101)
bogomips : 530.43
machine : PowerBook6,5
motherboard : PowerBook6,5 MacRISC3 Power Macintosh
detected as : 287 (iBook G4)
pmac flags : 0000000a
L2 cache : 512K unified
memory : 768MB
pmac-generation : NewWorld

Code: Select all
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_PROC_INTF is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_24_API is not set
CONFIG_CPU_FREQ_PMAC=y
CONFIG_CPU_FREQ_TABLE=y
Code: Select all
Registering PowerMac CPU frequency driver
Low: 533 Mhz, High: 1066 Mhz, Boot: 533 Mhz, switch method: DFS
Code: Select all
processor : 0
cpu : 7447A, altivec supported
clock : 533MHz
revision : 1.1 (pvr 8003 0101)
bogomips : 530.43
machine : PowerBook6,5
motherboard : PowerBook6,5 MacRISC3 Power Macintosh
detected as : 287 (iBook G4)
pmac flags : 0000000a
L2 cache : 512K unified
memory : 768MB
pmac-generation : NewWorld
