Contribute
Register

Lenovo ThinkPad E440- El Capitan (Clover)

Status
Not open for further replies.
You were right, the patch that you suggested works well, it was my mistake, sorry.

I have added a note to the patch to that effect. Thanks for testing!
 
Hello again, I think I'm having a little problem with the state of the battery, when the load reaches 100%, the energy source becomes the battery even when it is plugged. according to the tutorial in the end I think I'm having the same bug, try applying the patch that is at the end but it does not work. what should I do??????:banghead::banghead::banghead:
 
Hello again, I think I'm having a little problem with the state of the battery, when the load reaches 100%, the energy source becomes the battery even when it is plugged. according to the tutorial in the end I think I'm having the same bug, try applying the patch that is at the end but it does not work. what should I do??????:banghead::banghead::banghead:

Read post #1, "Problem Reporting".
 
kextstat|grep -y acpiplat
13 2 0xffffff7f8216e000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
81 0 0xffffff7f81e41000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <77 12 5 4 3>


sudo touch /System/Library/Extensions && sudo kextcache -u /

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooTSCSync.kext
kext file:///System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooHDA.kext
kext-dev-mode allowing invalid signature -67050 0xFFFFFFFFFFFEFA16 for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext file:///System/Library/Extensions/AppleHDADisabler.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
 

Attachments

  • RehabMan.zip
    38.8 KB · Views: 45
  • Randy’s MacBook Pro.ioreg
    3.2 MB · Views: 68
  • EFI.zip
    3.5 MB · Views: 113
kextstat|grep -y acpiplat
13 2 0xffffff7f8216e000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
81 0 0xffffff7f81e41000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <77 12 5 4 3>


sudo touch /System/Library/Extensions && sudo kextcache -u /

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooTSCSync.kext
kext file:///System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooHDA.kext
kext-dev-mode allowing invalid signature -67050 0xFFFFFFFFFFFEFA16 for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext file:///System/Library/Extensions/AppleHDADisabler.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

You will need to debug your _BST and GBST methods with ACPIDebug to see why you have the problem...

Note: Power management is not implemented correctly (VoodooTSCSync is not appropriate, or needed, with your hardware).

The problem is in this logic:
Code:
                        If (And (Arg1, 0x20))
                        {
                            Store (0x02, Local0)
                        }
                        ElseIf (And (Arg1, 0x40))
                        {
                            Store (One, Local0)
                        }
                        Else
                        {
                            Store (Zero, Local0)
                        }

Arg1 originates from HB0S passed from _BST:
Code:
                            XOr (DerefOf (Index (BT0I, Zero)), One, Local0)
                            Return (GBST (Zero, HB0S, Local0, BT0P))
 
You will need to debug your _BST and GBST methods with ACPIDebug to see why you have the problem...

i dont have any idea hot to do that, :rolleyes::rolleyes:, you could tell me how i can acomplish that??

Note: Power management is not implemented correctly (VoodooTSCSync is not appropriate, or needed, with your hardware).

i should remove VoodooTSCSync??
 

i follow the tutorial, but i don't know if i did it well, also left the output of AppleIntelInfo.kext

Settings:
------------------------------------
logMSRs............................: 1
logIGPU............................: 1
logIntelRegs.......................: 1
logCStates.........................: 1
logIPGStyle........................: 1
InitialTSC.........................: 0x70b37f518de
MWAIT C-States.....................: 270624

