Jump to content

Lion installation issues on Sony Vaio


sheikhumar

Recommended Posts

yes, i have window installed. will try that today.

i assume i need to do the AHCI Sata orange icon patch???

when i boot with -v i also notice the ECHI cant take ownship of the bios, something along that line, should i do the ECHI oweship patch??

LMK

thanks

 

 

You can apply the patches below...

 

DTGP

AHCI SATA orange icon

Alias

EHCI ownership

EHCI sleep

IRQs

LPC

New HPET

RTC

Possible operator timeout is ignored

SBUS

Link to comment
Share on other sites

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

when i open the dsdt, it has 168 errors.

i can only apply ahci patch or everything else. once i apply the ahci patch, when apply other patches, it hangs. once i apply any patch, it hang when apply ahci patch.

any recommandation?

 

You are applying the patches on a clean DSDT right...

 

If you already use DSDT, remove it first and reboot or use the Windows or Linux version of the app to made your DSDT...

 

When you "Compile" and see the errors, what happens when you click on "Fix Errors"???

 

Try applying the patches in the same sequence that i told to you... Some patches needs the DTPG patch...

 

[EDIT]

 

If anything works, copy the errors output and place here...

Link to comment
Share on other sites

it's a clean dsdt, it extracted by the dsdt editor.

the errors are mostly:"object does not exist". when i click fix error, nothing. you can see the program run, but it doesnt seem able to fix any of the errors.

 

 

Try commenting the "Invalid Object"...

 

Insert " /* " before and " */ " after the object (without quotes)....

 

Se the example below...

 

/*              \_SB.MEM._CRS._Y10._LEN, ISMS)
               \_SB.MEM._CRS._Y11._LEN, EXTM)
               \_SB.MEM._CRS._Y12._BAS, USMA)
               \_SB.MEM._CRS._Y12._LEN, USMS)     */

Link to comment
Share on other sites

i add"/*"to the first error and click fix errors, it fixs almost all the error.(dude you are super genius) now i got 4 errors and 1 warnings left.

2431 warning nested comment found

/* 0000 */ 0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40,

/* 0008 */ 0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66

2433 error parse error, expecting "," or "}"

}) i assume just need to delete the ")"

3431 error parse error

If (LNotEqual (TBAB, Zero))

3472 error parse error

If (LNotEqual (TBAB, Zero))

3572 error parse error, expecting "$"

Device (USB1)

Link to comment
Share on other sites

(dude you are super genius)

 

This is not truth...

 

2433 error parse error, expecting "," or "}"

}) i assume just need to delete the ")"

3431 error parse error

If (LNotEqual (TBAB, Zero))

3472 error parse error

If (LNotEqual (TBAB, Zero))

3572 error parse error, expecting "$"

Device (USB1)

 

To have a "Patched" DSDT, we must have a really BIG knowledment on the ACPI table...

 

I know only the basics to made simple patches...

 

For the first error, you must check if is a "Method" end or a "Device" end, maybe you need to add a } or remove...

 

The others, is hard to know, but maybe you "Comment" something wrong...

 

Try using EvO DSDT-Fixer... Maybe could be a better choice...

 

And remember, this is just a test, there's no warranty that will work...

Link to comment
Share on other sites


×
×
  • Create New...