Jump to content

help compil dsdt Asus N73


ClassicRed
 Share

5 posts in this topic

Recommended Posts

Hello

 

Is it possible to be of help to compile this file

 

He is from a asus with a Intel HD 3000 and Nvidia 540M

 

Because when I inject this:

 

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x02)

{

"AAPL00,DualLink",

Buffer (0x04)

{

0x01, 0x00, 0x00, 0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

 

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)

}

 

 

Fix errors , no works

 

THX :D

 

TELECHARGER dsdt_N73SV.zip

Link to comment
Share on other sites

duallink isn't enough to make optimus to work i tried it and didn't work it crash gfx

 

i tried to emulate io registry of macbookpro 6.1 and macbookpro 8.3 in to dsdt of my notebook

 

but have small error on compilation don't know how to fix hope that mald0n help me to fix this and try new dsdt :D

Link to comment
Share on other sites

 Share

×
×
  • Create New...