Model Specific Regiters
------------------------------------
MSR_CORE_THREAD_COUNT......(0x35) : 0x20004
MSR_PLATFORM_INFO..........(0xCE) : 0x80838F3011A00
MSR_PMG_CST_CONFIG_CONTROL.(0xE2) : 0x1E008405
MSR_PMG_IO_CAPTURE_BASE....(0xE4) : 0x21814
IA32_MPERF.................(0xE7) : 0x12D45121A98
IA32_APERF.................(0xE8) : 0x3B23C57981
MSR_FLEX_RATIO.............(0x194) : 0x0
MSR_IA32_PERF_STATUS.......(0x198) : 0x1B8F00001A00
MSR_IA32_PERF_CONTROL......(0x199) : 0x2100
IA32_CLOCK_MODULATION......(0x19A) : 0x0
IA32_THERM_STATUS..........(0x19C) : 0x88290000
IA32_MISC_ENABLES..........(0x1A0) : 0x850089
MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001
MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x20202021
IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x5
MSR_POWER_CTL..............(0x1FC) : 0x4005F
MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03
MSR_PKG_POWER_LIMIT........(0x610) : 0x42817200DC8128
MSR_PKG_ENERGY_STATUS......(0x611) : 0xE1D3B0D
MSR_PKG_POWER_INFO.........(0x614) : 0x128
MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x10141400000380
MSR_PP0_POWER_LIMIT........(0x638) : 0x0
MSR_PP0_ENERGY_STATUS......(0x639) : 0x385B148
MSR_PP0_POLICY.............(0x63a) : 0x0
MSR_PP1_POWER_LIMIT........(0x640) : 0x0
MSR_PP1_ENERGY_STATUS......(0x641) : 0xB5E805
MSR_PP1_POLICY.............(0x642) : 0x18
MSR_CONFIG_TDP_NOMINAL.....(0x648) : 0x1A
MSR_CONFIG_TDP_LEVEL1......(0x649) : 0x0
MSR_CONFIG_TDP_LEVEL2......(0x64a) : 0x0
MSR_CONFIG_TDP_CONTROL.....(0x64b) : 0x80000000
MSR_TURBO_ACTIVATION_RATIO.(0x64c) : 0x0
MSR_PKGC3_IRTL.............(0x60a) : 0x8842
MSR_PKGC6_IRTL.............(0x60b) : 0x8873
MSR_PKGC7_IRTL.............(0x60c) : 0x8891
MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x409D7D20ADC
MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0
MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0
MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0
IA32_TSC_DEADLINE..........(0x6E0) : 0x70B3A2D504B
PCH device.................: 0x8C4B8086

