#1
|
||||
|
||||
AppleVIAATA, JMicron and AppleNForceATA over 4gb RAM bug solved!
I know this issue has affected many members here, i'm glad to report it seems to have been solved at last. Obviously post any driver feedback in the original thread.
Quote:
Source Mac OS X 10.6.4 Retail || Intel Core2 Duo E8200 2.66GHz || Gigabyte G31M-ES2L || GeForce 6600 GT 128MB || Realtek ALC883 Audio || Realtek RTL8169 LAN || Samsung SpinPoint F1 1TB HD || Sony Dual Layer IDE DVD RW DW-D22A || Apple Aluminium Keyboard || Mighty Mouse MacBook Pro || 2.4Ghz Core 2 Duo || 200Gb HD || 2Gb Ram || NVIDIA GeForce 8600M GT iPhone 4 || 16Gb |
#2
|
||||
|
||||
i can vouch for nfarce430
|
#3
|
|||
|
|||
Works great on my system
I am now running 4 GBs of ram |
#4
|
|||
|
|||
Um...which exactly do i donwload from the google site?
|
#5
|
||||
|
||||
Try the one linked in my signature. Please backup you existing extensions prior to installing
MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#7
|
||||
|
||||
Im sorry I forgot I had linked to the thread and not to an actual file. Here is a direct link:
http://darwin-ata.googlecode.com/fil...ceATA.kext.zip You can use an application like KextHelper and you can also manually install as described below. Manually install a kext Manually Installing a Kext You can manually install drivers (kexts) by following the instructions below. Be sure to do your research and make sure that what you are installing will work. It is highly recommended that you do steps 2, 3 & 4 to backup your extensions folder. This will make it possible to recover from a non booting system Place the kext you wish to install on your desktop (The following commands rely on it being on the desktop). 1. Give yourself root privileges so that you can modify files. Code:
sudo -s Code:
mkdir /backup Code:
cd /System/Library Code:
cp -r Extensions/ /backup/ Code:
cp ~/Desktop/MYKEXT.kext Extensions/MYKEXT.kext 6. Set the proper permissions for the extensions folder. Code:
chmod -R 755 Extensions/ Code:
chown -R root:wheel Extensions/ Code:
touch Extensions/ Code:
rm -rf Extensions.mkext Code:
diskutil repairpermissions / -v Verbose Mode displays useful information during the boot process. -f Forces OSX to load kexts from the extensions folder instead of the cache file. We did delete the cache file so this is just a precaution. 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |