Jump to content
2 posts in this topic

Recommended Posts

Hi there!

 

I have fully managed to get my ASROCK 939 Dual Sata 2 board working with OSX86 10.4.6 and Nvidia 6600 GT card.

My only problem is the sound.

Who can tell me my way to get this sound working.

Where do I have to please my Ids inside? The Wiki Audio guide isn't really clear because we have now

...audioAMD.kext etc. .

Please name only the file I have to modify. The rest is clear!

Or do I need a new .kext file?

 

Thanx alot

 

URBANsUNITED

Link to comment
https://www.insanelymac.com/forum/topic/25416-help-with-ac-97-sound-again/
Share on other sites

I have the same problem and I have an K8N4-Deluxe ....

For me it doesn't work its in french but I think its comprehensive !!!!

Maybe you must use AppleAC97audio.kext , it's like an folder you can go on and you have the AppleAC97AudioIntelICH.kext in the AppleAC97audio.kext

 

Pour ceux qui ont installer la version 10.4.5 ou supérieur et qui on un message d'erreur après l'installation qui est de ce type:

 

l'extension système "/système/Library/Extensions/appleAC97Audio.kext" n'a pas été installé correctement et ne peux être utilisé.Veuillez essayer de le réinstaller ou contacter votre revendeur pour une mise à jour.

 

et/ou la même chose avec

 

"system/Library/Extensions/AppleAC97audio.kext/Contents/plugins/AppleAC97AudioInteliCH.kext"

 

 

Aller dans windows

 

Aller dans démarrer/executer

 

Taper: dxdiag

 

cliquer sur l'onglet son:

 

A la ligne id de périphérique:

 

Noter les 4 numéros après ven_ et les quatres après dev_

 

dans mon cas à id de périphérique j'ai PCI\VEN_8086DEV_24C5SUBSYS_B5511019REV_0

 

donc j'ai noté 8086;24C5

 

 

Aller sous OSX

 

 

ouvrir le logiciel terminal (Votre disque dur/Application/Utilitaire/terminal)

 

Taper: sudo -s appuyer sur entrée

Entrer votre mot de passe.

Si vous n'avez pas de mot de passe ou que vous ne comprenez rien aller visiter cette page: http://www.osxfacile.com/motpasseroot.html

 

taper: cd /System/Library/Extensions/AppleAC97AudioIntelICH.kext/Contents appuyer sur entrée

taper: chmod 644 Info.plist appuyer sur entrée

Taper: nano Info.plist appuyer sur entrée

 

Descendre avec la flèche du bas jusqu'à ce que vous voyer <key>NVIDIA AC97 Audio</key>

Quelques lignes en dessous vous devez avoir une ligne du genre:

<string>0x026b10de 0x005910de 0x00ea10de 0x00da10de 0x008a10de 0x006a10de 0x003a10de 0x01b110de</string>

 

Avec la flèche de gauche vous aller jusqu'au dernier groupe de nombre et à la place de ce qu'il y a d'écrit vous remplacez par votre numéro de ven et id dans mon cas j'ai écris

 

0x808624C5 à la place de 0x01b110de

 

Appuyer sur Ctrl+O puis sur entrée pour sauver

Appuyer sur Ctrl+x pour quitter

 

taper: cd /System/Library/Extensions/AppleAC97AudioIntelICH.kext/Contents/ appuyer sur entrée

 

taper: chown -R root:wheel /System/Library/Extensions appuyer sur entrée

 

taper: chmod -R 755 /System/Library/Extensions/AppleAC97Audio.kext appuyer sur entrée

 

taper: cd /System/Library/Extensions/ appuyer sur entrée

 

taper : kextload AppleAC97AudioIntelICH.kext appuyer sur entrée

 

 

normalement il doit charger le kext.

 

taper: rm /System/Library/Extensions.kextcache appuyer sur entrée

 

taper: kextcache -k /System/Library/Extensions appuyer sur entrée

 

Rebooter votre système

 

fin

 

bonne chance

For me the drivers load , but no sound after ,,,,

 

 

If you want I can translate =)

×
×
  • Create New...