agostinhomarcio Posted May 5, 2011 Share Posted May 5, 2011 ola, alguem sabe se é possivel ter audio via hdmi com o voodoo 2.7.2? aqui até aparece no sistema nao nao tem som, Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/ Share on other sites More sharing options...
oldnapalm Posted May 5, 2011 Share Posted May 5, 2011 Você precisa editar o Info.plist e especificar o device ID da placa de som e da HDMI http://www.projectosx.com/forum/index.php?showtopic=355 <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> [color="#ff0000"][b] <key>IOPCIPrimaryMatch</key> <string>0x284b8086</string> -- place here deviceID of your sound card (Chipset HDA device, not a codecID!) [/b][/color] <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> [color="#ff0000"][b] <key>IOPCIPrimaryMatch</key> <string>0x033f1002</string> -- place here deviceID of your HDMI device on video card [/b][/color] <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> </dict> Como editar http://www.insanelymac.com/forum/index.php?showtopic=243652 Como descobrir os IDs http://www.insanelymac.com/forum/index.php?showtopic=219582 Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1679599 Share on other sites More sharing options...
agostinhomarcio Posted May 5, 2011 Author Share Posted May 5, 2011 Você precisa editar o Info.plist e especificar o device ID da placa de som e da HDMIhttp://www.projectosx.com/forum/index.php?showtopic=355 <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> [color="#ff0000"][b] <key>IOPCIPrimaryMatch</key> <string>0x284b8086</string> -- place here deviceID of your sound card (Chipset HDA device, not a codecID!) [/b][/color] <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> [color="#ff0000"][b] <key>IOPCIPrimaryMatch</key> <string>0x033f1002</string> -- place here deviceID of your HDMI device on video card [/b][/color] <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> </dict> Como editar http://www.insanelymac.com/forum/index.php?showtopic=243652 Como descobrir os IDs http://www.insanelymac.com/forum/index.php?showtopic=219582 valeu nobre colega Old vou tentar neste axacto momento. isso se eu consegui tirar a microfonia..hehehhehe Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1679602 Share on other sites More sharing options...
oldnapalm Posted May 5, 2011 Share Posted May 5, 2011 A microfonia é outro problema, zere o iGain <key>iGain</key> <string>0</string> Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1679603 Share on other sites More sharing options...
agostinhomarcio Posted May 7, 2011 Author Share Posted May 7, 2011 A microfonia é outro problema, zere o iGain <key>iGain</key> <string>0</string> a parte do gain...funcionou agora sobre a hdmi segui o tuto e fique sem som.... a hdmi ja aparece no voodoohd so nao gera som. Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1680162 Share on other sites More sharing options...
agostinhomarcio Posted May 14, 2011 Author Share Posted May 14, 2011 ainda estou na luta se alguem puder me ajudar com a hdmi ficarei agradecido. fazendo as altera;oes indicadas fiquei sem som,,,, Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1683730 Share on other sites More sharing options...
macmarques Posted May 17, 2011 Share Posted May 17, 2011 ainda estou na luta se alguem puder me ajudar com a hdmi ficarei agradecido.fazendo as altera;oes indicadas fiquei sem som,,,, Tente se basear neste tutorial - http://www.insanelymac.com/forum/index.php?showtopic=241965 As vezes está esquecendo algum passo. Siga as alteraçoes que o Old lhe passou com este quia. Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1684993 Share on other sites More sharing options...
agostinhomarcio Posted May 17, 2011 Author Share Posted May 17, 2011 Tente se basear neste tutorial - http://www.insanelymac.com/forum/index.php?showtopic=241965 As vezes está esquecendo algum passo. Siga as alteraçoes que o Old lhe passou com este quia. segui sua dica mas fiquei com audio nos falantes e hmdi com chiado.....apenas.... minha hdmi é a mesma que a sua... Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1685158 Share on other sites More sharing options...
macmarques Posted May 18, 2011 Share Posted May 18, 2011 segui sua dica mas fiquei com audio nos falantes e hmdi com chiado.....apenas.... minha hdmi é a mesma que a sua... Olha, vai dar um pouco de trabalho, mais tente refazer a install com o cabo HDMI plugado. Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1685392 Share on other sites More sharing options...
oldnapalm Posted May 18, 2011 Share Posted May 18, 2011 Tenta mudar o "formato" da saída em Aplicativos - Utilitários - Configuração áudio e MIDI. Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1685454 Share on other sites More sharing options...
macmarques Posted May 18, 2011 Share Posted May 18, 2011 Old, atraves da placa de video, ele nao conseguiria editar o NVCAP para a saida HDMI ? Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1685595 Share on other sites More sharing options...
oldnapalm Posted May 18, 2011 Share Posted May 18, 2011 Old, atraves da placa de video, ele nao conseguiria editar o NVCAP para a saida HDMI ? Acredito que NVCAP seja apenas para saídas de vídeo, mas não tenho certeza, não tenho placa de vídeo com HDMI. Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1685608 Share on other sites More sharing options...
agostinhomarcio Posted May 20, 2011 Author Share Posted May 20, 2011 Tenta mudar o "formato" da saída em Aplicativos - Utilitários - Configuração áudio e MIDI. nao funcionou.... Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1686133 Share on other sites More sharing options...
agostinhomarcio Posted May 20, 2011 Author Share Posted May 20, 2011 agora que ferrou tudo.....gain 0 e continua com a microfonia....hehehe fui mexer naque tava quieto....kkkkkk Link to comment https://www.insanelymac.com/forum/topic/256415-audio-via-hdmi-intel/#findComment-1686197 Share on other sites More sharing options...
Recommended Posts