Jump to content

Alienware M17xR4 DSDT Help #2


applehacker
 Share

2 posts in this topic

Recommended Posts

I am trying to create my DSDT from windows in an effort to maybe fix my Device in slot-slot 1 hang when i try to boot up lion installer. I have corrected many errors, but I am stuck on 2 parse errors, 3 warnings, and 7 remarks. Can anybody help me please? It would be much appreciated!

attached: http://www.mediafire.com/?l8ywmgut53ph0u4

DSL not edited, AML edited

Link to comment
Share on other sites

I am trying to create my DSDT from windows in an effort to maybe fix my Device in slot-slot 1 hang when i try to boot up lion installer. I have corrected many errors, but I am stuck on 2 parse errors, 3 warnings, and 7 remarks. Can anybody help me please? It would be much appreciated!

attached: http://www.mediafire.com/?l8ywmgut53ph0u4

DSL not edited, AML edited

 

idid this

			Device (^^MEM2)
		{
			Name (_HID, EisaId ("PNP0C01"))
			Name (_UID, 0x02)
			Name (CRS, ResourceTemplate ()
			{
				Memory32Fixed (ReadWrite,
					0x20000000,		 // Address Base
					0x00200000,		 // Address Length
					)
				Memory32Fixed (ReadWrite,
					0x40000000,		 // Address Base
					0x00200000,		 // Address Length
					)
			})
			Method (_CRS, 0, NotSerialized)
			{
				If (IGDS)
				{
					Return (CRS)
				}
				Return (Zero)
			}
		}

also removed

External (\TNOT)

and replaced _T_0 with T_0

applehacker.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...