uismi Posted January 15, 2007 Share Posted January 15, 2007 Hi I'm using the JaS.10.4.5.Universal.Intel.and.AMD DVD (now updated to 10.4.10 / Kernel 8.10.1) on my Intel D101GGCL and is working to 100%. Just follow the next steps to get it all working: For Sound Driver: (Thanks Taruga the Driver is the best of the best of the best sir, with honors. YEAH!!!) How to get HD Audio full working - sound in and out for ya'!!! 1. Download ALC861.zip from here. 2. Open your Extensions folder: /System/Library/Extensions/ 3. On that folder erase AppleAzalia.kext and AppleHDA.kext (if you have ALCinject.kext, erase it too). 4. Drag and drop the newly downloaded AppleHDA.kext and ALCinject.kext into the Extensions folder. 5. Close the Extensions folder. 6. Open the Terminal. 7. Type: sudo -s [Enter] 8. Type your Password [Enter] 9. Type: cd /System/Library/Extensions/ [Enter] 10. Type: chown -R root:wheel ALCinject.kext [Enter] 11. Type: chmod -R 755 ALCinject.kext [Enter] 12. Type: chown -R root:wheel AppleHDA.kext [Enter] 13. Type: chmod -R 755 AppleHDA.kext [Enter] 14. Type: rm -r /System/Library/Extensions.kextcache [Enter] 15. Type: kextcache -k /System/Library/Extensions/ [Enter] 16. Type: diskutil repairPermissions / [Enter] 17. Type: shutdown -r now 18. When your computer reboots, you'll hear some cracking noises. It's OK, it means you now have sound. 19. Go to Paypal and give Taruga an enormous Christmas gift. He deserves it. (YEAH! / You don't need to do it but he really deserves it.). Enjoy. For the ATA Driver: (Thanks Zappadoc) 1. Download ATI x200 (SB450) PATA.zip from here. 2. Open your Extensions folder: /System/Library/Extensions/ 3. On that folder remove AppleGenericATA.kext and AppleOnBoardATA.kext from IOATAFamily.kext/Contents/Plugins/ 4. Drag and drop the newly downloaded AppleOnboardPCATA.kext into the Extensions folder. 5. Close the Extensions folder. 6. Open the Terminal. 7. Type: sudo -s [Enter] 8. Type your Password [Enter] 9. Type: cd /System/Library/Extensions/ [Enter] 10. Type: chown -R root:wheel AppleOnboardPCATA.kext [Enter] 11. Type: chmod -R 755 AppleOnboardPCATA.kext [Enter] 14. Type: rm -r /System/Library/Extensions.kextcache [Enter] 15. Type: kextcache -k /System/Library/Extensions/ [Enter] 16. Type: diskutil repairPermissions / [Enter] 17. Type: shutdown -r now 18. You may note a change into the system speed. Enjoy. For the LAN Driver: (Thanks podarok) 1. Download LAN Realtek 8139.zip from here. 2. Open your Extensions folder: /System/Library/Extensions/ 3. On that folder remove AppleRTL8139Ethernet.kext. 4. Drag and drop the newly downloaded AppleRTL8139Ethernet.kext into the Extensions folder. 5. Close the Extensions folder. 6. Open the Terminal. 7. Type: sudo -s [Enter] 8. Type your Password [Enter] 9. Type: cd /System/Library/Extensions/ [Enter] 10. Type: chown -R root:wheel AppleRTL8139Ethernet.kext [Enter] 11. Type: chmod -R 755 AppleRTL8139Ethernet.kext [Enter] 14. Type: rm -r /System/Library/Extensions.kextcache [Enter] 15. Type: kextcache -k /System/Library/Extensions/ [Enter] 16. Type: diskutil repairPermissions / [Enter] 17. Type: shutdown -r now 18. Tada you are connected, maybe to your home network and/or internet. Enjoy. Imagine if this MoBo was 100% Intel, maybe similar like first Intel Mac Mini. Good Luck! PD 1: If you found something better for the Intel D101GGCL Motherboard (OnBoard: P-ATA, Audio, LAN, Graphics, etc) please post it. PD 2: The contents of this file have P-ATA, LAN and Audio (Not just for this mobo). PD 3: The MoBo works 100% except for the OnBoard Graphics Card, you should use a PCIe Graphics Card like ATI or nVidia. It's just better and easier than to find a driver could make work the ATI x200 OnBoard Graphics. Thanks! ATI_x200__SB450__PATA.zip LAN_Realtek_8139.zip ALC861.zip Link to comment https://www.insanelymac.com/forum/topic/38758-intel-d101ggcl/ Share on other sites More sharing options...
jjduro Posted July 6, 2007 Share Posted July 6, 2007 Hi, I'm using the JaS.10.4.5.Universal.Intel.and.AMD.ISO on my Intel D101GGCL and is working to 95% i think with the following modifications in some extensions: For Sound Driver: [Edited for ALC861 (Thanx Rammjet)] How to get HD audio working - sound for ya!!! 1) Backup AppleHDA.kext: In Terminal, type: cd /System/Library/Extensions sudo mkdir audio_backup sudo mv AppleHDA.kext audio_backup/ 2) Edit AppleAzaliaAudio.kext: In Terminal, type: cd /System/Library/Extensions sudo pico AppleAzaliaAudio.kext/Contents/Info.plist Search for IOHDAudioCodecVendorID (press Ctrl + W) Find: <key>IOHDAudioCodecVendorID</key> <string>0x10ec0880</string> Change <string>0x10ec0880</string> -- to -- <string>0x10ec0861</string> Exit pico: press Ctrl + O to save and then Ctrl + X to exit In Terminal, type: sudo pico AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist Search for IOPCIPrimaryMatch (press Ctrl + W) Find: <key>IOPCIPrimaryMatch</key> <string>0xNNNN8086</string> (where NNNN are any 4 characters) Change <string>0xNNNN8086</string> -- to -- <string>0x437B1002</string> Exit pico: press Ctrl + O to save and then Ctrl + X to exit 3) Clean up the system: In Terminal, type: sudo diskutil repairpermissions / sudo chown -R root:wheel AppleAzaliaAudio.kext sudo chmod -R 755 AppleAzaliaAudio.kext cd /System/Library sudo rm -rf Extensions.mkext Extensions.kextcache 4) Then, reboot and enjoy sound out of two channels. Note: Works but just output sound and cannot control the volume. It won't work with 10.4.8 and higher. Link to comment https://www.insanelymac.com/forum/topic/38758-intel-d101ggcl/#findComment-402668 Share on other sites More sharing options...
Cal96 Posted July 23, 2008 Share Posted July 23, 2008 old post but works for me! used osx86tools also its working on 10.5.2 i got sound now. thank you very much. Link to comment https://www.insanelymac.com/forum/topic/38758-intel-d101ggcl/#findComment-830420 Share on other sites More sharing options...
glinan Posted September 6, 2008 Share Posted September 6, 2008 hi, thanks so much! i'm using Kalyway 10.5.1 and updated to 10.5.2, i've followed your guide with Realtek ALC861. it works! but, when using headphones, there's an annoying sound, i don't know why, it's like "tuk" "tuk" for every 5 seconds, but when i'm using my speakers it's fine. i've tried 3 headphones and same results, and my audio jack is not broken, i just used it today while in xp, cause i dual booted them. anyways, if you have a solution, i hope you get back to me. a big thanks to you! Link to comment https://www.insanelymac.com/forum/topic/38758-intel-d101ggcl/#findComment-881152 Share on other sites More sharing options...
jlmusa Posted September 9, 2008 Share Posted September 9, 2008 well.. how to say THANKS??? ok... you are like my new GOD... incredible, I HAVE SOUND!!!!! THANK YOU, greetings from Argentina J. Link to comment https://www.insanelymac.com/forum/topic/38758-intel-d101ggcl/#findComment-884541 Share on other sites More sharing options...
mr.piyagee Posted January 3, 2009 Share Posted January 3, 2009 Thank you !!! i have Toshiba A100 with iatkos.v4 installed , mic now works perfectly. Thank you again. Link to comment https://www.insanelymac.com/forum/topic/38758-intel-d101ggcl/#findComment-1025383 Share on other sites More sharing options...
Recommended Posts