Jump to content
4 posts in this topic

Recommended Posts

hi there,

i have just installed Mac OS X 10.5.7 IAtkos v.7 version.

Everything goes fine with devices, drivers and others stuff.

My only problem is Audio Drivers. The system doesn't recognize my onboard Audio Device. :(

I have a ASRock Board - 775i65g Version, with Intel AC' 97 audio type.

(8086:24d5 - Intel - 82801EB/ER/ICH5/ICH5R - AC '97 Audio)

 

I tried different customize on installation for those drivers but with no success. :wacko:

 

What should i do ? Where can i find this Audio Driver for Mac OS X 10.5.7 (IATkos) ? :blink: Any advice will be useful for me. Thanks for any reply. Bye

Link to comment
https://www.insanelymac.com/forum/topic/188018-rtl-audio-drivers/
Share on other sites

i thank all those who have watched my posting to the problem about the audio driver.

finally addressing this problem by downloading AppleAC97Audio.kext and installed it through Terminal. :P

Anyone who needs help to solve this problem, just answer the topic and i will be happy to help you. Thanks

  • 2 months later...
  • 5 months later...
i have same setup like yours..

 

Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller [8086:24d5] (rev 02)

 

can you tell me where's to download AppleAC97Audio.kext ?

thanks in advance...

 

http://wiki.osx86project.org/wiki/index.php/3rdPartyDrivers

 

Be aware that altough (system_profiler) "About This Mac" under "Hardware" -> "Audio (Built In)" will still report "No Built-in Audio.", your applications (e.g., iTunes, etc.) will find and use the audio after a reboot

 

To install You could use the CLI (command line interface) from which you will copy the kext, be sure the permissions and ownership are correct and finally rebuild the cache before rebooting:

 

sudo cp -R AppleAC97Audio.kext /System/Library/Extensions/

sudo chown -R 755 /System/Library/Extensions/AppleAC97Audio.kext

sudo chown root:weel /System/Library/Extensions/AppleAC97Audio.kext

sudo touch /System/Library/Extensions/

 

There is no need to delete (rm) the old/previous cache as you can read from support.apple.com (Search rebuilding cache there). It not many people is aware of that :-)

 

Alternatively, go for a GUI (kexthelper OSx86tools and similar) to do the same though you should no fear... :-)

 

Good luck! and don´t forget to report back!

×
×
  • Create New...