#41
Posted 20 December 2011 - 06:27 PM
<key>IOPCIClassMatch</key>
<string>0x28058086</string>
The number i've found in windows
#42
Posted 20 December 2011 - 07:46 PM
Use IOPCIPrimaryMatch, not IOPCIClassMatch.
#43
Posted 20 December 2011 - 08:10 PM
It's the same,i have a notebook,i don't understand why i have 2 sound card.
What i do?
#44
Posted 20 December 2011 - 08:58 PM
2805 is the HDMI audio
http://pci-ids.ucw.c...ad/PC/8086/2805
If you want to use Realtek, put the other ID (PCI ID, not codec ID).
#45
Posted 21 December 2011 - 06:32 PM
#46
Posted 21 December 2011 - 06:40 PM
#47
Posted 21 December 2011 - 07:59 PM
I run this application and it find one audio device 1c20 8086,i edit info.plist and in the boot i have a kernel panic.
My graphic card is not compatible,the kernel panic there is because the audio went to hdmi pin?
#48
Posted 22 December 2011 - 07:43 PM
oldnapalm, on 20 December 2011 - 02:00 PM, said:
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.
thank you very much!! i completely misunderstand your first post!! regards
#49
Posted 23 December 2011 - 10:25 AM
I have one small problem that keeps me troubled for months - that is I can't get the Soundcard sound + HDMI out sound working with VoodoHDA at the same time (changing them is System prefernces>Sound).Can You pls help me , so here is my situation in details :
I have tried all the voodohda versions(0.2.1 ; 0.2.2 ; 0.2.5.6 ; 0.2.6.1 - this one Im currently using ; 0.2.6.2 ; 0.2.7.2 ; 0.2.7.3 ), with all versions less or more I've managed to get HDMI output showned in sound system preferences(also changed in MIDI setup the bitrate to 48.000), but with no one I've menaged to have both sound card + HDMI working together .The only time HDMI works is when I put only the the IOPCIMatch from the Nvidia HDMI (that is 0x0bea10de), i get four digital outs and on the second one - the HDMI works -but no Sound card and mic . This I've tried with VoodoHDA versions 0.2.6.1 and 0.2.5.6 , and with both version HDMI works, but only HDMI, not the Soundcard.
When i edit the voodohda with my Intel HD chipset - <key>IOPCIPrimaryMatch</key>
<string>0x3b568086</string> I get only the Soundcard>
When I add another personality for the nvidia HDMI
<key>IOPCIPrimaryMatch</key>
<string>0x0bea10de</string> I get Digital out in System properties Sound but no HDMI sound.
With only the personality from Nvidia 0x0bea10de , i get only the HDMI out.
This is the only thing not working on my Acer lappy, Im using the HDMI out to connect my lappy to Sony bravia LED.
Can You pls help me get HDMI out working at the same time with the Soundcard that is to have fully working VoodoHDA , pls...
Here my voodohda info.plist (0.2.6.1 version of voodohda):
<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>0.2.61</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.61</string>
<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>
<key>IOPCIPrimaryMatch</key>
<string>0x3b568086</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>MixerValues</key>
<dict>
<key>Mic</key>
<string>70</string>
<key>iGain</key>
<string>0</string>
<key>iMix</key>
<string>70</string>
</dict>
<key>NodesToPatch</key>
<array/>
<key>VoodooHDAVerboseLevel</key>
<integer>0</integer>
</dict>
<key>VoodooHDAHDMI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>IOClass</key>
<string>VoodooHDADevice</string>
<key>IOMatchCategory</key>
<string>VoodooHDADevice</string>
<key>IOPCIPrimaryMatch</key>
<string>0x0bea10de</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>NodesToPatch</key>
<array/>
<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>
With Your knowldge of VoodoHDA , i believe You will solve this problem of mine. Thanks
#50
Posted 23 December 2011 - 02:17 PM
http://www.insanelym...dpost&p=1765109
But some who tried reported it doesn't actually work.
#51
Posted 23 December 2011 - 06:14 PM
Any other Idea
#52
Posted 24 December 2011 - 01:29 PM
I am able to boot with boot cd 3 times to 5
#53
Posted 12 January 2012 - 01:09 AM
Sorry for my ignorance, I figured out how to use Sound Flower Bed to use for the system audio. However, this did nothing to alleviate the problems with audio choppiness I have been having (1~2 sec delay after pressing Volume +/-, and skipping every few seconds when playing song/video)
Also, deleting the 2 plists in /Library/Preferences/Audio and rebooting only stops my card from being acknowledged by VoodooHDA at all.
Any suggestions?
#54
Posted 21 January 2012 - 05:29 PM
Here is my getDump and my VoodooHDA plist
getDump Output.rtf 21.45K
7 downloads
Info.plist.zip 942bytes
10 downloads
#55
Posted 21 January 2012 - 06:06 PM
<key>NodesToPatch</key> <array> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01019030</string> <key>Node</key> <integer>11</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01011040</string> <key>Node</key> <integer>12</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01016050</string> <key>Node</key> <integer>15</integer> </dict> </array>
#56
Posted 21 January 2012 - 06:29 PM
#57
Posted 22 January 2012 - 09:40 PM
#58
Posted 22 January 2012 - 11:07 PM
#59
Posted 22 January 2012 - 11:20 PM
Thank you in advance!
#60
Posted 22 January 2012 - 11:25 PM
PookyMacMan, on 22 January 2012 - 09:40 PM, said:
MacKonsti, on 22 January 2012 - 11:20 PM, said:
Thank you in advance!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









