Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown processor model ... width X5670 #236

Open
Joe1am opened this issue Jul 4, 2016 · 17 comments
Open

Unknown processor model ... width X5670 #236

Joe1am opened this issue Jul 4, 2016 · 17 comments

Comments

@Joe1am
Copy link

Joe1am commented Jul 4, 2016

Hello Piker,
I have problems to create a ssdt.aml with a Xeon X5670
http://ark.intel.com/de/products/47920/Intel-Xeon-Processor-X5670-12M-Cache-2_93-GHz-6_40-GTs-Intel-QPI
I added
X5670,95,1600,2930,3333,6,12,0,133
in User Defined.cfg

when running the command
$ sudo ~/Library/ssdtPRGen/ssdtPRGen.sh-Beta/ssdtPRGen.sh -p X5670
it ouputs

ssdtPRGen.sh v0.9  Copyright (c) 2011-2012 by † RevoGirl
             v6.6  Copyright (c) 2013 by † Jeroen
             v18.9 Copyright (c) 2013-2016 by Pike R. Alpha
-----------------------------------------------------------
Bugs > https://github.com/Piker-Alpha/ssdtPRGen.sh/issues <

System information: Mac OS X 10.11.5 (15F34)
Brandstring: "Intel(R) Xeon(R) CPU X5670 @ 2.93GHz"

Override value: (-p) processor model, now using: X5670!

Error: Unknown processor model ...
       Visit http://ark.intel.com to gather the required data:
       Processor Number
       TDP
       Low Frequency Mode (use AppleIntelInfo.kext)
       Base Frequency
       Max Turbo Frequency
       Cores
       Threads
Aborting ...
Done.

What am I doing wrong? If I don't use sudo it complains:
/Volumes/Data/jorn/Library/ssdtPRGen/ssdtPRGen.sh-Beta/ssdtPRGen.sh: line 2177: /tmp/DSDT.dat: Permission denied

@Joe1am
Copy link
Author

Joe1am commented Jul 4, 2016

width -d 2
the output is

ssdtPRGen.sh v0.9  Copyright (c) 2011-2012 by † RevoGirl
             v6.6  Copyright (c) 2013 by † Jeroen
             v18.9 Copyright (c) 2013-2016 by Pike R. Alpha
-----------------------------------------------------------
Bugs > https://github.com/Piker-Alpha/ssdtPRGen.sh/issues <

System information: Mac OS X 10.11.5 (15F34)
Brandstring: "Intel(R) Xeon(R) CPU X5670 @ 2.93GHz"

Override value: (-p) processor model, now using: X5670!
Override value: (-d) debug mode, now using: 2!

Setting executing bit of extractACPITables ..._checkForExecutableFile(extractACPITables) Done.Extracting ACPI tables ... Done.
Checking Sandy Bridge processor data ...
Checking Ivy Bridge processor data ...
Checking Haswell processor data ...
Checking Broadwell processor data ...

Error: Unknown processor model ...
       Visit http://ark.intel.com to gather the required data:
       Processor Number
       TDP
       Low Frequency Mode (use AppleIntelInfo.kext)
       Base Frequency
       Max Turbo Frequency
       Cores
       Threads
Aborting ...
Done.

anything wrong with the User Defined.cgf File?

gUserDefinedCPUList=(
X5670,95,1600,2930,3333,6,12,0,133
)

@edin555
Copy link

edin555 commented Jul 4, 2016

Yes, the Turboboost is 3330 not 3333.
This is what i see.

@Joe1am
Copy link
Author

Joe1am commented Jul 4, 2016

Hi Edin,
thank you for your answer! But the Problem above was that I had two Data Folders.
One in
~/Library/ssdtPRGen/ssdtPRGen.sh-Beta/Data
the other in
~/Library/ssdtPRGen/Data
I somehow messed up the Installation and no matter which script I started, it always looked in the second Data Folder.

But now I have new questions..
I'm not really sure which CPU-Type I should choose, because Nehalem is not supported. On Post #234 they use 4, which stands for Skylake. And why are they using -turbo 3330 if they should have a turbo of 3660. And why -w 1? Do I need that as well?

I have a gigabyte x58a-ud3r and I run osx 10.11 with clover.
I use the dsdt.aml provided by tonymac
sleep/reboot/shutdown is finally working fine!

@Joe1am
Copy link
Author

Joe1am commented Jul 4, 2016

Now I ran the script with no extra arguments.. only -p X5670
put the ssdt.aml into EFI/CLOVER/ACPI/patched and rebooted..
after reboot there are only two states.. with 1,6 and 2,93 GHz (tested with HWMonitor)
before I got 1,6 and 3,33 GHz

@edin Are you sure that it is 3330 for turboboost?
They use 3333 in post #221

SSDT.aml.zip
DSDT.aml.zip

@Piker-Alpha
Copy link
Owner

Piker-Alpha commented Jul 4, 2016

Hi Joe,

First. The value 4 is used for Ivy Bridge and we do that because you need one additional turbo p-state (at the top) and thus please use:
X5670,95,1600,2930,3333,6,12,4,133
The run:
./ssdtPRGen.sh -p X5550 -turbo 2930 -w 1 -d 2
And attach both the terminal output and the generated SSDT.aml

@Joe1am
Copy link
Author

Joe1am commented Jul 5, 2016

Hi Piker,
thanks for your help!
I generated a new ssdt but think that it is not working properly. The system remains running with 1,6 GHz now, not changing the frequency at all.

I changed your suggested command from

