Hi, I am using the 10.7.2 App Store and iCloud normally with Realtek 8168 Lan. I installed the driver from the Realtek corp. and changed my dsdt at the first, then it worked like a charm!! Here is my dsdt:
Device (GIGE)
{
Name (_ADR, Zero)
OperationRegion (LANR, PCI_Config, Zero, 0x0100) // These are my original dsdt setting lines.
Field (LANR, ByteAcc, NoLock, Preserve) // They are not added by me but come with the original dsdt.
{ // So you don't have to add them, unless you have the same machine.
VID, 16, // My notebook is Asus L50VN, with a Realtek 8168 built-in Lan card.
Offset (0x44), //
DSST, 8, //
Offset (0xE0), //
, 15, //
PMES, 1 //
} // End of personal codes.
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x09, 0x04))
}
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0C)
{
"AAPL,slot-name",
Buffer (0x09)
{
"Built in"
},
"model",
Buffer (0x17)
{
"Realtek RTL8168D/8111D"
},
"codec-id",
Buffer (0x04)
{
0x68, 0x81, 0x00, 0x00
},
"built-in",
Buffer (One)
{
0x01
},
"device_type",
Buffer (0x09)
{
"Ethernet"
},
"name",
Buffer (0x36)
{
"Realtek RTL8168D/8111D PCI-E Gigabit Ethernet Adapter"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
Here is the profiler:
1.png 39.39KB
147 downloads