Ashley Carrington Posted December 20, 2011 Share Posted December 20, 2011 Hello trying to fix a DSDT on Dell Optiplex GX520 SL 10.6.2 legacy kernel. I'm using DSDT editor and have applied the RTC and GMA 950 fixes but whats the last error DTGP?? DSDT editor says "1 Errors, 19 Warnings, 4 Remarks, 49 Optimizations Error is "Object does not exist (DTGP)" Link to comment https://www.insanelymac.com/forum/topic/273693-dell-optiplex-gx520-a-hard-dsdt/ Share on other sites More sharing options...
buoo Posted December 20, 2011 Share Posted December 20, 2011 You have to add the Method DTGP Method (DTGP, 5, NotSerialized) { If (LEqual (Arg0, Buffer (0x10) { /* 0000 */ 0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44, /* 0008 */ 0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B })) { If (LEqual (Arg1, One)) { If (LEqual (Arg2, Zero)) { Store (Buffer (One) { 0x03 }, Arg4) Return (One) } If (LEqual (Arg2, One)) { Return (One) } } } Store (Buffer (One) { 0x00 }, Arg4) Return (Zero) } .. just after the first curly brace DefinitionBlock ("./dsdt.aml", "DSDT", ...... { Copy the code from here http://pastebin.com/mJ9XHtcC Link to comment https://www.insanelymac.com/forum/topic/273693-dell-optiplex-gx520-a-hard-dsdt/#findComment-1779940 Share on other sites More sharing options...
oldnapalm Posted December 20, 2011 Share Posted December 20, 2011 Or apply the DTGP.txt patch if you are using DSDT Editor. Link to comment https://www.insanelymac.com/forum/topic/273693-dell-optiplex-gx520-a-hard-dsdt/#findComment-1779950 Share on other sites More sharing options...
Ashley Carrington Posted December 21, 2011 Author Share Posted December 21, 2011 Cheers guy will test now, forgot to apply the DTGP patch will put my compiled DSDT in extras not root cause thats where my loader is and ill have to apply vanilla video kexts cause obviously wont boot. Ill report back! Link to comment https://www.insanelymac.com/forum/topic/273693-dell-optiplex-gx520-a-hard-dsdt/#findComment-1780159 Share on other sites More sharing options...
microphone Posted November 17, 2013 Share Posted November 17, 2013 Ill report back! LIES 3 Link to comment https://www.insanelymac.com/forum/topic/273693-dell-optiplex-gx520-a-hard-dsdt/#findComment-1968836 Share on other sites More sharing options...
adistocrad Posted August 29, 2014 Share Posted August 29, 2014 HAHA Microphone - Serious LIES Link to comment https://www.insanelymac.com/forum/topic/273693-dell-optiplex-gx520-a-hard-dsdt/#findComment-2056593 Share on other sites More sharing options...
Recommended Posts