Hades Posted July 31, 2011 Share Posted July 31, 2011 Hi Guys I finally updated to OSX Lion successfully. Well sort of. The only problem i have in my network pref pane my ethernet card looks OK ( en0 built in) But when i look with the IO registry Explorer i see that the Boolean for built in is on no. You might say thats no problem as long as the ethernet is working. You are right but I have a plug in for Logic installed (Korg Legacy ) wich needs for registration the ethernet card as built in (challenge /responce code) As long as it is not "real" built in i can´t register these plug ins. So what do i have to do to make this happens? I updated with the tonymac method with [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] /Retail Leo DVD/ XMove/ Lion GM chimera as Bootloader MY Specs are : Core i5 ",8 Gigabyte P55-USB3 GTX 275 8 Gig of Ram Could someone explain me patiently what do i have to do? I had a similar problem on Leo and solved it with the great help of Gringo. But now i tried all i could imagine and really desperate and stuck with it. (Exept installing chameleon as bootloader wich i fear) Please help me ! regards Hades Thank you in advance for your help Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/ Share on other sites More sharing options...
r_noble Posted August 1, 2011 Share Posted August 1, 2011 Ok i was able to find a solution to the issue can't remember where i found it but this is way i had to do for my RTL8111C. I use the Realtek1000SL.kext Use OS86XTools to create the ethernet plist & string. Add the ethernet properties from the newly generated plist to my GFX plist. I only did this because EFI generated GFX is used. If you only need ether built-in, copy the ethernet hex string to your device properties in Extras/org.chameleon.boot. Delete the /Library/Preference/SystemConfiguration/NetworkInterfaces.plist and Reboot. now the Appstore works. EthernetBuiltIn wasn't working for me. Hope this helps you and anyone else with the issue. peace! Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-1727080 Share on other sites More sharing options...
Hades Posted August 1, 2011 Author Share Posted August 1, 2011 Hi r_noble Thx for the explanation! But i have maybe a problem. I dont use chameleon ! As written in my first post i have chimera as bootloader so i am unsure how it will work with chimera... Appstore works for me from the beginning, was never a problem Ha Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-1727108 Share on other sites More sharing options...
MaLd0n Posted August 1, 2011 Share Posted August 1, 2011 add LAN0 into device Device (LAN0) { Name (_ADR, Zero) Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "built-in", Buffer (One) { 0x01 }, "location", Buffer (0x02) { "1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } try it 1 Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-1727111 Share on other sites More sharing options...
r_noble Posted August 1, 2011 Share Posted August 1, 2011 hope that works for Hades, but i keep getting a PciRootUID error. at the chameleon boot up and shortly after. Fixed: the dsdt LAN0 fix does work. save dsl as the aml lol. I'm a bit rusty. Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-1727122 Share on other sites More sharing options...
Hades Posted August 1, 2011 Author Share Posted August 1, 2011 Hi MaLdOn Thx for this but how can i start this ...do i need a tool to run this code? Sorry for my stupid question. Will it last after a reboot ? Thanks in advance for the explanation regards Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-1727312 Share on other sites More sharing options...
r_noble Posted August 1, 2011 Share Posted August 1, 2011 Use MaLd0n's DSDT Patcher for your board. Also DSDTEditor/DSDTe will help with adding the LAN0 to your DSDT. Do a bit of searching in the forum for a bit more info on dsdt's. Someone else may give you further assistance in this thread. Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-1727402 Share on other sites More sharing options...
Hades Posted August 1, 2011 Author Share Posted August 1, 2011 OK thx for the information ! I will wait until some good soul will help me with this. Because i don´t want to patch things when i don´t know what they will do . *wait* Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-1727458 Share on other sites More sharing options...
ltooz_audis Posted March 22, 2014 Share Posted March 22, 2014 You don't need to patch dsdt or anything fancy. I tried the dsdt patching and I had hard time. Found the new way to get en0 built-in without much problems. Fix En0-Ethernet Built-in for Apps Store Cheers, Louis Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-2006692 Share on other sites More sharing options...
liujianwei Posted August 22, 2015 Share Posted August 22, 2015 add LAN0 into device Device (LAN0) { Name (_ADR, Zero) Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "built-in", Buffer (One) { 0x01 }, "location", Buffer (0x02) { "1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } }try it Thank you,add to 0x001C0005,it works. Link to comment https://www.insanelymac.com/forum/topic/264212-special-ethernet-problem-en0-built-in/#findComment-2162582 Share on other sites More sharing options...
Recommended Posts