Jump to content

Ethernet Realtek 8111C on Lion ?


medorpg
 Share

3 posts in this topic

Recommended Posts

Hi everyone,

I have EX58-UD3R which has ethernet card Realtek 8111C, It works but not detected though

 

I can't access the appstore

also my live messenger and yahoo messenger wont sign me up

 

any solution guys ?

Link to comment
Share on other sites

Take a look on ioreg where your ethernet is located and edit the dsdt with the following code

 

 Device (PEX4)
           {
               Name (_ADR, 0x001C0004)
               Method (_STA, 0, NotSerialized)
               {
                   Return (0x0F)
               }

// The lan device starts here

               Device (LAN0) 
               {
                   Name (_ADR, Zero)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x06)
                           {
                               "built-in", 
                               Buffer (One)
                               {
                                   0x01
                               }, 

                               "device_type", 
                               Buffer (0x09)
                               {
                                   "ethernet"
                               }, 

                               "name", 
                               Buffer (0x24)
                               {
                                   "Realtek RTL8111/8168B PCI-E Gigabit"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }

//The Lan device Ends here

               Method (_PRW, 0, NotSerialized)
               {
                   Return (Package (0x02)
                   {
                       0x09, 
                       0x05
                   })
               }

 

Also be sure you have the installed this kext

 

Lnx2Mac's Realtek RTL81xx Driver

 

It works for me and with the GA-EP45-DS3R with the RTL8111C and i can connect with MSN and access to the AppStore

Link to comment
Share on other sites

  • 4 weeks later...
 Share

×
×
  • Create New...