Jump to content

AppleAC97Audio.kext in 10.4.5


JuzzMann
 Share

6 posts in this topic

Recommended Posts

hello eveyone,

 

i have just installed 10.4.5 and on my first reboot i get an error saying that AppleAC97Audio.kext was installed incorrectly and needs to be reinstalled...or something like that.

 

can someone help me, and also when i try to kextload it, it says its not authentic.

 

 

can someone give me a link to a new one and give me instructions on how to install it properly.

 

can someone please help me, any replies are greatly appreciated.

Link to comment
Share on other sites

goto terminal and type:

sudo -s
*enter password*
chown -R root:wheel /System/Library/Extensions/AppleAC97Audio.kext
chmod -R 755 /System/Library/Extensions/AppleAC97Audio.kext
reboot

 

ok thats it... have fun!

Link to comment
Share on other sites

did you bother trying what the person who replied to your post wrote?

 

The error you got means the permission on the .kext are incorrect. To be incorrect you need to have it already installed in the first place, no need for anybody to send it to you

Link to comment
Share on other sites

  • 4 weeks later...

If you installed the Universal 10.4.4 DVD with the 10.4.5 update, then you got the same issue as I did. I actually solved it doing this instead:

 

The issue can be fixed by loading up terminal and typing:

 

cd /System/Library/Extensions

sudo find nameofkext.kext -type d -exec /bin/chmod 0755 {} \;

sudo find nameofkext.kext -type f -exec /bin/chmod 0644 {} \;

 

Try it and let me know. Which DVD install disk are you using?

Link to comment
Share on other sites

 Share

×
×
  • Create New...