Contribute
Register

DW1830 Bluetooth not available (power saving issue?)

Status
Not open for further replies.
Sorry for that. Took more time to read all the guide, so I compiled and placed SSDT-XCPM.aml in ACPI/patched. System can't boot with that (see the screenshot attached). If I drop SSDT-XCMP it boots fine.

I have i7-6560U with HD530 and QHD Display. I also attach my Clover folder.

Thank you again :)

Ps. I also renamed SSDT-XHC in SSDT-UIAC ;)

Your config.plist/ACPI/DropTables is incorrect.
No need for SSDT-XCPM.aml,... you can use just config.plist/ACPI/SSDT/Generate/PluginType=true.
See guide for known good plists (with already correct settings for CPU PM):
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
Your config.plist/ACPI/DropTables is incorrect.
No need for SSDT-XCPM.aml,... you can use just config.plist/ACPI/SSDT/Generate/PluginType=true.
See guide for known good plists (with already correct settings for CPU PM):
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
Hi, thank you again!
I remade my config.plist based on the HD520 config in your repo. With PluginType=true I can't boot, but if I drop "CpuSSDT" (I imagine its the OEM one) under Clover it boots. From IOReg I can see X86PlatformPlugin loaded, so I assume it's working.
In case it's okay to drop the OEM CPU SSDT, how can I do that directly in config.plist?

Grazie! :)

Here's the option I select to drop the CPU SSDT:
photo_2018-02-26_10-08-58.jpg
 

Attachments

  • CLOVER.zip
    1.4 MB · Views: 85
  • ioreg.ioreg
    12.2 MB · Views: 159
Hi, thank you again!
I remade my config.plist based on the HD520 config in your repo. With PluginType=true I can't boot, but if I drop "CpuSSDT" (I imagine its the OEM one) under Clover it boots. From IOReg I can see X86PlatformPlugin loaded, so I assume it's working.
In case it's okay to drop the OEM CPU SSDT, how can I do that directly in config.plist?

Grazie! :)

Here's the option I select to drop the CPU SSDT:
View attachment 315977

As per FAQ, attach verbose boot photo when booting without dropping the SSDT.
 
As per FAQ, attach verbose boot photo when booting without dropping the SSDT.
Sorry, here you have! Clover folder and IOREG attached in previous post!

Thank you.
 

Attachments

  • 20180226_175357.jpg
    20180226_175357.jpg
    7.6 MB · Views: 178
Sorry, here you have! Clover folder and IOREG attached in previous post!

Thank you.

No idea there... there might be a related BIOS setting causing a problem.
 
No idea there... there might be a related BIOS setting causing a problem.
I'm gonna try. Any other way to implement PM?

EDIT: Disabled Intel SGX and it worked! :)
How to check if PM is now implemented? I'm gonna attach IOREG

EDIT2: I guess it's better if I recompile DSDT from scratch right? 'cause Brightness keys are not working anymore after I changed a single setting in BIOS

Meanwhile, this is my CPU in IDLE:
Schermata 2018-02-27 alle 10.26.54.png
 

Attachments

  • ioreg.ioreg
    12.1 MB · Views: 159
Last edited:
Okay, I'm trying to Fix Brightness Key. I did the ACPI test with ACPIDebug.kext, I see that it enters in method _Q66. As the laptop is a Dell it probably lands in method BRT6 so I've changed method BRT6 like this:

Code:
Method (BRT6, 2, NotSerialized) // Brightness Key
        {
            If (LEqual (Arg0, One))
            {
                Notify (^^LPCB.PS2K, 0x0406)
            }

            If (And (Arg0, 0x02))
            {
                Notify (^^LPCB.PS2K, 0x0405)
            }
        }

Brightness key still not working. Brightness Slider in Settings works. Any idea?
 

Attachments

  • CLOVER.zip
    4.9 MB · Views: 111
  • ioreg.ioreg
    12.2 MB · Views: 169
I'm gonna try. Any other way to implement PM?

