taka47 Posted December 31, 2017 Share Posted December 31, 2017 Hello, I try to patch my DSDT or SSDT for disable my nvidia card. I follow lot of tuto but I never do it :'( My laptop is Asus FX553V with i7 7700HQ and you can see other into my signature. I do the F4 Clover for backup *.aml and I try to change some codes with iasl and MaciASL. But I'm always stuck... Someone can help me ? Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/ Share on other sites More sharing options...
taka47 Posted December 31, 2017 Author Share Posted December 31, 2017 Possibly... if you could post those extracted tables. Oh ! Sorry, was thinking about attached with my post O_o. Here : https://www.dropbox.com/s/2oat393cxxs3dwh/DSDT%20SSDT.zip?dl=0 Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2559140 Share on other sites More sharing options...
taka47 Posted December 31, 2017 Author Share Posted December 31, 2017 Try this patched SSDT-2-PegSsdt renamed SSDT-1.aml, on the assumption that you have already generated your CPU PM SSDT.aml. If it's not the case, just rename it SSDT.aml. SSDT-1.aml.zip Patch applied as follows under \SB.PCI0.PEG0: Before: Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (LTRX, LTRS) Store (OBFX, OBFS) } After: Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (LTRX, LTRS) Store (OBFX, OBFS) \_SB.PCI0.PEG0.PG00._OFF () } ` This patched SSDT table lust be placed in your Clover EFI ACPI/patched folder. Thanks a lot man ! I'll try this tomorrow Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2559193 Share on other sites More sharing options...
taka47 Posted January 1, 2018 Author Share Posted January 1, 2018 I don't know why but my installation don't want to work ... Maybe I have something wrong with my kexts or config.plist. Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2559418 Share on other sites More sharing options...
taka47 Posted January 2, 2018 Author Share Posted January 2, 2018 Try this patched SSDT-2-PegSsdt renamed SSDT-1.aml, on the assumption that you have already generated your CPU PM SSDT.aml. If it's not the case, just rename it SSDT.aml. SSDT-1.aml.zip Patch applied as follows under \SB.PCI0.PEG0: Before: Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (LTRX, LTRS) Store (OBFX, OBFS) } After: Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (LTRX, LTRS) Store (OBFX, OBFS) \_SB.PCI0.PEG0.PG00._OFF () } ` This patched SSDT table lust be placed in your Clover EFI ACPI/patched folder. I had try lots of things with your file and I try to do mine too, but I've always the same result. I'm totaly lost :'(. It's seems to be impossible to desactivate nvidia card. I can't boot High Sierra installation without this patch. I keep working on files ... I'll do this !!! Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2560042 Share on other sites More sharing options...
gengik84 Posted January 2, 2018 Share Posted January 2, 2018 Delete SSDT-1.aml Put SSDT-Disable_DGPU.aml.zip in EFI/Clover/acpi/patched...and try again.. 1 Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2560106 Share on other sites More sharing options...
taka47 Posted January 2, 2018 Author Share Posted January 2, 2018 Delete SSDT-1.aml Put SSDT-Disable_DGPU.aml.zip in EFI/Clover/acpi/patched...and try again.. Thanks gengik84. So, I put only this file into patched folder ? Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2560285 Share on other sites More sharing options...
gengik84 Posted January 2, 2018 Share Posted January 2, 2018 yes...EFI/clover/acpi/patched Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2560286 Share on other sites More sharing options...
taka47 Posted January 2, 2018 Author Share Posted January 2, 2018 yes...EFI/clover/acpi/patched That's working !!! Thanks a lot I understand what you do and I don't know why I did not find this solution . Installation of Hgih Sierra is working. Now, I'll install that and I'll see how to adapt files to my computer. 1 Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2560303 Share on other sites More sharing options...
taka47 Posted January 6, 2018 Author Share Posted January 6, 2018 Hello here ! I update information about my hackintosh It's really hard to make all 100% fonctional. For the moment, I need to find how to don't have FAN at 100% all time. When I don't disable nVidia card, it's working but High Sierra don't boot. When I use SSDT for no use 1050ti, FAN is at 100%. Touchpade I2C ELAN 1200 don't work too, when I install kext, I have kernel panic. Sound don't work too but for the moment, I don't search how to do this. I'm on the good way Just need time . Thanks for all information I find into this forum ! Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2562697 Share on other sites More sharing options...
gengik84 Posted January 6, 2018 Share Posted January 6, 2018 Please attach your efi's folder and ioreg Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2562722 Share on other sites More sharing options...
taka47 Posted January 7, 2018 Author Share Posted January 7, 2018 Please attach your efi's folder and ioreg Hello gengik84, I have my first method to boot with your SSDT add-on and I have a second method with DSDT Patched. I join at this post 2 files with IOReg for each method to boot. I add origin DSDT and SSDT. I don't know which is the best way to have a perfect Hackintosh . Thanks for your help . Here for files : https://drive.google.com/drive/folders/1JYJs77FqCX2h4tVHxH3o9bs6ivgReoiB?usp=sharing Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2563475 Share on other sites More sharing options...
taka47 Posted January 10, 2018 Author Share Posted January 10, 2018 I'm a little lost for fan control. FAN is always at 100% Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2566145 Share on other sites More sharing options...
waladar Posted March 21, 2018 Share Posted March 21, 2018 Any lick with the fan ? Link to comment https://www.insanelymac.com/forum/topic/331139-resolved-help-asus-fx553ve-disable-nvidia-card/#findComment-2604951 Share on other sites More sharing options...
Recommended Posts