*JaS 10.4.8 DVD
*10.4.9 Combo Update Intel (here)
*Koverg patch v0.2 (here)
*Click to view attachment (Not sure how I got it. If you know where it came from, please let me know...) Save this onto a flash drive or a CD.
*Click to view attachment
***NOTE: I'm assuming that you've properly set up your drive partition(s) and boot order***
1.) Install the JaS 10.4.8 DVD -
2.) Boot into Mac OS X. You may not have your wi-fi card working. If you do, skip to step 5.
3.) Install the Wireless Support Package, then reboot.
4.) You should get a missing kext message on startup. Opet Terminal and type:
CODE
cd /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/
sudo find AppleAirPortBrcm4311 -type d -exec /bin/chmod 0755 {} \;
sudo find AppleAirPortBrcm4311 -type f -exec /bin/chmod 0644 {} \;
sudo find AppleAirPortBrcm4311 -type d -exec /bin/chmod 0755 {} \;
sudo find AppleAirPortBrcm4311 -type f -exec /bin/chmod 0644 {} \;
Use Disk utility and repair permissions, then reboot.
5.) Open System Preferences and choose "Network". It should detect your wi-fi card as an AirPort card. Now you can use the internet.
6.) Install Koverg patch (follow directions in readme)
7.) Repair permissions and reboot.
8.) Install the Callisto Driver (follow directions in readme)
9.) Repair Permissions and reboot.
10.) Open Terminal, and type:
CODE
sudo nano -w /System/Library/Extensions/ATIRadeon9700GA.plugin/Contents/Info.plist/
Where it says "IONDRVFramebuffer", replace it with "CallistoFB"
11.) Repair permissions and reboot.
12.) If you see mouse artifacts, then congratulations, you now have QE/CI running! Now to keep it that way...
13.) Backup these kexts from /System/Library/Extensions/: (NOTE: You may not need all of them, but this is to be on the safe side...)
Any kext that begins with ATIRadeon...
Callisto.kext
CallistoHAL.kext
Callisto003fix (Yeah, it's not a kext file, but just in case...
14.)
15.) Once you successfully start up, you'll notice that QE/CI are disabled. Reinstall the Wireless Support package if necessary (Step 3.)
16.) Copy and paste the backed up kexts from step 13.
17.) Repair permissions and reboot.
18.) Repeat step 8. (Ignore the first few error messages in Terminal)
19.) Repair permissions and reboot.
20.) Find any missing kexts in Terminal:
CODE
cd /(Wherever the missing kext is located)/
sudo find (missing kext) -type d -exec /bin/chmod 0755 {} \;
sudo find (missing kext) -type f -exec /bin/chmod 0644 {} \;
sudo find (missing kext) -type d -exec /bin/chmod 0755 {} \;
sudo find (missing kext) -type f -exec /bin/chmod 0644 {} \;
Repeat for each missing kext.
21.) Repair permissions and reboot.
22.) When you've got QE/CI working, repeat steps 13-21 again for the 10.4.10 update.
That's all!
Thanks to whoever created the files I gave you, and the tutorials I pointed you to. Let me know how I can improve in this, since it is my first How-To. Thank you all, and enjoy!
(Sorry, I like these emoticons...)