https://bugzilla.kernel.org/show_bug.cgi?id=20722





--- Comment #30 from Len Brown <[email protected]>  2010-11-27 20:51:43 ---
with ./rdmsr present, please run this script and save
msr.out for the default BIOS setting, and also for the
C-state disabled BIOS setting, and attach them to this
bug report.


#!/bin/bash
OUTPUT_FILE=msr.out
echo output to $OUTPUT_FILE

typeset -i msr
msr=0
while [ $msr -lt 1600 ] ; do
    ./rdmsr -a $msr
    if [ $? == 0 ] ; then
        printf "MSR 0x%x\n" $msr
    fi
    msr=$msr+1
done > $OUTPUT_FILE 2> /dev/null

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to