InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Snow Leopard 10.6 (http://infinitemac.com/forumdisplay.php?f=87)
-   -   Installing kext (http://infinitemac.com/showthread.php?t=5986)

LaFemme69 04-17-2010 04:01 PM

Installing kext
 
I want to install kext for my ALC888s sound and wondering if anyone can help me installing it.

I have OSX86Tools but I don't know how to use it. I also have Kext helper but I cannot past the password entry since I don't have a password on my system. I cannot get the 'Easy Install' to highlight so i can install.

please help me.

thanx.

katie

Imkantus 04-20-2010 07:10 PM

What kext is it, you want to install?

In general - stay away from OSx86Tools they are not made for use with Snow Leopard. You don'nt need stuff like special tools for that: Just copy the kext to /System/Library/Extensions folder - ignore any upcoming messages about it & peform the following commands on Terminal:

sudo -s
chown -R root:wheel /System/Library/Extensions
chmod -R 755 /System/Library/Extensions
rm -rf /System/Library/Caches/com.apple.kext.caches

Then reboot & kext-install should be fine. :)