./ssdtPRGen.sh -p X5550 -turbo 2930 -w 1 -d 2

to

./ssdtPRGen.sh -p X5670 -turbo 2930 -w 1 -d 2

So this ist the ouput width X5670,95,1600,2930,3333,6,12,4,133

Jorns-Mac-Pro:~ jorn$ sudo /Volumes/Data/jorn/Library/ssdtPRGen/ssdtPRGen.sh -p X5670 -turbo 2930 -w 1 -d 2


ssdtPRGen.sh v0.9  Copyright (c) 2011-2012 by † RevoGirl
             v6.6  Copyright (c) 2013 by † Jeroen
             v18.9 Copyright (c) 2013-2016 by Pike R. Alpha
-----------------------------------------------------------
Bugs > https://github.com/Piker-Alpha/ssdtPRGen.sh/issues <

System information: Mac OS X 10.11.5 (15F34)
Brandstring: "Intel(R) Xeon(R) CPU X5670 @ 2.93GHz"

Override value: (-p) processor model, now using: X5670!
Override value: (-turbo) maximum (turbo) frequency, now using: 2930 MHz!
Override value: (-w) Ivy Bridge workarounds, now set to: 1!
Override value: (-d) debug mode, now using: 2!

Setting executing bit of extractACPITables ..._checkForExecutableFile(extractACPITables) Done.Extracting ACPI tables ... Done.
Checking User Defined processor data ...
Processor data found for the Intel X5670
Name (_HID, "ACPI0004") NOT found in the DSDT
1 Scope (_PR_) {..} object(s) found in the DSDT
scopeObjectData: 10460d5f50525f
Two-byte encoding detected (maximum length 0x0FFF/4095)
pkgLengthByte: 0x46/70
packageLength: 0x0d6/214
scopeLength: 214
scopeLength: 416 (egrep pattern length: 12)
scopeObjectData length 430 (includes egrep pattern)
processorID: 00 CPU0
processorID: 01 CPU1
processorID: 02 CPU2
processorID: 03 CPU3
processorID: 04 CPU4
processorID: 05 CPU5
processorID: 06 CPU6
processorID: 07 CPU7
processorID: 08 CPU8
processorID: 09 CPU9
processorID: 0a CPUA
processorID: 0b CPUB

Scope (_PR_) {430 bytes} with ACPI Processor declarations found in the DSDT (ACPI 1.0 compliant)
Number of Scopes: 1
Generating ssdt.dsl for a 'MacPro5,1' with board-id [Mac-F221BEC8]
Intel X5670 processor [0x206C2] setup [0x0501]
With a maximum TDP of 95 Watt, as specified by Intel
Number logical CPU's: 12 (Core Frequency: 2930 MHz)
Number of Turbo States: 0
Number of P-States: 11 (1600-2930 MHz)
targetCStates: 29
Adding C1
Adding C3
Adding C6
Adding C7
targetCStates: 7
Adding C1
Adding C2
Adding C3
Injected C-States for CPU0 (C1,C3,C6,C7)
Injected C-States for CPU1 (C1,C2,C3)
Warning: 'cpu-type' may be set improperly (0x0501 instead of 0x0701)

Error: board-id [Mac-F221BEC8] not supported by Ivy Bridge – check SMBIOS data / use the -target option

Do you want to continue (y/n)? y
Warning: 'system-type' may be set improperly (1 instead of 2)
Setting executing bit of iasl ..._checkForExecutableFile(iasl) Done.
Compiling: ssdt_pr.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20140926-64 [Nov  6 2014]
Copyright (c) 2000 - 2014 Intel Corporation

ASL Input:     /Volumes/Data/jorn/Library/ssdtPRGen/ssdt.dsl - 341 lines, 8792 bytes, 81 keywords
AML Output:    /Volumes/Data/jorn/Library/ssdtPRGen/ssdt.aml - 1668 bytes, 39 named objects, 42 executable opcodes

Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

Do you want to copy /Volumes/Data/jorn/Library/ssdtPRGen/ssdt.aml to /Extra/ssdt.aml? (y/n)? n
Do you want to open ssdt.dsl (y/n)? n

SSDT.aml 2.zip

@Piker-Alpha
Copy link
Owner

Please check /var/log/system.log for errors. You should also find console messages with the text: "X86PlatformShim::sendPStates - Success!" One for each logical core.

Also check the P-States under CP00 and what _PSS object was there when you got 1.6 and 3.33 GHz?

@Joe1am
Copy link
Author

Joe1am commented Jul 5, 2016

