Jump to content

Recommended Posts

  • Administrators
Posted

the problem is just it, need a correct ig-platform-id


Added in 25 seconds:

[ref]zoe934[/ref], MacIasl, into device EH01, EH02 and XHC

-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)

is a common problem, u need a correct ig-platform-id, shikigva=xx

check some examples here

https://Olarila.com/forum/viewtopic.php?f=62&t=7164

 

Swapping the ig-platform-id got FCP to open again.


Sleep was working, now broken. (Monitor goes off, fans and LEDs stay on). Any ideas?


Can i install the fakesmc kexts in the new modified clover folder? (dont want to break the system but) I want to have HWmonitor


Sent you some beers for your efforts (D********drums@yahoo)!!...

Edited by Guest
Posted

the problem is just it, need a correct ig-platform-id


Added in 25 seconds:

[ref]zoe934[/ref], MacIasl, into device EH01, EH02 and XHC

 

which line to edit it?

sorry, i couldt find good guide

1576945040_ScreenShot2018-12-02at5_18_27PM.png.fa5101596ddd1aed7fe05fe166a9ccb2.png

  • Administrators
Posted

[ref]endless_shutters[/ref], if don't work perfect, ig-platform-id is wrong


IGPU stay "sleep" and system used only if need


Added in 2 minutes 5 seconds:

[ref]zoe934[/ref], one example, into xhc device(USB 3)

 

into device name_adr 0x00140000 insert begin Method(_PRW) { Return(Package() { 0x0D, 4 }) } end

 

Added in 3 minutes 35 seconds:

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

 

Added in 1 minute 40 seconds:

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

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]endless_shutters[/ref], if don't work perfect, ig-platform-id is wrong


IGPU stay "sleep" and system used only if need

 

 

Hardware acceleration appears to be working, but the computer won't go to sleep. Before the change, the tower would sleep. Now the montitor turns off but the lights and fans stay on. I had to power off the system to get it to turn off.


Also, only the Radeon card appears in "Graphics and Monitors", both appear in PCI.


I need to be able to get the machine to sleep without having to turn it off

  • Administrators
Posted

Also, only the Radeon card appears in "Graphics and Monitors", both appear in PCI.

correct

-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

extract new SEND_ME, i'll check logs

-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]Tormey[/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]TheWiggler[/ref], if dont have "basic" option, i think only voodooI2C work, need read a correct patch for u


Added in 47 seconds:

[ref]adrjac[/ref], is a same patches, i think is some config or kext


Added in 3 minutes 32 seconds:

[ref]luisclement[/ref], I2C is a personal patch, need read in developer site and follow instructions


Added in 3 minutes 40 seconds:

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


Added in 2 minutes 44 seconds:

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

use last Lilu + WEG kexts


Added in 2 minutes 51 seconds:

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


Added in 2 minutes 34 seconds:

[ref]supertux-ptbr[/ref], DSDT.aml.zip

sleep work is rare with IntelHD 530


Added in 3 minutes 32 seconds:

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

check out clover folder for serie 9


Added in 1 minute 27 seconds:

[ref]pooriansari2[/ref], add properties

<dict>
			<key>Comment</key>
			<string>Inject "name" as (data)"#display" to disable graphics drivers on NVidia</string>
			<key>Device</key>
			<string>NVidia</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>name</string>
			<key>Value</key>
			<data>
			I2Rpc3BsYXkA
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject "IOName" as "#display" to disable graphics drivers on NVidia</string>
			<key>Device</key>
			<string>NVidia</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>IOName</string>
			<key>Value</key>
			<string>#display</string>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus class-code to prevent graphics drivers loading for NVidia</string>
			<key>Device</key>
			<string>NVidia</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>class-code</string>
			<key>Value</key>
			<data>
			/////w==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject "name" as (data)"#display" to disable graphics drivers on AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>name</string>
			<key>Value</key>
			<data>
			I2Rpc3BsYXkA
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject "IOName" as "#display" to disable graphics drivers on AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>IOName</string>
			<key>Value</key>
			<string>#display</string>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus class-code to prevent graphics drivers loading for AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>class-code</string>
			<key>Value</key>
			<data>
			/////w==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus vendor-id to prevent graphics drivers loading for AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>vendor-id</string>
			<key>Value</key>
			<data>
			//8AAA==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus device-id to prevent graphics drivers loading for AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>device-id</string>
			<key>Value</key>
			<data>
			//8AAA==
			</data>
		</dict>

 

and use intelgfx 0x12345678

 

Unfortunately does not work.As I said before the only way to reach installer is to disabe nvidia via acpi patch with _OFF method.Could you please do this?

And Also please give me the file I am not able to edit the plist

  • Administrators
Posted

[ref]pooriansari2[/ref], this add properties disable, clover inject in table

-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 forgot to retrieve the new DSDT under the new Clover. Now I'll add it. Can we write some detailed tutorials on DSDT so that we can modify them ourselves; the previous ones are too old to understand.

Thank MaLd0n for everything.

Send me XdeiMac.lan.zip

  • Administrators
Posted

[ref]Tormey[/ref], is a same, runme.app extract dsdt from bios

-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]pooriansari2[/ref], yes

-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]pooriansari2[/ref], post one photo with -v

-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]endless_shutters[/ref], if don't work perfect, ig-platform-id is wrong


IGPU stay "sleep" and system used only if need


Added in 2 minutes 5 seconds:

[ref]zoe934[/ref], one example, into xhc device(USB 3)

 

into device name_adr 0x00140000 insert begin Method(_PRW) { Return(Package() { 0x0D, 4 }) } end

 

 

 



so i just paste this to XHC, EH01 and EH02?

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...