Guest Posted January 13, 2011 Share Posted January 13, 2011 Hallo, habe 10.6.5 installiert und alles lief wunderbar mit dem VoodooHDA.kext. Nach dem ich für meine Graka GTX 460 das tonymacx86 NVIDIA Update installiert habe, zeigt er mir bei der Ton Ausgabe nur noch 4x Digital-out (HDMI). Brauche euren Rat, da ich nicht weiß wie ich das ändern kann. mfg GrimReaper http://www.tonymacx86.com/Public/tonymacx8...IDIA-Update.zip Link to comment https://www.insanelymac.com/forum/topic/243318-kein-ton-alc889-nach-tonymacx86-nvidia-update/ Share on other sites More sharing options...
iLeopod Posted January 14, 2011 Share Posted January 14, 2011 Du musst den kext öffnen (Packetinhalt anzeigen) und dann die Info.plist bearbeiten. Mehr Infos hier (Englisch). 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> <key>IOPCIMatch</key> <string>0x284b8086</string> -- Hier Device Id der Soundkarte eintragen(Wichtig!!! Chipsatz Id nicht Codec ID) <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> <key>IOPCIMatch</key> <string>0x033f1002</string> -- Hier Device Id vom HDMI Soundchip auf der Grafikkarte eintragen <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> </dict> Link to comment https://www.insanelymac.com/forum/topic/243318-kein-ton-alc889-nach-tonymacx86-nvidia-update/#findComment-1622916 Share on other sites More sharing options...
Guest Posted January 15, 2011 Share Posted January 15, 2011 danke, werde es sofort ausprobieren Link to comment https://www.insanelymac.com/forum/topic/243318-kein-ton-alc889-nach-tonymacx86-nvidia-update/#findComment-1623363 Share on other sites More sharing options...
Guest Posted January 19, 2011 Share Posted January 19, 2011 DIe Info.plist des Voodoo.kext sieht so aus. Bin mir nicht sicher an welcher Stelle des kext ich die Ergänzungen einfügen soll!? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-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>0x04030000&0xffff0000</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> Link to comment https://www.insanelymac.com/forum/topic/243318-kein-ton-alc889-nach-tonymacx86-nvidia-update/#findComment-1625611 Share on other sites More sharing options...
constil Posted January 19, 2011 Share Posted January 19, 2011 DIe Info.plist des Voodoo.kext sieht so aus. Bin mir nicht sicher an welcher Stelle des kext ich die Ergänzungen einfügen soll!? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-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>xxxxxxxxxxxxxxx</string> ++++++++++++++ hier bitte +++++++++++ <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> Na.... hier doch, siehe oben xxxxxxxxxx Link to comment https://www.insanelymac.com/forum/topic/243318-kein-ton-alc889-nach-tonymacx86-nvidia-update/#findComment-1625742 Share on other sites More sharing options...
Funky frank Posted January 24, 2011 Share Posted January 24, 2011 Oder nimm die HDMI Device ganz raus, der HDMI Support wirkt auf mich nicht ausgereift und für hier zu Abstürzen. Link to comment https://www.insanelymac.com/forum/topic/243318-kein-ton-alc889-nach-tonymacx86-nvidia-update/#findComment-1628609 Share on other sites More sharing options...
Recommended Posts