Flat Eric Posted June 13, 2007 Share Posted June 13, 2007 Hi all! I have a problem with my audio. I have GA-965P-DS4 but I don`t know haw to make my audio work. If someone know something about please tell me . Link to comment https://www.insanelymac.com/forum/topic/53772-gigabyte-ga-965p-ds4-audio-problem/ Share on other sites More sharing options...
Pistooli Posted June 14, 2007 Share Posted June 14, 2007 its available from the forum: 1. Delete AppleHDA.kext: In Terminal, type: sudo rm -rf /System/Library/Extensions/AppleHDA.kext sudo rm -rf /System/Library/Extensions.mkext sudo rm -rf /System/Library/Extensions.kextcache 2) Edit AppleAzaliaAudio.kext: In Terminal, type: sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist Search for (use hotkey= ctrl + w): <key>IOHDAudioCodecVendorID</key> change the string to: <string>0x10ec0883</string> Exit pico sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist Search for (use hotkey= ctrl + w): <key>IOPCIPrimaryMatch</key> change the string to: <string>0x284b8086</string> Exit pico 3) Clean up the system: In Terminal, type: sudo diskutil repairpermissions / sudo kextload /System/Library/Extensions/AppleAzaliaAudio.kext kextcache -k /System/Library/Extensions/ 4) Then, reboot and enjoy sound out of two channels. Link to comment https://www.insanelymac.com/forum/topic/53772-gigabyte-ga-965p-ds4-audio-problem/#findComment-385417 Share on other sites More sharing options...
oSxFr33k Posted October 10, 2007 Share Posted October 10, 2007 OMG OMG it works!!!!! I did one minor modification. I have the Realtek ALC 888S on a Newer Intel Motherboard Chipset the G33 Chipset using ICH9 controller. Its an hp M9040N Quad Core Q6600 2.4GHZ. Asus MB IPLBL-LA. I also have an HP a6040n that uses just the ALC 888 chipset so I can assume the ALC 888 driver install will work on that PC. Anyhow I booted into a linux Live CD , Knoppix 5.1.1. Or even something smaller like DSL (Damn Small linux. LIke 50MG for CD or USB flash drive. Ran the command "lspci -v" no quotes. If you do -vv it a very comprehensive printout on your screen so you shoudl use less. "lspci -vv lspci" than nano lspci and search audio. My ID is different 8086:293e. SO I just changed it to 0x293e8086 and VIOLA i have audio. Question on this part since my audio chipset is different do I need to change this to? It is working so I assume no I leave that alone even though mine is the 888S chipset. <key>IOHDAudioCodecVendorID</key> change the string to: <string>0x10ec0883</string> <<<< DO I need to change this string to reference the other string? SO leave that as is? Anyhow its working and I am so happy. Under the APPLE about this Mac and More Information, the audio does not show up there. BUt if I play a wave file I can hear it in stereo. In Audio and MIDI setup it does say Input Unavailable. THanks Link to comment https://www.insanelymac.com/forum/topic/53772-gigabyte-ga-965p-ds4-audio-problem/#findComment-467518 Share on other sites More sharing options...
Recommended Posts