Jump to content

Recommended Posts

  • Administrators
Posted

[ref]sanyaaahtconex[/ref], use hackintool, Displays tab

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted (edited)

Sleep

Edited by tbrautaset

Laptop: #1: MSI GE72VR 7RF-272NE, i7-7700HQ/HM175, HD630 1920x1080 - macOS 10.12/13 /14 / 15 & 11.0.1

Laptop: #2: Lenovo ThinkPad T460 20FMS1A00, i5-6200U/Intel SoC, HD520 1920x1080 - macOS 10.12/13 /14

Laptop: #3: Compaq Evo Notebook N800c, P4-2400M, ATI Mobility Radeon 7500 - Mac OS X 10.4.8

  • Administrators
Posted

[ref]tbrautaset[/ref], DSDT.aml.zip

use Olarila clover folder for ur chipset

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted (edited)
Quote

[ref]tbrautaset[/ref], DSDT.aml.zip

use Olarila clover folder for ur chipset

 

Hi Daniel,

 

Brightness  :

 

Installed acpi support base (0.142-8) acpid (1: 2.0.28-1 + b1) on my Debian 9 partition with apt install acpid -y

 

Then ran acpi_listen in terminal:

 

fn + down arrow key = video / brightness BRTDN 00000087 00000000 K

fn + up arrow key = video / brightness BRTUP 00000086 00000000 K

 

 

Made a DSDT patch :

 

 

into method label BRTN replace_content
   begin
       // Brightness Down\n
           If ((0x87 == Arg0))
           {
               Notify (\_SB.PCI0.LPCB.PS2K, 0x0405)
           }\n
       // Brightness Up\n
           If ((0x86 == Arg0))
           {
               Notify (\_SB.PCI0.LPCB.PS2K, 0x0406)
           }
   end;
 

 

 

My CLOVER originated from CATALINA Olarila

 

 

> ACPI
               > patched
                               DSDT.aml
                               SSDT-PNLF.aml
                               SSDT-UIAC-ALL.aml
config.plist
> Boot
               <string>dart=0 nv_disable=1 brcmfx-country=#a</string>

> Audio
                               <key>Inject</key>
                               <integer>13</integer>
                               <string>0x59168086</string>

> Graphics
                               <key>ig-platform-id</key>
                               <string>0x591b0000</string>



> drivers
               > BIOS
                               ApfsDriverLoader.efi
                               FSInject.efi
                               HFSPlus.efi
               > UEFI
                               ApfsDriverLoader.efi
                               AptioMemoryFix.efi
                               FSInject.efi
                               HFSPlus.efi
> kexts
               > Other
                               ACPIBatteryManager.kext
                               AirportBrcmFixup.kext
                               AppleALC.kext
                               AppleBacklightFixup.kext
                               AtherosE2200Ethernet.kext
                               BrcmBluetoothInjector.kext
                               BrcmFirmwareData.kext
                               BrcmPatchRAM2.kext
                               CodecCommander.kext
                               FakeSMC.kext
                               Lilu.kext
                               NoTouchID.kext
                               USBInjectAll.kext
                               VoodooI2C.kext
                               VoodooI2CHID.kext
                               VoodooPS2Controller.kext
                               WhateverGreen.kext
 

 

 

Brightness Controll works with the arrow keys as planned, but suddenly my keyboard stops working and I have to restart to correct it.

 

Screenshot%202019-08-07%20at%2018.27.43_zpszhvu6atz.png

Edited by tbrautaset

Laptop: #1: MSI GE72VR 7RF-272NE, i7-7700HQ/HM175, HD630 1920x1080 - macOS 10.12/13 /14 / 15 & 11.0.1

Laptop: #2: Lenovo ThinkPad T460 20FMS1A00, i5-6200U/Intel SoC, HD520 1920x1080 - macOS 10.12/13 /14

Laptop: #3: Compaq Evo Notebook N800c, P4-2400M, ATI Mobility Radeon 7500 - Mac OS X 10.4.8

  • Administrators
