![]() |
|
#1
|
|||
|
|||
Man, I did nothing except normal reboot ...
I go get the codecs _____________________________________________ Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3 ___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/ _________Leopard tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/ |
#2
|
|||
|
|||
Just like others here, I'm trying to fix a silent 10.6 machine. My machine is a Clevo M570RU-U, with an ICH8M, and a Realtek 883 codec. I've been through TheKing's procedure to create a patched AppleHDA.kext, adapted to Snow Leopard with the excellent information in this thread. The machine runs 10.6 32bit, since I need functional VMware Fusion.
I tried the easy solution of VoodooHDA.kext, but that does nothing for me, and 'voodoohelper -dump' returns the 'error: IORegistryEntryGetPath returned 0x10000003' error that indicates that Voodoo HDA found no devices functional. My issue is that I don't see any audio devices, in System Profiler, and, of course, there are no input or output devices available under System Preferences/Sound. This machine never ran 10.5, so I don't have exiting functional codecs to work from. I am attaching the source for my dsdt.aml, and all the items that were necessary to follow TheKing's document, and the resultant Info.plist files. I'm also attaching the codec dumps. Last, I'm attaching a screen capture from my System Profiler, Audio section. If anyone has time, and is willing to take a look, it would be greatly appreciated. Thanks! Last edited by ajacocks; 09-06-2009 at 08:31 AM. |
#3
|
|||
|
|||
@: 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. |
#4
|
|||
|
|||
mormegil,
Ahhh...thanks for filling me in, about the codec. Is there nothing else that needs doing, to patch the codec, other than changing the identifier from 10ec0885 to 10ec0883? That seems very simple. I'll give that a shot, though, and see what happens. EDIT: No luck with the edited codec, either. I think something's wrong with my DSDT.aml, though, since the System Profiler still shows no device information, as in that picture that I uploaded. Do you see anything that I missed? My kexts aren't really empty, I just left out everything but the Info.plist files, to save space in the upload. I have uploaded my entire AppleHDA.kext file, attached to this post. How do my changes look? I used layout 12, as the guide suggested. Thanks! Last edited by ajacocks; 09-06-2009 at 03:20 PM. Reason: Added results of codec editing in AppleHDA |
#5
|
|||||
|
|||||
Quote:
Quote:
Quote:
Quote:
Lastly Quote:
What this does is hopefully set your codec address in dsdt so it stays fixed. Try codec address 0 thru 3 and report back. Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard |
#6
|
|||
|
|||
..........
Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard |
#7
|
|||
|
|||
Yes,... and you pasted BELOW layout-id..
Oh please, lets not make a big deal out of this... You know what you are doing, I dont! I'm just following your lead. I am your dsdt bitch right now ![]() repalced the whole hdef section with what you asked. Does not recompile and produces 47 errors. Here is the log and the dsl file I made, and my "clean" dsdt.dsl _____________________________________________ Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3 ___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/ _________Leopard tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/ Last edited by Gurruwiwi; 09-06-2009 at 05:50 PM. |
#8
|
|||
|
|||
You'll be as famous as fassl and netkas man loool... this is a huge deal with many laptop alc889a !!
![]() _____________________________________________ Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3 ___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/ _________Leopard tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/ |
#9
|
|||
|
|||
Quote:
Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard |
#10
|
||||
|
||||
Hi m8,
As the guide suggests this is for 889a and even then some people have issues with that codec so for the moment I cannot help you with that. As for VM I use Parallels 5 in Snow Leopard 64bit running Windows 7 64bit without issues (except maybe Aero interface enabling/disabling whenever it feels liek it) I have encoded 2 vids with ConvertXtoDVD (the reason I need a VM) and the output was perfect. I'll take a peek at your file but cannot promise anything (noob at this) Parallels 5 in Snow Leopard 64bit running Windows 7 64bit ![]() Snow Leopard 10.6.7 Gigabyte GA-P35-DS3P Intel Q6600 @ 3Ghz Corsair CM2X2048-6400DHX Gigabyte HD5770 Silent Cell Samsung SyncMaster 2494SW ALC889a Creative T5400 5.1 Maxtor 380215AS Pioneer DVR-215D Presonus Inspire 1394 KRK Rokit 5 Wacom Bamboo One SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ Last edited by Snow; 09-06-2009 at 09:45 AM. |