<?xml version="1.0"?>
<rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:blog="http://bitflux.org/doctypes/blog" xmlns:php="http://php.net/xsl" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>paulicat.freeflux.net</title><link>http://paulicat.freeflux.net/blog/</link><description>Welcome to my blog.</description><generator>Flux CMS - http://www.flux-cms.org</generator><copyright>Me</copyright><atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" type="application/json" href="http://friendfeed.com/api/public-sup.json#flx-0281f4c4c5"/><item><title>Updated links</title><link>http://paulicat.freeflux.net/blog/archive/2007/09/02/updated-links.html</link><guid isPermaLink="false">http://paulicat.freeflux.net/blog/archive/id/98/</guid><content:encoded xmlns="http://www.w3.org/1999/xhtml">Just popped in to update the file links.&lt;br/&gt;
It seems Hostclip does have a timelimit on uploads afterall :)&lt;br/&gt;
&lt;br/&gt;
Paulicat</content:encoded><dc:subject>General</dc:subject><dc:subject>files</dc:subject><dc:subject>links</dc:subject><dc:creator>paulicat</dc:creator><dc:date>2007-09-02T14:14:57Z</dc:date></item><item><title>Fix for super hot laptops under osx!</title><link>http://paulicat.freeflux.net/blog/archive/2006/11/17/fix-for-super-hot-laptops-under-osx.html</link><guid isPermaLink="false">http://paulicat.freeflux.net/blog/archive/id/82/</guid><content:encoded xmlns="http://www.w3.org/1999/xhtml">Ok, so I just got a laptop the other day, and I was forewarned that the fan didn't function properly and you would need to invoke sleep then wake it for the fan to function properly.&lt;br/&gt;
This worked to a degree, firstly, sleeping and waking on every boot up is lame.&lt;br/&gt;
Secondly, the temps at which the fan was set to turn on was WAY to hot. Upwards of 61C. Needless to say that made for a VERY hot lap*top.&lt;br/&gt;
&lt;br/&gt;
So, in my very logical mind, I said "But the bios/mobo should be able to handle the fan on its own, it shouldn't NEED an os or driver to function!".&lt;br/&gt;
Next logical step, find the right kext. Enter "AppleACPIThermal.kext" which is a plugin of AppleACPIFamily.kext.&lt;br/&gt;
Removed that plugin, cleared kextcache, and VOILA!! Fan works perfectly!&lt;br/&gt;
Temperatures have dropped to the low 40's high 30's!!&lt;br/&gt;
I CAN USE THE LAPTOP ON MY LAP!!!! :D&lt;br/&gt;
&lt;br/&gt;
So, if your laptop seems like its going to melt, try out this little fix.&lt;br/&gt;
Be careful and monitor your temps with the freeware Temperature Monitor.app</content:encoded><dc:subject>General</dc:subject><dc:creator>paulicat</dc:creator><dc:date>2006-11-17T23:56:55Z</dc:date></item><item><title>OSX86 10.4.4 (.5,.6,.7) to 10.4.8 Upgrade guide</title><link>http://paulicat.freeflux.net/blog/archive/2006/11/13/osx86-10-4-4-to-10-4-8-upgrade-guide.html</link><guid isPermaLink="false">http://paulicat.freeflux.net/blog/archive/id/78/</guid><content:encoded xmlns="http://www.w3.org/1999/xhtml">&lt;p&gt;This is a step by step guide on upgrading to 10.4.8 from 10.4.4 (&lt;font face="Trebuchet MS"
    &gt;.5,.6,.7)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Use at your own risk. I don't condone piracy, I just provide the information!&lt;/p&gt;