EDIT: Disabled Intel SGX and it worked! :)
How to check if PM is now implemented? I'm gonna attach IOREG

EDIT2: I guess it's better if I recompile DSDT from scratch right? 'cause Brightness keys are not working anymore after I changed a single setting in BIOS

Meanwhile, this is my CPU in IDLE:
View attachment 316211

See guide for testing CPU PM with AppleIntelInfo.kext:
https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/

Okay, I'm trying to Fix Brightness Key. I did the ACPI test with ACPIDebug.kext, I see that it enters in method _Q66. As the laptop is a Dell it probably lands in method BRT6 so I've changed method BRT6 like this:

Code:
Method (BRT6, 2, NotSerialized) // Brightness Key
        {
            If (LEqual (Arg0, One))
            {
                Notify (^^LPCB.PS2K, 0x0406)
            }

            If (And (Arg0, 0x02))
            {
                Notify (^^LPCB.PS2K, 0x0405)
            }
        }

Brightness key still not working. Brightness Slider in Settings works. Any idea?

OSID is not patched for _OSI("Darwin").
Best to use OSID->XSID, _OSI->XOSI, SSDT-XOSI.aml anyway.
 
See guide for testing CPU PM with AppleIntelInfo.kext:
https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/



OSID is not patched for _OSI("Darwin").
Best to use OSID->XSID, _OSI->XOSI, SSDT-XOSI.aml anyway.
Thank you. I managed to fix the Brightness key problem by applying SSDT-XOSI.aml and OSID->XSID and _OSI->XOSI patches in config.plist.

Here's the output of AppleIntelInfo.kext:
Code:
AppleIntelInfo.kext v1.4 Copyright © 2012-2015 Pike R. Alpha. All rights reserved

Settings:
------------------------------------
logMSRs............................: 1
logIGPU............................: 1
logIntelRegs.......................: 1
logCStates.........................: 1
logIPGStyle........................: 1
InitialTSC.........................: 0x9169fdfec3
MWAIT C-States.....................: 286531872

Model Specific Regiters
------------------------------------
MSR_CORE_THREAD_COUNT......(0x35)  : 0x20004
MSR_PLATFORM_INFO..........(0xCE)  : 0x4043DF1011C00
MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x7E008006
MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x51814
IA32_MPERF.................(0xE7)  : 0x6B7759361E
IA32_APERF.................(0xE8)  : 0x742DD974F7
MSR_FLEX_RATIO.............(0x194) : 0x0
MSR_IA32_PERF_STATUS.......(0x198) : 0x223400002000
MSR_IA32_PERF_CONTROL......(0x199) : 0x2200
IA32_CLOCK_MODULATION......(0x19A) : 0x0
IA32_THERM_STATUS..........(0x19C) : 0x881B0808
IA32_MISC_ENABLES..........(0x1A0) : 0x850089
MSR_MISC_PWR_MGMT..........(0x1AA) : 0x401CC1
MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x20202022
IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x5
MSR_POWER_CTL..............(0x1FC) : 0x24005F
MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03
MSR_PKG_POWER_LIMIT........(0x610) : 0x4280C800DD8078
MSR_PKG_ENERGY_STATUS......(0x611) : 0x2640D25
MSR_PKG_POWER_INFO.........(0x614) : 0x78
MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x0
MSR_PP0_POWER_LIMIT........(0x638) : 0x0
MSR_PP0_ENERGY_STATUS......(0x639) : 0x208977C
MSR_PP0_POLICY.............(0x63a) : 0x0
MSR_PKGC6_IRTL.............(0x60b) : 0x8876
MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x199F36F0C
MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0
MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0
IA32_TSC_DEADLINE..........(0x6E0) : 0x916C5D63E8
PCH device.................: 0x9D488086