That's what i found in system.log.. can't see any errors

Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=2 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=4 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=16 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=18 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=20 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=1 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=3 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=5 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=17 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=19 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=21 Enabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=12 LocalApicId=12 Disabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=13 LocalApicId=13 Disabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=14 LocalApicId=14 Disabled
Jul  5 13:28:44 localhost kernel[0]: AppleACPICPU: ProcessorId=15 LocalApicId=15 Disabled
Jul  5 13:28:44 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
Jul  5 13:28:44 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Jul  5 13:28:44 localhost kernel[0]: calling mpo_policy_init for AMFI
Jul  5 13:28:44 localhost kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
Jul  5 13:28:44 localhost kernel[0]: calling mpo_policy_init for Sandbox
Jul  5 13:28:44 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
Jul  5 13:28:44 localhost kernel[0]: calling mpo_policy_init for Quarantine
Jul  5 13:28:44 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
Jul  5 13:28:44 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
Jul  5 13:28:44 localhost com.apple.xpc.launchd[1] (com.apple.AirPlayXPCHelper): This service is defined to be constantly running and is inherently inefficient.
Jul  5 13:28:44 localhost kernel[0]: The Regents of the University of California. All rights reserved.
Jul  5 13:28:44 localhost kernel[0]: MAC Framework successfully initialized
Jul  5 13:28:44 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
Jul  5 13:28:44 localhost kernel[0]: AppleCredentialManager::start called
Jul  5 13:28:44 localhost kernel[0]: AssertMacros: tmpData (value: 0x0),  file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-83.40.3/AppleCredentialManager/AppleCredentialManager.cpp, line: 785
Jul  5 13:28:44 localhost kernel[0]: AppleKeyStore starting (BUILT: Apr 19 2016 21:25:04)
Jul  5 13:28:44 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
Jul  5 13:28:44 localhost kernel[0]: ACPI: sleep states S3 S4 S5
Jul  5 13:28:44 localhost kernel[0]: CPUSensors: CPU family 0x6, model 0x2c, stepping 0x2, cores 6, threads 12, TJmax 96
Jul  5 13:28:44 localhost kernel[0]: CPUSensors: setting platform keys to [k74     ]
Jul  5 13:28:44 localhost kernel[0]: CPUSensors: base CPU multiplier is 22
Jul  5 13:28:44 localhost kernel[0]: CPUSensors: started
Jul  5 13:28:44 localhost kernel[0]: pci (build 19:40:46 Apr 19 2016), flags 0xe3000, pfm64 (40 cpu) 0xff80000000, 0x80000000
Jul  5 13:28:44 localhost kernel[0]: [ PCI configuration begin ]
Jul  5 13:28:44 localhost kernel[0]: FakeSMC v6.18.1394 Copyright 2015 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved.
Jul  5 13:28:44 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 222233
Jul  5 13:28:44 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 19:39:50 Apr 19 2016) initialization complete
Jul  5 13:28:44 localhost kernel[0]: FakeSMC: 13 preconfigured keys added
Jul  5 13:28:44 localhost kernel[0]: FakeSMC: 5 keys exported by Clover EFI
Jul  5 13:28:44 localhost kernel[0]: RTC: Only single RAM bank (128 bytes)
Jul  5 13:28:44 localhost kernel[0]: SMC: successfully initialized
Jul  5 13:28:44 localhost kernel[0]: console relocated to 0xff89000000
Jul  5 13:28:44 localhost kernel[0]: [ PCI configuration end, bridges 6, devices 27 ]
Jul  5 13:28:44 localhost kernel[0]: 000000.883668 AppleUSBLegacyRoot@: AppleUSBLegacyRoot::init: enabling legacy matching
Jul  5 13:28:44 localhost kernel[0]: mcache: 12 CPU(s), 64 bytes CPU cache line size
Jul  5 13:28:44 localhost com.apple.xpc.launchd[1] (com.apple.AppleFileServer): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  5 13:28:44 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]

...

Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: DSMOS has arrived
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: [IOBluetoothFamily][start] -- completed
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Failed to find sleep policy for this platform! Disabling deep sleep.
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: X86PlatformShim::sendPStates - Success!
Jul  5 13:28:45 --- last message repeated 11 times ---
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: X86PlatformShim::sendStepper - Stepper dictionary from plist is NULL!
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: X86PlatformShim::start - Failed to send stepper
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  5 13:28:45 Jorns-Mac-Pro loginwindow[97]: Login Window Application Started
Jul  5 13:28:45 Jorns-Mac-Pro UserEventAgent[44]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  5 13:28:45 Jorns-Mac-Pro secinitd[175]: UID[0]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  5 13:28:45 Jorns-Mac-Pro secinitd[175]: ctkd[170]: unable to get root path for bundle of main executable: /System/Library/Frameworks/CryptoTokenKit.framework/ctkd
Jul  5 13:28:45 Jorns-Mac-Pro iconservicesd[67]: iconservicesd launched.
Jul  5 13:28:45 Jorns-Mac-Pro iconservicesd[67]: Cache path: /Library/Caches/com.apple.iconservices.store
Jul  5 13:28:45 Jorns-Mac-Pro systemkeychain[167]: done file: /var/run/systemkeychaincheck.done
Jul  5 13:28:45 Jorns-Mac-Pro iconservicesagent[68]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
Jul  5 13:28:45 Jorns-Mac-Pro distnoted[115]: # distnote server daemon  absolute time: 3.169812992   civil time: Tue Jul  5 13:28:45 2016   pid: 115 uid: 241  root: yes
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  5 13:28:45 Jorns-Mac-Pro blued[87]: Delete logs
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  5 13:28:45 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840

@Joe1am
Copy link
Author

Joe1am commented Jul 5, 2016

Also check the P-States under CP00 and what _PSS object was there when you got 1.6 and 3.33 GHz?

Sorry, I've no clue what to do.. Where can i find those information?

@Joe1am
Copy link
Author

Joe1am commented Jul 5, 2016

BTW: When I tried to execute kextload ~/Desktop/AppleIntelInfo.kext the system crashed and rebooted

@Piker-Alpha
Copy link
Owner

Oh but I see one: X86PlatformShim::sendStepper - Stepper dictionary from plist is NULL!

The stepper data (stepContextDict) is part of the [board-id].plist but your board-id isn't there so I guess that this is the problem. Check this out:
/S_/L_/E_/IOPlatformPluginFamily.kext/C_/P_/X86PlatformPlugin.kext/Contents/R_

