WaldMeister Posted January 23, 2013 Share Posted January 23, 2013 Hi, I need some help injecting my ethernet card into my DSDT. Found some solutions scattered around the web, but none of them seem to inject specific hardware information, which is needed. Attached my current DSDT and ioreg file. The "airport" device is located under RP01, i think the information needs to be injected somewhere near that location. Thanks for the help in advance. ioreg.txt DSDT.aml.zip Link to comment Share on other sites More sharing options...
iFIRE Posted January 23, 2013 Share Posted January 23, 2013 Use DSDT Editor and inject the patch. Atheros 9285.txt Link to comment Share on other sites More sharing options...
WaldMeister Posted January 23, 2013 Author Share Posted January 23, 2013 Use DSDT Editor and inject the patch. Atheros 9285.txt Wifi works, it's about the Realtek ethernet, should have been more specific, sorry. The realtek ethernet (lan) works now, by installing a kext from the realtek page, but i would like to inject it using dsdt. Thanks for the reply. Link to comment Share on other sites More sharing options...
WaldMeister Posted January 26, 2013 Author Share Posted January 26, 2013 Device was RP05. Device (LAN0) { Name (_ADR, Zero) Name (_SUN, 0x03) Name (_PRW, Package (0x02) { 0x0B, 0x04 }) Method (_DSM, 4, NotSerialized) { Store (Package (0x0C) { "built-in", Buffer (One) { 0x00 }, "location", Buffer (0x02) { "1" }, "network-type", Buffer (0x09) { "ethernet" }, "revision-id", Buffer (0x04) { 0x05, 0x00, 0x00, 0x00 }, "model", Buffer (0x22) { "Realtek RTL810SE Gigabit Ethernet" }, "name", Buffer (0x09) { "ethernet" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Adding the above should work. Link to comment Share on other sites More sharing options...
iFIRE Posted January 26, 2013 Share Posted January 26, 2013 Patched.zip 1 Link to comment Share on other sites More sharing options...
WaldMeister Posted January 26, 2013 Author Share Posted January 26, 2013 Patched.zip Learned from that edit, thanks, cleaner code that way. Link to comment Share on other sites More sharing options...
Recommended Posts