Posted

[ref]tbrautaset[/ref], brightness just use a simple pnlf patch + weg kext and apply a keys patch, don't need other injector, whatevergreen work for it now

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

I have the same problem! My laptop is a toshiba. The model name is l50-c-137. When it is sleep the display is black, then wake after 5-10 secs, sleep again automatically and wake again but display is black. Anything solution? (mac OS Mojave 10.14.5). Please help me to solve the problem....Doante of course!!!

Posted

[ref]MaLd0n[/ref], could you please be helpful in doing/checking my DSDT on my Lenovo M920s


Intel Q370

Intel i5-8500

UHD 630


I have been using an DSDT you made some time ago but when i updated to Catalina my sleep has stopped working, it goes to sleep but when i wake everything works in like 10 seconds then the mac just restarts like it loses power?


Here the SEND_ME Send me Arcadia-iMac.zip

  • Administrators
Posted

[ref]trenetics[/ref], DSDT.aml.zip

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

[ref]trenetics[/ref], DSDT.aml.zip

 

[ref]MaLd0n[/ref], Thanks for the try, but it does the same thing. I even tried removing apple.powermanagement.plist and rebuild it, still no luck.


Everything is working but waking the machine from sleep. As i said upon waking it starts macOS logs me in, but then 5 seconds the system restarts like an power failure/kernel panic. Don't know what more to do! :roll:

  • Administrators
Posted

[ref]trenetics[/ref], use -v, debug=0x100 and keepsyms=1 and post one photo

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

[ref]MaLd0n[/ref], i have added those now, in the logs i can only find this:

 