What you should do is copy one of the plists below to [your board-id].plist:

Mac-00BE6ED71E35EB86:iMac13,1
Mac-FC02E91DDD3FA6A4:iMac13,2
Mac-031AEE4D24BFF0B1:Macmini6,1
Mac-F65AE981FFA204ED:Macmini6,2
Mac-4B7AC7E43945597E:MacBookPro9,1
Mac-6F01561E16C75D06:MacBookPro9,2
Mac-C3EC7CD22292981F:MacBookPro10,1
Mac-AFD8A9D944EA4843:MacBookPro10,2
Mac-66F35F19FE2A0D05:MacBookAir5,1
Mac-2E6FAB96566FE58C:MacBookAir5,2
Mac-F60DEB81FF30ACF6:MacPro6,1

Start with the one of the MacPro6,1 or iMac13,1 That should take care of the error.

Note: Going out for dinner now. Back later...

@Joe1am
Copy link
Author

Joe1am commented Jul 5, 2016

Hi Piker,
don't hurry, take yout time :)

I tried that with the iMac13,1 and MacPro6,1 plist, without success.
The output in system.log is still there.

Jul  5 20:54:52 Jorns-Mac-Pro kernel[0]: X86PlatformShim::sendStepper - Stepper dictionary from plist is NULL!
Jul  5 20:54:52 Jorns-Mac-Pro kernel[0]: X86PlatformShim::start - Failed to send stepper

..

Jul  5 21:04:50 Jorns-Mac-Pro kernel[0]: X86PlatformShim::sendStepper - Stepper dictionary from plist is NULL!
Jul  5 21:04:50 Jorns-Mac-Pro kernel[0]: X86PlatformShim::start - Failed to send stepper

Do you have any other idea what might be problem?

config.plist.zip

bildschirmfoto 2016-07-05 um 21 09 03

@Piker-Alpha
Copy link
Owner

So now these are gone. Correct?

Standby delay is not specified! Defaulting to 0x1068
ErP Timer is not specified! Defaulting to 0x3840

@Joe1am
Copy link
Author

Joe1am commented Jul 6, 2016

Hello again,
unfortunately no.
Has this something to do width the setting in Bios "ErP Support"? It's disabled.

Current system.log:

