Jump to content
10 posts in this topic

Recommended Posts

  • 1 month later...

Had the same symptoms on my System (JAS 10.4.6 fresh install)... After booting I had two Warnings

Tryed loading the .kext manually

  
MacIntel:/System/Library/Extensions root# kextload AppleAC97Audio.kext/
kextload: extension /System/Library/Extensions/AppleAC97Audio.kext is not authentic (check ownership and permissions)

 

Changed ownership of the .kext:

MacIntel:/System/Library/Extensions root# chmod -R 755  AppleAC97Audio.kext
MacIntel:/System/Library/Extensions root# chown -R root:wheel AppleAC97Audio.kext

Reload:

MacIntel:/System/Library/Extensions root# kextload AppleAC97Audio.kext/
kextload: AppleAC97Audio.kext/ loaded successfully

After that I started the second kext (for the specific Chipset) wich is in the AppleAC97Audio.kext

MacIntel:/System/Library/Extensions root# cd AppleAC97Audio.kext/
MacIntel:/System/Library/Extensions/AppleAC97Audio.kext root# cd Contents/PlugIns/

Starting the .kext for Intel ICH Sound

MacIntel:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns root# kextload AppleAC97AudioIntelICH.kext/
kextload: AppleAC97AudioIntelICH.kext/ loaded successfully

 

This made Audio available :sorcerer:

  • 2 weeks later...

Thanks mac-nipulate! You rock! My audio is working perfectly after following your tutorial on my gateway tablet pc running a fresh install of JaS OSX86 10.4.6, with just some little changes to your tutorial (number of channels and left-right values). Thanks, you are the man!!!!! :)

×
×
  • Create New...