Jump to content
112 posts in this topic

Recommended Posts

hello

 

what u need is to insert this _dsm at the end of cpu0 scope

 

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method

        {
            Store ("Method CPU0._DSM Called", Debug)
            If (LEqual (Arg2, Zero))
            {
                Return (Buffer (One)
                {
                     0x03                                           
                })
            }


            Return (Package (0x02)
            {
                "plugin-type", 
                One
            })
        }
    }

like this if isn't already in the ssdt u generate with the script

 

Captura de ecrã 2017-12-26, às 18.03.19.png

 

good hack

 

 

  • Like 1

ok I added the dsdt file to the patched folder in clover and GFX0 to IGPU was already in the list do I leave the SSDT file in the patched folder too ?

yes, if u have problem press O key in Clover boot screen, Acpi Patching/Dsdt name and put DSDT02.aml

send me one ioreg after reboot

IORegistryExplorer.app.zip

  • Like 1

here is the intel powers gadget screen before the new dsdt and kext update

 

 

Edit

 

The kexts go in /S/L/E right 

very old problem, the best is minimal in 800mhz, i think u processor have a minimal freq in 1.2 or more

 

what smbios u use?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...