Jump to content
7 posts in this topic

Recommended Posts

hello, all. i have installed mac ox x86 10.4.5 on my demension 3000. and performace and graphics are fine. i cannot find my audio driver reconized as AC97. i cannot find anywhere to download this. Maxxuss page has been tooken offline due to apple. anyways. does anyone know where i could download this???

  • 2 weeks later...

I dont think you would find what you are looking for on maxxuss's webpage. I believe you need to explain in more detail what exatly you want, because i cannot really see what you are asking for.

 

 

Purhaps this may help...

 

 

to forceload a .kext file you go to the terminal a type;

 

sudo -s

{enter password here}

kextload /System/Extensions/{disired kext here}.kext

 

If it comes up with an error saying the kext file is not authentic you may need to type

 

sudo -s

{enter password here}

chmod -R 755 /System/Extensions/{disired kext here}.kext

kextload -R root:wheel /System/Extensions/{disired kext here}.kext

kextload /System/Extensions/{disired kext here}.kext

 

(the commands must have the right captital letters and spacing or it will not work.

 

And by the way if you have a sis chipset it will be unlikely you will be able to get audio working

 

Rhodar

 

P.S You may need to add your device + vender id to the .kext for it to detect you soundcard. Search the forums if you think this may be the case.

×
×
  • Create New...