jedigm Posted November 12, 2012 Share Posted November 12, 2012 Hello Olarila Board Could someone help me patch my DSDT for my CX640. I have an optimus GT520 on the board that I would like to patch to remove the card. I've read a few topics around here and on other forums that explain how to patch Dell laptops with the same chip but nothing on my specific laptop. Here's a link to a Toshiba one on Olarila I found http://Olarila.com/forum/viewtopic.php?f=19&t=2070&start=0 Would someone mind helping me by patching my DSDT to make the ACPI _OFF call to or whatever the call for my board is on my nvidia card so I can disable it? I have the SSDT and DSDT files here. I have no idea how to copy these functions over. I get compile errors and I don't know how to go about fixing them. http://storenow.net/my/?f=5589 Link to comment Share on other sites More sharing options...
Mirone Posted December 13, 2012 Share Posted December 13, 2012 Hello Olarila Board Could someone help me patch my DSDT for my CX640. I have an optimus GT520 on the board that I would like to patch to remove the card. I've read a few topics around here and on other forums that explain how to patch Dell laptops with the same chip but nothing on my specific laptop. Here's a link to a Toshiba one on Olarila I found http://Olarila.com/forum/viewtopic.php?f=19&t=2070&start=0 Would someone mind helping me by patching my DSDT to make the ACPI _OFF call to or whatever the call for my board is on my nvidia card so I can disable it? I have the SSDT and DSDT files here. I have no idea how to copy these functions over. I get compile errors and I don't know how to go about fixing them. http://storenow.net/my/?f=5589 Try This: DSDT.aml.zip Link to comment Share on other sites More sharing options...
Imed81 Posted July 19, 2013 Share Posted July 19, 2013 good post..... laptop price in saudi Link to comment Share on other sites More sharing options...
umittek Posted February 10, 2014 Share Posted February 10, 2014 I have tried this dsdt but it doesn't work with msi cx 640. I need your helps Link to comment Share on other sites More sharing options...
brunomarques Posted March 1, 2014 Share Posted March 1, 2014 Minha GT 540M esta funcionando no MountainLion com uma kext que encontrei no osx86 foi uma alteração feita por um usuario para funcionar no notebookdele que é o mesmo modelo do meu Acer 5750G MountainLion Retail appStore - Acer 5750G, Intel Core i7 2670QM 2.20Ghz, Memoria 8Gb Kingston 1600, Intel HD Graphics 3000 e GeForce GT 540M 1Gb,Cavia Bkack 500Gb e Dual Boot com Linux Fedora 20 X64 Link to comment Share on other sites More sharing options...
umittek Posted April 24, 2014 Share Posted April 24, 2014 Why Won't Anybody Help Me? Link to comment Share on other sites More sharing options...
pernacabeluda Posted April 24, 2014 Share Posted April 24, 2014 You did not even post your original files, what help do you expect? -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
umittek Posted April 24, 2014 Share Posted April 24, 2014 You did not even post your original files, what help do you expect? Hi Dude You are right. I'm sorry. I have extracted my dsdt file using MaciAds dsdt edit program. I didn't edit anything inside this dsdt. Because I don't know what I have to do to edit for full working my dsdt file. I need that A working and edited a dsdt file with disable nvidia card. DSDT.zip Link to comment Share on other sites More sharing options...
pernacabeluda Posted April 24, 2014 Share Posted April 24, 2014 You need to post your SSDT tables as well, check the first post of this topic, what files the author provided. -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
umittek Posted April 24, 2014 Share Posted April 24, 2014 I hope this files are usefull for you to solve this problem. SSDT-1.zip SSDT-2.zip Pro.acpi.zip Link to comment Share on other sites More sharing options...
pernacabeluda Posted April 24, 2014 Share Posted April 24, 2014 I need the SSDT which contains the graphics stuff. The ones you attached are about CPU power management. Run this in terminal, it will save all tables in Desktop perl -e 'open(IOREG, "ioreg -lw0|") or die; while(<IOREG>) { chomp; if($_ =~ /\"ACPI\sTables\"\s*=\s*\{([^}]+)\}/) { $buf = $1; mkdir("Desktop/ACPI Tables"); foreach $table (split(/,/, $buf)) { my($tab, $val) = split(/=/, $table); $tab =~ s/\"//g; open(PIP, "|xxd -r -p > \"Desktop/ACPI Tables/".$tab.".aml\""); print PIP $val; close(PIP); } } }' -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
umittek Posted April 24, 2014 Share Posted April 24, 2014 I need the SSDT which contains the graphics stuff. The ones you attached are about CPU power management. Run this in terminal, it will save all tables in Desktop perl -e 'open(IOREG, "ioreg -lw0|") or die; while(<IOREG>) { chomp; if($_ =~ /\"ACPI\sTables\"\s*=\s*\{([^}]+)\}/) { $buf = $1; mkdir("Desktop/ACPI Tables"); foreach $table (split(/,/, $buf)) { my($tab, $val) = split(/=/, $table); $tab =~ s/\"//g; open(PIP, "|xxd -r -p > \"Desktop/ACPI Tables/".$tab.".aml\""); print PIP $val; close(PIP); } } }' ssdt.zip Link to comment Share on other sites More sharing options...
pernacabeluda Posted April 24, 2014 Share Posted April 24, 2014 Try this 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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
umittek Posted April 25, 2014 Share Posted April 25, 2014 Try this[attachment=0]DSDT.aml.zip[/attachment] Wouvv it s working very well. Thanks you. You are my hero my dude, Link to comment Share on other sites More sharing options...
umittek Posted June 1, 2014 Share Posted June 1, 2014 Hi dude again; Now I have other a problem is that I getting artifact with my intel hd 3000m graphics card. I have researched a solutions to fix this problem but I havent found anythings. SO There are any solutions way to fix this problem with dsdt pacth or other ways. Can you help me about this problem Link to comment Share on other sites More sharing options...
artur-pt Posted June 1, 2014 Share Posted June 1, 2014 hello try this one DSDT.aml.zip good hack PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files Link to comment Share on other sites More sharing options...
umittek Posted June 2, 2014 Share Posted June 2, 2014 hello try this one [attachment=0]DSDT.aml.zip[/attachment] good hack It doesn't work with clover bootloder. I have tried chimera 3.1 bootloder with which it have worked very well. But Now sleep currently dosen't work but it do in clover bootloder. I have tried darkwake=0,1,9,10 but it doesnt. Link to comment Share on other sites More sharing options...
umittek Posted June 3, 2014 Share Posted June 3, 2014 I dont have a chance to fix sleep problem with dsdt. Do I? Link to comment Share on other sites More sharing options...
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