Intel Register Data
------------------------------------
CPU_VGACNTRL...............: 0xFFFFFFFF
IS_ELSE(devid)
DCC........................: 0xffffffff ()
CHDECMISC..................: 0xffffffff (XOR bank, ch2 enh enabled, ch1 enh enabled, ch0 enh enabled, flex enabled, ep present)
C0DRB0.....................: 0xffffffff (0xffff)
C0DRB1.....................: 0xffffffff (0xffff)
C0DRB2.....................: 0xffffffff (0xffff)
C0DRB3.....................: 0xffffffff (0xffff)
C1DRB0.....................: 0xffffffff (0xffff)
C1DRB1.....................: 0xffffffff (0xffff)
C1DRB2.....................: 0xffffffff (0xffff)
C1DRB3.....................: 0xffffffff (0xffff)
C0DRA01....................: 0xffffffff (0xffff)
C0DRA23....................: 0xffffffff (0xffff)
C1DRA01....................: 0xffffffff (0xffff)
C1DRA23....................: 0xffffffff (0xffff)
PGETBL_CTL.................: 0xffffffff
VCLK_DIVISOR_VGA0..........: 0xffffffff (n = 63, m1 = 63, m2 = 63)
VCLK_DIVISOR_VGA1..........: 0xffffffff (n = 63, m1 = 63, m2 = 63)
VCLK_POST_DIV..............: 0xffffffff (vga0 p1 = 2, p2 = 4, vga1 p1 = 2, p2 = 4)
DPLL_TEST..................: 0xffffffff (, DPLLA N bypassed, DPLLA M bypassed, DPLLB N bypassed, DPLLB M bypassed)
CACHE_MODE_0...............: 0xffffffff
D_STATE....................: 0xffffffff
DSPCLK_GATE_D..............: 0xffffffff (clock gates disabled: DPUNIT_B VSUNIT VRHUNIT VRDUNIT AUDUNIT DPUNIT_A DPCUNIT TVRUNIT TVCUNIT TVFUNIT TVEUNIT DVSUNIT DSSUNIT DDBUNIT DPRUNIT DPFUNIT DPBMUNIT DPLSUNIT DPLUNIT DPOUNIT DPBUNIT DCUNIT DPUNIT VRUNIT RENCLK_GATE_D1.............: 0xffffffff
RENCLK_GATE_D2.............: 0xffffffff
SDVOB......................: 0xffffffff (enabled, pipe B, stall enabled, detected, gang mode)
SDVOC......................: 0xffffffff (enabled, pipe B, stall enabled, detected, gang mode)
SDVOUDI....................: 0xffffffff
DSPARB.....................: 0xffffffff
FW_BLC.....................: 0xffffffff
FW_BLC2....................: 0xffffffff
FW_BLC_SELF................: 0xffffffff
DSPFW1.....................: 0xffffffff
DSPFW2.....................: 0xffffffff
DSPFW3.....................: 0xffffffff
ADPA.......................: 0xffffffff (enabled, transcoder B, +hsync, +vsync)
LVDS.......................: 0xffffffff (enabled, pipe B, 24 bit, 2 channels)
DVOA.......................: 0xffffffff (enabled, pipe B, unknown stall, +hsync, +vsync)
DVOB.......................: 0xffffffff (enabled, pipe B, unknown stall, +hsync, +vsync)
DVOC.......................: 0xffffffff (enabled, pipe B, unknown stall, +hsync, +vsync)
DVOA_SRCDIM................: 0xffffffff
DVOB_SRCDIM................: 0xffffffff
DVOC_SRCDIM................: 0xffffffff
BLC_PWM_CTL................: 0xffffffff
BLC_PWM_CTL2...............: 0xffffffff
PP_CONTROL.................: 0xffffffff (power target: on)
PP_STATUS..................: 0xffffffff (on, ready, sequencing unknown)
PP_ON_DELAYS...............: 0xffffffff
PP_OFF_DELAYS..............: 0xffffffff
PP_DIVISOR.................: 0xffffffff
PFIT_CONTROL...............: 0xffffffff
PFIT_PGM_RATIOS............: 0xffffffff
PORT_HOTPLUG_EN............: 0xffffffff
PORT_HOTPLUG_STAT..........: 0xffffffff
DSPACNTR...................: 0xffffffff (enabled)
DSPASTRIDE.................: 0xffffffff (-1 bytes)
DSPAPOS....................: 0xffffffff (65535, 65535)
DSPASIZE...................: 0xffffffff (65536, 65536)
DSPABASE...................: 0xffffffff
DSPASURF...................: 0xffffffff
DSPATILEOFF................: 0xffffffff
PIPEACONF..................: 0xffffffff (enabled, double-wide, rsvd, rotate 270, invalid bpc)
PIPEASRC...................: 0xffffffff (65536, 65536)
PIPEASTAT..................: 0xffffffff (status: FIFO_UNDERRUN CRC_ERROR_ENABLE CRC_DONE_ENABLE GMBUS_EVENT_ENABLE VSYNC_INT_ENABLE DLINE_COMPARE_ENABLE DPST_EVENT_ENABLE LBLC_EVENT_ENABLE OFIELD_INT_ENABLE EFIELD_INT_ENABLE SVBLANK_INT_ENABLE VBLANK_INT_PIPEA_GMCH_DATA_M..........: 0xffffffff
PIPEA_GMCH_DATA_N..........: 0xffffffff
PIPEA_DP_LINK_M............: 0xffffffff
PIPEA_DP_LINK_N............: 0xffffffff
CURSOR_A_BASE..............: 0xffffffff
CURSOR_A_CONTROL...........: 0xffffffff
CURSOR_A_POSITION..........: 0xffffffff
FPA0.......................: 0xffffffff (n = 63, m1 = 63, m2 = 63)
FPA1.......................: 0xffffffff (n = 63, m1 = 63, m2 = 63)
DPLL_A.....................: 0xffffffff (enabled, dvo, unknown clock, unknown mode, p1 = 1, p2 = 0, using FPx1!)
DPLL_A_MD..................: 0xffffffff
HTOTAL_A...................: 0xffffffff (65536 active, 65536 total)
HBLANK_A...................: 0xffffffff (65536 start, 65536 end)
HSYNC_A....................: 0xffffffff (65536 start, 65536 end)
VTOTAL_A...................: 0xffffffff (65536 active, 65536 total)
VBLANK_A...................: 0xffffffff (65536 start, 65536 end)
VSYNC_A....................: 0xffffffff (65536 start, 65536 end)
BCLRPAT_A..................: 0xffffffff
VSYNCSHIFT_A...............: 0xffffffff
DSPBCNTR...................: 0xffffffff (enabled)
DSPBSTRIDE.................: 0xffffffff (-1 bytes)
DSPBPOS....................: 0xffffffff (65535, 65535)
DSPBSIZE...................: 0xffffffff (65536, 65536)
DSPBBASE...................: 0xffffffff
DSPBSURF...................: 0xffffffff
DSPBTILEOFF................: 0xffffffff
PIPEBCONF..................: 0xffffffff (enabled, double-wide, rsvd, rotate 270, invalid bpc)
PIPEBSRC...................: 0xffffffff (65536, 65536)
PIPEBSTAT..................: 0xffffffff (status: FIFO_UNDERRUN CRC_ERROR_ENABLE CRC_DONE_ENABLE GMBUS_EVENT_ENABLE VSYNC_INT_ENABLE DLINE_COMPARE_ENABLE DPST_EVENT_ENABLE LBLC_EVENT_ENABLE OFIELD_INT_ENABLE EFIELD_INT_ENABLE SVBLANK_INT_ENABLE VBLANK_INT_PIPEB_GMCH_DATA_M..........: 0xffffffff
PIPEB_GMCH_DATA_N..........: 0xffffffff
PIPEB_DP_LINK_M............: 0xffffffff
PIPEB_DP_LINK_N............: 0xffffffff
CURSOR_B_BASE..............: 0xffffffff
CURSOR_B_CONTROL...........: 0xffffffff
CURSOR_B_POSITION..........: 0xffffffff
FPB0.......................: 0xffffffff (n = 63, m1 = 63, m2 = 63)
FPB1.......................: 0xffffffff (n = 63, m1 = 63, m2 = 63)
DPLL_B.....................: 0xffffffff (enabled, dvo, spread spectrum clock, unknown mode, p1 = 1, p2 = 0, using FPx1!)
DPLL_B_MD..................: 0xffffffff
HTOTAL_B...................: 0xffffffff (65536 active, 65536 total)
HBLANK_B...................: 0xffffffff (65536 start, 65536 end)
HSYNC_B....................: 0xffffffff (65536 start, 65536 end)
VTOTAL_B...................: 0xffffffff (65536 active, 65536 total)
VBLANK_B...................: 0xffffffff (65536 start, 65536 end)
VSYNC_B....................: 0xffffffff (65536 start, 65536 end)
BCLRPAT_B..................: 0xffffffff
VSYNCSHIFT_B...............: 0xffffffff
VCLK_DIVISOR_VGA0..........: 0xffffffff
VCLK_DIVISOR_VGA1..........: 0xffffffff
VCLK_POST_DIV..............: 0xffffffff
VGACNTRL...................: 0xffffffff (disabled)
TV_CTL.....................: 0xffffffff
TV_DAC.....................: 0xffffffff
TV_CSC_Y...................: 0xffffffff
TV_CSC_Y2..................: 0xffffffff
TV_CSC_U...................: 0xffffffff
TV_CSC_U2..................: 0xffffffff
TV_CSC_V...................: 0xffffffff
TV_CSC_V2..................: 0xffffffff
TV_CLR_KNOBS...............: 0xffffffff
TV_CLR_LEVEL...............: 0xffffffff
TV_H_CTL_1.................: 0xffffffff
TV_H_CTL_2.................: 0xffffffff
TV_H_CTL_3.................: 0xffffffff
TV_V_CTL_1.................: 0xffffffff
TV_V_CTL_2.................: 0xffffffff
TV_V_CTL_3.................: 0xffffffff
TV_V_CTL_4.................: 0xffffffff
TV_V_CTL_5.................: 0xffffffff
TV_V_CTL_6.................: 0xffffffff
TV_V_CTL_7.................: 0xffffffff
TV_SC_CTL_1................: 0xffffffff
TV_SC_CTL_2................: 0xffffffff
TV_SC_CTL_3................: 0xffffffff
TV_WIN_POS.................: 0xffffffff
TV_WIN_SIZE................: 0xffffffff
TV_FILTER_CTL_1............: 0xffffffff
TV_FILTER_CTL_2............: 0xffffffff
TV_FILTER_CTL_3............: 0xffffffff
TV_CC_CONTROL..............: 0xffffffff
TV_CC_DATA.................: 0xffffffff
TV_H_LUMA_0................: 0xffffffff
TV_H_LUMA_59...............: 0xffffffff
TV_H_CHROMA_0..............: 0xffffffff
TV_H_CHROMA_59.............: 0xffffffff
FBC_CFB_BASE...............: 0xffffffff
FBC_LL_BASE................: 0xffffffff
FBC_CONTROL................: 0xffffffff
FBC_COMMAND................: 0xffffffff
FBC_STATUS.................: 0xffffffff
FBC_CONTROL2...............: 0xffffffff
FBC_FENCE_OFF..............: 0xffffffff
FBC_MOD_NUM................: 0xffffffff
MI_MODE....................: 0xffffffff
MI_ARB_STATE...............: 0xffffffff
MI_RDRET_STATE.............: 0xffffffff
ECOSKPD....................: 0xffffffff
DP_B.......................: 0xffffffff
DPB_AUX_CH_CTL.............: 0xffffffff
DPB_AUX_CH_DATA1...........: 0xffffffff
DPB_AUX_CH_DATA2...........: 0xffffffff
DPB_AUX_CH_DATA3...........: 0xffffffff
DPB_AUX_CH_DATA4...........: 0xffffffff
DPB_AUX_CH_DATA5...........: 0xffffffff
DP_C.......................: 0xffffffff
DPC_AUX_CH_CTL.............: 0xffffffff
DPC_AUX_CH_DATA1...........: 0xffffffff
DPC_AUX_CH_DATA2...........: 0xffffffff
DPC_AUX_CH_DATA3...........: 0xffffffff
DPC_AUX_CH_DATA4...........: 0xffffffff
DPC_AUX_CH_DATA5...........: 0xffffffff
DP_D.......................: 0xffffffff
DPD_AUX_CH_CTL.............: 0xffffffff
DPD_AUX_CH_DATA1...........: 0xffffffff
DPD_AUX_CH_DATA2...........: 0xffffffff
DPD_AUX_CH_DATA3...........: 0xffffffff
DPD_AUX_CH_DATA4...........: 0xffffffff
DPD_AUX_CH_DATA5...........: 0xffffffff
AUD_CONFIG.................: 0xffffffff
AUD_HDMIW_STATUS...........: 0xffffffff
AUD_CONV_CHCNT.............: 0xffffffff
VIDEO_DIP_CTL..............: 0xffffffff
AUD_PINW_CNTR..............: 0xffffffff
AUD_CNTL_ST................: 0xffffffff
AUD_PIN_CAP................: 0xffffffff
AUD_PINW_CAP...............: 0xffffffff
AUD_PINW_UNSOLRESP.........: 0xffffffff
AUD_OUT_DIG_CNVT...........: 0xffffffff
AUD_OUT_CWCAP..............: 0xffffffff
AUD_GRP_CAP................: 0xffffffff
FENCE  0...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  1...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  2...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  3...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  4...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  5...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  6...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  7...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  8...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  9...................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  10..................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  11..................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  12..................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  13..................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  14..................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE  15..................: 0xffffffff (enabled, Y tiled, 16384 pitch, 0x0ff00000 - 0x17f00000 (131072kb))
FENCE START 0..............: 0xffffffff ()
FENCE END 0................: 0xffffffff ()
FENCE START 1..............: 0xffffffff ()
FENCE END 1................: 0xffffffff ()
FENCE START 2..............: 0xffffffff ()
FENCE END 2................: 0xffffffff ()
FENCE START 3..............: 0xffffffff ()
FENCE END 3................: 0xffffffff ()
FENCE START 4..............: 0xffffffff ()
FENCE END 4................: 0xffffffff ()
FENCE START 5..............: 0xffffffff ()
FENCE END 5................: 0xffffffff ()
FENCE START 6..............: 0xffffffff ()
FENCE END 6................: 0xffffffff ()
FENCE START 7..............: 0xffffffff ()
FENCE END 7................: 0xffffffff ()
FENCE START 8..............: 0xffffffff ()
FENCE END 8................: 0xffffffff ()
FENCE START 9..............: 0xffffffff ()
FENCE END 9................: 0xffffffff ()
FENCE START 10.............: 0xffffffff ()
FENCE END 10...............: 0xffffffff ()
FENCE START 11.............: 0xffffffff ()
FENCE END 11...............: 0xffffffff ()
FENCE START 12.............: 0xffffffff ()
FENCE END 12...............: 0xffffffff ()
FENCE START 13.............: 0xffffffff ()
FENCE END 13...............: 0xffffffff ()
FENCE START 14.............: 0xffffffff ()
FENCE END 14...............: 0xffffffff ()
FENCE START 15.............: 0xffffffff ()
FENCE END 15...............: 0xffffffff ()
INST_PM....................: 0xffffffff
p2 out of range
p1 out of range
fp select out of range
pipe A dot 600000 n 63 m1 63 m2 63 p1 1 p2 1
p1 out of range
fp select out of range
pipe B dot 85714 n 63 m1 63 m2 63 p1 1 p2 7

CPU Ratio Info:
------------------------------------
CPU Low Frequency Mode.............: 400 MHz
CPU Maximum non-Turbo Frequency....: 2800 MHz
CPU Maximum Turbo Frequency........: 3400 MHz

IGPU Info:
------------------------------------
IGPU Current Frequency.............:    0 MHz
IGPU Minimum Frequency.............:  300 MHz
IGPU Maximum Non-Turbo Frequency...:  300 MHz
IGPU Maximum Turbo Frequency.......: 1050 MHz
IGPU Maximum limit.................: No Limit

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

I see a lot of P-States, guess it's working right? Also I noticed a less battery consumption (-800mAh average compared to -1000/1100 I had before.

Regarding Bluetooth issue, is still there. Sometimes it works with no problems, sometimes it becomes "Not available" after sleep (reboot doesn't fix, sleep sometime does, sometimes not - shutdown always fix it).
I am using BrcmRAM2 with BrcmFirmwareRepo.kext. I have not applied any patch in config.plist (didn't applied the handoff patch too because for now I'm not using it).

I attach the problem reporting files as always (in this ioreg you can see BT connected on HS03 because now it's working, in first post you can see the old ioreg with Bluetooth "disconnected" from HS03), thank you!

Ps. when I will get again "BT Disconnected" I will post another ioreg.

Terminal outputs:

Code:
MacBook-Pro-di-Mirco:~ mirco$ kextstat|grep -y acpiplat
   15    2 0xffffff7f835be000 0x9c000    0x9c000    com.apple.driver.AppleACPIPlatform (6.1) 1804645B-B360-305E-B1BE-916F5E3E1CC4 <14 13 12 11 7 6 5 4 3 1>
MacBook-Pro-di-Mirco:~ mirco$ kextstat|grep -y appleintelcpu
MacBook-Pro-di-Mirco:~ mirco$ kextstat|grep -y applelpc
MacBook-Pro-di-Mirco:~ mirco$ kextstat|grep -y applehda
  104    1 0xffffff7f83253000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <103 102 92 12 7 6 5 4 3 1>
  133    0 0xffffff7f833d3000 0xb7000    0xb7000    com.apple.driver.AppleHDA (9280.12) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <132 104 103 102 97 92 6 5 4 3 1>

Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f8692c0 [0x7fff83d61980]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f85bde0 [0x7fff83d61980]> { URL = "VoodooPS2Controller.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f7d0990 [0x7fff83d61980]> { URL = "VoodooPS2Mouse.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Mouse" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f85e280 [0x7fff83d61980]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f830610 [0x7fff83d61980]> { URL = "UVC2FaceTimeHD.kext/ -- file:///Library/Extensions/", ID = "org.syscl.injector.UVC2iSight" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f8143d0 [0x7fff83d61980]> { URL = "USBInjectAll.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.USBInjectAll" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f803ab0 [0x7fff83d61980]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f6f8eb0 [0x7fff83d61980]> { URL = "FakePCIID.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.FakePCIID" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f6fa420 [0x7fff83d61980]> { URL = "FakePCIID_Intel_HDMI_Audio.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HDMI-Audio" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f6f9800 [0x7fff83d61980]> { URL = "FakePCIID_Broadcom_WiFi.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Broadcom-WiFi" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f7be230 [0x7fff83d61980]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37ce09b20 [0x7fff83d61980]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7ff37f7a8f00 [0x7fff83d61980]> { URL = "X86PlatformPluginInjector.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.X86PlatformPlugin" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f2cf9d0 [0x7fff83d61980]> { URL = "BrcmPatchRAM2.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff37f2cf270 [0x7fff83d61980]> { URL = "BrcmFirmwareRepo.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7ff37f037520 [0x7fff83d61980]> { URL = "AppleHDA_ALC256.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
KernelCache ID: 7D198ADBCFE0AE344D9B41E2726D8A75
 

Attachments

  • ioreg_withbt.ioreg
    12.3 MB · Views: 148
  • CLOVER.zip
    4.9 MB · Views: 90
Status
Not open for further replies.
Back
Top