Intel Register Data
------------------------------------
CPU_VGACNTRL...............: 0x454C4946
IS_HASWELL(devid) || IS_BROADWELL(devid)
HSW_PWR_WELL_CTL1..........: 0x00000000
HSW_PWR_WELL_CTL2..........: 0x00000000
HSW_PWR_WELL_CTL3..........: 0x00000000
HSW_PWR_WELL_CTL4..........: 0x00000000
HSW_PWR_WELL_CTL5..........: 0x00000000
HSW_PWR_WELL_CTL6..........: 0x00000000
PIPE_DDI_FUNC_CTL_A........: 0xee1c077f (enabled, port reserved, mode reserved, 10 bpc, -VSync, -HSync, EDP A ON, reserved width)
PIPE_DDI_FUNC_CTL_B........: 0x00000000 (disabled, no port, HDMI, 8 bpc, -VSync, -HSync, EDP A ON, x1)
PIPE_DDI_FUNC_CTL_C........: 0x00000000 (disabled, no port, HDMI, 8 bpc, -VSync, -HSync, EDP A ON, x1)
PIPE_DDI_FUNC_CTL_EDP......: 0x00000000 (disabled, no port, HDMI, 8 bpc, -VSync, -HSync, EDP A ON, x1)
DP_TP_CTL_A................: 0x12ca3417
DP_TP_CTL_B................: 0x28c5a3ee
DP_TP_CTL_C................: 0x5b578b2c
DP_TP_CTL_D................: 0x7092a9d7
DP_TP_CTL_E................: 0xf2fd9617
DP_TP_STATUS_A.............: 0x755c3503
DP_TP_STATUS_B.............: 0xdf152575
DP_TP_STATUS_C.............: 0xe767e34d
DP_TP_STATUS_D.............: 0xc0a78d06
DP_TP_STATUS_E.............: 0x6cc7f74f
DDI_BUF_CTL_A..............: 0x742f943b (disabled reversed reserved detected)
DDI_BUF_CTL_B..............: 0x8fc9a446 (enabled reversed x4 not detected)
DDI_BUF_CTL_C..............: 0x416ae5db (disabled not reversed reserved detected)
DDI_BUF_CTL_D..............: 0xd6623947 (enabled not reversed x4 detected)
DDI_BUF_CTL_E..............: 0x603d9f89 (disabled reversed reserved detected)
SPLL_CTL...................: 0x00200020
LCPLL_CTL..................: 0x00000000
WRPLL_CTL1.................: 0x38180020
WRPLL_CTL2.................: 0xaa280018
PORT_CLK_SEL_A.............: 0x62780088 (SPLL)
PORT_CLK_SEL_B.............: 0x00565a62 (LCPLL 2700)
PORT_CLK_SEL_C.............: 0x75780088 (SPLL)
PORT_CLK_SEL_D.............: 0x00a5a555 (LCPLL 2700)
PORT_CLK_SEL_E.............: 0x2b780098 (LCPLL 1350)
PIPE_CLK_SEL_A.............: 0x50200090 (DDIB)
PIPE_CLK_SEL_B.............: 0x00284040 (None)
PIPE_CLK_SEL_C.............: 0xa0180020 (DDIE)
SFUSE_STRAP................: 0x00010038 (display enabled, crt no, lane reversal yes, port b no, port c no, port d no)
PIPEASRC...................: 0x014ef661 (335, 63074)
DSPACNTR...................: 0x00000000 (disabled)
DSPASTRIDE.................: 0x00000000 (0)
DSPASURF...................: 0x00000000
DSPATILEOFF................: 0x00000000 (0, 0)
PIPEBSRC...................: 0x00000000 (1, 1)
DSPBCNTR...................: 0x767bb5ab (disabled)
DSPBSTRIDE.................: 0x963edc39 (39385968)
DSPBSURF...................: 0xf1dcf99f
DSPBTILEOFF................: 0x7df1773e (30526, 32241)
PIPECSRC...................: 0x00000000 (1, 1)
DSPCCNTR...................: 0x00000000 (disabled)
DSPCSTRIDE.................: 0x00000000 (0)
DSPCSURF...................: 0x00000000
DSPCTILEOFF................: 0x00000000 (0, 0)
PIPEACONF..................: 0x00000000 (disabled, inactive, pf-pd, rotate 0)
HTOTAL_A...................: 0x05d4ecdb (60636 active, 1493 total)
HBLANK_A...................: 0x053bedec (60909 start, 1340 end)
HSYNC_A....................: 0x049cef1e (61215 start, 1181 end)
VTOTAL_A...................: 0x03f7f070 (61553 active, 1016 total)
VBLANK_A...................: 0x034ef1dd (61918 start, 847 end)
VSYNC_A....................: 0x02a2f35b (62300 start, 675 end)
VSYNCSHIFT_A...............: 0xfef1faf8
PIPEA_DATA_M1..............: 0xfceafe53 (TU 127, val 0xeafe53 15400531)
PIPEA_DATA_N1..............: 0xfbcf0010 (val 0xcf0010 13565968)
PIPEA_LINK_M1..............: 0xf8570520 (val 0x570520 5702944)
PIPEA_LINK_N1..............: 0xf72f06af (val 0x2f06af 3081903)
PIPEBCONF..................: 0xb61e609c (enabled, inactive, pf-pd, rotate 90)
HTOTAL_B...................: 0x00000000 (1 active, 1 total)
HBLANK_B...................: 0x00000000 (1 start, 1 end)
HSYNC_B....................: 0x00000000 (1 start, 1 end)
VTOTAL_B...................: 0x00000000 (1 active, 1 total)
VBLANK_B...................: 0x00000000 (1 start, 1 end)
VSYNC_B....................: 0x00000000 (1 start, 1 end)
VSYNCSHIFT_B...............: 0x00000000
PIPEB_DATA_M1..............: 0x00000000 (TU 1, val 0x0 0)
PIPEB_DATA_N1..............: 0x00000000 (val 0x0 0)
PIPEB_LINK_M1..............: 0x00000000 (val 0x0 0)
PIPEB_LINK_N1..............: 0x00000000 (val 0x0 0)
PIPECCONF..................: 0x00000000 (disabled, inactive, pf-pd, rotate 0)
HTOTAL_C...................: 0x00000000 (1 active, 1 total)
HBLANK_C...................: 0x00000000 (1 start, 1 end)
HSYNC_C....................: 0x00000000 (1 start, 1 end)
VTOTAL_C...................: 0x00000000 (1 active, 1 total)
VBLANK_C...................: 0x00000000 (1 start, 1 end)
VSYNC_C....................: 0x00000000 (1 start, 1 end)
VSYNCSHIFT_C...............: 0x00000000
PIPEC_DATA_M1..............: 0x00000000 (TU 1, val 0x0 0)
PIPEC_DATA_N1..............: 0x00000000 (val 0x0 0)
PIPEC_LINK_M1..............: 0x00000000 (val 0x0 0)
PIPEC_LINK_N1..............: 0x00000000 (val 0x0 0)
PIPEEDPCONF................: 0x7807a388 (disabled, active, pf-pd, rotate 180)
HTOTAL_EDP.................: 0x001a5357 (21336 active, 27 total)
HBLANK_EDP.................: 0x00000000 (1 start, 1 end)
HSYNC_EDP..................: 0x00000000 (1 start, 1 end)
VTOTAL_EDP.................: 0x58350000 (1 active, 22582 total)
VBLANK_EDP.................: 0x001ad608 (54793 start, 27 end)
VSYNC_EDP..................: 0x00000000 (1 start, 1 end)
VSYNCSHIFT_EDP.............: 0x00000000
PIPEEDP_DATA_M1............: 0x001a461b (TU 1, val 0x1a461b 1721883)
PIPEEDP_DATA_N1............: 0x00000000 (val 0x0 0)
PIPEEDP_LINK_M1............: 0x001ac9c3 (val 0x1ac9c3 1755587)
PIPEEDP_LINK_N1............: 0x00000000 (val 0x0 0)
PFA_CTL_1..................: 0x00000000 (disable, auto_scale yes, auto_scale_cal no, v_filter enable, vadapt disable, mode least, filter_sel programmed,chroma pre-filter disable, vert3tap auto, v_inter_invert field 1)
PFA_WIN_POS................: 0x00000000 (0, 0)
PFA_WIN_SIZE...............: 0x00000000 (0, 0)
PFB_CTL_1..................: 0x00000000 (disable, auto_scale yes, auto_scale_cal no, v_filter enable, vadapt disable, mode least, filter_sel programmed,chroma pre-filter disable, vert3tap auto, v_inter_invert field 1)
PFB_WIN_POS................: 0x00000000 (0, 0)
PFB_WIN_SIZE...............: 0x00000000 (0, 0)
PFC_CTL_1..................: 0x64e8fb77 (disable, auto_scale no, auto_scale_cal yes, v_filter enable, vadapt disable, mode reserved, filter_sel hardcoded,chroma pre-filter enable, vert3tap force, v_inter_invert field 1)
PFC_WIN_POS................: 0xeea90ed5 (3753, 3797)
PFC_WIN_SIZE...............: 0x3bdf6a79 (7135, 2681)
TRANS_HTOTAL_A.............: 0xd394a514 (42261 active, 54165 total)
TRANS_HBLANK_A.............: 0x79fec046 (49223 start, 31231 end)
TRANS_HSYNC_A..............: 0x13efa8e2 (43235 start, 5104 end)
TRANS_VTOTAL_A.............: 0xb91579ac (31149 active, 47382 total)
TRANS_VBLANK_A.............: 0x657addb2 (56755 start, 25979 end)
TRANS_VSYNC_A..............: 0x73fee691 (59026 start, 29695 end)
TRANS_VSYNCSHIFT_A.........: 0x17f276d1
TRANSACONF.................: 0x054f7139 (disable, inactive, rsvd)
FDI_RXA_MISC...............: 0x00010001 (FDI Delay 1)
FDI_RXA_TUSIZE1............: 0x00000005
FDI_RXA_IIR................: 0x00010038
FDI_RXA_IMR................: 0x00000150
BLC_PWM_CPU_CTL2...........: 0x00000000 (enable 0, pipe A, blinking 0, granularity 128)
BLC_PWM_CPU_CTL............: 0x00000000 (cycle 0, freq 0)
BLC_PWM2_CPU_CTL2..........: 0x00000000 (enable 0, pipe A, blinking 0, granularity 128)
BLC_PWM2_CPU_CTL...........: 0x00000000 (cycle 0, freq 0)
BLC_MISC_CTL...............: 0x00000000 (PWM1-PCH PWM2-CPU)
BLC_PWM_PCH_CTL1...........: 0x8d48000c (enable 1, override 0, inverted polarity 0)
BLC_PWM_PCH_CTL2...........: 0x4150244c (freq 16720, cycle 9292)
UTIL_PIN_CTL...............: 0x00000000 (enable 0, transcoder A, mode data, data 0 inverted polarity 0)
PCH_PP_STATUS..............: 0x00000000 (off, not ready, sequencing idle)
PCH_PP_CONTROL.............: 0x00000000 (blacklight disabled, do not power down on reset, panel off)
PCH_PP_ON_DELAYS...........: 0x00000000
PCH_PP_OFF_DELAYS..........: 0x00000000
PCH_PP_DIVISOR.............: 0x00000000
PIXCLK_GATE................: 0x00000000
SDEISR.....................: 0x00000000 (port d:0, port c:0, port b:0, crt:0)
RC6_RESIDENCY_TIME.........: 0x00000000
IS_GEN6(devid) || IS_GEN7(devid)
FENCE START 0..............: 0x00000000
FENCE END 0................: 0x00000000
FENCE START 1..............: 0x00000000
FENCE END 1................: 0x00000000
FENCE START 2..............: 0x00000000
FENCE END 2................: 0x00000000
FENCE START 3..............: 0x00000000
FENCE END 3................: 0x00000000
FENCE START 4..............: 0x00000000
FENCE END 4................: 0x00000000
FENCE START 5..............: 0x00000000
FENCE END 5................: 0x00000000
FENCE START 6..............: 0x00000000
FENCE END 6................: 0x00000000
FENCE START 7..............: 0x00000000
FENCE END 7................: 0x00000000
FENCE START 8..............: 0x00000000
FENCE END 8................: 0x00000000
FENCE START 9..............: 0x00000000
FENCE END 9................: 0x00000000
FENCE START 10.............: 0x00000000
FENCE END 10...............: 0x00000000
FENCE START 11.............: 0x00000000
FENCE END 11...............: 0x00000000
FENCE START 12.............: 0x00000000
FENCE END 12...............: 0x00000000
FENCE START 13.............: 0x00000000
FENCE END 13...............: 0x00000000
FENCE START 14.............: 0x00000000
FENCE END 14...............: 0x00000000
FENCE START 15.............: 0x00000000
FENCE END 15...............: 0x00000000
FENCE START 16.............: 0x00000000
FENCE END 16...............: 0x00000000
FENCE START 17.............: 0x00000000
FENCE END 17...............: 0x00000000
FENCE START 18.............: 0x00000000
FENCE END 18...............: 0x00000000
FENCE START 19.............: 0x00000000
FENCE END 19...............: 0x00000000
FENCE START 20.............: 0x00000000
FENCE END 20...............: 0x00000000
FENCE START 20.............: 0x00000000
FENCE END 20...............: 0x00000000
FENCE START 21.............: 0x00000000
FENCE END 21...............: 0x00000000
FENCE START 22.............: 0x00000000
FENCE END 22...............: 0x00000000
FENCE START 23.............: 0x00000000
FENCE END 23...............: 0x00000000
FENCE START 24.............: 0x00000000
FENCE END 24...............: 0x00000000
FENCE START 25.............: 0x00000000
FENCE END 25...............: 0x00000000
FENCE START 26.............: 0x00000000
FENCE END 26...............: 0x00000000
FENCE START 27.............: 0x00000000
FENCE END 27...............: 0x00000000
FENCE START 28.............: 0x00000000
FENCE END 28...............: 0x00000000
FENCE START 29.............: 0x00000000
FENCE END 29...............: 0x00000000
FENCE START 30.............: 0x00000000
FENCE END 30...............: 0x00000000
FENCE START 31.............: 0x00000000
FENCE END 31...............: 0x00000000
GEN6_RP_CONTROL............: 0x00000000 (disabled)
GEN6_RPNSWREQ..............: 0x00000000
GEN6_RP_DOWN_TIMEOUT.......: 0x00000000
GEN6_RP_INTERRUPT_LIMITS...: 0x00000000
GEN6_RP_UP_THRESHOLD.......: 0x00000000
GEN6_RP_UP_EI..............: 0x00000000
GEN6_RP_DOWN_EI............: 0x00000000
GEN6_RP_IDLE_HYSTERSIS.....: 0x00000000
GEN6_RC_STATE..............: 0x00000000
GEN6_RC_CONTROL............: 0x00000000
GEN6_RC1_WAKE_RATE_LIMIT...: 0x00000000
GEN6_RC6_WAKE_RATE_LIMIT...: 0x00000000
GEN6_RC_EVALUATION_INTERVAL: 0x00000000
GEN6_RC_IDLE_HYSTERSIS.....: 0x00000000
GEN6_RC_SLEEP..............: 0x00000000
GEN6_RC1e_THRESHOLD........: 0x00000000
GEN6_RC6_THRESHOLD.........: 0x00000000
GEN6_RC_VIDEO_FREQ.........: 0x00000000
GEN6_PMIER.................: 0x490001aa
GEN6_PMIMR.................: 0xfbe73c24
GEN6_PMINTRMSK.............: 0x00000000

