macmarques Posted January 6, 2011 Author Share Posted January 6, 2011 O info.plist e esse <?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>VT1708S</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>InhibitCache</key> <true/> <key>MixerValues</key> <dict> <key>iGain</key> <string>90</string> <key>iMix</key> <string>0</string> </dict> <key>NodesToPatch</key> <array> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01011040</string> <key>Node</key> <integer>25</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01a19060</string> <key>Node</key> <integer>26</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01813090</string> <key>Node</key> <integer>27</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01014010</string> <key>Node</key> <integer>28</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x02a19080</string> <key>Node</key> <integer>30</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x90370070</string> <key>Node</key> <integer>31</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x185600A0</string> <key>Node</key> <integer>32</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x074510B0</string> <key>Node</key> <integer>33</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01016030</string> <key>Node</key> <integer>34</integer> </dict> <dict> <key>Codec</key> <integer>0</integer> <key>Config</key> <string>0x01012050</string> <key>Node</key> <integer>35</integer> </dict> </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> Devo alterar a chave nessas linhas que antecedem o hexa? <key>VT1708S</key> <dict> Isso? Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616520 Share on other sites More sharing options...
oldnapalm Posted January 6, 2011 Share Posted January 6, 2011 Que hexa? Muda essa chave <key>VoodooHDAEnableVolumeChangeFix</key> <false/> para <key>VoodooHDAEnableVolumeChangeFix</key> <true/> Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616533 Share on other sites More sharing options...
macmarques Posted January 6, 2011 Author Share Posted January 6, 2011 Bingo!! Mato a Páu !!! Agora ta com o gerenciamento file, tudo certinho. Funciona baixo/medio/alto tudo perfeitamente. [RESUMINDO] --> Para conseguir o gerenciamento do audio (codec) VIA VT1708s corretamente, foi feito a troca do DEVIDE ID e VENDOR ID da kext VoodooHDA 2.7.2, pós isso foi feito a troca da key <key>VoodooHDAEnableVolumeChangeFix</key> <false/> por <key>VoodooHDAEnableVolumeChangeFix</key> <true/> Feito isso, mova a kext VoodooHDA para S/L/E, rode o kext utility e reinicie! Download - VoodooHDA_Editada ------------->>> Obrigado pela atençao ae Oldnapalm. abraços Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616540 Share on other sites More sharing options...
Ehdu Posted January 6, 2011 Share Posted January 6, 2011 Bingo!! Mato a Páu !!! Agora ta com o gerenciamento file, tudo certinho. Funciona baixo/medio/alto tudo perfeitamente. [RESUMINDO] --> Para conseguir o gerenciamento do audio (codec) VIA VT1708s corretamente, foi feito a troca do DEVIDE ID e VENDOR ID da kext VoodooHDA 2.7.2, pós isso foi feito a troca da key <key>VoodooHDAEnableVolumeChangeFix</key> <false/> por <key>VoodooHDAEnableVolumeChangeFix</key> <true/> Feito isso, mova a kext VoodooHDA para S/L/E, rode o kext utility e reinicie! Download - VoodooHDA_Editada ------------->>> Obrigado pela atençao ae Oldnapalm. abraços Sera que funca na minha? Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616548 Share on other sites More sharing options...
macmarques Posted January 6, 2011 Author Share Posted January 6, 2011 Ué me manda seus dados que eu faço pra voce, preciso que rode o system info e me mande uma foto da tela. Marques Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616552 Share on other sites More sharing options...
Ehdu Posted January 6, 2011 Share Posted January 6, 2011 Ven ID 1106 Dev ID 3044 Fica : 0x30441106 Certo? Ai e so alterar o .info dentro do kext no enablevolume isto? Fiz isso aqui vo reboot Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616562 Share on other sites More sharing options...
macmarques Posted January 6, 2011 Author Share Posted January 6, 2011 Ven ID1106 Dev ID 3044 Fica : 0x30441106 Certo? Ai e so alterar o .info dentro do kext no enablevolume isto? Fiz isso aqui vo reboot Ate ai ta certo, mais tem que alterar as keys pro audio funcionar perfeitamente, senao ira funcionar somente o audio, sem o gerenciamento. Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616563 Share on other sites More sharing options...
Ehdu Posted January 6, 2011 Share Posted January 6, 2011 Ate ai ta certo, mais tem que alterar as keys pro audio funcionar perfeitamente, senao ira funcionar somente o audio, sem o gerenciamento. <key>IOPCIPrimaryMatch</key> <string>0x30441106</string> <key>VoodooHDAEnableVolumeChangeFix</key> <true/> Vc fala isso? Eu fiz isso so nao rebootei ainda to mexendo em outra coisa qd ta entrando no Desktop ta dando pau mas e por conta do kext da vga acho. Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616570 Share on other sites More sharing options...
oldnapalm Posted January 6, 2011 Share Posted January 6, 2011 Acho que varia de uma placa pra outra, algumas não precisam do fix do volume. Senão o cara que editou a kext para este codec já teria ativado o fix. Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616571 Share on other sites More sharing options...
macmarques Posted January 6, 2011 Author Share Posted January 6, 2011 Demais informaçoes sobre, redirecionar para esse Topico - [TUTORIAL] Codec VIA VT1708S Marques Link to comment https://www.insanelymac.com/forum/topic/241870-resolvido-codec-via-vt1708s/page/2/#findComment-1616575 Share on other sites More sharing options...
Recommended Posts