Jump to content

Please help me fix my DSDT.aml file !


toanbk
 Share

5 posts in this topic

Recommended Posts

  • 4 weeks later...

Could I see your original unmodified DSDT for comparison?

 

Seems like a brace is missing somewhere; if I can see your original maybe I can see where

 

EDIT: yeah you are missing more than that as well; looks like things have been deleted that shouldn't have been, or at least not cleaned up properly. Post your original and let me know what you were trying to do and I'll take a look at it.

Link to comment
Share on other sites

All other errors are caused by this IF ("syntax error, unexpected PARSEOP_IF")

//				If (CondRefOf (FPED))
//				{
//					FPED ()
//				}

Comment it out (you may want to leave the "FPED ()" call) and there will be just one error left if you are using a recent iasl ("Invalid combination of Length and Min/Max fixed flags")

				DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
				0x00000000,		 // Granularity
				0x00000000,		 // Range Minimum
				0xFEAFFFFF,		 // Range Maximum
				0x00000000,		 // Translation Offset
				0xFEB00000,		 // Length
				,, , AddressRangeMemory, TypeStatic)

Fix Length to [Range Maximum]-[Range Minimum]+1

 

Use this editor and the second error will be auto fixed

http://www.insanelymac.com/forum/index.php?showtopic=223205

Link to comment
Share on other sites

When I start installing retail mac os I have the next error (see the screen)

 

132e74e3.jpg

 

 

Help me please I very want to put retail mac os into my notebook!!!! This my hardware:

HP dv6-1229er

Intel Core 2 Duo T6500

Video: ATI Mobility Radeon HD 4650 1Gb DDR3 - ( i think there is a problem in this)

 

This is my DSDTdsdt.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...