CPU Ratio Info:
------------------------------------
CPU Low Frequency Mode.............: 800 MHz
CPU Maximum non-Turbo Frequency....: 2600 MHz
CPU Maximum Turbo Frequency........: 3300 MHz

IGPU Info:
------------------------------------
IGPU Current Frequency.............: 200 MHz
IGPU Minimum Frequency.............: 200 MHz
IGPU Maximum Non-Turbo Frequency...: 400 MHz
IGPU Maximum Turbo Frequency.......: 1250 MHz
IGPU Maximum limit.................: No Limit

CPU P-States [ (8) 22 30 ] iGPU P-States [ (4) ]
CPU C3-Cores [ 0 2 3 ]
CPU C6-Cores [ 1 2 3 ]
CPU C7-Cores [ 0 1 2 3 ]
CPU P-States [ (8) 21 22 30 ] iGPU P-States [ (4) ]
CPU C3-Cores [ 0 1 2 3 ]
CPU C6-Cores [ 0 1 2 3 ]
CPU P-States [ (8) 16 21 22 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 (17) 18 21 22 30 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 16 17 18 20 21 22 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 17 18 20 21 22 (26) 30 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 16 17 18 19 20 21 22 26 30 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 16 17 18 19 20 21 22 23 26 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 (17) 18 19 20 21 22 23 26 27 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 (17) 18 19 20 21 22 23 25 26 27 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 17 18 19 20 21 22 23 25 26 27 30 (32) ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 17 18 19 20 21 22 23 24 25 26 27 (29) 30 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 15 16 (17) 18 19 20 21 22 23 24 25 26 27 29 30 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 15 16 17 18 19 20 21 22 23 24 25 26 27 (28) 29 30 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 (32) ] iGPU P-States [ (4) ]
CPU P-States [ 8 14 15 16 (17) 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 12 13 14 15 16 (17) 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 (33) ] iGPU P-States [ (4) ]
CPU P-States [ 8 10 11 12 13 14 15 16 (17) 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ 4 (5) ]
CPU P-States [ (8) 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ 4 5 (6) ]
CPU P-States [ (8) 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ (4) 5 6 ]
 
