Jump to content

Kein Ton ALC889 nach tonymacx86 NVIDIA Update


6 posts in this topic

Recommended Posts

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

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>

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>

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

×
×
  • Create New...