InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Snow Leopard 10.6 (http://infinitemac.com/forumdisplay.php?f=87)
-   -   [GUIDE] ALC889a (with analog 5.1 surround) (http://infinitemac.com/showthread.php?t=3746)

Gurruwiwi 09-06-2009 06:15 PM

edit: double post, sorry

ajacocks 09-06-2009 06:30 PM

Quote:

Originally Posted by mormegil (Post 33814)
Is the codec dump made by yourself or did you download it? You're on a lappy too yeah?

Yep, this is a laptop...a 17" desktop replacement. I made the codec dump myself, using a Ubuntu 9.04 x64 livecd, following TheKing's instructions.

Thanks!

mormegil 09-06-2009 07:36 PM

1 Attachment(s)
Quote:

Originally Posted by ajacocks (Post 33824)
Yep, this is a laptop...a 17" desktop replacement. I made the codec dump myself, using a Ubuntu 9.04 x64 livecd, following TheKing's instructions.

Thanks!

try this set

ajacocks 09-06-2009 08:20 PM

1 Attachment(s)
mormegil,

Thanks, but no luck that way, either:

9/6/09 3:09:51 PM kernel Sound assertion "0 == pathMap_aDriverInstance" failed in "/SourceCache/AppleHDA/AppleHDA-174.1.1/AppleHDA/AppleHDADriver.cpp" at line 1459 goto Exit
9/6/09 3:09:51 PM kernel Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in "/SourceCache/AppleHDA/AppleHDA-174.1.1/AppleHDA/AppleHDADriver.cpp" at line 172 goto Exit

I did notice that System Profiler lists the audio device as ID 12. I'm assuming that came from my DSDT, but I hadn't noticed it. (attached picture)

Thanks!

Gurruwiwi 09-06-2009 08:29 PM

You're having similar issues as me, same "goto" lines etc.

Going to try kings tutorial once more, now that I've got my correct codecs, but I always seem to have issues recompiling dsdt... Why wont iaslme let me recompile?

Gurruwiwi 09-06-2009 09:31 PM

Morm,

Following Kings guide, I'm already stuck. Downloaded graphviz and codecgraph, followed everything exactly (not really a big deal) - but when I type in the terminal the "/codecgraph codec_dump.txt" it brings back

Code:

Codec: Realtek ALC889
Generating codec_dump.txt.svg
Format: "svg" not recognized. Use one of:
Big-Bang-MacBook-Pro:codecgraph bigbang$

Whats wrong ??

ajacocks 09-06-2009 09:55 PM

Guru,

What version of codecgraph are you using? When I try it, it works fine:

Code:

[~/Documents/codec/codecgraph-20090522]
ajacocks@telemachus$ ./codecgraph ~/Documents/codec/CodecDump/card0-codec#0.txt
Codec: Realtek ALC883
Generating card0-codec#0.txt.svg
[~/Documents/codec/codecgraph-20090522]
ajacocks@telemachus$ file card0-codec#0.txt.svg
card0-codec#0.txt.svg: XML 1.0 document text
[~/Documents/codec/codecgraph-20090522]
ajacocks@telemachus$ ls -l card0-codec#0.txt.svg
-rw-r--r--  1 ajacocks  staff  114569 Sep  6 16:51 card0-codec#0.txt.svg

Thanks!

Gurruwiwi 09-06-2009 10:05 PM

1 Attachment(s)
The one from king's guide, and the only one available in the developer's download page.

Could you do it form me please?

ajacocks 09-06-2009 10:28 PM

1 Attachment(s)
Sure, attached are the results.

- Alex

Gurruwiwi 09-06-2009 10:42 PM

Oh man, that was super! On to the next part, windows and voodoohelper dumps

Update: Again... I had forgotten about it. voodoohelper can't dump. Says;

Code:

error: IORegistryEntryGetPath returned 0x10000003
:mad:

morm ?

:-/