
01-15-2010, 12:06 PM
|
|
|
Join Date: Jul 2009
Location: Germany
Posts: 779
|
|
When you put them to /Extra/Extensions you need to build an Extensions.mkext chache for them in the upper folder [/Extra] - I prefer to use this utility for that purpose:
https://www.apple.com/downloads/maco...mkexttool.html
Bur be aware, that you need to select x86_64 slim down, when you want to boot 64-Bit Kernel & Extensions.
Some Extensions like ApplePS2 drivers do not work correctly in /E/E if you put Extensions to /System/Library/Extensions be sure to fix the file permissions:
Code:
sudo -s
cd /System/Library/Extensions
chmod -R 755 *
chown -R root:wheel *
See here if you want further informations about what you are doing here.
Once done delete /System/Library/Chaches/com.apple.kext.chaches folder to have the Extensions chache beeing rebuild on next boot. (On Leopard this is /System/Libary/Extensions.mkext) - when you use an up-to-date bootloader you can also force the system to rebuild the chache by using -f boot parameter.
AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++
AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD
|