Jump to content

Itautec W7730


ducbruno
 Share

30 posts in this topic

Recommended Posts

olá

 

<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>0x284b8086</string>   -- place here deviceID of your sound card (Chipset HDA device, not a codecID!)
  <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>IOPCIPrimaryMatch</key>
  <string>0x033f1002</string>   -- place here deviceID of your HDMI device on video card
  <key>IOProviderClass</key>
  <string>IOPCIDevice</string>
  <key>IOUserClientClass</key>
  <string>VoodooHDAUserClient</string>
  <key>NodesToPatch</key>
  <array/>
  <key>VoodooHDAVerboseLevel</key>
  <integer>1</integer>
 </dict>
</dict>

 

http://www.projectosx.com/forum/index.php?showtopic=355

 

bom hack

Link to comment
Share on other sites

o codigo da minha é completamente diferente da dessa creio que a dessa seja de uma versão antiga

 

a minha

<?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>BuildMachineOSBuild</key>
<string>11G63</string>
<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.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.8.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvmgcc42</string>
<key>DTPlatformBuild</key>
<string>4F1003</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>11G63</string>
<key>DTSDKName</key>
<string></string>
<key>DTXcode</key>
<string>0441</string>
<key>DTXcodeBuild</key>
<string>4F1003</string>
<key>IOKitPersonalities</key>
<dict>
<key>VoodooHDA</key>
<dict>
<key>AllowMSI</key>
<true/>
<key>Boost</key>
<integer>0</integer>
<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>IOPCIPrimaryMatch</key>
<string>0x1e208086</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>InhibitCache</key>
<false/>
<key>MixerValues</key>
<dict>
<key>PCM</key>
<integer>90</integer>
<key>Rec</key>
<integer>70</integer>
<key>iGain</key>
<integer>0</integer>
<key>iMix</key>
<integer>0</integer>
</dict>
<key>NodesToPatch</key>
<array/>
<key>Noise</key>
<integer>0</integer>
<key>Vectorize</key>
<true/>
<key>VoodooHDAEnableHalfMicVolumeFix</key>
<false/>
<key>VoodooHDAEnableHalfVolumeFix</key>
<false/>
<key>VoodooHDAEnableMuteFix</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>

 

alem disso quando no codigo se refere a 'deviceID of your HDMI device on video card' esse device id seria o da hd4000 em si ou seria um outro id

Link to comment
Share on other sites

 Share

×
×
  • Create New...