019-10-04 09:43:03.745101+0200  localhost kernel[0]: PMRD: === START (ON_STATE->ON_STATE, 0x5c2) type 3, gen 1, msg 3, dcp 9:f:9
2019-10-04 09:43:03.745103+0200  localhost kernel[0]: PMRD: askChangeDown ON_STATE->ON_STATE
2019-10-04 09:43:03.745165+0200  localhost kernel[0]: PMRD: trace point 0x31 msgType 0xe0000270 detail 0x00007530
2019-10-04 09:43:03.745188+0200  localhost kernel[0]: (IOGraphicsFamily) <IOGraphicsFamily`IODisplayWrangler::setPowerState(unsigned long, IOService*)> GTrace synchronization point 777
2019-10-04 09:43:03.745221+0200  localhost kernel[0]: PMRD: prevent idle sleep list: IODisplayWrangler- (0)
2019-10-04 09:43:03.745222+0200  localhost kernel[0]: PMRD: changePowerStateTo(2)
2019-10-04 09:43:03.745223+0200  localhost kernel[0]: PMRD: changePowerStateToPriv(4)
2019-10-04 09:43:03.745309+0200  localhost kernel[0]: PMRD: power event 12 args 0x4da01af2f6928237 0x0
2019-10-04 09:43:03.745310+0200  localhost kernel[0]: PMRD: SleepWake UUID queued: 181A38FB-2975-4092-8594-D70653BCDD92
2019-10-04 09:43:03.745651+0200  localhost kernel[0]: (AppleRTC) <AppleRTC`AppleRTC::getGMTTimeOfDay()> RTC: getGMTTimeOfDay 1570174983
2019-10-04 09:43:03.745812+0200  localhost kernel[0]: (AppleRTC) <AppleRTC`AppleRTC::getGMTTimeOfDay()> RTC: getGMTTimeOfDay 1570174983
2019-10-04 09:43:03.745975+0200  localhost kernel[0]: PMRD: askChangeDownDone(0x5c2, 0) type 3, cap f->9
2019-10-04 09:43:03.745976+0200  localhost kernel[0]: PMRD: tellChangeDown ON_STATE->ON_STATE
2019-10-04 09:43:03.745977+0200  localhost kernel[0]: PMRD: tellChangeDown::userActivityAtSleep 0
2019-10-04 09:43:03.746224+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] FB1: Flipping display with wsaa 1 flipped from 1920 x 1200 -> 1920 x 1200 on 46000000 with 801 options at stride 7680
2019-10-04 09:43:03.746225+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] Pipe Gamma Enable
2019-10-04 09:43:03.746269+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746272+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746275+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746279+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746282+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746285+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746287+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746289+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746292+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746294+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000280 to __kernel__
2019-10-04 09:43:03.746297+0200  localhost kernel[0]: PMRD: trace point 0x31 msgType 0xe0000280 detail 0x00007530
2019-10-04 09:43:03.746781+0200  localhost kernel[0]: PMRD: assertionsUser 0x41
2019-10-04 09:43:03.747820+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::hwSet10BitGamma(AppleIntelFramebuffer*, AppleIntelDisplayPath*, unsigned int, unsigned int, unsigned short*, unsigned short*, unsigned short*, bool)> [iGFB][iNFO   ] [Gamma_Transaction] FB1: Blanking out the screen with  black gamma at 1843915380
2019-10-04 09:43:03.764491+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::hwSet10BitGamma(AppleIntelFramebuffer*, AppleIntelDisplayPath*, unsigned int, unsigned int, unsigned short*, unsigned short*, unsigned short*, bool)> [iGFB][iNFO   ] [Gamma_Transaction] FB1: Blanking out the screen with  black gamma at 1843932051
2019-10-04 09:43:03.764974+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [set_attribute] (attribute='wsrv', value=4)
2019-10-04 09:43:03.764975+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [WSAA] FB0 kIOWindowServerActiveAttribute = 0x4
2019-10-04 09:43:03.764976+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [WSAA] FB0: Transitioning wsaa from 1 to 4 at 1843932538
2019-10-04 09:43:03.764998+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [set_attribute] (attribute='wsrv', value=4)
2019-10-04 09:43:03.764999+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [WSAA] FB1 kIOWindowServerActiveAttribute = 0x4
2019-10-04 09:43:03.765000+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [WSAA] FB1: Transitioning wsaa from 1 to 4 at 1843932562
2019-10-04 09:43:03.766847+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] FB2: Flipping display with wsaa 1 flipped from 1920 x 1200 -> 1920 x 1200 on 4ea00000 with 801 options at stride 7680
2019-10-04 09:43:03.766848+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] Pipe Gamma Enable
2019-10-04 09:43:03.800188+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::hwSet10BitGamma(AppleIntelFramebuffer*, AppleIntelDisplayPath*, unsigned int, unsigned int, unsigned short*, unsigned short*, unsigned short*, bool)> [iGFB][iNFO   ] [Gamma_Transaction] FB2: Blanking out the screen with  black gamma at 1843967748
2019-10-04 09:43:03.800393+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [set_attribute] (attribute='wsrv', value=4)
2019-10-04 09:43:03.800394+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [WSAA] FB2 kIOWindowServerActiveAttribute = 0x4
2019-10-04 09:43:03.800396+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [WSAA] FB2: Transitioning wsaa from 1 to 4 at 1843967957
2019-10-04 09:43:03.827141+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] FB1: Flipping display with wsaa 4 flipped from 1920 x 1200 -> 1920 x 1200 on 51300000 with 5 options at stride 7680
2019-10-04 09:43:03.827148+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] Pipe Gamma Bypass
2019-10-04 09:43:03.827148+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] Plane Gamma Bypass
2019-10-04 09:43:03.831221+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::hwSet10BitGamma(AppleIntelFramebuffer*, AppleIntelDisplayPath*, unsigned int, unsigned int, unsigned short*, unsigned short*, unsigned short*, bool)> [iGFB][iNFO   ] [Gamma_Transaction] FB1: Blanking out the screen with  black gamma at 1843998781
2019-10-04 09:43:03.841245+0200  localhost kernel[0]: (Sandbox) <Sandbox`sb_report> Sandbox: 1 duplicate report for com.apple.WebKit deny(1) mach-lookup com.apple.CoreDisplay.Notification
2019-10-04 09:43:03.841251+0200  localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: imagent(363) deny(1) mach-lookup com.apple.tccd.system
2019-10-04 09:43:03.843144+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] FB2: Flipping display with wsaa 4 flipped from 1920 x 1200 -> 1920 x 1200 on 4cf00000 with 5 options at stride 7680
2019-10-04 09:43:03.843152+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] Pipe Gamma Bypass
2019-10-04 09:43:03.843153+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelPlane::configurePlane(FlipTransactionArgs*)> [iGFB][iNFO   ] [Flip_Transaction] Plane Gamma Bypass
2019-10-04 09:43:03.848015+0200  localhost kernel[0]: PM response took 101 ms (363, imagent)
2019-10-04 09:43:03.850230+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::hwSet10BitGamma(AppleIntelFramebuffer*, AppleIntelDisplayPath*, unsigned int, unsigned int, unsigned short*, unsigned short*, unsigned short*, bool)> [iGFB][iNFO   ] [Gamma_Transaction] FB2: Blanking out the screen with  black gamma at 1844017789
2019-10-04 09:43:04.279277+0200  localhost kernel[0]: EXC_RESOURCE -> remindd[400] exceeded mem limit: InactiveSoft 17 MB (non-fatal)
2019-10-04 09:43:04.852107+0200  localhost kernel[0]: (Sandbox) <Sandbox`sb_report> Sandbox: 1 duplicate report for imagent deny(1) mach-lookup com.apple.tccd.system
2019-10-04 09:43:04.852112+0200  localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: com.apple.WebKit(414) deny(1) mach-lookup com.apple.CoreDisplay.Notification
2019-10-04 09:43:04.887747+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [set_attribute] (attribute='pwrs', value=1)
2019-10-04 09:43:04.887754+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [set_attribute] (attribute='powr', value=1)
2019-10-04 09:43:04.887756+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] FB1 oldState = 2, newState = 1 at 1845055317
2019-10-04 09:43:04.887760+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] FB1 power state transition Wake to Doze
2019-10-04 09:43:04.887762+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] lastSleep=0, firstNonSleep=0, firstWake=0
2019-10-04 09:43:04.887762+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] Saving info before sleep from FB-1
2019-10-04 09:43:04.887763+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] [Transition_sleep] Attempting sleep
2019-10-04 09:43:04.888214+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::DisableAllActiveDisplaysInTopology()> [iGFB][iNFO   ] FB1 - Disable all displays associated to this Framebuffer - PathCount = 1
2019-10-04 09:43:04.888217+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::DisableAllActiveDisplaysInTopology()> [iGFB][ERROR  ] displayPath is not NULL for index i = 0. continue
2019-10-04 09:43:04.888218+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::DisableDisplay(AppleIntelFramebuffer*, AppleIntelDisplayPath*, bool, unsigned char)> [iGFB][iNFO   ]  Disable display called for fb = 1 at 1845055780
2019-10-04 09:43:04.900085+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::DisableAllActiveDisplaysInTopology()> [iGFB][iNFO   ] FB1 - Disable all displays done
2019-10-04 09:43:04.900101+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] [Transition_sleep] Setting DP Power state
2019-10-04 09:43:04.900102+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::SetDPPowerState(AppleIntelFramebuffer*, unsigned char, AppleIntelDisplayPath*)> [iGFB][iNFO   ] FB1 Setting DP power state = 2
2019-10-04 09:43:04.901920+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] [Transition_sleep] FB1 power state transition complete. Returning at 1845069480
2019-10-04 09:43:04.921640+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [set_attribute] (attribute='pwrs', value=1)
2019-10-04 09:43:04.921646+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::setAttribute(unsigned int, unsigned long)> [iGFB][iNFO   ] [set_attribute] (attribute='powr', value=1)
2019-10-04 09:43:04.921648+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] FB2 oldState = 2, newState = 1 at 1845089210
2019-10-04 09:43:04.921649+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] FB2 power state transition Wake to Doze
2019-10-04 09:43:04.921651+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] lastSleep=0, firstNonSleep=0, firstWake=0
2019-10-04 09:43:04.921651+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] Saving info before sleep from FB-2
2019-10-04 09:43:04.921652+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] [Transition_sleep] Attempting sleep
2019-10-04 09:43:04.922062+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::DisableAllActiveDisplaysInTopology()> [iGFB][iNFO   ] FB2 - Disable all displays associated to this Framebuffer - PathCount = 1
2019-10-04 09:43:04.922065+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::DisableAllActiveDisplaysInTopology()> [iGFB][ERROR  ] displayPath is not NULL for index i = 0. continue
2019-10-04 09:43:04.922066+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::DisableDisplay(AppleIntelFramebuffer*, AppleIntelDisplayPath*, bool, unsigned char)> [iGFB][iNFO   ]  Disable display called for fb = 2 at 1845089628
2019-10-04 09:43:04.934530+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::DisableAllActiveDisplaysInTopology()> [iGFB][iNFO   ] FB2 - Disable all displays done
2019-10-04 09:43:04.934534+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] [Transition_sleep] Setting DP Power state
2019-10-04 09:43:04.934535+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::SetDPPowerState(AppleIntelFramebuffer*, unsigned char, AppleIntelDisplayPath*)> [iGFB][iNFO   ] FB2 Setting DP power state = 2
2019-10-04 09:43:04.936034+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebuffer::doSetPowerState(unsigned int)> [iGFB][iNFO   ] [Transition_sleep] FB2 power state transition complete. Returning at 1845103595
2019-10-04 09:43:04.940376+0200  localhost kernel[0]: IOConsoleUsers: time(1) 0->1570174984, lin 1, llk 1,
2019-10-04 09:43:04.940390+0200  localhost kernel[0]: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1570174984, sm 0x0
2019-10-04 09:43:05.049043+0200  localhost kernel[0]: (IOSurface) <IOSurface`IOSurfaceRootUserClient::set_gpu_policy_dict(void*, unsigned long long)> IOSurfaceRootUserClient::set_gpu_policy_dict prop: <private>
2019-10-04 09:43:05.076527+0200  localhost kernel[0]: (AppleKeyStore) <AppleKeyStore`ipc_device_state_transition> AppleKeyStore::ipc_device_state_transition: Device Lock call(-501): lockstate=0, locknow=0, 127
2019-10-04 09:43:05.087475+0200  localhost kernel[0]: (AppleCredentialManager) <AppleCredentialManager`CreateCredentialSet> ACM: createCredentialSet: Credential set created, CS[113]/2/0/222.
2019-10-04 09:43:05.087884+0200  localhost kernel[0]: (AppleCredentialManager) <AppleCredentialManager`verifyPolicy> ACM: verifyPolicy: Verifying policy DeviceOwnerAuthenticationWithBiometrics, checkKeybagUUID = No, CS[113].
2019-10-04 09:43:05.087891+0200  localhost kernel[0]: (AppleCredentialManager) <AppleCredentialManager`verifyPolicy> ACM: verifyPolicy: Policy satisfied = No, preflight = Yes, CS[113].
2019-10-04 09:43:05.088628+0200  localhost kernel[0]: (AppleCredentialManager) <AppleCredentialManager`deleteCredentialSet> ACM: deleteCredentialSet: Deleting credential set, CS[113].
2019-10-04 09:43:05.183140+0200  localhost kernel[0]: (AppleKeyStore) <AppleKeyStore`AppleKeyStoreUserClient::externalMethod(unsigned int, IOExternalMethodArguments*, IOExternalMethodDispatch*, OSObject*, void*)> AppleKeyStore: operation failed (pid: 93 sel: 75 ret: e00002ce '-536870194', -1, 100000)
2019-10-04 09:43:06.448582+0200  localhost kernel[0]: (AppleIntelCFLGraphicsFramebuffer) <AppleIntelCFLGraphicsFramebuffer`AppleIntelFramebufferController::invokeShortPulseHandler(unsigned int)> [iGFB][iNFO   ] [short_Pluse] FB2 port = 3 at 1846616138
2019-10-04 09:43:06.751830+0200  localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0
2019-10-04 09:43:07.741461+0200  localhost kernel[0]: (apfs) <apfs`log_debug> handle_get_purgeable_stats:8512: total purgeable file count: 0 total purgeable size: 0
2019-10-04 09:43:07.742722+0200  localhost kernel[0]: (apfs) <apfs`log_debug> handle_get_purgeable_stats:8512: total purgeable file count: 0 total purgeable size: 0
2019-10-04 09:43:07.745980+0200  localhost kernel[0]: (apfs) <apfs`log_debug> handle_get_purgeable_stats:8512: total purgeable file count: 3513 total purgeable size: 6120407040
2019-10-04 09:43:07.765837+0200  localhost kernel[0]: (apfs) <apfs`log_debug> handle_get_purgeable_stats:8512: total purgeable file count: 0 total purgeable size: 0
2019-10-04 09:43:09.818787+0200  localhost kernel[0]: (AppleKeyStore) <AppleKeyStore`AppleKeyStoreUserClient::externalMethod(unsigned int, IOExternalMethodArguments*, IOExternalMethodDispatch*, OSObject*, void*)> AppleKeyStore: operation failed (pid: 323 sel: 26 ret: e00002e2 '-536870174', 501, 100013)
2019-10-04 09:43:15.078651+0200  localhost kernel[0]: (AppleKeyStore) <AppleKeyStore`change_lock_state_with_opts> AppleKeyStore::change_lock_state_with_opts: telling kernel handle -501 is locked.
2019-10-04 09:43:15.078674+0200  localhost kernel[0]: (AppleKeyStore) <AppleKeyStore`AppleKeyStore::notify_change_device_state(int, unsigned char, unsigned char)> AppleKeyStore: Sending lock change 1 for handle -501 value 0
2019-10-04 09:43:15.078718+0200  localhost kernel[0]: (AppleKeyStore) <AppleKeyStore`ipc_device_state_transition> AppleKeyStore::ipc_device_state_transition: Device Locked(-501): lockstate=1
2019-10-04 09:43:15.181378+0200  localhost kernel[0]: (AppleKeyStore) <AppleKeyStore`AppleKeyStoreUserClient::externalMethod(unsigned int, IOExternalMethodArguments*, IOExternalMethodDispatch*, OSObject*, void*)> AppleKeyStore: operation failed (pid: 93 sel: 75 ret: e00002ce '-536870194', -1, 100000)
2019-10-04 09:43:18.752596+0200  localhost kernel[0]: PMRD: assertionsUser 0x40
2019-10-04 09:43:33.747350+0200  localhost kernel[0]: PM notification timeout (pid 531, CleanMyDrive 2)
2019-10-04 09:43:33.747355+0200  localhost kernel[0]: PM notification timeout (pid 531, CleanMyDrive 2)
2019-10-04 09:43:33.747423+0200  localhost kernel[0]: PMRD: tellChangeDown ON_STATE->ON_STATE
2019-10-04 09:43:33.747424+0200  localhost kernel[0]: PMRD: tellChangeDown::userActivityAtSleep 0
2019-10-04 09:43:33.747433+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to __kernel__
2019-10-04 09:43:33.747434+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to __kernel__
2019-10-04 09:43:33.747435+0200  localhost kernel[0]: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange
2019-10-04 09:43:33.747436+0200  localhost kernel[0]: PMRD: sysPowerDownHandler cap f -> 9 (flags 1)
2019-10-04 09:43:33.747438+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleACPIPlatform
2019-10-04 09:43:33.747439+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOPCIFamily
2019-10-04 09:43:33.747440+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOStorageFamily
2019-10-04 09:43:33.747442+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOHIDFamily
2019-10-04 09:43:33.747444+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOStorageFamily
2019-10-04 09:43:33.747445+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOStorageFamily
2019-10-04 09:43:33.747446+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IONetworkingFamily
2019-10-04 09:43:33.747447+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleSMC
2019-10-04 09:43:33.747449+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IO80211Family
2019-10-04 09:43:33.747455+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AirPort.BrcmNIC
2019-10-04 09:43:33.747480+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleSMCLMU
2019-10-04 09:43:33.747482+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IO80211Family
2019-10-04 09:43:33.747484+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.X86PlatformPlugin
2019-10-04 09:43:33.747487+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOGraphicsFamily
2019-10-04 09:43:33.747489+0200  localhost kernel[0]: (IOGraphicsFamily) <IOGraphicsFamily`IOFramebuffer::systemPowerChange(void*, void*, unsigned int, IOService*, void*, unsigned long)> GTrace synchronization point 7b3
2019-10-04 09:43:33.747493+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AGPM
2019-10-04 09:43:33.747507+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleGraphicsDevicePolicy
2019-10-04 09:43:33.747511+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.IOBluetoothHIDDriver
2019-10-04 09:43:33.747513+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleTopCaseHIDEventDriver
2019-10-04 09:43:33.747514+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleTopCaseHIDEventDriver
2019-10-04 09:43:33.747516+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleActuatorDriver
2019-10-04 09:43:33.747532+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.IOBluetoothHIDDriver
2019-10-04 09:43:33.747534+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleTopCaseHIDEventDriver
2019-10-04 09:43:33.747567+0200  localhost kernel[0]: PMRD: + plimit IODisplayWrangler 0x4da01af2eccd14b7
2019-10-04 09:43:33.747568+0200  localhost kernel[0]: PMRD: > plimit IODisplayWrangler 0x4da01af2eccd14b7 (4->1, 0x109)
2019-10-04 09:43:33.747635+0200  localhost kernel[0]: PMRD: > plimit IODisplayWrangler 0x4da01af2eccd14b7 (4->1, 0x111)
2019-10-04 09:43:33.747864+0200  localhost kernel[0]: PMRD: + plimit AppleHDAHDMI_DPDriver 0x4da01af2eeec5697
2019-10-04 09:43:33.747865+0200  localhost kernel[0]: PMRD: > plimit AppleHDAHDMI_DPDriver 0x4da01af2eeec5697 (1->0, 0x109)
2019-10-04 09:43:33.747871+0200  localhost kernel[0]: PMRD: + plimit AppleHDADriver 0x4da01af2edba2f97
2019-10-04 09:43:33.747872+0200  localhost kernel[0]: PMRD: > plimit AppleHDADriver 0x4da01af2edba2f97 (1->0, 0x109)
2019-10-04 09:43:33.747921+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedSetPowerState(unsigned long, IOService*)> + IOAudioDevice[<private>]::protectedSetPowerState(0, <private>)
2019-10-04 09:43:33.747923+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::initiatePowerStateChange(unsigned int*)> + IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 1 - pending = 0
2019-10-04 09:43:33.747933+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedCompletePowerStateChange()> + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 1 - pending = 0
2019-10-04 09:43:33.747935+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedCompletePowerStateChange()> - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 0 - pending = 0 returns 0x0
2019-10-04 09:43:33.747936+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::initiatePowerStateChange(unsigned int*)> - IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 0 - pending = 0 returns 0x0
2019-10-04 09:43:33.747951+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedSetPowerState(unsigned long, IOService*)> - IOAudioDevice[<private>]::protectedSetPowerState(0, <private>) returns 0x0
2019-10-04 09:43:33.748006+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedSetPowerState(unsigned long, IOService*)> + IOAudioDevice[<private>]::protectedSetPowerState(0, <private>)
2019-10-04 09:43:33.748008+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::initiatePowerStateChange(unsigned int*)> + IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 2 - pending = 0
2019-10-04 09:43:34.559219+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedCompletePowerStateChange()> + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 0
2019-10-04 09:43:34.559226+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedCompletePowerStateChange()> - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 0 - pending = 0 returns 0x0
2019-10-04 09:43:34.559232+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedCompletePowerStateChange()> + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 0 - pending = 0
2019-10-04 09:43:34.559233+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedCompletePowerStateChange()> - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 0 - pending = 0 returns 0x0
2019-10-04 09:43:34.559235+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::initiatePowerStateChange(unsigned int*)> - IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 0 - pending = 0 returns 0x0
2019-10-04 09:43:34.559236+0200  localhost kernel[0]: (IOAudioFamily) <IOAudioFamily`IOAudioDevice::protectedSetPowerState(unsigned long, IOService*)> - IOAudioDevice[<private>]::protectedSetPowerState(0, <private>) returns 0x0
2019-10-04 09:43:34.559300+0200  localhost kernel[0]: PMRD: > plimit AppleHDAHDMI_DPDriver 0x4da01af2eeec5697 (1->0, 0x111)
2019-10-04 09:43:34.559304+0200  localhost kernel[0]: PMRD: > plimit AppleHDADriver 0x4da01af2edba2f97 (1->0, 0x111)
2019-10-04 09:43:34.559372+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to __kernel__
2019-10-04 09:43:34.559374+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to __kernel__
2019-10-04 09:43:34.559375+0200  localhost kernel[0]: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange
2019-10-04 09:43:34.559376+0200  localhost kernel[0]: PMRD: sysPowerDownHandler cap f -> 9 (flags 2)
2019-10-04 09:43:34.559377+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleACPIPlatform
2019-10-04 09:43:34.559398+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOPCIFamily
2019-10-04 09:43:34.559400+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOStorageFamily
2019-10-04 09:43:34.559401+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOHIDFamily
2019-10-04 09:43:34.559403+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOStorageFamily
2019-10-04 09:43:34.559404+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IOStorageFamily
2019-10-04 09:43:34.559406+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IONetworkingFamily
2019-10-04 09:43:34.559407+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleSMC
2019-10-04 09:43:34.559409+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IO80211Family
2019-10-04 09:43:34.559424+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AirPort.BrcmNIC
2019-10-04 09:43:34.559434+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.driver.AppleSMCLMU
2019-10-04 09:43:34.559436+0200  localhost kernel[0]: PMRD: trace point 0x31 msg 0xe0000340 to com.apple.iokit.IO80211Family
2019-10-04 09:45:32.000051+0200  localhost kernel[0]: mem_actual: 0x1000000000
legacy sane_size: 0xff0000000

  • Administrators