&lt;p&gt;This guide has been noted to work on all INTEL only dvd releases. AMD dvd&#xA0;releases DO NOT WORK as the AMD patches screw stuff up.&lt;/p&gt;
&lt;p&gt;These are the detailed steps I used to get up and running very quickly:&lt;br/&gt;
1: Install 10.4.4 (4.5,4.6,4.7)&#xA0;as a normal bootable install.&lt;br/&gt;
2: Boot into newly installed system.&lt;br/&gt;
Lets&#xA0;begin backing up files that you will need to replace back after 10.4.8 combo update.&lt;br/&gt;
3A: sudo -s&lt;br/&gt;
3B: mkdir /backup&lt;br/&gt;
3C: cp -R /System/Library/Extensions/* /backup&lt;br/&gt;
Step 3D only needs to be done if you have a 915 based mobo&lt;br/&gt;
3D: cp -R /System/Library/Frameworks/OpenGL.framework /backup&lt;br/&gt;
&lt;br/&gt;
Leave Terminal open as you will need it again shortly.&lt;br/&gt;
&lt;br/&gt;
4: Run Apple 10.4.8 Combo update - DO NOT REBOOT WHEN IT COMPLETES&lt;br/&gt;
Wait until combo update completes - DO NOT REBOOT WHEN IT COMPLETES&lt;br/&gt;
&lt;br/&gt;
Now comes kernel choice and restoring important files that we just backed up&lt;br/&gt;
&lt;br/&gt;
5: Now that combo update is finished, I suggest using a kernel with r2 support built in at least to help with first bootup post combo update. After you're up and running you can use decrypts if you want, and use a kernel without r2 support.&lt;br/&gt;
5A: Back to Terminal type mv /mach_kernel /mach_kernel.unpatched&lt;br/&gt;
5B: cp /location/to/your/patched/mach_kernel /mach_kernel&lt;/p&gt;
&lt;p&gt;Steps 6,7,8 only need to be done if you use&#xA0;GMA (900 or 950)&#xA0;based video.&lt;br/&gt;
6: Run this in Terminal: cp -R /backup/AppleIntelIntegratedFramebuffer.kext /System/Library/Extensions&lt;br/&gt;
&lt;br/&gt;
7: Steps 7A to 7C to be done only if you have a 915 based mobo&lt;br/&gt;
7A: rm -fr /System/Library/Extensions/AppleIntelGMA950.kext&lt;br/&gt;
7B: rm -fr /System/Library/Frameworks/OpenGL.framework&lt;br/&gt;
7C: cp -R /backup/OpenGL.framework /System/Library/Frameworks&lt;br/&gt;
&lt;br/&gt;
8: Step 8A only to be done if you have a 950 based mobo&lt;br/&gt;
8A: rm -fr /System/Library/Extensions/AppleIntel915.kext&lt;br/&gt;
&lt;br/&gt;
9: Copy &lt;a href="http://www.hostclip.com/dl/bc07246b559e50f0189ca05140d8621f"
    &gt;this&lt;/a&gt; AppleSMBIOS.kext to /System/Library/Extensions.&lt;/p&gt;
&lt;p&gt;10: Copy &lt;a href="http://www.hostclip.com/dl/ff59ef2919c321a566c265aafc1b4d0b"
    &gt;this&lt;/a&gt;  IOATAFamily.kext to /System/Library/Extensions.&#xA0;You might be able to skip this step if you have and ICH7 or ICH8 based motherboard&#xA0;chipset.&#xA0;Trial and error ;)&lt;br/&gt;
&lt;br/&gt;
11: Repair permissions with Disk Utility.&lt;br/&gt;
12: Reboot now (and pray).&lt;br/&gt;
13: Upon first bootup, osx will initiate one reboot on its own, don't be alarmed.&lt;br/&gt;
14: Enjoy!&lt;br/&gt;
&lt;br/&gt;
Good luck!&lt;br/&gt;
&lt;/p&gt;</content:encoded><dc:subject>General</dc:subject><dc:subject>osx</dc:subject><dc:creator>paulicat</dc:creator><dc:date>2006-11-13T16:02:04Z</dc:date></item></channel></rss>
