Stephane wrote: > Hi, > > I have a problem with the frequency of my CPU : > > My CPU is a Intel E6700, so it's frequency is 2,66Ghz. But OpenSolaris say > it's maximum frequency is 1Ghz... And I am not able to set the frequency > higher ! >
supported_frequencies_Hz 600000000:800000000:1000000000 The speeds reported by the supported_frequencies_Hz are obtained from the ACPI tables exported by the system BIOS. So, the best guess is that your BIOS has some bad ACPI tables. You can probably disable SpeedStep in your BIOS setup and you'll be able to obtain the 2.66GHz. But you won't be getting any CPU power savings. It might be worth dumping your ACPI tables to verify that they are the problem. I've attached a program, iasl, that you can use to dump the tables. The usage is "iasl -g". You might want to run the command in a newly created directory as there can be a number of files created. Mark > zeblods at ZeblodServer:~ % kstat -m cpu_info -i 0 > module: cpu_info instance: 0 > name: cpu_info0 class: misc > brand Intel(r) Core(tm)2 CPU 6700 @ 2.66GHz > chip_id 0 > clock_MHz 2667 > clog_id 0 > core_id 0 > cpu_type i386 > crtime 104,253102008 > current_clock_Hz 1000000000 > family 6 > fpu_type i387 compatible > implementation x86 (chipid 0x0 GenuineIntel 6F6 family 6 model 15 step 6 > clock 2667 MHz) > model 15 > ncore_per_chip 2 > ncpu_per_chip 2 > pkg_core_id 0 > snaptime 1187,137788134 > state on-line > state_begin 1233249947 > stepping 6 > supported_frequencies_Hz 600000000:800000000:1000000000 > vendor_id GenuineIntel > > zeblods at ZeblodServer:~ % cat /etc/power.conf > # > # Copyright 1996-2002 Sun Microsystems, Inc. All rights reserved. > # Use is subject to license terms. > # > #pragma ident "@(#)power.conf 2.1 02/03/04 SMI" > # > # Power Management Configuration File > # > device-dependency-property removable-media /dev/fb > autopm disable > autoS3 default > cpu-threshold 15s > # Auto-Shutdown Idle(min) Start/Finish(hh:mm) Behavior > autoshutdown 30 9:00 9:00 noshutdown > cpupm disable > > > Please help me, because I am using ZFS with compression on, and my server > freeze all the time ! > -------------- next part -------------- A non-text attachment was scrubbed... Name: iasl.gz Type: application/x-gzip Size: 223170 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/pm-discuss/attachments/20090129/e7e6a7cd/attachment.bin>