Jump to content
22 posts in this topic

Recommended Posts

Ok i had a copy of OSX86 10.4.1 working perfect on my Acer Travelmate 2300 i installed it from an install DVD, I had to be greedy and try installing OSX86 10.4.4 (which didnt work properly) so i formatted the drive and reinstalled 10.4.1 and it works fine apart from the complete lack of sound? No volume control on the desktop and no device in the sound folder in system preferences.

 

Im quite confused as it worked before so i got my hands on a copy of AppleAC97audio.kext and dragged it into the extensions folder , i cant for the life of me find what command i need to complete installing the kext as everytime i start up it says that the kext cant load properly and to contact a sys admin , i guess this forum is as close as it get, i assume i dont need to start finding device ID's for my onboard sound as it worked fine before.

 

any help would be amazing :dev: thank you

Link to comment
https://www.insanelymac.com/forum/topic/10410-ac97-sound-help/
Share on other sites

Ok /sbin/mount -uw / goes through ok but as soon as i type

 

chmod 755 /Sytem/Library/Extension/AppleAC97audio.kext

 

it says no such file or directory, I just dragged the AppleAC97audio.kext into the System/Library/Extension folder am i missing something ? i have 2 partitions on my disk 1-OSX 2-XP would that make a difference ?

 

**EDIT** ok noticed that System/Library/Extension should read Extensions so the command now works thank you kindly :|

 

 

 

Login in single user mode

 

-s

/sbin/mount -uw /

chmod 755 /Sytem/Library/Extension/AppleAC97audio.kext

chown root:wheel / /Sytem/Library/Extension/AppleAC97audio.kext

 

then reboot.

Ok i dragged the AppleAC97audio.kext into System/Library/Extensions then i rebooted and started in single user mode (white text on a black screen) i followed the above instrustions and once i reboot into OSX it says

 

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.

 

then

 

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.

 

do i have the wrong Kext or should i be installing it a different way ?

  • 4 weeks later...

Hello, if you use 10.4.4 (why don't install the 10.4.5 with Maxxuss patches integrated by Myzar? it has an easier installation that 10.4.4 and it runs very well) you need the AppleAC97Audio.kext from a 10.4.3 system:

  • get the AppleAC97Audio.kext from the Extensions folder of a 10.4.3 system and put it in the 10.4.4 Desktop
  • if root isn't activated yet, activate:
    open Terminal and write:
    % dsenableroot -u user:
    where user is your current administrator account:
    enter your current password and the password for root:
    dsenableroot.jpg
  • copy AppleAC97Audio.kext to the appropiate folder:
    open Terminal and write:
    su root [enter the root password]
    cp -R /Users/user/Desktop/AppleAC97Audio.kext /System/Library/Extensions
    note: previous command (cp) doesn't end with /
  • configure the AppleAC97Audio.kext file:
    note: this task can be made within the GUI, of course it can be made also in single user mode
    chmod -R 755 /System/Library/Extensions
    chown -R root:wheel /System/Library/Extensions
    cd /System/Library/Extensions
    kextload AppleAC97Audio.kext
  • reboot
  • repair permissions in the 10.4.4 system

If you can read spanish texts, here there's some comments about this:

 

Sitio de MILIUCO

simple way w/out command line...

 

+drag the *kext into your extension folder (*kext - reffering to any kext you want to work and load properly)

+authorize it (admin password)

+go to /System/Library then drag Extensions.mkext & Extension.kextcache to the trash

+open disk utility then click repair permission

+reboot

I have the same problem you have with an ASUS A8V-MX (one of the worst Asus board ever). What mainboard do you have? I'm planning to say goodbye to Asus that hasn't done anything good in the last two year and go for a DVI Lanparty..

 

Beware.

 

I have a friend that had an internal sound chip on his Asus K8N-E that was not activating in Windows.

 

I found out that in fact it's a feature of Asus' BIOS to disable insternal sound when a PCI sound card is detected (An Audigy in his case).

 

I had to set in the BIOS the AC97 from AUTO to ENABLED and then, finally the internal chip was permanently activated.

 

It seems the A8V-MX has the same AUTO feature.

so are you saying i should disconect my soundcard, then in bios switch from AUTO to ENABLE?

 

No, simply switch in the BIOS from AUTO to ENABLE and both soundcards will be seen by Windows (and the AC 97 will only be seen by Mac OS)

 

The Enable setting forces the activation of the AC 97 chip, even if another sound card is present.

for some reason on my bios, there is no "ENABLE" just AUTO and DISABLE.... so i disconnected my sound card and left it on AUTO... this is really pissin me off i'll probably just buy that usb audio adapter from turtle beach

 

Sorry blazingarf, what I wrote was in fact for the ASUS not the Chaintech.

 

Got mixed up. :thumbsdown_anim:

 

But without the PCI soundcard, does it work ?

×
×
  • Create New...