Posted

[ref]trenetics[/ref], use a native real time clock device into low pin count, check if work

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

[ref]trenetics[/ref], check in ur untouched DSDT a RTC device

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

I have the same problem =/

[ref]MaLd0n[/ref], Can you help me?

My installation goes very well but when I return from sleep mode I have kernel panic. Every time I need to restart.report.zip

 

Specs

i7 2600k

16GB

GA-B75M-D3H

Rx 580

  • Administrators
Posted

[ref]paulomed[/ref], primeiramente use a pasta correta, serie 7


gere uma ssdt pro gerenciamento de energia

https://Olarila.com/forum/viewtopic.php?f=28&t=10897

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

[ref]MaLd0n[/ref], aproveitando esse post gostaria de uma ajuda no sleep com o Catalina. Não consegui ativar de jeito nenhum no meu notebook, já tentei de tudo. Pode me dar uma luz? Acontece que ao entrar em repouso, passa uns 2 segundos, ele liga novamente com tela preta e depois na tela de login.


Segue o meu send me

Grato

Send me MacBook-Pro-de-Nicolas.zip

  • Administrators
Posted

[ref]nicolasalves[/ref], DSDT.aml.zip

a sua config não está das piores, mas não está correta, veja a pasta Olarila pra notebooks skylake+, veja os renames

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...