<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5196293152010183312</id><updated>2012-02-24T00:27:03.652+01:00</updated><category term='hackintosh'/><category term='xcode'/><category term='i7'/><category term='leopard'/><category term='software'/><category term='netbook'/><category term='ilife'/><category term='dell-mini'/><category term='sleepenabler'/><category term='wtf'/><category term='bios'/><category term='hardware'/><category term='mice/keyboards'/><title type='text'>Mac OS X - cheap</title><subtitle type='html'>Mac OS X on budget hardware</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-5917026482944073571</id><published>2011-05-14T10:15:00.001+02:00</published><updated>2011-05-14T10:15:46.112+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hackintosh'/><category scheme='http://www.blogger.com/atom/ns#' term='sleepenabler'/><title type='text'>Upgraded to 10.6.7, SleepEnabler needs pmIncrement=0</title><content type='html'>&lt;p&gt;The PM_DISPATCH_VERSION constant did not change going from 10.6.6 to 10.6.7. This is why a SleepEnabler.kext that worked with 10.6.6 should also work with 10.6.7. You need to add pmIncrement=0 or pmVersion=21 to your com.apple.Boot.plist though.&lt;/p&gt;
&lt;p&gt;/Extra/com.apple.Boot.plist:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;
&amp;lt;plist version="1.0"&amp;gt;
&amp;lt;dict&amp;gt;
...
        &amp;lt;key&amp;gt;Kernel Flags&amp;lt;/key&amp;gt;
        &amp;lt;string&amp;gt;arch=[i386 or x86_64] pmIncrement=0&amp;lt;/string&amp;gt;
...
&amp;lt;/dict&amp;gt;
&amp;lt;/plist&amp;gt;
&lt;/pre&gt;
&lt;/p&gt;

