Jump to content

Sound Problem -Realtek AC97 Audio


Edd
 Share

13 posts in this topic

Recommended Posts

Okkk I have been trying to get Audio working on my install but I have no luck. I have been looking and looking and someone said about replacing some files with ones from the Darwin CD. I did this, when I reboot the "IOAudiofamily.kext" claims that it has wrong permissions? And if I try to kextload it it says that it isn't authentic. So main point is, how do I sort my IOAudiofamily.kext out and once that is sorted what do I do to get sound working on here?

Thanks a lot :(

Link to comment
Share on other sites

have you tried setting the permissions in terminal?

in case:

as root (or with sudo) do:

 

chmod -R 755 /System/Library/Extensions/IOAudiofamily.kext

chown -R root:wheel /System/Library/Extensions/IOAudiofamily.kext

 

(from memory, please excuse any errors)

Link to comment
Share on other sites

thanks, that solved the problem with the IOAudiofamily.kext file. But I still have no sound, I have tried the tutorial on the wiki but no luck. Has anyone had any luck with getting Realtek AC97 Audio working?

Link to comment
Share on other sites

make sure your AppleAC97Audio.kext is present then:

cd /System/Library/Extensions

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

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

kextload AppleAC97Audio.kext

chown -R root:wheel /System/Library/Extensions

cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/

kextload AppleAC97AudioIntelICH.kext

 

then clean your extensions cache:

rm /System/Library/Extensions.kextcache

kextcache -k /System/Library/Extensions

 

There are a few commads that I think I used, they shouldnt be harmful....I havent never used a Mac

untill I got started on osx, I dunno much except my sound wasnt workin and after lookin through a lotta

topics then with help from DrJägermeister

I think he is the audio guru around here

also the wiki guide is good

Link to comment
Share on other sites

make sure your AppleAC97Audio.kext is present then:

cd /System/Library/Extensions

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

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

kextload AppleAC97Audio.kext

chown -R root:wheel /System/Library/Extensions

cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/

kextload AppleAC97AudioIntelICH.kext

 

then clean your extensions cache:

rm /System/Library/Extensions.kextcache

kextcache -k /System/Library/Extensions

 

There are a few commads that I think I used, they shouldnt be harmful....I havent never used a Mac

untill I got started on osx, I dunno much except my sound wasnt workin and after lookin through a lotta

topics then with help from DrJägermeister

I think he is the audio guru around here

also the wiki guide is good

 

 

hi, i've the same trouble...

when i type this line "sudo chown -R /System/Library/Extensions/AppleAC97Audio.kext"

it says :"chown: illegal option --"

Link to comment
Share on other sites

hi, i've the same trouble...

when i type this line "sudo chown -R /System/Library/Extensions/AppleAC97Audio.kext"

it says :"chown: illegal option --"

 

You should have written:

 

sudo chown -R root:wheel /System/Library/Extensions/AppleAC97Audio.kext

 

I also am having trouble with Realtek. My Device ID is:

 

0x24c58086

 

8086 is Intel's vendor ID. What should I do? I did this install using the Generic.Install.DVD, and now I've heard that it doesn't have a lot of neccesary kexts.

Link to comment
Share on other sites

Could someone post AppleAC97Audio.kext for me? The Generic DVD Install doesn't have it, and I'm burning without audio here. (And no, I'm not dling the whole damn darwin cd for this, nor am I installing deadmoo over the current install)

 

EDIT: Finally got it working, found the kext in another thread on this very forum (thanks to google, no thanks to the forum search feature. Honestly!)

 

YAY! Almost fully working osx86 ultralight! Taking pics now!

Link to comment
Share on other sites

You should have written:

 

sudo chown -R root:wheel /System/Library/Extensions/AppleAC97Audio.kext

 

I also am having trouble with Realtek. My Device ID is:

 

0x24c58086

 

8086 is Intel's vendor ID. What should I do? I did this install using the Generic.Install.DVD, and now I've heard that it doesn't have a lot of neccesary kexts.

 

You'll find the zipped kext you need in this post side 2 at the end. You don't need to configure it, your ID 24C58086 is configured for ICH4. You evtl need to load the kext yourself (like in the posting). This soundcard should work then.

http://forum.osx86project.org/index.php?showtopic=2001&st=20

You need to boot with -x that you will have some sound

Link to comment
Share on other sites

  • 2 years later...

@bilditup1hi...i have the appleac97audio.kext file in the same location but i don't know how to go about it in the terminal....could you be please kind enough to tell me the procedure one by one...i am a first time mac user.....thanks.....:)when i type sudo chown -R root:wheel /System/Library/Extensions/AppleAC97Audio.kext it asks me for the password after i enter the password nothing happens and i am back again to the prompt.....what to do...?? i have checked by restarting the system ...but nothing has happened...

Link to comment
Share on other sites

Can someone zip me up the ktext's so I can replace them on my leopard 10.5.1

I have been looking for something to fix my sound! And I think this could be it!

So if someone could please zip the files I need and maybe send them to: curtis.vallely(@)gmail.com

 

thanks a lot!

Link to comment
Share on other sites

  • 1 month later...
make sure your AppleAC97Audio.kext is present then:

cd /System/Library/Extensions

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

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

kextload AppleAC97Audio.kext

chown -R root:wheel /System/Library/Extensions

cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/

kextload AppleAC97AudioIntelICH.kext

 

then clean your extensions cache:

rm /System/Library/Extensions.kextcache

kextcache -k /System/Library/Extensions

 

There are a few commads that I think I used, they shouldnt be harmful....I havent never used a Mac

untill I got started on osx, I dunno much except my sound wasnt workin and after lookin through a lotta

topics then with help from DrJägermeister

I think he is the audio guru around here

also the wiki guide is good

 

 

man you rock....... thanks for the help man!!

Link to comment
Share on other sites

 Share

×
×
  • Create New...