Piker-Alpha / ssdtPRGen.sh

Script to generate a SSDT for Power Management
712 stars 156 forks source link

CPU Type Warning (Core i3-2125) #18

Open mackonsti opened 10 years ago

mackonsti commented 10 years ago

Hello Piker, many thanks for your continuing work! I am using a Core i3-2125 on a Gigabyte GA-H61N-USB3 and running your script v12.7. If I run the script without options or with -c 0 (to force Sandy Bridge), I get a warning and eventually I am not sure if the resulting SSDT is proper for my CPU. Thanks in advance for your time, your comment is appreciated.

The Terminal debug is the following:

System information: Mac OS X 10.8.5 (12F45) Brandstring 'Intel(R) Core(TM) i3-2125 CPU @ 3.30GHz'

Scope (PR) {26 bytes} with ACPI Processor declarations found in the DSDT (ACPI 1.0 compliant) Generating ssdt.dsl for a 'Macmini5,1' with board-id [Mac-8ED6AF5B48C039E1] Sandy Bridge Core i3-2125 processor [0x206A7] setup [0x0902] With a maximum TDP of 65 Watt, as specified by Intel Number logical CPU's: 4 (Core Frequency: 3300 MHz) Number of Turbo States: 0 Number of P-States: 18 (1600-3300 MHz) Injected C-States for CPU0 (C1,C3,C6) Warning: 'cpu-type' may be set improperly (0x0902 instead of 0x0602)

AND:

Override value: (-c) CPU type, now using: Sandy Bridge! System information: Mac OS X 10.8.5 (12F45) Brandstring 'Intel(R) Core(TM) i3-2125 CPU @ 3.30GHz'

Scope (PR) {26 bytes} with ACPI Processor declarations found in the DSDT (ACPI 1.0 compliant) Generating ssdt.dsl for a 'Macmini5,1' with board-id [Mac-8ED6AF5B48C039E1] Sandy Bridge Core i3-2125 processor [0x206A7] setup [0x0902] With a maximum TDP of 65 Watt, as specified by Intel Number logical CPU's: 4 (Core Frequency: 3300 MHz) Number of Turbo States: 0 Number of P-States: 18 (1600-3300 MHz) Injected C-States for CPU0 (C1,C3,C6) Warning: 'cpu-type' may be set improperly (0x0902 instead of 0x0602)

Piker-Alpha commented 10 years ago

Looking fine to me because the warning is nothing more than a warning.