medorpg Posted July 28, 2011 Share Posted July 28, 2011 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 https://www.insanelymac.com/forum/topic/263938-ethernet-realtek-8111c-on-lion/ Share on other sites More sharing options...
Serokie Posted July 29, 2011 Share Posted July 29, 2011 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 https://www.insanelymac.com/forum/topic/263938-ethernet-realtek-8111c-on-lion/#findComment-1725373 Share on other sites More sharing options...
medorpg Posted August 23, 2011 Author Share Posted August 23, 2011 Sorry for my VERY LATE reply, but can you explain more ? What command I should use in ioreg ? and what kind of information I'm expecting from it ? Link to comment https://www.insanelymac.com/forum/topic/263938-ethernet-realtek-8111c-on-lion/#findComment-1739077 Share on other sites More sharing options...
Recommended Posts