https://bugzilla.kernel.org/show_bug.cgi?id=14771 --- Comment #20 from Thomas Renninger <trenn@xxxxxxx> 2010-06-25 11:32:09 --- You could also get msr-tools package/tool and try to set frequencies yourself (best without acpi-cpufreq loaded): rdmsr 0x198 shows the current freq. rdmsr 0x199 shows the current ctl register. Be careful, only change the lower 0-15 bits and write your wanted frequency in there. There is one bit (32) that modifies Turbo Mode behavior. This should do it (untested): wrmsr 0x199 $((`rdmsr 0x199` + $DESIRED_FREQ)) DESIRED_FREQ can be a value from scaling_available_frequencies. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html