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