Jul  6 13:29:49 localhost syslogd[45]: Configuration Notice:
Jul  6 13:29:49 --- last message repeated 2 times ---
Jul  6 13:29:49 localhost syslogd[45]: Configuration Notice:
Jul  6 13:29:49 localhost syslogd[45]: Configuration Notice:
Jul  6 13:29:49 localhost syslogd[45]: Configuration Notice:
Jul  6 13:29:49 --- last message repeated 7 times ---
Jul  6 13:29:49 localhost syslogd[45]: Configuration Notice:
Jul  6 13:29:49 --- last message repeated 1 time ---
Jul  6 13:29:49 localhost kernel[0]: Longterm timer threshold: 1000 ms
Jul  6 13:29:49 localhost kernel[0]: PMAP: PCID enabled
Jul  6 13:29:49 localhost kernel[0]: Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64
Jul  6 13:29:49 localhost kernel[0]: vm_page_bootstrap: 2977312 free pages and 152032 wired pages
Jul  6 13:29:49 localhost kernel[0]: kext submap [0x<ptr> - 0x<ptr>], kernel text [0x<ptr> - 0x<ptr>]
Jul  6 13:29:49 localhost kernel[0]: zone leak detection enabled
Jul  6 13:29:49 localhost kernel[0]: "vm_compressor_mode" is 4
Jul  6 13:29:49 localhost kernel[0]: multiq scheduler config: deep-drain 0, ceiling 47, depth limit 4, band limit 127, sanity check 0
Jul  6 13:29:49 localhost kernel[0]: standard timeslicing quantum is 10000 us
Jul  6 13:29:49 localhost kernel[0]: standard background quantum is 2500 us
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.alf): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 13:29:49 localhost kernel[0]: WQ[lt_init]: init linktable with max:262144 elements (8388608 bytes)
Jul  6 13:29:49 localhost kernel[0]: WQ[wqp_init]: init prepost table with max:262144 elements (8388608 bytes)
Jul  6 13:29:49 localhost kernel[0]: mig_table_max_displ = 16
Jul  6 13:29:49 localhost kernel[0]: kdp_core zlib memory 0x7000
Jul  6 13:29:49 localhost kernel[0]: "name" not a kext
Jul  6 13:29:49 localhost kernel[0]: "FailedCLUT" not a kext
Jul  6 13:29:49 localhost kernel[0]: "FailedImage" not a kext
Jul  6 13:29:49 localhost kernel[0]: Refusing new kext org.netkas.driver.FakeSMC, v1406.0: already have prelinked v1394.0.
Jul  6 13:29:49 localhost kernel[0]: FakeSMCKeyStore: started
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=2 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=4 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=16 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=18 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=20 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=1 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=3 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=5 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=17 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=19 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=21 Enabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=12 LocalApicId=12 Disabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=13 LocalApicId=13 Disabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=14 LocalApicId=14 Disabled
Jul  6 13:29:49 localhost kernel[0]: AppleACPICPU: ProcessorId=15 LocalApicId=15 Disabled
Jul  6 13:29:49 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
Jul  6 13:29:49 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Jul  6 13:29:49 localhost kernel[0]: calling mpo_policy_init for AMFI
Jul  6 13:29:49 localhost kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.airplaydiagnostics.server): Unrecognized MachService property: ResetAtClose
Jul  6 13:29:49 localhost kernel[0]: calling mpo_policy_init for Sandbox
Jul  6 13:29:49 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
Jul  6 13:29:49 localhost kernel[0]: calling mpo_policy_init for Quarantine
Jul  6 13:29:49 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
Jul  6 13:29:49 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
Jul  6 13:29:49 localhost kernel[0]: The Regents of the University of California. All rights reserved.
Jul  6 13:29:49 localhost kernel[0]: MAC Framework successfully initialized
Jul  6 13:29:49 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
Jul  6 13:29:49 localhost kernel[0]: AppleCredentialManager::start called
Jul  6 13:29:49 localhost kernel[0]: AssertMacros: tmpData (value: 0x0),  file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-83.40.3/AppleCredentialManager/AppleCredentialManager.cpp, line: 785
Jul  6 13:29:49 localhost kernel[0]: AppleKeyStore starting (BUILT: Apr 19 2016 21:25:04)
Jul  6 13:29:49 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
Jul  6 13:29:49 localhost kernel[0]: ACPI: sleep states S3 S4 S5
Jul  6 13:29:49 localhost kernel[0]: CPUSensors: CPU family 0x6, model 0x2c, stepping 0x2, cores 6, threads 12, TJmax 96
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.AirPlayXPCHelper): This service is defined to be constantly running and is inherently inefficient.
Jul  6 13:29:49 localhost kernel[0]: CPUSensors: setting platform keys to [k74     ]
Jul  6 13:29:49 localhost kernel[0]: CPUSensors: base CPU multiplier is 22
Jul  6 13:29:49 localhost kernel[0]: CPUSensors: started
Jul  6 13:29:49 localhost kernel[0]: pci (build 19:40:46 Apr 19 2016), flags 0xe3000, pfm64 (40 cpu) 0xff80000000, 0x80000000
Jul  6 13:29:49 localhost kernel[0]: [ PCI configuration begin ]
Jul  6 13:29:49 localhost kernel[0]: FakeSMC v6.18.1394 Copyright 2015 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved.
Jul  6 13:29:49 localhost kernel[0]: FakeSMC: 13 preconfigured keys added
Jul  6 13:29:49 localhost kernel[0]: FakeSMC: 5 keys exported by Clover EFI
Jul  6 13:29:49 localhost kernel[0]: SMC: successfully initialized
Jul  6 13:29:49 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 222233
Jul  6 13:29:49 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 19:39:50 Apr 19 2016) initialization complete
Jul  6 13:29:49 localhost kernel[0]: RTC: Only single RAM bank (128 bytes)
Jul  6 13:29:49 localhost kernel[0]: console relocated to 0xff89000000
Jul  6 13:29:49 localhost kernel[0]: [ PCI configuration end, bridges 6, devices 27 ]
Jul  6 13:29:49 localhost kernel[0]: 000000.934446 AppleUSBLegacyRoot@: AppleUSBLegacyRoot::init: enabling legacy matching
Jul  6 13:29:49 localhost kernel[0]: mcache: 12 CPU(s), 64 bytes CPU cache line size
Jul  6 13:29:49 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
Jul  6 13:29:49 localhost kernel[0]: rooting via boot-uuid from /chosen: C3217ACF-C74C-3827-8077-F3D3A0698897
Jul  6 13:29:49 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
Jul  6 13:29:49 localhost kernel[0]: GeforceSensors: starting early shadow VBIOS...
Jul  6 13:29:49 localhost kernel[0]: GeForceSensors (pci2): trying to shadow VBIOS...
Jul  6 13:29:49 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
Jul  6 13:29:49 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.AppleFileServer): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 13:29:49 localhost watchdogd[61]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
Jul  6 13:29:49 localhost kernel[0]: Ethernet [RealtekRTL8111]: EEE support enabled.
Jul  6 13:29:49 localhost kernel[0]: Ethernet [RealtekRTL8111]: TCP/IPv4 segmentation offload enabled.
Jul  6 13:29:49 localhost kernel[0]: Ethernet [RealtekRTL8111]: TCP/IPv6 segmentation offload enabled.
Jul  6 13:29:49 localhost hidd[101]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
Jul  6 13:29:49 localhost kernel[0]: Ethernet [RealtekRTL8111]: TCP/IPv6 checksum offload enabled.
Jul  6 13:29:49 localhost kernel[0]: Ethernet [RealtekRTL8111]: Version 2.0.0 using interrupt mitigate value 0xcf58.
Jul  6 13:29:49 localhost kernel[0]: Ethernet [RealtekRTL8111]: RTL8168E/8111E: (Chipset 14) at 0x<ptr>, 1c:6f:65:3d: 0:24
Jul  6 13:29:49 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
Jul  6 13:29:49 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
Jul  6 13:29:49 localhost watchdogd[61]:  [watchdog_daemon] @(      wd_daemon_init) - could not open connection with the kernel watchdog
Jul  6 13:29:49 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
Jul  6 13:29:49 localhost watchdogd[61]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.auditd): The TimeOut key is no longer respected. It never did anything anyway.
Jul  6 13:29:49 localhost hidd[101]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x700000081000
Jul  6 13:29:49 localhost kernel[0]: SuperIODevice: found ITE IT8720F on port=0x2e address=0x290
Jul  6 13:29:49 localhost kernel[0]: IT87xxSensors: started
Jul  6 13:29:49 localhost kernel[0]: FireWire runtime power conservation disabled. (3)
Jul  6 13:29:49 localhost hidd[101]: HID Session async scheduling initiated.
Jul  6 13:29:49 localhost kernel[0]: GeForceSensors (pci2): VBIOS successfully read from PRAMIN
Jul  6 13:29:49 localhost kernel[0]: GeForceSensors (pci2): chipset: GF104 (NVC4) bios: 70.04.13.00
Jul  6 13:29:49 localhost kernel[0]: GeForceSensors (pci2): started
Jul  6 13:29:49 localhost hidd[101]: HID Session async root queue running at priority 63 and schedule 2.
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.autofsd): This service is defined to be constantly running and is inherently inefficient.
Jul  6 13:29:49 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/OCZ-VERTEX2 Media/IOGUIDPartitionScheme/Macintosh@2
Jul  6 13:29:49 localhost kernel[0]: BSD root: disk2s2, major 1, minor 8
Jul  6 13:29:49 localhost kernel[0]: FireWire (OHCI) TI ID 8024 PCI now active, GUID 00ebc0a5006cf049; max speed s400.
Jul  6 13:29:49 localhost kernel[0]: hfs: mounted Macintosh on device root_device
Jul  6 13:29:49 localhost kernel[0]: VM Swap Subsystem is ON
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.backupd-helper.status): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.backupd-status): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 13:29:49 localhost com.apple.SecurityServer[82]: Session 100000 created
Jul  6 13:29:49 localhost hidd[101]: HID Session async scheduling complete.
Jul  6 13:29:49 localhost hidd[101]: Successfully opened the IOHIDSession
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.backupd.status.xpc): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.CommCenterRootHelper): ThrottleInterval set to zero. You're not that important. Ignoring.
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.bsd.dirhelper): The TimeOut key is no longer respected. It never did anything anyway.
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.colorsyncd): Unknown key for string: RunLoopType
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.cmio.AVCAssistant): ThrottleInterval set to zero. You're not that important. Ignoring.
Jul  6 13:29:49 localhost syslogd[45]: ASL Sender Statistics
Jul  6 13:29:49 localhost powerd[54]: Registering for UPS devices
Jul  6 13:29:49 localhost powerd[54]: UPSDeviceAdded. _alreadyRunningIOUPSD:0
Jul  6 13:29:49 localhost iconservicesagent[67]: iconservicesagent launched.
Jul  6 13:29:49 localhost kernel[0]: Waiting for DSMOS...
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.FileSyncAgent.PHD.isRunning): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.speech.speechsynthesisd): This key does not do anything: OnDemand
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.trustd.agent): This key does not do anything: OnDemand
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.trustd.agent): The ServiceIPC key is no longer respected. Please remove it.
Jul  6 13:29:49 localhost com.apple.xpc.launchd[1] (com.apple.TrustEvaluationAgent): This key does not do anything: OnDemand
Jul  6 13:29:50 localhost apsd[78]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
Jul  6 13:29:50 localhost com.apple.SecurityServer[82]: Entering service
Jul  6 13:29:50 Jorns-Mac-Pro configd[53]: setting hostname to "Jorns-Mac-Pro.local"
Jul  6 13:29:50 Jorns-Mac-Pro configd[53]: preference: no sharing preferences
Jul  6 13:29:50 Jorns-Mac-Pro configd[53]: network changed
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: IOGraphics flags 0x43
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Previous shutdown cause: 5
Jul  6 13:29:50 Jorns-Mac-Pro com.apple.xpc.launchd[1] (com.apple.CoreRAID[49]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.CoreRAID
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: NVDAStartupWeb: Web
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: NVDAGF100HAL loaded and registered
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: DSMOS has arrived
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: [IOBluetoothFamily][start] -- completed
Jul  6 13:29:50 Jorns-Mac-Pro loginwindow[97]: Login Window Application Started
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Failed to find sleep policy for this platform! Disabling deep sleep.
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: X86PlatformShim::sendPStates - Success!
Jul  6 13:29:50 --- last message repeated 11 times ---
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: X86PlatformShim::sendStepper - Stepper dictionary from plist is NULL!
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: X86PlatformShim::start - Failed to send stepper
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: Standby delay is not specified! Defaulting to 0x1068
Jul  6 13:29:50 Jorns-Mac-Pro kernel[0]: ErP Timer is not specified! Defaulting to 0x3840
Jul  6 13:29:50 Jorns-Mac-Pro iconservicesd[68]: iconservicesd launched.
Jul  6 13:29:50 Jorns-Mac-Pro iconservicesd[68]: Cache path: /Library/Caches/com.apple.iconservices.store
Jul  6 13:29:50 Jorns-Mac-Pro distnoted[114]: # distnote server daemon  absolute time: 3.357708998   civil time: Wed Jul  6 13:29:50 2016   pid: 114 uid: 241  root: yes
Jul  6 13:29:50 Jorns-Mac-Pro blued[87]: Delete logs
Jul  6 13:29:50 Jorns-Mac-Pro iconservicesagent[67]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
Jul  6 13:29:50 Jorns-Mac-Pro mDNSResponder[94]: mDNSResponder mDNSResponder-625.50.5 (Mar 13 2016 17:24:47) starting OSXVers 15
Jul  6 13:29:50 Jorns-Mac-Pro UserEventAgent[44]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
Jul  6 13:29:50 Jorns-Mac-Pro com.apple.usbmuxd[81]: log filter changed from 4 to 6
Jul  6 13:29:50 Jorns-Mac-Pro secinitd[184]: UID[0]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
Jul  6 13:29:50 Jorns-Mac-Pro secinitd[184]: ctkd[179]: unable to get root path for bundle of main executable: /System/Library/Frameworks/CryptoTokenKit.framework/ctkd
Jul  6 13:29:50 Jorns-Mac-Pro mds[63]: (ImportServer.Normal:1808) UseBulkImporter 0 ForceBulkImporter 0

@Piker-Alpha
Copy link
Owner

Please comment the _DSM method out of the generated SSDT and re-compile it with iasl.

@Joe1am
Copy link
Author

Joe1am commented Jul 6, 2016

Thanks again for your help! I will definitely add on some money for the fridge!

I comment out the _DSM Method like so:
bildschirmfoto 2016-07-06 um 18 07 47

HWMonitor shows frequencies 3.19, 3.06, and 1.6 Ghz
the system.log changed a lot:

Jul  6 18:13:03 --- last message repeated 1 time ---
Jul  6 18:13:03 localhost kernel[0]: Longterm timer threshold: 1000 ms
Jul  6 18:13:03 localhost kernel[0]: PMAP: PCID enabled
Jul  6 18:13:03 localhost kernel[0]: Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64
Jul  6 18:13:03 localhost kernel[0]: vm_page_bootstrap: 2980384 free pages and 148960 wired pages
Jul  6 18:13:03 localhost kernel[0]: kext submap [0x<ptr> - 0x<ptr>], kernel text [0x<ptr> - 0x<ptr>]
Jul  6 18:13:03 localhost kernel[0]: zone leak detection enabled
Jul  6 18:13:03 localhost kernel[0]: "vm_compressor_mode" is 4
Jul  6 18:13:03 localhost kernel[0]: multiq scheduler config: deep-drain 0, ceiling 47, depth limit 4, band limit 127, sanity check 0
Jul  6 18:13:03 localhost kernel[0]: standard timeslicing quantum is 10000 us
Jul  6 18:13:03 localhost com.apple.xpc.launchd[1] (com.apple.airplaydiagnostics.server): Unrecognized MachService property: ResetAtClose
Jul  6 18:13:03 localhost kernel[0]: standard background quantum is 2500 us
Jul  6 18:13:03 localhost kernel[0]: WQ[lt_init]: init linktable with max:262144 elements (8388608 bytes)
Jul  6 18:13:03 localhost kernel[0]: WQ[wqp_init]: init prepost table with max:262144 elements (8388608 bytes)
Jul  6 18:13:03 localhost kernel[0]: mig_table_max_displ = 16
Jul  6 18:13:03 localhost kernel[0]: kdp_core zlib memory 0x7000
Jul  6 18:13:03 localhost kernel[0]: "name" not a kext
Jul  6 18:13:03 localhost kernel[0]: "FailedCLUT" not a kext
Jul  6 18:13:03 localhost kernel[0]: "FailedImage" not a kext
Jul  6 18:13:03 localhost kernel[0]: Refusing new kext org.netkas.driver.FakeSMC, v1406.0: already have prelinked v1394.0.
Jul  6 18:13:03 localhost kernel[0]: FakeSMCKeyStore: started
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=2 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=4 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=16 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=18 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=20 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=1 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=3 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=5 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=17 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=19 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=21 Enabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=12 LocalApicId=12 Disabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=13 LocalApicId=13 Disabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=14 LocalApicId=14 Disabled
Jul  6 18:13:03 localhost kernel[0]: AppleACPICPU: ProcessorId=15 LocalApicId=15 Disabled
Jul  6 18:13:03 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
Jul  6 18:13:03 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Jul  6 18:13:03 localhost kernel[0]: calling mpo_policy_init for AMFI
Jul  6 18:13:03 localhost kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
Jul  6 18:13:03 localhost kernel[0]: calling mpo_policy_init for Sandbox
Jul  6 18:13:03 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
Jul  6 18:13:03 localhost kernel[0]: calling mpo_policy_init for Quarantine
Jul  6 18:13:03 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
Jul  6 18:13:03 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
Jul  6 18:13:03 localhost kernel[0]: The Regents of the University of California. All rights reserved.
Jul  6 18:13:03 localhost kernel[0]: MAC Framework successfully initialized
Jul  6 18:13:03 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
Jul  6 18:13:03 localhost kernel[0]: AppleCredentialManager::start called
Jul  6 18:13:03 localhost kernel[0]: AssertMacros: tmpData (value: 0x0),  file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-83.40.3/AppleCredentialManager/AppleCredentialManager.cpp, line: 785
Jul  6 18:13:03 localhost kernel[0]: AppleKeyStore starting (BUILT: Apr 19 2016 21:25:04)
Jul  6 18:13:03 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
Jul  6 18:13:03 localhost kernel[0]: ACPI: sleep states S3 S4 S5
Jul  6 18:13:03 localhost kernel[0]: CPUSensors: CPU family 0x6, model 0x2c, stepping 0x2, cores 6, threads 12, TJmax 96
Jul  6 18:13:03 localhost kernel[0]: CPUSensors: setting platform keys to [k74     ]
Jul  6 18:13:03 localhost kernel[0]: CPUSensors: base CPU multiplier is 22
Jul  6 18:13:03 localhost kernel[0]: CPUSensors: started
Jul  6 18:13:03 localhost kernel[0]: FakeSMC v6.18.1394 Copyright 2015 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved.
Jul  6 18:13:03 localhost com.apple.xpc.launchd[1] (com.apple.AirPlayXPCHelper): This service is defined to be constantly running and is inherently inefficient.
Jul  6 18:13:03 localhost kernel[0]: pci (build 19:40:46 Apr 19 2016), flags 0xe3000, pfm64 (40 cpu) 0xff80000000, 0x80000000
Jul  6 18:13:03 localhost kernel[0]: FakeSMC: 13 preconfigured keys added
Jul  6 18:13:03 localhost kernel[0]: FakeSMC: 5 keys exported by Clover EFI
Jul  6 18:13:03 localhost kernel[0]: RTC: Only single RAM bank (128 bytes)
Jul  6 18:13:03 localhost kernel[0]: SMC: successfully initialized
Jul  6 18:13:03 localhost kernel[0]: [ PCI configuration begin ]
Jul  6 18:13:03 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 222233
Jul  6 18:13:03 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 19:39:50 Apr 19 2016) initialization complete
Jul  6 18:13:03 localhost kernel[0]: console relocated to 0xff89000000
Jul  6 18:13:03 localhost kernel[0]: [ PCI configuration end, bridges 6, devices 27 ]
Jul  6 18:13:03 localhost kernel[0]: 000000.913363 AppleUSBLegacyRoot@: AppleUSBLegacyRoot::init: enabling legacy matching
Jul  6 18:13:03 localhost kernel[0]: mcache: 12 CPU(s), 64 bytes CPU cache line size
Jul  6 18:13:03 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
Jul  6 18:13:03 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
Jul  6 18:13:03 localhost kernel[0]: rooting via boot-uuid from /chosen: C3217ACF-C74C-3827-8077-F3D3A0698897
Jul  6 18:13:03 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
Jul  6 18:13:03 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
Jul  6 18:13:03 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
Jul  6 18:13:03 localhost kernel[0]: GeforceSensors: starting early shadow VBIOS...
Jul  6 18:13:03 localhost com.apple.xpc.launchd[1] (com.apple.AppleFileServer): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 18:13:03 localhost watchdogd[61]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
Jul  6 18:13:03 localhost kernel[0]: GeForceSensors (pci2): trying to shadow VBIOS...
Jul  6 18:13:03 localhost watchdogd[61]:  [watchdog_daemon] @(      wd_daemon_init) - could not open connection with the kernel watchdog
Jul  6 18:13:03 localhost com.apple.xpc.launchd[1] (com.apple.alf): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Jul  6 18:13:03 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
Jul  6 18:13:03 localhost hidd[101]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
Jul  6 18:13:03 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
Jul  6 18:13:03 localhost kernel[0]: Ethernet [RealtekRTL8111]: EEE support enabled.
Jul  6 18:13:03 localhost kernel[0]: Ethernet [RealtekRTL8111]: TCP/IPv4 segmentation offload enabled.
Jul  6 18:13:03 localhost kernel[0]: Ethernet [RealtekRTL8111]: TCP/IPv6 segmentation offload enabled.
Jul  6 18:13:03 localhost kernel[0]: Ethernet [RealtekRTL8111]: TCP/IPv6 checksum offload enabled.
Jul  6 18:13:03 localhost kernel[0]: Ethernet [RealtekRTL8111]: Version 2.0.0 using interrupt mitigate value 0xcf58.
Jul  6 18:13:03 localhost watchdogd[61]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
Jul  6 18:13:03 localhost kernel[0]: Ethernet [RealtekRTL8111]: RTL8168E/8111E: (Chipset 14) at 0x<ptr>, 1c:6f:65:3d: 0:24
Jul  6 18:13:03 localhost hidd[101]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x700000081000
Jul  6 18:13:03 localhost com.apple.xpc.launchd[1] (com.apple.auditd): The TimeOut key is no longer respected. It never did anything anyway.
Jul  6 18:13:03 localhost kernel[0]: FireWire runtime power conservation disabled. (3)
Jul  6 18:13:03 localhost hidd[101]: HID Session async scheduling initiated.
Jul  6 18:13:03 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/OCZ-VERTEX2 Media/IOGUIDPartitionScheme/Macintosh@2
Jul  6 18:13:03 localhost kernel[0]: BSD root: disk1s2, major 1, minor 5
Jul  6 18:13:03 localhost kernel[0]: SuperIODevice: found ITE IT8720F on port=0x2e address=0x290
Jul  6 18:13:03 localhost hidd[101]: HID Session async root queue running at priority 63 and schedule 2.
Jul  6 18:13:03 localhost kernel[0]: IT87xxSensors: started
Jul  6 18:13:03 localhost kernel[0]: GeForceSensors (pci2): VBIOS successfully read from PRAMIN
Jul  6 18:13:03 localhost kernel[0]: GeForceSensors (pci2): chipset: GF104 (NVC4) bios: 70.04.13.00
Jul  6 18:13:03 localhost kernel[0]: GeForceSensors (pci2): started
Jul  6 18:13:03 localhost com.apple.xpc.launchd[1] (com.apple.autofsd): This service is defined to be constantly running and is inherently inefficient.
Jul  6 18:13:03 localhost kernel[0]: hfs: mounted Macintosh on device root_device
Jul  6 18:13:03 localhost kernel[0]: VM Swap Subsystem is ON
Jul  6 18:13:03 localhost kernel[0]: FireWire (OHCI) TI ID 8024 PCI now active, GUID 00ebc0a5006cf049; max speed s400.

@Piker-Alpha
Copy link
Owner

Cool. One other thing. Look here:
AppleIntelCPUPowerManagement: Turbo Ratios 222233
See if you can change the turbo ratios (per core) in the BIOS. That should help you getting more P-States.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants