Jump to content
4 posts in this topic

Recommended Posts

I used the Kalway SSE2 & SSE3 Leopard 5.1 install zip, booted pressed F8 typed vanilla.

 

I have everything working, not sure about ethernet, haven't checked yet. But I do know that my sound isn't working, when I look in audio setup the input & output are unknown.

 

I saw something here about ktexts for sound drivers, but I'm not sure what type of onboard mother board sound card I have.

 

WD 120 GB IDE

GUID Partition only

Q6600 Intel Quad Core

Patriot Extreme 2GB

 

Also, the about this Mac does not show the processor as being a Q6600, it also says unknown.

 

Any help would be great. p_up.gifp_middot.gif

p_mq_add.gifp_middot.gif

hello Larry

 

here is the solution

 

the drivers are alc889a.zip (google)

 

 

extract the files from the zip

 

Open up Terminal sudo -s (enter password)

 

cd /location/of/kexts , for instance cd /Users/your_username/Desktop if you've extracted the files on your desktop

 

cp -R ALCinject.kext /System/Library/Extensions && cp -R AppleHDA.kext /System/Library/Extensions

 

chmod -R 755 /System/Library/Extensions/ALCinject.kext && chmod -R 755 /System/Library/Extensions/AppleHDA.kext

 

chown -R root:wheel /System/Library/Extensions/ALCinject.kext && chown -R root:wheel /System/Library/Extensions/AppleHDA.kext

 

rm -f /System/Library/Extensions.*

 

diskutil repairPermissions /

<-- Now reboot your computer: -->

 

 

T.

Thanks a lot, I forgot to post that this method worked for me entirely.

 

use the ALC889A kext provided above...

 

the kexts included in the zip should be

 

ALCinject.kext and AppleHDA.kext

 

copy both kexts into your

 

System/Library/Extensions folder....

 

after you have copied both kexts into the folder do the following..

 

open up a Terminal and do the following.... Terminal is found in the Utilities folder...

 

type in the following...

 

sudo -s <press enter>

 

<enter password> <press enter>

 

chmod -R 755 /System/Library/Extensions/ALCinject.kext <press enter>

 

chmod -R 755 /System/Library/Extensions/AppleHDA.kext <press enter>

 

chown -R root:wheel /System/Library/Extensions/ALCinject.kext <press enter>

 

chown -R root:wheel /System/Library/Extensions/AppleHDA.kext <press enter>

 

rm -R /System/Library/Extensions.kextcache <press enter>

rm -R /System/Library/Extensions.mkext <press enter>

reboot <press enter>

enjoi fully working audio... verify in the Audio Panel that you have fully working audio...

 

Also the above method was used with Uphuck 10.4.9 v1.3 on a Giga-Byte GA-P35-DS3P

 

Is your method the exact same as the one I just quoted? I did not know that if I keep the GUID IDE drive enabled in the BIOS, when I boot into windows, windows will crash after logging on. Wonder what that is about.

×
×
  • Create New...