Jump to content
8 posts in this topic

Recommended Posts

heres all the errors i get at start

The system extension “/System/Library/Extensions/AppleAC97Audio.kext“ was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update.

The system extension “/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext“ was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update.

The system extension “/System/Library/Extensions/NVidia.kext“ was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update.

install the driver typing this into the terminal :

sudo -s

(password)

cp -R 'drag&drop ur AppleAC97Audio.kext file' (and the remove the / at the end) /System/Library/Extensions/

reboot

i give $$$$$$$$$$$$$$ if it doesnt work :) else u have a nasty AC97

 

samething for the Nvidia driver

acutally i did

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

chown -R root:wheel /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext

 

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

chmod -R 755 /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext

 

and it worked thx for the help though

  • 2 years later...
×
×
  • Create New...