Plucka Posted November 24, 2010 Share Posted November 24, 2010 Ok mate, thank you very much I will make screens of the terminal windows and pm them to you. Cheers once again, Plucka Hey MaLDon here are the files for my ASUS P5B motherboard, I hope you may be able to do something with them I will share the results whenever I can, thank you for your time and effort, cheers mate, Plucka kextstat.rtf ioreg__fl.rtf cat__var_log_kernel_log.rtf Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1590839 Share on other sites More sharing options...
Pluskat5000Schiffe Posted November 24, 2010 Share Posted November 24, 2010 but what happens to sleep?not enter into sleep? enter into sleep but not back? enter into sleep and come back quickly? I need the patient's symptoms It enters into sleep I think because its complaining about a resuming encypted image isn't supported. (Hibernation is written resuming cause KP startup Wake=No) Machines stays on, hear something in the DVD station happeming executing sleep. Fan is on System light on. Not accessible anymore over the network (ping) Hold down power button for 3 sec shuts down system (all lights off) Brightness kexts are not working. I think those kexts are for non nvidia cards. Nvidia has brighness possibility in the driver. Nvclocks is delivered with brightness command. That command is working. So you native slider should work although its not functioning right now. Battery indicator is switched off when I try to get it on. Grtz man Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1590841 Share on other sites More sharing options...
Plucka Posted November 24, 2010 Share Posted November 24, 2010 PS the DSDT didnt attach to the last post so here it is sorry for the inconvenience, cheers mate, Plucka dsdt.aml.zip Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1590842 Share on other sites More sharing options...
MaLd0n Posted November 25, 2010 Author Share Posted November 25, 2010 PS the DSDT didnt attach to the last post so here it is sorry for the inconvenience, cheers mate, Plucka dsdt.Plucka.zip DTGP HID/CID IRQs LPC REMOVE RENAME EHCI SMBUS SHUTDOWN FIX WARNINGS after send me a log cat /var/log/kernel.log Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1590860 Share on other sites More sharing options...
Chrisfromiowa Posted November 25, 2010 Share Posted November 25, 2010 Greeting sir, here is what my boot plist looks like Sleep is on and off, I'm not sure but I think it has something to do with legacy usb and the bios. If I disable legacy, it wakes from sleep (I had energy savings set) but wont recognize the mouse/keyboard until its awake. If I turn on legacy USB it wakes and has weird sound issues. I'll keep trying different voodooHDA's. It has the ALC662 codec. Thanks again sir, regards Chris Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1590924 Share on other sites More sharing options...
joshs85 Posted November 25, 2010 Share Posted November 25, 2010 10.5? Leopard? Use MacPro4,1 Extra.zip do not use [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] you do not need Extra folder + DSDT + Chameleon RC5 use -v see the error MaLd0n, I bought a second video card (Nvidia GeForce GTX 470) and want to install it as a second video card into my system which currently has a Nvidia GTX 285. Is there anything special I need to do to my DSDT to get this working? I have installed the Retail NVIDIA drivers for the new card and they both work separately but when I install them both at the same time, I get a KP. Thanks.. You're the best! Oh, and I don't know if this helps but I have added a copy of the current GFX EFI injection for each card running by itself in its PCIE slot. GFX.zip Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1590927 Share on other sites More sharing options...
Sasan Posted November 25, 2010 Share Posted November 25, 2010 Is is possible someone upload the DSDT generated for EP45-UD3LR with this program? I cannot generate it myself! Thanks in advance Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1590955 Share on other sites More sharing options...
memerich Posted November 25, 2010 Share Posted November 25, 2010 Hi, first I would like to thank MaLd0n for the superb work he did. However, I have some problems with resume from wake. I cannot wake up my hackintosh with any USB device (neither Mac wired keyboard nor magic mouse). Further more my bluetooth dongle and magic mouse, respectively, do not work after wake from sleep with power button. My hackintosh specs are: Motherboard: GA-EX38-DS4 Harddisk: Corsair F60 SSD Graphics: POV 9500 GT For installation of MacOS (10.6.5) I used following guide: http://www.insanelymac.com/forum/index.php?showtopic=189967 So far this guide worked very well for me. I used also the autopatcher for the GA-P35-DS4 as mentioned in the guide, since the GA-P35-DS4 and the GA-X38-DS board are very similar. The thus created dsdt.aml works perfect, only the above mentioned problems occur. Unfortunately I haven´t been able to solve them althought I tried to introduce various dsdt patches with dsdt editor. So can anybody (MaLd0n perhaps?) help me with my problem? Is there a dsdt.aml for the GA-X38-DS4 board somebody can send me? PS: Unfortunately I am at work at the moment so I am not in front of my rig. Therefore I cannot attach the IOreg and original dsdt at the moment. I will post them later on. Thanks in advance, Greetings Meme Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591001 Share on other sites More sharing options...
PsicheAlCubo Posted November 25, 2010 Share Posted November 25, 2010 Send me your original DSDTRun on terminal perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }' kextstat kextstat ioreg output ioreg -fl Ok..when I type these instruction I get this result: P3--Barbies-Mac-Pro:~ Carmel$ perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }' kextstat Semicolon seems to be missing at - line 1. ioreg -fl Nothing follows....so...what do I do next? Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591041 Share on other sites More sharing options...
MaLd0n Posted November 25, 2010 Author Share Posted November 25, 2010 Greeting sir, here is what my boot plist looks like Sleep is on and off, I'm not sure but I think it has something to do with legacy usb and the bios. If I disable legacy, it wakes from sleep (I had energy savings set) but wont recognize the mouse/keyboard until its awake. If I turn on legacy USB it wakes and has weird sound issues. I'll keep trying different voodooHDA's. It has the ALC662 codec. Thanks again sir, regards Chris use only what you need in your boot.plist you can try this do not know if it will resolve MaLd0n, I bought a second video card (Nvidia GeForce GTX 470) and want to install it as a second video card into my system which currently has a Nvidia GTX 285. Is there anything special I need to do to my DSDT to get this working? I have installed the Retail NVIDIA drivers for the new card and they both work separately but when I install them both at the same time, I get a KP. Thanks.. You're the best! Oh, and I don't know if this helps but I have added a copy of the current GFX EFI injection for each card running by itself in its PCIE slot. wow I do not know use only one GPU Is is possible someone upload the DSDT generated for EP45-UD3LR with this program? I cannot generate it myself! Thanks in advance send me your DSDT extract the DSDT with the DSDT EDITOR http://www.insanelymac.com/forum/index.php?showtopic=223205 My hackintosh specs are:Motherboard: GA-EX38-DS4 Harddisk: Corsair F60 SSD Graphics: POV 9500 GT send me the DSDT that you are using Nothing follows....so...what do I do next? one at a time use DSDT EDITOR http://www.insanelymac.com/forum/index.php?showtopic=223205 Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591094 Share on other sites More sharing options...
mwgdrwg Posted November 25, 2010 Share Posted November 25, 2010 Hi MaLd0n I have a Foxconn 975v7ab everything works pretty much ok except that trying to access System profiler from the apple logo boots you out to the login screen also ram is not displayed or identified correctly (long string of characters) - though it is identified correctly by Chameleon. I am by no means an expert which is why I'd like you to have a look at my DSDT if you don't mind as I suspect that may be where the problem lies. I've applied the cmos reset patch and added DGTP also a SATA patch to identify the controller correctly *note it's always had this problem in SL with system profiler regardless of patches applied. anyway, here it is: DSDT.aml.zip yours in hope Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591151 Share on other sites More sharing options...
Plucka Posted November 25, 2010 Share Posted November 25, 2010 dsdt.Plucka.zipDTGP HID/CID IRQs LPC REMOVE RENAME EHCI SMBUS SHUTDOWN FIX WARNINGS after send me a log cat /var/log/kernel.log Hey MaLDon thanks very much for patching the DSDT for me, I appreciate your work and your help very much. Maybe Im missing something simple but in the DSDT Editor I extract the DSL from the system and then open your file from my desktop, In the window that opens next I get the text ''invalid command'' please see pic. I am unsure if I apply patch that it is going to function properly mainly because of the invalid command messages? Is this the right way to proceed? Once again thank you so much for your help. Cheers mate, Plucka Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591247 Share on other sites More sharing options...
Sasan Posted November 25, 2010 Share Posted November 25, 2010 here is DSL file of DSDT Thanks again my_DSDT.dsl.zip MalD0n, Sorry it is really something extra i request from u... Is it possible for u to put this piece of code in my Edited DSDT? I would appreciate your time and effort... Device (PEGP) { Name (_ADR, 0x00030000) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x09, 0x04)) } Device (GFX0) { Name (_ADR, Zero) Method (_DSM, 4, NotSerialized) { Store (Package (0x18) { "@0,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@0,device_type", Buffer (0x08) { "display" }, "@0,name", Buffer (0x0F) { "NVDA,Display-A" }, "@1,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@1,device_type", Buffer (0x08) { "display" }, "@1,name", Buffer (0x0F) { "NVDA,Display-B" }, "NVCAP", Buffer (0x18) { /* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, /* 0008 */ 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, /* 0010 */ 0x00, 0x00, 0x00, 0x00 }, "VRAM,totalsize", Buffer (0x04) { 0x00, 0x00, 0x00, 0x40 }, "device_type", Buffer (0x0C) { "NVDA,Parent" }, "model", Buffer (0x16) { "NVIDIA GeForce GT 430" }, "rom-revision", Buffer (0x0F) { "70.08.29.00.01" }, "hda-gfx", Buffer (0x0A) { "onboard-1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Device (HDAU) { Name (_ADR, One) Method (_DSM, 4, NotSerialized) { Store (Package (0x02) { "hda-gfx", Buffer (0x0A) { "onboard-1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591257 Share on other sites More sharing options...
MaLd0n Posted November 25, 2010 Author Share Posted November 25, 2010 Hey MaLDon thanks very much for patching the DSDT for me, I appreciate your work and your help very much. Maybe Im missing something simple but in the DSDT Editor I extract the DSL from the system and then open your file from my desktop, In the window that opens next I get the text ''invalid command'' please see pic. I am unsure if I apply patch that it is going to function properly mainly because of the invalid command messages? Is this the right way to proceed? Once again thank you so much for your help. Cheers mate, Plucka what you want to apply? The DSDT is ready Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591287 Share on other sites More sharing options...
MikeHunt79 Posted November 25, 2010 Share Posted November 25, 2010 This looks like a great bit of software and there seems to be loads of Gigabyte board supported which is nice. I'm running the rather ancient Gigabyte GA-965P-DS3 r3.3, which I think is ICH8 and uses the ALC888 for sound. How easy would it be to add this board to auto-patcher? Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591289 Share on other sites More sharing options...
MaLd0n Posted November 25, 2010 Author Share Posted November 25, 2010 here is DSL file of DSDT Thanks again your DSDT is not a original look it dsdt.Sasan.zip This looks like a great bit of software and there seems to be loads of Gigabyte board supported which is nice. I'm running the rather ancient Gigabyte GA-965P-DS3 r3.3, which I think is ICH8 and uses the ALC888 for sound. How easy would it be to add this board to auto-patcher? Send me your original DSDT Run on terminal perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }' kextstat kextstat ioreg output ioreg -fl Log cat /var/log/kernel.log Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591291 Share on other sites More sharing options...
Plucka Posted November 25, 2010 Share Posted November 25, 2010 what you want to apply? The DSDT is ready Sorry mate, so just replace the DSDT in my extras folder with this one and we are in business. I will post the log as requested. Thanking you once again, cheers mate, Plucka Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591312 Share on other sites More sharing options...
MaLd0n Posted November 25, 2010 Author Share Posted November 25, 2010 I will post the log as requested. Ok Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591354 Share on other sites More sharing options...
Pluskat5000Schiffe Posted November 25, 2010 Share Posted November 25, 2010 any news post #429 ;-) grtz Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591367 Share on other sites More sharing options...
memerich Posted November 25, 2010 Share Posted November 25, 2010 Hi,first I would like to thank MaLd0n for the superb work he did. However, I have some problems with resume from wake. I cannot wake up my hackintosh with any USB device (neither Mac wired keyboard nor magic mouse). Further more my bluetooth dongle and magic mouse, respectively, do not work after wake from sleep with power button. My hackintosh specs are: Motherboard: GA-EX38-DS4 Harddisk: Corsair F60 SSD Graphics: POV 9500 GT For installation of MacOS (10.6.5) I used following guide: http://www.insanelymac.com/forum/index.php?showtopic=189967 So far this guide worked very well for me. I used also the autopatcher for the GA-P35-DS4 as mentioned in the guide, since the GA-P35-DS4 and the GA-X38-DS board are very similar. The thus created dsdt.aml works perfect, only the above mentioned problems occur. Unfortunately I haven´t been able to solve them althought I tried to introduce various dsdt patches with dsdt editor. So can anybody (MaLd0n perhaps?) help me with my problem? Is there a dsdt.aml for the GA-X38-DS4 board somebody can send me? PS: Unfortunately I am at work at the moment so I am not in front of my rig. Therefore I cannot attach the IOreg and original dsdt at the moment. I will post them later on. Thanks in advance, Greetings Meme I am at home now and have been able to extract my original dsdt and other needed data: dsdt_gaex38ds4.zip Hope somebody can help. Greetings meme. Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591369 Share on other sites More sharing options...
MaLd0n Posted November 25, 2010 Author Share Posted November 25, 2010 any news post #429 ;-) grtz Nope I do not know how to solve these problems Sorry if you find a solution to this let me know I am at home now and have been able to extract my original dsdt and other needed data:dsdt_gaex38ds4.zip Hope somebody can help. Greetings meme. Hi memerich dsdt.memerich.zip The DSDT is right all patches I just renamed and removed(not used by OSX) devices I use the same patches and my awakened by the mouse, keyboard... Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591370 Share on other sites More sharing options...
Pluskat5000Schiffe Posted November 25, 2010 Share Posted November 25, 2010 Nope I do not know how to solve these problems Sorry if you find a solution to this let me know Ok man. For now I'm quite happy with it. Should it be handy to find out what the correct translations should be for the masked device ID's ? I think it should be much easier to indentify where that is located in the DSDT? Grtz and thnks for your work man. Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591384 Share on other sites More sharing options...
MaLd0n Posted November 25, 2010 Author Share Posted November 25, 2010 See in ioreg I did not understand your first question Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591394 Share on other sites More sharing options...
Plucka Posted November 25, 2010 Share Posted November 25, 2010 dsdt.Plucka.zipDTGP HID/CID IRQs LPC REMOVE RENAME EHCI SMBUS SHUTDOWN FIX WARNINGS after send me a log cat /var/log/kernel.log Hey MaLDon Here is the Log you requested, I replaced the DSDT in my DSDT folder and I do see some changes in the about this Mac windows, unfortunately, not all my USB hubs are working? Still says no built in audio in about this Mac? As well as firewire, no big deal dont use that anyway!!! Thank you for the tremendous job you are doing for everybody here you really are an inspiration to us all, cheers mate, Plucka post_DSDT_log.rtf Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591396 Share on other sites More sharing options...
Sasan Posted November 26, 2010 Share Posted November 26, 2010 Hi Generated DSDT with terminal commands. Thanks. dsdt.aml.zip Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/18/#findComment-1591506 Share on other sites More sharing options...
Recommended Posts