i follow the tutorial, but i don't know if i did it well, also left the output of AppleIntelInfo.kext

...

CPU P-States [ (8) 22 30 ] iGPU P-States [ (4) ]
CPU C3-Cores [ 0 2 3 ]
CPU C6-Cores [ 1 2 3 ]
CPU C7-Cores [ 0 1 2 3 ]
CPU P-States [ (8) 21 22 30 ] iGPU P-States [ (4) ]
CPU C3-Cores [ 0 1 2 3 ]
CPU C6-Cores [ 0 1 2 3 ]
CPU P-States [ (8) 16 21 22 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 (17) 18 21 22 30 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 16 17 18 20 21 22 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 17 18 20 21 22 (26) 30 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 16 17 18 19 20 21 22 26 30 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 16 17 18 19 20 21 22 23 26 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 (17) 18 19 20 21 22 23 26 27 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 (17) 18 19 20 21 22 23 25 26 27 30 ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 17 18 19 20 21 22 23 25 26 27 30 (32) ] iGPU P-States [ (4) ]
CPU P-States [ 8 16 17 18 19 20 21 22 23 24 25 26 27 (29) 30 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 15 16 (17) 18 19 20 21 22 23 24 25 26 27 29 30 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 15 16 17 18 19 20 21 22 23 24 25 26 27 (28) 29 30 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 (32) ] iGPU P-States [ (4) ]
CPU P-States [ 8 14 15 16 (17) 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 12 13 14 15 16 (17) 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 ] iGPU P-States [ (4) ]
CPU P-States [ 8 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 (33) ] iGPU P-States [ (4) ]
CPU P-States [ 8 10 11 12 13 14 15 16 (17) 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ (4) ]
CPU P-States [ (8) 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ 4 (5) ]
CPU P-States [ (8) 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ 4 5 (6) ]
CPU P-States [ (8) 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ] iGPU P-States [ (4) 5 6 ]

