iFabio Posted March 26, 2012 Posted March 26, 2012 Hello vorei ask for your help for a friend to run HDMI output. hardware: Intel Quad9400 Motherboard Asus P5Q Pro Turbo GTX 470 video card Audio VIA ® VT1708S 8. Voodahda.Kext installed version 2.7.3 but HDMI does not work. Thank you in advance on the aid. I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600
Cassio Posted March 26, 2012 Posted March 26, 2012 Try this http://Olarila.com/forum/viewtopic.php?f=18&t=454#p4436 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
iFabio Posted March 26, 2012 Posted March 26, 2012 I had seen but this piece of code is copied to the plist VoodaHDA <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> I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600
Cassio Posted March 26, 2012 Posted March 26, 2012 You have to edit the parts in red (IOPCIPrimaryMatch) with the IDs of your audio cards. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
iFabio Posted March 26, 2012 Posted March 26, 2012 You Mean: IOPCIPrimaryMatch 0x284b8086 -- place here deviceID of your sound card (Chipset HDA device, not a codecID!) IOPCIPrimaryMatch 0x033f1002 -- place here deviceID of your HDMI device on video card But the other part of the code must not be inserted. How do I find the ID of the Audio tab I state that wants to go HDMI Audio. I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600
Cassio Posted March 26, 2012 Posted March 26, 2012 You have to use your brain, a part of the code is already there, you just need to copy the HDMI part and edit the ID in both. If you want only HDMI audio, just put its ID in the existing part. How to find the IDs is explained in the first post. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
iFabio Posted March 26, 2012 Posted March 26, 2012 (edited) You're right though I understand little of this is why I asked for help. The piece of code to be copied for HDMI: <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>????</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> </dict> I have to replace ID: place here deviceID of your sound card (Chipset HDA device, not a codecID!) place here deviceID of your HDMI device on video card Edited March 27, 2012 by Guest I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600
Cassio Posted March 27, 2012 Posted March 27, 2012 Man, we are stuck in a loop here. You don't need to paste the same code over and over again, I already know it. Just put you device ID there. If you can't find it, post a System Info screenshot. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
iFabio Posted March 27, 2012 Posted March 27, 2012 We'll pass the info system I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600
teeodor Posted March 27, 2012 Posted March 27, 2012 Help me,i have usually kernel panic on boot with the last 2.7.3 installer
Cassio Posted March 27, 2012 Posted March 27, 2012 We'll pass the info system Under SoundCard <key>IOPCIPrimaryMatch</key> <string>0x3a3e8086</string> Under HDMI <key>IOPCIPrimaryMatch</key> <string>0x0be510de</string> Help me,i have usually kernel panic on boot with the last 2.7.3 installer Have you tried both KP solutions in first post? -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
iFabio Posted March 27, 2012 Posted March 27, 2012 With the answer you can give him a look if it goes well You pass the file Info.plist.zip I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600
Cassio Posted March 27, 2012 Posted March 27, 2012 I think MixerValues and other options in the existing part should be used for SoundCard. New section should be added for HDMI. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
teeodor Posted March 28, 2012 Posted March 28, 2012 yes,i did. In windows device manager show me also a realtek 269 devices,in mac shoe only intel audio.
Cassio Posted March 28, 2012 Posted March 28, 2012 It does not matter, Realtek 269 is the audio codec, you need to specify only the Intel audio ID (PCI device) in the plist. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
teeodor Posted March 29, 2012 Posted March 29, 2012 Yes,i did,and whit the last installer i haven't kp but the boot stay in loop in the image with apple
Cassio Posted March 29, 2012 Posted March 29, 2012 Use -v (boot verbose) and check where it stops. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
iFabio Posted March 31, 2012 Posted March 31, 2012 Place the Getdump I apologize for English Getdump iFabio.txt.zip I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600
msftman19 Posted April 2, 2012 Posted April 2, 2012 Got an interesting one...on my system (an Acer 1420p laptop) if I install the 2.7.3 voodoohda on the Lion developer preview (11a390), then sounds works just fine with no modification of the info.plist (despite the fact that it appears to be referencing the Intel HDMI sound and not the actual soundcard). If I install the release version of Lion, and install the 2.7.3 voodoohda, then I get kernel panics, boot hangs, etc...if I modify info.plist to point to either the main soundcard or both HDMI + soundcard, it will boot fine, but sound still does not work. Same behavior with 2.7.2 Any ideas?
Cassio Posted April 2, 2012 Posted April 2, 2012 Have you tried with only the soundcard PCI ID in the plist? -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now