
Originally Posted by
No.6
Yeah, thanks for your help, but I still have no sound..
Could you please take a look at my info.plit here, to make sure I did nothing wrong there?
'Klick'
I also tried replacing 'IOPCIPrimaryMatch' with 'IOPCIMatch' & the Subvendor, but I only got a kernel panic.
This is weird...
Everything seems to be OK with your changes... But.. Taking a look at the "info.plist" of the VoodooHDA 2.7.2 there`s a few differences from the thread that i showed to you... Honestly, I don`t know if this may affect the final results, but these are the only "differences" that I found...
First > the example that I made for you was using the sample from the thread, so, this information...
Code:
<dict>
<key>Codec</key>
<integer>0</integer>
<key>Node</key>
<integer>23</integer>
<key>Config</key>
<string>0x99130110</string>
<!-- Speaker -->
</dict>
Is written by this way on the 2.7.2 version (as I told, I don`t believe that changing only the sequence may affect something, but as I'm not a developer)...
Code:
<dict>
<key>Codec</key>
<integer>0</integer>
<key>Config</key>
<string>0x99130110</string>
<key>Node</key>
<integer>23</integer>
<!-- Speaker -->
</dict>
About the panic, try changing IOPCIClassMatch from this...
Code:
<key>IOPCIClassMatch</key>
<string>0x04030000&0xffff0000</string>
To IOPCIMatch...
Code:
<key>IOPCIMatch</key>
<string>0x04981025&0xffff0000</string>

Originally Posted by
No.6
You said I should write this in AppleHDA, I think you meant VoodooHDA, since theres no NodesToPatch in AppleHDA?
Sorry, that was my mistake... I already fixed...

Originally Posted by
No.6
I there any problem with that HDMI codec? =(
I saw the DUMP only for your ALC272 on the link that you pasted here...
I did`t see the DUMP of any other device....