Jump to content

[RESOLVIDO] Codec VIA VT1708s


macmarques
 Share

35 posts in this topic

Recommended Posts

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
Share on other sites

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
Share on other sites

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
Share on other sites

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

 

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
Share on other sites

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
Share on other sites

 Share

×
×
  • Create New...