Jump to content
6 posts in this topic

Recommended Posts

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

:)

 

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 ;)

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!

  • 1 year later...
  • 9 months later...
×
×
  • Create New...