View Single Post
 
Old 12-20-2008, 12:25 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by manofmany View Post
I tried installing something today and to my dismay it would only install on 10.5.3 or newer.

Anyways, I've got 10.5.2 Leo4AllV3 running great with the exception of QE/CI due to my 6150LE card and I cannot get my TSSTCorp Sata DVD burner to burn ANYTHING.

Is it worth updating? If so, whats the best route?

2.4ghz AMD X2 64 4600+
Asus board
3GB DDR2 RAM
Nvidia 6150LE
TSSTCorp CD/DVDRW
Sata Seagate 300GB

Running wireless Linksys WUSB600N which is easily workable under any circumstances to access the net. Please advise
First off, it sounds like you are running the nForce4 chipset so direct SATA burning is not supported. This is simply a flaw in the kext and it is not understood how to enable disc burning yet. You'll need to use an External DVD writer to burn.

Secondly, there are a lot of threads explaining how to go about the update process already in place here so if the following explanation doesn't work for you then you should go look through the others.

Lastly, the 6150LE in a built-in GPU and it not fully capable of getting CI/QE to work (at least not through the few years I've tested it)... I needed to buy a separate card to get full video support.

To update your system past 10.5.2 you need to obtain a few items:
1) Zephyroth's AMD Patcher (found on this site... if you aren't going to use the new voodoo kernel listed optionally below)
2) Apple's single-system updates (such as the "Mac OS X 10.5.3 Update" and "Mac OS X 10.5.4 Update" etc... not combo updates)
3) a backup of any kext needed to get your system working up to its current specs
4) additional kexts needed for 10.5.5 such as Disabler.kext (or IntelCPUPMDisabler.kext) and a SMBIOSEnabler.kext to counter the one in the updates and make it work with your PC... and also either dsmos.kext or AppleDecrypter.kext for decryption with the kernel.
5) (OPTIONAL) the new Voodoo kernel (more info can also be found throughout the forum on this) which allows you to run retail Apple Software Update (if you go this route you don't need to use the AMD Patcher to patch each single update... the voodoo kernel has a built-in opcode patcher which means you don't need to patch things anymore)
6) DSDT patch (needed for an update to 10.5.6)... more info can be found via pcwizcomputer.com with his DSDT Patcher app.

for the first method (without the voodoo kernel)...
use AMD Patcher to patch each single-update .pkg file and ensure you've placed the kernel extensions listed in #4 above in your /System/Library/Extensions/ folder with proper permissions...

permission fix:
Code:
sudo chmod -R 755 /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/
sudo rm -Rf /System/Library/Extensions.mkext
Install the newly patched packages individually with a few restarts in between each to ensure the system (not audio, video, ethernet, etc) works... we aren't worried about audio, video, etc for now as that can be fixed after you updated to the final version. if necessary, use the boot flag "-f" to ensure all of your extensions are being checked to be loaded at boot.


For the second method... simply install the voodoo kernel and the other kexts and dsdt patch and update using the Apple Software Update. Make sure you run the kernel as mach_kernel.voodoo so when the kernel updates via the software updates it still allows you to boot. you can change this default kernel in your com.apple.Boot.plist file by opening up Terminal and typing:
Code:
sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
then editing and saving via [ctrl]+[o] then [enter] then [crl]+[x] to exit.

any questions?

Reply With Quote