According to that output CPU PM is working, but IGPU PM might not be (requires GFX0->IGPU rename in ACPI).
 
hi since i did the patch for the power mangment, this error is ocurring

Anonymous UUID: 182CE80A-0DB9-7DA9-4655-C4B250C09812

Sun Jul 17 15:18:51 2016

*** Panic Report ***
panic(cpu 0 caller 0xffffff80003d6a9a): Kernel trap at 0xffffff80003c955f, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0x0000000000000000, CR3: 0x000000018e92e082, CR4: 0x00000000001627e0
RAX: 0xffffff80181d05a0, RBX: 0xffffff910b4ab400, RCX: 0xffffff80184ac000, RDX: 0x0000000000000001
RSP: 0xffffff910b4ab128, RBP: 0xffffff910b4ab140, RSI: 0xffffff80183b2f00, RDI: 0x0000000000000000
R8: 0xffffff80175a9800, R9: 0x0000000000000000, R10: 0xffffff8000506dd0, R11: 0x00000000000000f8
R12: 0x0000000000000001, R13: 0xffffff910b4ab4b0, R14: 0xffffff80183b2f00, R15: 0xffffff80183de8d8
RFL: 0x0000000000010202, RIP: 0xffffff80003c955f, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0x0000000000000000, Error code: 0x0000000000000000, Fault CPU: 0x0, PL: 0