- MacFiets
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-5917026482944073571?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/5917026482944073571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2011/05/upgraded-to-1067-sleepenabler-needs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/5917026482944073571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/5917026482944073571'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2011/05/upgraded-to-1067-sleepenabler-needs.html' title='Upgraded to 10.6.7, SleepEnabler needs pmIncrement=0'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-1300175499545279556</id><published>2011-05-06T21:41:00.001+02:00</published><updated>2011-05-06T21:41:55.826+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xcode'/><category scheme='http://www.blogger.com/atom/ns#' term='wtf'/><title type='text'>How to download Xcode 3</title><content type='html'>&lt;p&gt;Looks like there is only information about Xcode 4 on Apple's developer site &lt;a href="http://developer.apple.com/xcode/index.php"&gt;http://developer.apple.com/xcode/index.php&lt;/a&gt;. What's more, Xcode 4 is not free -- you need to sign up for one of the developer programs, or alternatively buy it at the Mac App Store for the outrageous sum of €3.99 (or you local equivalent).&lt;/p&gt;
&lt;p&gt;I am cheap bastard. This whole blog is about running OS X cheap after all. Well, actually I would have spent the money, but Apple's credit card verification drives me crazy. Ever tried using a credit card issued in a country different from the store's country? I got an error message saying "this card is not valid in the Netherlands". This is nonsense of course, every other shop happily accepts it. I digress.&lt;/p&gt;
&lt;p&gt;So, where do I get Xcode 3 from? Turns out that it's still available from the old developer's site at &lt;a href="http://connect.apple.com/"&gt;http://connect.apple.com&lt;/a&gt;. Log in with your Apple id, select "Developer Tools".&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="Xcode 3.2.6.jpg" src="http://lh4.ggpht.com/_Bw5bVYBUP3Q/TcRPAE1fg7I/AAAAAAAAADk/xkA_uvq4emg/Xcode%203.2.6.jpg?imgmax=800" border="0" alt="Xcode 3.2.6.jpg" width="503" height="600" /&gt;&lt;/p&gt;
&lt;p&gt;- MacFiets&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-1300175499545279556?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/1300175499545279556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2011/05/how-to-download-xcode-3.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/1300175499545279556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/1300175499545279556'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2011/05/how-to-download-xcode-3.html' title='How to download Xcode 3'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Bw5bVYBUP3Q/TcRPAE1fg7I/AAAAAAAAADk/xkA_uvq4emg/s72-c/Xcode%203.2.6.jpg?imgmax=800' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-5382772881809515217</id><published>2011-02-27T14:44:00.001+01:00</published><updated>2011-02-27T14:44:43.688+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hackintosh'/><category scheme='http://www.blogger.com/atom/ns#' term='sleepenabler'/><title type='text'>Upgraded SleepEnabler.kext to 10.6.6</title><content type='html'>&lt;p&gt;After upgrading to 10.6.6, I had to install a new version of SleepEnabler.kext. Since I have patched and built &lt;a href="http://macfiets.blogspot.com/2010/11/upgraded-sleepenablerkext-to-1065.html"&gt;SleepEnabler from source for 10.6.5&lt;/a&gt;, I upgraded my own version to 10.6.6.&lt;/p&gt;
&lt;h3&gt;Version specific operating system header files&lt;/h3&gt;
&lt;p&gt;$ uname -v&lt;br /&gt; Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:&lt;span style="color: #f92300;"&gt;&lt;strong&gt;xnu-1504.9.26&lt;/strong&gt;&lt;/span&gt;~3/RELEASE_I386&lt;/p&gt;
&lt;p&gt;I downloaded xnu-1504.9.26.tar.gz from &lt;a href="http://www.opensource.apple.com/"&gt;www.opensource.apple.com&lt;/a&gt; and diffed the version specific operating system header files. Luckily, none of them changed so I simply pulled in the 10.6.6 changes from SleepEnabler's main source.&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size: 12px; font-weight: bold;"&gt;My Mercurial clone on googlecode.com&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;The name of my clone is no longer appropriate, but I didn't feel like creating another clone. If you would like to check it out:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: monospace;"&gt;$ hg clone https://macfiets-10-6-5.googlecode.com/hg/ macfiets-10-6-5&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- MacFiets&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-5382772881809515217?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/5382772881809515217/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2011/02/upgraded-sleepenablerkext-to-1066.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/5382772881809515217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/5382772881809515217'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2011/02/upgraded-sleepenablerkext-to-1066.html' title='Upgraded SleepEnabler.kext to 10.6.6'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-712319818629114193</id><published>2010-12-19T19:25:00.001+01:00</published><updated>2010-12-19T19:25:58.572+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xcode'/><category scheme='http://www.blogger.com/atom/ns#' term='wtf'/><title type='text'>Xcode is clogging up my internet connection</title><content type='html'>&lt;p&gt;Usually I notice pretty quickly when my internet connection clogs up with downloads I have not started myself. With the help of tcpdump and lsof it's pretty easy to find the receiving application -- Xcode in this case. So wtf is going on?&lt;/p&gt;
&lt;p&gt;Today I learned two things. First, Xcode can automatically download updated documentation. Under Xcode -&amp;gt; Preferences -&amp;gt; Documentation you will find the Documentation Sets tab. This has a "Check for and install updates automatically" checkbox.&lt;/p&gt;
&lt;p&gt;Second, Xcode has a little helper under Xcode -&amp;gt; Window -&amp;gt; Activity. This shows you what it's currently doing:&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="Xcode Activity Window.png" src="http://lh4.ggpht.com/_Bw5bVYBUP3Q/TQ5ONF7dFzI/AAAAAAAAADM/gADLgX1U05M/Xcode%20Activity%20Window.png?imgmax=800" border="0" alt="Xcode Activity Window.png" width="516" height="163" /&gt;&lt;/p&gt;
&lt;p&gt;- MacFiets&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-712319818629114193?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/712319818629114193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/12/xcode-is-clogging-up-my-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/712319818629114193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/712319818629114193'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/12/xcode-is-clogging-up-my-internet.html' title='Xcode is clogging up my internet connection'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Bw5bVYBUP3Q/TQ5ONF7dFzI/AAAAAAAAADM/gADLgX1U05M/s72-c/Xcode%20Activity%20Window.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-6842833064689035124</id><published>2010-12-19T18:02:00.001+01:00</published><updated>2010-12-19T18:13:37.233+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hackintosh'/><category scheme='http://www.blogger.com/atom/ns#' term='netbook'/><category scheme='http://www.blogger.com/atom/ns#' term='dell-mini'/><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><title type='text'>Dell Inspiron 1018 - Unfortunately not my second Hackintosh</title><content type='html'>&lt;p&gt;I am in the market for a real simple netbook whose main -- almost only purpose -- is to run Skype. In other words I am looking for a video telephone. Ideally an OS X powered one. The MacBook Air is beautiful, but it costs an arm and a leg.&lt;/p&gt;
&lt;p&gt;One of the most OS X compatible netbooks made so far seems to be Dell Mini 10v. The &lt;span class="chartHeader"&gt;&lt;a href="http://www.mymacnetbook.com/compatibility-chart"&gt;Mac OS X Netbook Compatibility Chart&lt;/a&gt; on &lt;/span&gt;myMacNetbook.com states that all hardware features such as sound, sleep, audio, wireless, ..., work. The only problem is that you cannot buy a new Mini 10v anymore.&lt;/p&gt;
&lt;p&gt;The current low-end netbook on the dell.nl is the Inspiron 1018. Yes, cheap it is.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="Dell Inspiron 1018 - Dell Shop - Small.jpg" src="http://lh3.ggpht.com/_Bw5bVYBUP3Q/TQ49PGaAL9I/AAAAAAAAADE/k1xwjYMcR1o/Dell%20Inspiron%201018%20-%20Dell%20Shop%20-%20Small.jpg?imgmax=800" border="0" alt="Dell Inspiron 1018 - Dell Shop - Small.jpg" width="480" height="314" /&gt;&lt;/p&gt;
&lt;p&gt;Despite having not seen any success stories, I ordered one. Well, I didn't get very far and ended up installing Linux. If anyone had more success, I would love to hear from you.&lt;/p&gt;
&lt;p&gt;- MacFiets&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-6842833064689035124?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/6842833064689035124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/12/dell-inspiron-1018-unfortunately-not-my.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/6842833064689035124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/6842833064689035124'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/12/dell-inspiron-1018-unfortunately-not-my.html' title='Dell Inspiron 1018 - Unfortunately not my second Hackintosh'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Bw5bVYBUP3Q/TQ49PGaAL9I/AAAAAAAAADE/k1xwjYMcR1o/s72-c/Dell%20Inspiron%201018%20-%20Dell%20Shop%20-%20Small.jpg?imgmax=800' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-2782606359767901829</id><published>2010-11-28T17:06:00.001+01:00</published><updated>2010-11-28T17:13:34.406+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hackintosh'/><category scheme='http://www.blogger.com/atom/ns#' term='sleepenabler'/><title type='text'>Upgraded SleepEnabler.kext to 10.6.5</title><content type='html'>&lt;p&gt;The SleepEnabler.kext I used with 10.6.4 caused kernel panics with 10.6.5. I learned that this kext is kernel version specific so I grabbed one that was supposed to work with 10.6.5 from kexts.com, but I still got kernel panics. I then decided to build the SleepEnabler.kext from source myself and patch whatever has to be patched.&lt;/p&gt;
&lt;p&gt;The main motivation was simply to find out how to do stuff like this. I understand that sleep would also work with a properly patched DSDT, but I leave for some other time.&lt;/p&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
&lt;h4&gt;Install the Mercurial client and download the xnu-sleep-enabler sources&lt;/h4&gt;
&lt;p&gt;$ sudo port install mercurial&lt;/p&gt;
&lt;p&gt;$ hg clone https://xnu-sleep-enabler.googlecode.com/hg/ xnu-sleep-enabler&lt;/p&gt;
&lt;h4&gt;Get version specific operating system header files&lt;/h4&gt;
&lt;p&gt;$ uname -v&lt;br /&gt; Darwin Kernel Version 10.5.0: Fri Nov  5 23:20:39 PDT 2010; root:&lt;strong&gt;&lt;span style="color: #f92300;"&gt;xnu-1504.9.17&lt;/span&gt;&lt;/strong&gt;~1/RELEASE_I386&lt;/p&gt;
&lt;p&gt;This tells you exactly which version of the xnu kernel to download. Navigate to &lt;a href="http://www.opensource.apple.com/"&gt;www.opensource.apple.com&lt;/a&gt;, click on Mac OS X 10.6.5 and scroll down. Near the bottom of the page you will find this link &lt;a href="http://www.opensource.apple.com/tarballs/xnu/xnu-1504.9.17.tar.gz"&gt;http://www.opensource.apple.com/tarballs/xnu/xnu-1504.9.17.tar.gz&lt;/a&gt;. Download and install next to the sleep enabler.&lt;/p&gt;
&lt;h3&gt;Patching&lt;/h3&gt;
&lt;p&gt;The sleep enabler has version specific directories called Headers_10.x.y for the different kernel versions 10.x.y. I created a new one called Headers_10.5.0. There are two files called pmCPU.h and cpu_topology.h in the existing directories:&lt;/p&gt;
&lt;pre&gt;$ ls -l Headers_10.3.0
total 40
-rw-r--r--  1 macfiets  macfiets  9615 Nov 28 15:56 cpu_topology.h
-rw-r--r--  1 macfiets  macfiets  5208 Nov 28 15:56 pmCPU.h
&lt;/pre&gt;
&lt;p&gt;In the xnu kernel source, those files reside in the osfmk/i386 directory so I copied them from ../xnu-1504.9.17/osfmk/i386 to Headers_10.5.0. It turned out that pmCPU.h also needs rtclock.h so I copied this one too.&lt;/p&gt;
&lt;pre&gt;$ ls -l Headers_10.5.0
total 56
-rw-r--r-- 1 macfiets  macfiets  9747 Nov 28 15:56 cpu_topology.h
-rw-r--r-- 1 macfiets  macfiets  5634 Nov 28 15:56 pmCPU.h
-rw-r--r-- 1 macfiets  macfiets  4211 Nov 28 15:56 rtclock.h
&lt;/pre&gt;
&lt;p&gt;Next, I fixed the references in pmCPU.h to the two other files.&lt;/p&gt;
&lt;pre&gt;$ diff ../xnu-1504.9.17/osfmk/i386/pmCPU.h Headers_10.5.0/pmCPU.h
32,33c32,34
&amp;lt; #include &amp;lt;i386/cpu_topology.h&amp;gt;
&amp;lt; #include &amp;lt;i386/rtclock.h&amp;gt;
---
&amp;gt; #include "cpu_topology.h"
&amp;gt; #include "rtclock.h"
&amp;gt;
&lt;/pre&gt;
&lt;h3&gt;Building&lt;/h3&gt;
&lt;p&gt;The last step before actually building this project was to create a new Xcode configuration that would tell Xcode to use the include files from Headers_10.5.0. I copied the Debug configuration to "Debug 10.6.5" and change the KERNEL_VERSION.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="sleepenabler 10.6.5.jpg" src="http://lh3.ggpht.com/_Bw5bVYBUP3Q/TPJ8XIzkLXI/AAAAAAAAACs/P0_0nnQg1GE/sleepenabler%2010.6.5.jpg?imgmax=800" border="0" alt="sleepenabler 10.6.5.jpg" width="600" height="508" /&gt;&lt;/p&gt;
&lt;p&gt;Now you can build from the Xcode gui or alternatively from the command line&lt;/p&gt;
&lt;pre&gt;$ xcodebuild -configuration 'Debug 10.6.5'&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;Check that the resulting binaries contains code for both 32 and 64-bit:&lt;/p&gt;
&lt;pre&gt;$ file build/Debug\ 10.6.5/SleepEnabler.kext/Contents/MacOS/SleepEnabler
build/Debug 10.6.5/SleepEnabler.kext/Contents/MacOS/SleepEnabler: Mach-O universal binary with 2 architectures
build/Debug 10.6.5/SleepEnabler.kext/Contents/MacOS/SleepEnabler (for architecture x86_64):     Mach-O 64-bit kext bundle x86_64
build/Debug 10.6.5/SleepEnabler.kext/Contents/MacOS/SleepEnabler (for architecture i386):       Mach-O object i386
&lt;/pre&gt;
&lt;p&gt;Done. Install the SleepEnabler.kext in /System/Library/Extensions and reboot.&lt;/p&gt;
&lt;h3&gt;My Mercurial clone on googlecode.com&lt;/h3&gt;
&lt;p&gt;I have created a Mercurial clone of the xnu-sleep-enabler project and pushed my changed. If you would like to check it out:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: monospace;"&gt;$ hg clone https://macfiets-10-6-5.googlecode.com/hg/ macfiets-10-6-5&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;- MacFiets&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-2782606359767901829?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/2782606359767901829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/upgraded-sleepenablerkext-to-1065.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/2782606359767901829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/2782606359767901829'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/upgraded-sleepenablerkext-to-1065.html' title='Upgraded SleepEnabler.kext to 10.6.5'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Bw5bVYBUP3Q/TPJ8XIzkLXI/AAAAAAAAACs/P0_0nnQg1GE/s72-c/sleepenabler%2010.6.5.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-4197157538585794255</id><published>2010-11-21T13:27:00.001+01:00</published><updated>2010-11-21T17:14:20.456+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='bios'/><title type='text'>Updating the BIOS of a gigabyte board without the help of Windows</title><content type='html'>&lt;p&gt;GIGABYTE's support is pretty good. There have been a number of BIOS upgrades since I bought the board for my first hackintosh. However, the BIOS files all come as self-extracing Windows .exe files. I don't have a Windows machine anywhere in my house. Honest.&lt;/p&gt;
&lt;p&gt;I found two programs to uncompress those files on a Mac though. Zipeg has has a simple gui and works a treat.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.zipeg.com/"&gt;&lt;img title="download.zipeg.free.256x82.png" src="http://www.zipeg.com/img/download.zipeg.free.256x82.png" border="0" alt="download.zipeg.free.256x82.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you prefer to use the command line, then there is &lt;a href="http://p7zip.sourceforge.net/"&gt;http://p7zip.sourceforge.net&lt;/a&gt;. If you have the MacPorts installed, then it's simply&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;sudo port install p7zip&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This will install the 7z program in /opt/local/bin.&lt;/p&gt;
&lt;h3&gt;How to upgrade the BIOS&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download the BIOS from gigabyte.com&lt;/li&gt;
&lt;li&gt;Download either zipeg or p7zip&lt;/li&gt;
&lt;li&gt;Unpack the .exe file and put the BIOS file on a MS-DOS formatted USB stick&lt;/li&gt;
&lt;li&gt;Restart your computer and hit the "end key". In case you have an Apple keyboard, then you may not have a key labelled "end". It's the one to the right of the "delete".&lt;/li&gt;
&lt;li&gt;This will start the Q-Flash utility. Select the file you want and let it do its job&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="CIMG0658.JPG" src="http://lh6.ggpht.com/_Bw5bVYBUP3Q/TOkQevkWM_I/AAAAAAAAACc/27BCwTRzpPk/CIMG0658.JPG?imgmax=800" border="0" alt="CIMG0658.JPG" width="480" height="360" /&gt;&lt;/p&gt;
&lt;p&gt;Success. The "F6" version is installed.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="CIMG0663.JPG" src="http://lh6.ggpht.com/_Bw5bVYBUP3Q/TOkQfp_mgZI/AAAAAAAAACg/Quici4QPGbE/CIMG0663.JPG?imgmax=800" border="0" alt="CIMG0663.JPG" width="480" height="359" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-4197157538585794255?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/4197157538585794255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/updating-bios-of-gigabyte-board-without.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/4197157538585794255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/4197157538585794255'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/updating-bios-of-gigabyte-board-without.html' title='Updating the BIOS of a gigabyte board without the help of Windows'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_Bw5bVYBUP3Q/TOkQevkWM_I/AAAAAAAAACc/27BCwTRzpPk/s72-c/CIMG0658.JPG?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-8009902182405773651</id><published>2010-11-21T00:05:00.001+01:00</published><updated>2010-11-21T00:05:52.174+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hackintosh'/><title type='text'>iBoot + Multibeast</title><content type='html'>&lt;p&gt;I still enjoy my first hackintosh, but I completely underestimated the amount of "hack" necessary to keep a hackintosh current. On my real Macs I never had problems installing whatever the "Software Update" deemed necessary. Yep, install, sometimes reboot. Works. Not so running a hackintosh. I kept using 10.6.2 for some time, because I could not upgrade in the same simply way.&lt;/p&gt;
&lt;p&gt;When I came across &lt;a href="http://lifehacker.com/5672051/how-to-build-a-hackintosh-mac-and-install-os-x-in-eight-easy-steps"&gt;How to Build a Hackintosh Mac and Install OS X in Eight Easy Steps&lt;/a&gt; on liferhacker.com, I started over and invested some more time to re-install Snow Leopard, upgraded to 10.6.4, a day later 10.6.5 came out. All works fine now. Many thanks to &lt;span class="post-author vcard"&gt;&lt;span class="fn"&gt;tonymacx86 and MacMan for their fantastic site and tools. Check out their &lt;a href="http://tonymacx86.blogspot.com/2010/04/iboot-multibeast-install-mac-os-x-on.html"&gt;iBoot + MultiBeast: Install Mac OS X on any Intel-based PC&lt;/a&gt; install guide.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="Screen shot 2010-11-21 at 12.03.03 AM.png" src="http://lh4.ggpht.com/_Bw5bVYBUP3Q/TOhUSRE22PI/AAAAAAAAACM/eVko_6JJLek/Screen%20shot%202010-11-21%20at%2012.03.03%20AM.png?imgmax=800" border="0" alt="Screen shot 2010-11-21 at 12.03.03 AM.png" width="480" height="352" /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-8009902182405773651?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/8009902182405773651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/iboot-multibeast.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/8009902182405773651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/8009902182405773651'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/iboot-multibeast.html' title='iBoot + Multibeast'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Bw5bVYBUP3Q/TOhUSRE22PI/AAAAAAAAACM/eVko_6JJLek/s72-c/Screen%20shot%202010-11-21%20at%2012.03.03%20AM.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-6536200812281671417</id><published>2010-11-20T23:45:00.001+01:00</published><updated>2010-11-20T23:45:42.140+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ilife'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='wtf'/><title type='text'>Garageband 1.2 GB download</title><content type='html'>&lt;p&gt;I bought iLife '11 last weekend. As soon as I installed it from DVD, Garageband wants to download another 1.2 GB of instruments and loops. Rats! Not many people seem to mind - it only takes a couple of minutes or so, right? With my DSL connection it's going to take hours .... and I cannot even download it from the Apple website for any future installations.&lt;/p&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="Screen shot 2010-11-20 at 11.38.21 PM.png" src="http://lh3.ggpht.com/_Bw5bVYBUP3Q/TOhPjus8FVI/AAAAAAAAACE/R8CKet1cnyo/Screen%20shot%202010-11-20%20at%2011.38.21%20PM.png?imgmax=800" border="0" alt="Screen shot 2010-11-20 at 11.38.21 PM.png" width="480" height="463" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-6536200812281671417?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/6536200812281671417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/garageband-12-gb-download.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/6536200812281671417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/6536200812281671417'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/garageband-12-gb-download.html' title='Garageband 1.2 GB download'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Bw5bVYBUP3Q/TOhPjus8FVI/AAAAAAAAACE/R8CKet1cnyo/s72-c/Screen%20shot%202010-11-20%20at%2011.38.21%20PM.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-7660845247822239385</id><published>2010-11-20T23:02:00.001+01:00</published><updated>2010-11-21T00:54:32.470+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hackintosh'/><category scheme='http://www.blogger.com/atom/ns#' term='i7'/><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><title type='text'>My First Hackintosh</title><content type='html'>&lt;p&gt;My previous desktop Mac was a PowerMac G5 bought in 2006. There are two things I do not like about it. First, it is slow and second, it is as loud as a hoover. My very first Mac was the original 1.25GHz Mac Mini. This was the Mac I liked the most so far. The truly stunning Mac operating system running on absolutely quiet hardware.&lt;/p&gt;
&lt;p&gt;When the PowerMac began to show its age to the point where it was no longer bearable I looked for a new desktop Mac. The Mac Pro has become far too expensive and the iMacs are nice, but come with glossy screens only. Early 2010 I came across &lt;a href="http://forums.macrumors.com/showthread.php?t=841956"&gt;Cindori Custom: Building an i7 Hackintosh&lt;/a&gt; on the &lt;a href="http://forums.macrumors.com/"&gt;macrumors.com&lt;/a&gt; forums. An i7 based Mac for about the half the price of an original Mac Pro. This I had to try it out.&lt;/p&gt;
&lt;p&gt;My shopping list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.fractal-design.com"&gt;Fractal Design&lt;/a&gt; Define R2&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.be-quiet.net"&gt;be quiet!&lt;/a&gt;&lt;a&gt; 480W power supply &lt;/a&gt;&lt;/li&gt;
&lt;a&gt; &lt;/a&gt;
&lt;li&gt;&lt;a href="http://www.gigabyte.com/products/product-page.aspx?pid=3304"&gt;GIGABYTE GA-X58A-UD5&lt;/a&gt; (rev. 1.0) &lt;/li&gt;
&lt;li&gt;Intel Core i7-920 CPU&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.noctua.at"&gt;Noctua&lt;/a&gt; fan&lt;/li&gt;
&lt;li&gt;6GB Black Dragon DDR3 memory&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.nvidia.com/object/geforce_8400.html"&gt;GeForce 8400 GS&lt;/a&gt; graphics card&lt;/li&gt;
&lt;li&gt;Intel X25-M solid state disk 160GB (not exactly cheap, but FAST)&lt;/li&gt;
&lt;li&gt;2x Seagate 500GB disks for data&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;The virgin case&lt;/h3&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="DSC_2482.JPG" src="http://lh3.ggpht.com/_Bw5bVYBUP3Q/TOhGuS2NwFI/AAAAAAAAAB0/-u3XZjr55Qc/DSC_2482.JPG?imgmax=800" border="0" alt="DSC_2482.JPG" width="480" height="321" /&gt;&lt;/p&gt;
&lt;h3&gt;Most parts assembled&lt;/h3&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="DSC_2532.JPG" src="http://lh4.ggpht.com/_Bw5bVYBUP3Q/TOhG2X8aeuI/AAAAAAAAAB4/1vQFxQC9AmQ/DSC_2532.JPG?imgmax=800" border="0" alt="DSC_2532.JPG" width="480" height="321" /&gt;&lt;/p&gt;
&lt;h3&gt;Booting ...&lt;/h3&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="DSC_2551.JPG" src="http://lh5.ggpht.com/_Bw5bVYBUP3Q/TOhG7uHew4I/AAAAAAAAAB8/IqvQH5PgUGM/DSC_2551.JPG?imgmax=800" border="0" alt="DSC_2551.JPG" width="480" height="321" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-7660845247822239385?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/7660845247822239385/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/my-first-hackintosh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/7660845247822239385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/7660845247822239385'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/my-first-hackintosh.html' title='My First Hackintosh'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Bw5bVYBUP3Q/TOhGuS2NwFI/AAAAAAAAAB0/-u3XZjr55Qc/s72-c/DSC_2482.JPG?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-8649485068195065471</id><published>2010-11-20T21:56:00.001+01:00</published><updated>2010-11-20T22:10:48.481+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='mice/keyboards'/><title type='text'>Mouse Modding</title><content type='html'>&lt;p&gt;Coming from a UNIX background using X11 with a 3 button mouse for years, I tried a regular Apple single button mouse for a while when I got my first Mac. This didn't work for me. I wanted "right clicking" back.&lt;/p&gt;
&lt;p&gt;I could have gone for one of those fancy wireless ubermice or alternatively a notebook mouse with a retractable cable. Being cheap I opted for one with cables and built my own. Parts needed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Microsoft Comfort Optical Mouse 1000&lt;/li&gt;
&lt;li&gt;Retractable USB cable from dealextreme.com&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;The original mouse&lt;/h3&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="CIMG0505.JPG" src="http://lh5.ggpht.com/_Bw5bVYBUP3Q/TOg1qTuzqaI/AAAAAAAAAA0/XiOocyZV384/CIMG0505.JPG?imgmax=800" border="0" alt="CIMG0505.JPG" width="480" height="360" /&gt;&lt;/p&gt;
&lt;h3&gt;The remedy for $2.50 or so from dealextreme.com&lt;/h3&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="CIMG0515.JPG" src="http://lh3.ggpht.com/_Bw5bVYBUP3Q/TOg1vLie7sI/AAAAAAAAAA8/c8FQ9H3Lhp4/CIMG0515.JPG?imgmax=800" border="0" alt="CIMG0515.JPG" width="480" height="360" /&gt;&lt;/p&gt;
&lt;h3 style="font-size: 1.17em;"&gt;The modded mouse&lt;/h3&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="CIMG0523.JPG" src="http://lh3.ggpht.com/_Bw5bVYBUP3Q/TOg133gPRxI/AAAAAAAAABE/opaKhhwMdyY/CIMG0523.JPG?imgmax=800" border="0" alt="CIMG0523.JPG" width="480" height="360" /&gt;&lt;/p&gt;
&lt;h3 style="font-size: 1.17em;"&gt;Looks really neat and tidy&lt;/h3&gt;
&lt;p&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="CIMG0520.JPG" src="http://lh5.ggpht.com/_Bw5bVYBUP3Q/TOg5S-epx9I/AAAAAAAAABQ/R3Z4daMP0Xk/CIMG0520.JPG?imgmax=800" border="0" alt="CIMG0520.JPG" width="480" height="360" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-8649485068195065471?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/8649485068195065471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/mouse-modding.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/8649485068195065471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/8649485068195065471'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/mouse-modding.html' title='Mouse Modding'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_Bw5bVYBUP3Q/TOg1qTuzqaI/AAAAAAAAAA0/XiOocyZV384/s72-c/CIMG0505.JPG?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-8824337760652308554</id><published>2010-11-20T18:08:00.001+01:00</published><updated>2010-11-20T23:14:17.005+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='software'/><title type='text'>Useful Mac Software</title><content type='html'>&lt;p&gt;The web is full of useless &lt;a href="http://www.google.com/search?q=top+ten+mac+software"&gt;top ten lists of must have Mac applications&lt;/a&gt;. But it's fun to make one. So here is mine - in no particular order.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; &lt;a href="http://www.red-sweater.com/marsedit/"&gt;MarsEdit 3&lt;/a&gt; - this is what I use to write this blog&lt;/li&gt;
&lt;li&gt; &lt;a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html"&gt;SuperDuper!&lt;/a&gt; - essential for copying stuff around&lt;/li&gt;
&lt;li&gt; &lt;a href="http://iterm.sourceforge.net/"&gt;iTerm&lt;/a&gt; - terminal replacement&lt;/li&gt;
&lt;li&gt; &lt;a href="http://www.macports.org/"&gt;MacPorts&lt;/a&gt; - the FreeBSD ports system ported to the Mac&lt;/li&gt;
&lt;li&gt; &lt;a href="http://www.dropbox.com/"&gt;Dropbox&lt;/a&gt; - this is simply awesome&lt;/li&gt;
&lt;li&gt; &lt;a href="http://www.virtualbox.org/"&gt;VirtualBox&lt;/a&gt; - for when you need something other than OS X&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is nothing really new on my list. I would like to here about cool hidden gems that the masses have not yet discovered.&lt;/p&gt;
&lt;p&gt;You will find hackintosh specific links on the right hand side of this blog.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-8824337760652308554?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/8824337760652308554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/useful-mac-software.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/8824337760652308554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/8824337760652308554'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/useful-mac-software.html' title='Useful Mac Software'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5196293152010183312.post-6514107499253269683</id><published>2010-11-14T20:46:00.000+01:00</published><updated>2010-11-20T20:21:42.376+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='leopard'/><title type='text'>This software cannot be installed on this computer</title><content type='html'>&lt;p&gt;Did you ever try using the grey installation disks that came with your new and shiny Mac to update your older Macs too? This won't work, because the Apple supplied installation discs are locked down to only work with the hardware model that they came with. However, if you are comfortable with the UNIX command line and a text editor, then it's pretty simple to unlock it. Here's how it works for Leopard.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use &lt;a rel="nofollow" href="http://code.google.com/p/xar/"&gt;xar&lt;/a&gt; to unpack the file &lt;code&gt;/System/Installation/Packages/OSInstall.mpkg&lt;/code&gt; from "Mac OS X Install Disc 1". From 10.5 onwards, xar is part of the base install. If you don't have it, you can get it from &lt;a rel="nofollow" href="http://www.macports.org/"&gt;MacPorts&lt;/a&gt;.&lt;br /&gt;
&lt;p&gt;
&lt;code&gt;&lt;br /&gt; mkdir /tmp/unlock&lt;br /&gt;
cd /tmp/unlock
&lt;br /&gt; xar -xvf "/Volumes/Mac OS X Install Disc 1/System/Installation/Packages/OSInstall.mpkg"&lt;br /&gt; &lt;/code&gt;
&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Open &lt;code&gt;/tmp/unlock/Distribution&lt;/code&gt; in a text editor.&lt;/li&gt;
&lt;li&gt;Change function checkSupportedMachine. You can simply replace the function body from the first opening brace &lt;code&gt;{&lt;/code&gt; to the last closing &lt;code&gt;}&lt;/code&gt; with "return true;".&lt;br /&gt; &lt;code&gt;&lt;br /&gt; function checkSupportedMachine() { return true; }&lt;br /&gt; &lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Change function hwbeModelCheck&lt;br /&gt; &lt;code&gt;&lt;br /&gt; function hwbeModelCheck() { return true; }&lt;br /&gt; &lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Save the file and exit the editor&lt;/li&gt;
&lt;li&gt;Put the file &lt;code&gt;Distribution&lt;/code&gt; back into the &lt;code&gt;OSInstall.mpkg&lt;/code&gt; archive file&lt;p&gt;&lt;code&gt;&lt;br /&gt; cd /tmp; xar -cvf /tmp/OSInstall.mpkg *&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;Copy &lt;code&gt;/tmp/OSInstall.mpkg&lt;/code&gt; back onto your install DVD.  Actually, this does not work of course. You have two options. Create a  disk image of the DVD, replace &lt;code&gt;OSInstall.mpkg&lt;/code&gt; with the  "unlocked" version, and burn a new DVD. Alternatively, make a copy of  install DVD on an external firewire disk. Place the unlocked file on  your copy on the external disk and boot off it.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5196293152010183312-6514107499253269683?l=macfiets.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://macfiets.blogspot.com/feeds/6514107499253269683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://macfiets.blogspot.com/2010/11/this-software-cannot-be-installed-on.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/6514107499253269683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5196293152010183312/posts/default/6514107499253269683'/><link rel='alternate' type='text/html' href='http://macfiets.blogspot.com/2010/11/this-software-cannot-be-installed-on.html' title='This software cannot be installed on this computer'/><author><name>MacFiets</name><uri>http://www.blogger.com/profile/07525985501158268644</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
