Can you help me to enable HDMI audio with my graphics card? I have my speakers working fine, but I can't figure out my audio. This is my codec dump, which I think is what is needed.
96 replies to this topic
#21
Posted 26 October 2011 - 07:37 PM
#22
Posted 26 October 2011 - 07:55 PM
Looks like a Linux codec dump, post a getDump (VoodooHDA).
#23
Posted 27 October 2011 - 01:02 AM
#24
Posted 27 October 2011 - 02:51 AM
This is IDT codec dump. To use HDMI audio set the device and vendor ID in Info.plist, create one entry for each card in IOKitPersonalities.
See trick from official topic
See trick from official topic
Quote
4. If you have two sound cards, for example other one is HDMI output on Video card then made info.plist
<key>IOKitPersonalities</key> <dict> <key>SoundCard</key> <dict> <key>CFBundleIdentifier</key> <string>org.voodoo.driver.VoodooHDA</string> <key>IOClass</key> <string>VoodooHDADevice</string> <key>IOMatchCategory</key> <string>VoodooHDADevice</string> [color="#ff0000"][b] <key>IOPCIPrimaryMatch</key> <string>0x284b8086</string> -- place here deviceID of your sound card (Chipset HDA device, not a codecID!) [/b][/color] <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> <key>HDMI</key> <dict> <key>CFBundleIdentifier</key> <string>org.voodoo.driver.VoodooHDA</string> <key>IOClass</key> <string>VoodooHDADevice</string> <key>IOMatchCategory</key> <string>VoodooHDADevice</string> [color="#ff0000"][b] <key>IOPCIPrimaryMatch</key> <string>0x033f1002</string> -- place here deviceID of your HDMI device on video card [/b][/color] <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> </dict>
#25
Posted 27 October 2011 - 03:42 AM
Right, but I believe they both come from the same device 8086 1c20. So what do I do?
#26
Posted 27 October 2011 - 04:19 AM
Are you sure? If that's the case, I have no idea what you can do.
The Linux dump says "Vendor Id: 0x80862805". Check with this app
http://www.insanelym...howtopic=219584
The Linux dump says "Vendor Id: 0x80862805". Check with this app
http://www.insanelym...howtopic=219584
#27
Posted 28 October 2011 - 02:17 AM
Well shoot. It is one. So I can't do anything for it?
#28
Posted 28 October 2011 - 03:29 AM
No idea, sorry. It's the first case I see.
#29
Posted 02 December 2011 - 05:03 AM
Hi there,
My linux dump says that the audio codec is conexant CX20585 and the system info app tells me that i have Intel high definition audio (0x3b568086). Also get dump tells me that i have nvidia audio codec (0x0be310de) . I edited my dsdt and inserted the pin configurations for conexant in it and in system profiler it shows intel high definition audio with audio id : 20585. So what should i do?? Also can somebody please edit the nodes info? Would be really helpful. Thanks in advance. I have attached my linux codec dump.
My linux dump says that the audio codec is conexant CX20585 and the system info app tells me that i have Intel high definition audio (0x3b568086). Also get dump tells me that i have nvidia audio codec (0x0be310de) . I edited my dsdt and inserted the pin configurations for conexant in it and in system profiler it shows intel high definition audio with audio id : 20585. So what should i do?? Also can somebody please edit the nodes info? Would be really helpful. Thanks in advance. I have attached my linux codec dump.
Attached Files
#30
Posted 04 December 2011 - 09:18 AM
Hi everyone,
Using VoodooHDA 2.7.2 and this guide I got my onboard AD1988b working almost perfect. All outputs work, even headphone jack switch works but there are two issues.
First MIDI setup resets after reboot/wake to 192 kHz/24bit This is really annoying because my amp cannot play beyond 96kHz/24bit so i have to reset it each and every time.
Second problem is with volume level after wake, it doesn't remember volume setting and wakes with loud plop at near maximum.
Does anyone know how to fix this or at least can point me in right direction?
Using VoodooHDA 2.7.2 and this guide I got my onboard AD1988b working almost perfect. All outputs work, even headphone jack switch works but there are two issues.
First MIDI setup resets after reboot/wake to 192 kHz/24bit This is really annoying because my amp cannot play beyond 96kHz/24bit so i have to reset it each and every time.
Second problem is with volume level after wake, it doesn't remember volume setting and wakes with loud plop at near maximum.
Does anyone know how to fix this or at least can point me in right direction?
#31
Posted 05 December 2011 - 03:37 PM
hello,
I managed to get 2.7.3 working on 10.7.2. There are no KP's
. I have the conexant CX20585. Speakers, Headphones and mic are working. But can't get the external mic to work (mic jack). Was hoping for some help. I tried to read about the nodes to patch guide but didn't understand much. Any help would be really appreciated. I have attached my get dump output. Thanks in advance.
I managed to get 2.7.3 working on 10.7.2. There are no KP's
Attached Files
#32
Posted 09 December 2011 - 09:16 AM
Hello friends,
is there a way to save "Use SSE2" anywhere? Always when i reboot, its not checked anymore and i have to do it manually ... would be cool if anyone can tell me how!
Thank you!
is there a way to save "Use SSE2" anywhere? Always when i reboot, its not checked anymore and i have to do it manually ... would be cool if anyone can tell me how!
Thank you!
#33
Posted 14 December 2011 - 08:42 PM
Hi,i have a kernel panic whit this kext.
I try with a delete applehda with no result.
After i overwrite in the contest.plist with this
<key>IOPCIPrimaryMatch</key>
<string>0269x10ec</string>
But when i rebuild cache i have an error message about voodoohda.kext.
What i wrong?
PS My graphic card is not recognise,i work with an integrated intel hd 3000
I try with a delete applehda with no result.
After i overwrite in the contest.plist with this
<key>IOPCIPrimaryMatch</key>
<string>0269x10ec</string>
But when i rebuild cache i have an error message about voodoohda.kext.
What i wrong?
PS My graphic card is not recognise,i work with an integrated intel hd 3000
#34
Posted 14 December 2011 - 11:42 PM
Sanky18, on 05 December 2011 - 03:37 PM, said:
hello,
I managed to get 2.7.3 working on 10.7.2. There are no KP's
. I have the conexant CX20585. Speakers, Headphones and mic are working. But can't get the external mic to work (mic jack). Was hoping for some help. I tried to read about the nodes to patch guide but didn't understand much. Any help would be really appreciated. I have attached my get dump output. Thanks in advance. 
I managed to get 2.7.3 working on 10.7.2. There are no KP's
Mr Props, on 09 December 2011 - 09:16 AM, said:
Hello friends,
is there a way to save "Use SSE2" anywhere? Always when i reboot, its not checked anymore and i have to do it manually ... would be cool if anyone can tell me how!
Thank you!
is there a way to save "Use SSE2" anywhere? Always when i reboot, its not checked anymore and i have to do it manually ... would be cool if anyone can tell me how!
Thank you!
teeodor, on 14 December 2011 - 08:42 PM, said:
Hi,i have a kernel panic whit this kext.
I try with a delete applehda with no result.
After i overwrite in the contest.plist with this
<key>IOPCIPrimaryMatch</key>
<string>0269x10ec</string>
But when i rebuild cache i have an error message about voodoohda.kext.
What i wrong?
PS My graphic card is not recognise,i work with an integrated intel hd 3000
I try with a delete applehda with no result.
After i overwrite in the contest.plist with this
<key>IOPCIPrimaryMatch</key>
<string>0269x10ec</string>
But when i rebuild cache i have an error message about voodoohda.kext.
What i wrong?
PS My graphic card is not recognise,i work with an integrated intel hd 3000
#35
Posted 15 December 2011 - 06:44 PM
I's sorry,i wrote wrong,the error show in repair kext permission
#36
Posted 19 December 2011 - 01:18 AM
hi, i'm working on a alc662 on a asus laptop. whit voodoo 2.7.2 everything work good but i have a problem:every sound entering on the mic it's repeated on the speakers of the laptop...very boring all the noises produced by my hand touching near to the mic.
how can i prevent this? in the voodoo pref pan i can see only the hdmi sound from the ati card...
i wanted to edit the IOPCIPrimaryMatch key but i think that my ven id & my dev id is wrong because in the System info app it show me only an HD audio controller from intel (devid:293e venid:8086) and if i try to put 0x293e8086 after reboot my sound card isn't working anymore.
any help please?
(sorry for my english...i'm from italy)
how can i prevent this? in the voodoo pref pan i can see only the hdmi sound from the ati card...
i wanted to edit the IOPCIPrimaryMatch key but i think that my ven id & my dev id is wrong because in the System info app it show me only an HD audio controller from intel (devid:293e venid:8086) and if i try to put 0x293e8086 after reboot my sound card isn't working anymore.
any help please?
(sorry for my english...i'm from italy)
#37
Posted 19 December 2011 - 08:15 PM
Whit voodoohda 2.7.3 the card woork good but i have kernel panic on boot.
Windows see 2 sound card,one realteak and one intel.
After that i have modified info.plist with 0x026910ec but the system recognize not my card.
I try also with 0x28058086
When i put the modified kext in sle i have an error messagge,but after run kext utility the error don't show it anymore.
Windows see 2 sound card,one realteak and one intel.
After that i have modified info.plist with 0x026910ec but the system recognize not my card.
I try also with 0x28058086
When i put the modified kext in sle i have an error messagge,but after run kext utility the error don't show it anymore.
#38
Posted 19 December 2011 - 09:21 PM
You also have to replace IOPCIClassMatch by IOPCIPrimaryMatch.
#39
Posted 19 December 2011 - 11:50 PM
oldnapalm, on 19 December 2011 - 09:21 PM, said:
You also have to replace IOPCIClassMatch by IOPCIPrimaryMatch.
thank you very mooch for your help...but it doesn't work anyway...can the code of my sound card be wrong? because i guess that my sound card have to be a realtek...but the only code i can find whit system info is a intel code...meaby System info can't see the right code...anyway this is my info.plist inside voodoo kext...can you check it please?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>VoodooHDA</string>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VoodooHDA</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.7.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.7.2</string>
<key>IOKitPersonalities</key>
<dict>
<key>VoodooHDA</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>IOClass</key>
<string>VoodooHDADevice</string>
<key>IOMatchCategory</key>
<string>VoodooHDADevice</string>
<key>IOPCIClassMatch</key>
<string>0x293e8086</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>InhibitCache</key>
<true/>
<key>MixerValues</key>
<dict>
<key>iGain</key>
<string>90</string>
<key>iMix</key>
<string>0</string>
</dict>
<key>NodesToPatch</key>
<array>
</array>
<key>Noise</key>
<integer>2</integer>
<key>Vectorize</key>
<false/>
<key>VoodooHDAEnableHalfVolumeFix</key>
<false/>
<key>VoodooHDAEnableVolumeChangeFix</key>
<false/>
<key>VoodooHDAVerboseLevel</key>
<integer>0</integer>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOAudioFamily</key>
<string>1.1fc9</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>2.1</string>
<key>com.apple.kpi.iokit</key>
<string>9.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>9.0.0</string>
<key>com.apple.kpi.mach</key>
<string>9.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>9.0.0</string>
</dict>
</dict>
</plist>
#40
Posted 20 December 2011 - 02:00 PM
Quote
<key>IOPCIClassMatch</key>
<string>0x293e8086</string>
<string>0x293e8086</string>
ID from System Info (Intel) is PCI ID. Codec ID (Realtek) is another thing.
Run sudo touch /System/Library/Extensions to update caches after editing the plist.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Sign In
Create Account