Backtrace (CPU 0), Frame : Return Address
0xffffff910b4aadb0 : 0xffffff80002e5357
0xffffff910b4aae30 : 0xffffff80003d6a9a
0xffffff910b4ab010 : 0xffffff80003f4093
0xffffff910b4ab030 : 0xffffff80003c955f
0xffffff910b4ab140 : 0xffffff7f8226330b
0xffffff910b4ab490 : 0xffffff800052c36c
0xffffff910b4ab510 : 0xffffff80004e1e9c
0xffffff910b4abbe0 : 0xffffff80004de117
0xffffff910b4abf60 : 0xffffff800082ace1
0xffffff910b4abfb0 : 0xffffff80003f4896
Kernel Extensions in backtrace:
com.paragon-software.filesystems.ntfs(82.0)[D28EF3F5-8EBC-709B-594E-B32FFC8C2002]@0xffffff7f8225e000->0xffffff7f82292fff

BSD process name corresponding to current thread: Finder
Boot args: dart=0 nv_disable=1 kext-dev-mode=1 rootless=0 slide=0

Mac OS version:
15A284

Kernel version:
Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT 2015; root:xnu-3247.1.106~1/RELEASE_X86_64
Kernel UUID: 37BC582F-8BF4-3F65-AFBB-ECF792060C68
__HIB text base: 0xffffff8000100000
System model name: MacBookPro11,1 (Mac-189A3D4F975D5FFC)

