boumbo Posted August 15, 2011 Share Posted August 15, 2011 Hi everyone, i install succesfully my hackintosh on the zotac h67-itx-c-e, all workin: ethernet,audio,usb,etc.. I want to install avid media composer but it doesn't want to activate the app if there is no device in the system information , ethernet card. My ethernet workin but isn't recognize as an ethernet card in the system information so avid think that i haven't ethernet card. I fixed this problem in my other hackintosh using EFIStrings added in com.apple.. file . I am trying to inject it in my dsdt but unsuccesfully. I use ioregexplorer to show where my ethernet build in is : PEX2 So i added as a sub device in PEX2: Device (ETH0) { Name (_ADR, Zero) Name (_PRW, Package (0x02) { 0x09, 0x03 }) 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) } } But it doesn't inject the ethernet information in the System Informations\Ethernet Card Have you any clues for help me? thanks Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted August 15, 2011 Administrators Share Posted August 15, 2011 post ioreg I use it Device (LAN0) { Name (_ADR, Zero) Method (_DSM, 4, NotSerialized) { Store (Package (0x08) { "AAPL,slot-name", Buffer (0x07) { "Slot-2" }, "model", Buffer (0x2B) { "RTL8111/8168B PCI Express Gigabit Ethernet" }, "built-in", Buffer (One) { 0x00 }, "device_type", Buffer (0x14) { "Ethernet Controller" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
boumbo Posted August 20, 2011 Author Share Posted August 20, 2011 Hi, sorry for the late answer, i was very busy with getting full working hackintosh, for the ethernet injection, it was a bad installled kext, after reinstall it withkext utility, the ethernet card information card appear but no avid media composer activation possible because avid don't give us the system id when we try to activate it with telephone. But after injection in the dsdt of the ETH0 device, it give us the system id. Your dsdt eth0 fix is different from the one i use i have built in 0x01 and you 0x00, what does it change? you don't use the PWR info, have you wake on lan capability? thanks for all Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted August 20, 2011 Administrators Share Posted August 20, 2011 Hi,sorry for the late answer, i was very busy with getting full working hackintosh, for the ethernet injection, it was a bad installled kext, after reinstall it withkext utility, the ethernet card information card appear but no avid media composer activation possible because avid don't give us the system id when we try to activate it with telephone. But after injection in the dsdt of the ETH0 device, it give us the system id. Your dsdt eth0 fix is different from the one i use i have built in 0x01 and you 0x00, what does it change? you don't use the PWR info, have you wake on lan capability? thanks for all my patches are based on a Mac Real ioreg wake use it http://lnx2mac.blogspot.com/p/realtekrtl81xx-osx-driver.html -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
boumbo Posted August 20, 2011 Author Share Posted August 20, 2011 Ok thank for your screen capture but what does is it for "built-in 0x00 or 0x01"? why don't we just remove those lines if it is not important? thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now