endless_shutters Posted December 3, 2018 Posted December 3, 2018 correct Any suggestions for how to correct the sleeping problem?
Administrators MaLd0n Posted December 3, 2018 Administrators Posted December 3, 2018 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
Tormey Posted December 3, 2018 Posted December 3, 2018 I updated my motherboard BIOS to the latest version. Send me XdeiMac.lan.zip
Administrators MaLd0n Posted December 3, 2018 Administrators Posted December 3, 2018 [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
pooriansari2 Posted December 3, 2018 Posted December 3, 2018 [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 MaLd0n Posted December 3, 2018 Administrators Posted December 3, 2018 [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
pooriansari2 Posted December 3, 2018 Posted December 3, 2018 How should I inject Intel? "and use intelgfx 0x12345678 "
Administrators MaLd0n Posted December 3, 2018 Administrators Posted December 3, 2018 [ref]pooriansari2[/ref], config.plist.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
Tormey Posted December 3, 2018 Posted December 3, 2018 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 MaLd0n Posted December 3, 2018 Administrators Posted December 3, 2018 [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
pooriansari2 Posted December 3, 2018 Posted December 3, 2018 Unfortunately I could not boot into installer with the config plist you provided is there any thing I should do beside copying the plist into clover folder and boot?
Administrators MaLd0n Posted December 3, 2018 Administrators Posted December 3, 2018 [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 MaLd0n Posted December 3, 2018 Administrators Posted December 3, 2018 [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
zoe934 Posted December 3, 2018 Posted December 3, 2018 [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?
IaryD Posted December 3, 2018 Posted December 3, 2018 [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 Thank you very much. It seems it works.
endless_shutters Posted December 3, 2018 Posted December 3, 2018 extract new SEND_ME, i'll check logs Thanks MaLd0n. here is a new extraction Send me Jasons-iMac-Pro.zip
herno Posted December 4, 2018 Posted December 4, 2018 hello how are you wanted to thank for all the information you give us and teach us the installation of this great operating system on our computers. I wanted to ask for help to make my pc work well, here I send you my my send me.zip file thank you. Send me iMac-de-usumacint.zip
Administrators MaLd0n Posted December 4, 2018 Administrators Posted December 4, 2018 [ref]zoe934[/ref], this code work in maciasl automatic patcher Added in 2 minutes 16 seconds: [ref]endless_shutters[/ref], have a some in logs Added in 4 minutes 48 seconds: [ref]herno[/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
endless_shutters Posted December 4, 2018 Posted December 4, 2018 You're great MaLd0n, thank you! im going to do some research on these. I ran pmset in terminal and saw sleep prevented by google chrome. I uninstalled it and bam, hack is sleeping again. One last question for now. Is it safe for me to install the FakeSMC kexts on this build?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now