System uptime in nanoseconds: 592486256997
last loaded kext at 263622973199: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f82246000, size 69632)
last unloaded kext at 324340478086: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f82246000, size 61440)
loaded kexts:
com.paragon-software.filesystems.ntfs 82
org.voodoo.driver.VoodooHDA 2.8.8
org.rehabman.voodoo.driver.PS2Trackpad 1.8.10
org.rehabman.voodoo.driver.PS2Keyboard 1.8.10
com.insanelymac.RealtekRTL8111 1.3.5
net.osrom.kext.Disabler 1.0.1
org.rehabman.driver.FakePCIID 1.2.4
org.rehabman.voodoo.driver.PS2Controller 1.8.10
org.voodoo.driver.VoodooTSCSync 1.1
org.netkas.driver.FakeSMC 1707
org.rehabman.driver.AppleSmartBatteryManager 1.70.1
com.apple.filesystems.smbfs 3.0.0
com.apple.driver.AGPM 110.20.19
com.apple.driver.ApplePlatformEnabler 2.5.1d0
com.apple.driver.X86PlatformShim 1.0.0
com.apple.filesystems.autofs 3.0
com.apple.driver.AppleUpstreamUserClient 3.6.1
com.apple.driver.AppleMCCSControl 1.2.13
com.apple.driver.pmtelemetry 1
com.apple.iokit.IOUserEthernet 1.0.1
com.apple.iokit.IOBluetoothSerialManager 4.4.0f4
com.apple.Dont_Steal_Mac_OS_X 7.0.0
com.apple.driver.AppleIntelHD5000Graphics 10.0.8
com.apple.driver.AppleHV 1
com.apple.driver.AppleOSXWatchdog 1
com.apple.driver.AppleLPC 3.1
com.apple.driver.AppleIntelFramebufferAzul 10.0.8
com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0
com.apple.iokit.SCSITaskUserClient 3.7.7
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0
com.apple.BootCache 37
com.apple.iokit.IOAHCIBlockStorage 2.8.0
com.apple.driver.AppleAHCIPort 3.1.5
com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1
com.apple.driver.AppleRTC 2.0
com.apple.driver.AppleHPET 1.8
com.apple.driver.AppleACPIButtons 4.0
com.apple.driver.AppleSMBIOS 2.1
com.apple.driver.AppleACPIEC 4.0
com.apple.driver.AppleAPIC 1.7
com.apple.nke.applicationfirewall 163
com.apple.security.quarantine 3
com.apple.security.TMSafetyNet 8
com.apple.kext.triggers 1.0
com.apple.iokit.IOSerialFamily 11
com.apple.iokit.IOBluetoothFamily 4.4.0f4
com.apple.driver.CoreCaptureResponder 1
com.apple.driver.corecapture 1.0.4
com.apple.iokit.IOSurface 108.0.1
com.apple.iokit.IONDRVSupport 2.4.1
com.apple.driver.AppleSMBusController 1.0.14d1
com.apple.driver.AppleSMBusPCI 1.0.14d1
com.apple.driver.X86PlatformPlugin 1.0.0
com.apple.driver.AppleSMC 3.1.9
com.apple.driver.IOPlatformPluginFamily 6.0.0d7
com.apple.AppleGraphicsDeviceControl 3.11.31
com.apple.iokit.IOAcceleratorFamily2 203.7.1
com.apple.iokit.IOGraphicsFamily 2.4.1
com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0
com.apple.iokit.IOAudioFamily 203.8
com.apple.vecLib.kext 1.2.0
com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.7
com.apple.iokit.IOUSBMassStorageDriver 1.0.0
com.apple.driver.usb.IOUSBHostHIDDevice 1.0.1
com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1
com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.7
com.apple.iokit.IOBDStorageFamily 1.8
com.apple.iokit.IODVDStorageFamily 1.8
com.apple.iokit.IOCDStorageFamily 1.8
com.apple.iokit.IOAHCISerialATAPI 2.6.2
com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7
com.apple.iokit.IONetworkingFamily 3.2
com.apple.iokit.IOAHCIFamily 2.8.0
com.apple.driver.usb.AppleUSBEHCI 1.0.1
com.apple.driver.usb.AppleUSBXHCIPCI 1.0.1
com.apple.driver.usb.AppleUSBXHCI 1.0.1
com.apple.iokit.IOUSBFamily 900.4.1
com.apple.iokit.IOUSBHostFamily 1.0.1
com.apple.driver.AppleUSBHostMergeProperties 1.0.1
com.apple.driver.AppleEFINVRAM 2.0
com.apple.driver.AppleEFIRuntime 2.0
com.apple.iokit.IOHIDFamily 2.0.0
com.apple.iokit.IOSMBusFamily 1.1
com.apple.security.sandbox 300.0
com.apple.kext.AppleMatch 1.0.0d1
com.apple.driver.AppleKeyStore 2
com.apple.driver.AppleMobileFileIntegrity 1.0.5
com.apple.driver.AppleCredentialManager 1.0
com.apple.driver.DiskImages 414
com.apple.iokit.IOStorageFamily 2.1
com.apple.iokit.IOReportFamily 31
com.apple.driver.AppleFDEKeyStore 28.30
com.apple.driver.AppleACPIPlatform 4.0
com.apple.iokit.IOPCIFamily 2.9
com.apple.iokit.IOACPIFamily 1.4
com.apple.kec.pthread 1
com.apple.kec.Libm 1
com.apple.kec.corecrypto 1.0
Model: MacBookPro11,1, BootROM MBP111.0138.B03, 2 processors, Intel Core i5, 2.59 GHz, 8 GB, SMC 2.16f58
Graphics: Intel HD Graphics 4600, Intel HD Graphics 4600, Built-In
Memory Module: BANK0/DIMM0, 4 GB, DDR3, 1600 MHz, Hynix Semiconductor, HMT451S6BFR8A-PBN0
Memory Module: BANK1/DIMM0, 4 GB, DDR3, 1600 MHz, Hynix Semiconductor, HMT451S6BFR8A-PBN0
Network Service: Ethernet, Ethernet, en0
PCI Card: sppci_expresscard_name
Serial ATA Device: HGST HTS725050A7E630, 500.11 GB
Serial ATA Device: PLDS DVD-RW DU8A5SH
USB Device: USB 2.0 Bus
USB Device: USB 2.0 Bus
USB Device: USB 3.0 Bus
USB Device: Composite Device
USB Device: Samsung S2 Portable
Thunderbolt Bus:
 
Status
Not open for further replies.
Back
Top