Jump to content

ASUS A56CM - K56CM - TUTORIAL ML 10.8.2


Piuma
 Share

244 posts in this topic

Recommended Posts

No this is a bug Chamelon, it's hard.

 

 

DSDT and kext works very good, thank you

 

 

edite: DSDT it's for asus n76vz but works good, I will look if I can add entries to DSDT_Tonio for S56CM there was less {censored} (Backlit keyboard,...)

Link to comment
Share on other sites

hi Lejenk

 

 

what is the difrence between this two efi string:

 

 

<key>device-properties</key>

<string>9d0000000100000002000000520000000100000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d0069006400000008000000030066013f0000000100000002010c00d041030a0000000001010600031c0101060002007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>

 

and

 

 

<key>device-properties</key>

<string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000003006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string>

 

 

witch one is the best for k56cm

Link to comment
Share on other sites

Hi degrus,

 

I have no idea, would have to reverse the strings, to much trouble.

 

Btw Tonio, i noticed, after wake, the screen stays blank on my HD4000, so i asked my friend Google :P

To fix this, edit the GFX0 section in the DSDT as below:

Previous code:

Device (GFX0)
{
Name (_ADR, 0x00020000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"AAPL,ig-platform-id",
Buffer (0x04)
{
0x04, 0x00, 0x66, 0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}

 

New code:

 

Device (GFX0)

{

Name (_ADR, 0x00020000)

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x0C)

{

"AAPL,ig-platform-id",

Buffer (0x04)

{

0x04, 0x00, 0x66, 0x01

},

"device-id",

Buffer (0x04)

{

0x66, 0x01, 0x00, 0x00

},

"vendor-id",

Buffer (0x04)

{

0x86, 0x80, 0x00, 0x00

},

"subsystem-vendor-id",

Buffer (0x04)

{

0x6B, 0x10, 0x00, 0x00

},

"subsystem-id",

Buffer (0x04)

{

0xEA, 0x00, 0x00, 0x00

},

"revision-id",

Buffer (0x04)

{

0x04, 0x00, 0x00, 0x00

}

}, Local0)

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

Return (Local0)

}

 

Pay attention to the red numbers :)

  • Like 1
Link to comment
Share on other sites

Thanks! I have an Asus S46cm ultrabook which is the same as an S56cm, I used your files and it fixed almost everything except the wifi.

 

I don't know why but my touchpad doesn't work with the latest Elan driver..

  • Like 1
Link to comment
Share on other sites

I managed to put clover in the hard drive and have 8gb of ram.

Just go into the bios and enter the EFI line for booting clover.

 

It does not work well yet, no keyboard, no touchpad, no ethernet, resolution not good... but 8go ram...

 

I will try to run all this weekend.

Edited by Tonio1987
  • Like 1
Link to comment
Share on other sites

 

 


hi
how to enter the EFI line for booting clover into the bios.


Probably, enter bios > boot options > add boot option.
Select the Clover HDD and add the following line: efi\boot\cloverx64.efi

I could be wrong on this one, don't know about Asus bios :)
Link to comment
Share on other sites

 Share

×
×
  • Create New...