
02-07-2010, 11:10 PM
|
 |
|
|
Join Date: Jun 2009
Location: Athens
Posts: 540
|
|
Αμελητέο ειναι φιλε το error που εχεις και ειναι κοινο σε πολλα μηχανακια και διορθωνεται αμεσως θα στο φτιαξω μια αλλη φορα,αλλα το dsdt παιζει κανονικα και μπορεις να το βαλεις και στο 10.6 εαν θελησεις.
Αντε να δω με αυτο το chameleon τι θα γινει?
καλη επιτυχια!!!!!!
Παρε και το fix για το _wak :
Code:
At the end of the _WAK method, this must be added:
Return (Package (0x02)
{
Zero,
Zero
})
Example:
Method (_WAK, 1, NotSerialized)
{
P8XH (One, 0xAB)
If (LOr (LEqual (Arg0, 0x03), LEqual (Arg0, 0x04)))
{
If (And (CFGD, 0x01000000))
{
If (LAnd (And (CFGD, 0xF0), LEqual (OSYS, 0x07D1)))
{
TRAP (0x3D)
}
}
}
If (LEqual (RP2D, Zero))
{
Notify (\_SB.PCI0.RP02, Zero)
}
If (LEqual (Arg0, 0x03)) {}
If (LEqual (Arg0, 0x04))
{
\_SB.PCI0.LPCB.EC.SELE ()
}
P8XH (Zero, 0xCD)
Return (Package (0x02)
{
Zero,
Zero
})
}
You must use the search feature to locate the _WAK section and add the hack
Ανοιξε το dsdt.aml και κανε την διορθωση οπως την λεει ο οδηγος και ξανακανε compile για να δεις εαν σου βγαζει ξανα error.
Mac mini i5 mid 2011- Apple Cinema Display 27' /Lion 10.7.3
MacBook/MB466/A GR Aluminium late 2008 Lion 10.7.3
iPhone 4 16GB
Acer Aspire one ZG5 Snow Leopard 10.6.8
Last edited by SomniusX; 02-08-2010 at 09:53 AM.
|