
09-06-2009, 01:39 PM
|
Panther
|
|
Join Date: Aug 2009
Posts: 148
|
|
@: ajacocks
Why are your kexts empty?
Your codec 10ec0883 is not natively supported. You'll have to patch the AppleHDA binary. You want to replace a supported codec such as 10ec0885 (alc885,889a).
So open up the AppleHDA binary in AppleHDA.kext/Contents/MacOS with hex edit.
Search for "8508ec10" (byte-flip of "10ec0885") and replace with "8308ec10" (byte-flip of "10ec0883").
There should be 4 instances in the SL kext.
Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard
Last edited by mormegil; 09-06-2009 at 01:43 PM.
|