<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jim arnold &#187; Macintosh</title>
	<atom:link href="http://jimarnold.net/blog/category/macintosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimarnold.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 18:54:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Blank icons in Mac Dock?</title>
		<link>http://jimarnold.net/blog/2011/12/blank-icons-in-mac-dock/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blank-icons-in-mac-dock</link>
		<comments>http://jimarnold.net/blog/2011/12/blank-icons-in-mac-dock/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 05:00:09 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://jimarnold.net/blog/?p=1207</guid>
		<description><![CDATA[<p>Try his command via the terminal. It fixed two missing icons in my dock. </p> <p>/System/Library/Frameworks/CoreServices.framework/ \<br /> Versions/A/Frameworks/LaunchServices.framework/Versions/ \<br /> A/Support/lsregister -kill -r -domain local -domain system -domain user</p>]]></description>
			<content:encoded><![CDATA[<p>Try his command via the terminal. It fixed two missing icons in my dock.  </p>
<p>/System/Library/Frameworks/CoreServices.framework/ \<br />
Versions/A/Frameworks/LaunchServices.framework/Versions/ \<br />
A/Support/lsregister -kill -r -domain local -domain system -domain user</p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2011/12/blank-icons-in-mac-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable TRIM on a Mac Third-Party SSD Drive</title>
		<link>http://jimarnold.net/blog/2011/12/enable-trim-on-a-mac-third-party-ssd-drive/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-trim-on-a-mac-third-party-ssd-drive</link>
		<comments>http://jimarnold.net/blog/2011/12/enable-trim-on-a-mac-third-party-ssd-drive/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 06:13:37 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://jimarnold.net/blog/?p=1200</guid>
		<description><![CDATA[<p>See <a href="http://digitaldj.net/tag/lion/">this link﻿</a> for instructions. <a href="http://www.groths.org/?p=562">Trim Enabler</a> is an app to enable TRIM, but a feud is ongoing between these two camps.</p>]]></description>
			<content:encoded><![CDATA[<p>See <a href="http://digitaldj.net/tag/lion/">this link﻿</a> for instructions. <a href="http://www.groths.org/?p=562">Trim Enabler</a> is an app to enable TRIM, but a feud is ongoing between these two camps.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2011/12/enable-trim-on-a-mac-third-party-ssd-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert text to an audio file on your Mac</title>
		<link>http://jimarnold.net/blog/2010/04/convert-text-to-an-audio-file-on-your-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convert-text-to-an-audio-file-on-your-mac</link>
		<comments>http://jimarnold.net/blog/2010/04/convert-text-to-an-audio-file-on-your-mac/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 05:35:17 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/?p=753</guid>
		<description><![CDATA[<p>Using terminal:</p> <p>say -f ~/Desktop/barker.txt -o ~/Desktop/barker.aiff</p> <p>Here&#8217;s how this works:</p> Save the text you want to translate into an audio file as a txt file (barket.txt in my example). Feed that text file to the say command, using the &#8220;f&#8221; flag. Convert the resulting AIFF file into an MP3 in iTunes. -o ~/Desktop/barker.aiff is [...]]]></description>
			<content:encoded><![CDATA[<p>Using terminal:</p>
<p>say -f ~/Desktop/barker.txt -o ~/Desktop/barker.aiff</p>
<p>Here&#8217;s how this works:</p>
<ul>
<li>Save the text you want to translate into an audio file as a txt file (barket.txt in my example).</li>
<li>Feed that text file to the say command, using the &#8220;f&#8221; flag.</li>
<li>Convert the resulting AIFF file into an MP3 in iTunes. -o ~/Desktop/barker.aiff is saying to output the barker.aiff file to my desktop.</li>
<li>Copy to iPod.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2010/04/convert-text-to-an-audio-file-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force Mail in 10.6 to only copy e-mail addresses</title>
		<link>http://jimarnold.net/blog/2009/12/force-mail-in-10-6-to-only-copy-e-mail-addresses/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=force-mail-in-10-6-to-only-copy-e-mail-addresses</link>
		<comments>http://jimarnold.net/blog/2009/12/force-mail-in-10-6-to-only-copy-e-mail-addresses/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 21:47:32 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/?p=648</guid>
		<description><![CDATA[<p>In Leopard when I copied an email address via the Mail App that&#8217;s all that was copied. In Snow Leaopard the person&#8217;s name is copied, along with the email address inside of brackets. This change is really annoying in Snow Leopard. Here&#8217;s to get back to Leopard goodness.</p> <p>Quit Mail if it’s running, then enter [...]]]></description>
			<content:encoded><![CDATA[<p>In Leopard when I copied an email address via the Mail App that&#8217;s all that was copied. In Snow Leaopard the person&#8217;s name is copied, along with the email address inside of brackets. This change is really annoying in Snow Leopard. Here&#8217;s to get back to Leopard goodness.</p>
<p>Quit Mail if it’s running, then enter this command in Terminal:</p>
<pre><code>defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool NO</code></pre>
<p>If you try this and decided you prefer the default version, quit Mail and run this command in Terminal:</p>
<pre><code>defaults delete com.apple.mail AddressesIncludeNameOnPasteboard</code></pre>
<p>Via <a href="http://www.macworld.com/article/144904/2009/12/mailaddress.html" target="_blank">MacWorld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2009/12/force-mail-in-10-6-to-only-copy-e-mail-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fake Steve Jobs on Google Chrome OS</title>
		<link>http://jimarnold.net/blog/2009/07/fake-steve-jobs-on-google-chrome-os/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fake-steve-jobs-on-google-chrome-os</link>
		<comments>http://jimarnold.net/blog/2009/07/fake-steve-jobs-on-google-chrome-os/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:39:13 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/?p=571</guid>
		<description><![CDATA[<p>It&#8217;s funny because it&#8217;s true. <a href="http://fakesteve.blogspot.com/2009/07/lets-all-take-deep-breath-and-get-some.html">Read it. Pure genius</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny because it&#8217;s true. <a href="http://fakesteve.blogspot.com/2009/07/lets-all-take-deep-breath-and-get-some.html">Read it. Pure genius</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2009/07/fake-steve-jobs-on-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solid State Drives: The Intel X25-M is king</title>
		<link>http://jimarnold.net/blog/2009/06/solid-state-drives/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solid-state-drives</link>
		<comments>http://jimarnold.net/blog/2009/06/solid-state-drives/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:47:53 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Intel X25-M]]></category>
		<category><![CDATA[Mac Pro]]></category>
		<category><![CDATA[macbook]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/?p=554</guid>
		<description><![CDATA[<p>The only SSD drive that I can recommend at this time, after extensive research, are the X25-M drives from Intel. I have one of them in my MacBook and Mac Pro. They are used for the OS and the applications. I only have the 80GB version, but how I have things set up this works [...]]]></description>
			<content:encoded><![CDATA[<p>The only SSD drive that I can recommend at this time, after extensive research, are the X25-M drives from Intel. I have one of them in my MacBook and Mac Pro. They are used for the OS and the applications. I only have the 80GB version, but how I have things set up this works fine for such a small drive. Let me come back to that, but first point you to a few articles. I&#8217;m linking to the conclusion pages. You can dig further into them if interested.</p>
<ul>
<li><a href="http://www.anandtech.com/cpuchipsets/intel/showdoc.aspx?i=3403&amp;p=17">This is the review from September 2008 sold me on the Intels</a>.</li>
<li><a href="http://www.anandtech.com/storage/showdoc.aspx?i=3531&amp;p=31">This review from March 2009 revisits the state of SSD&#8217;s.</a></li>
<li><a href="http://www.pcper.com/article.php?aid=691&amp;type=expert&amp;pid=10">This article addresses the fix Intel issued for the slowdown of the drives over time.</a></li>
<li><a href="http://torvalds-family.blogspot.com/2008/10/so-i-got-one-of-new-intel-ssds.html">Linus Torvalds on the Intel X25-M: &#8220;That thing absolutely rocks.&#8221;</a></li>
</ul>
<p><strong>Update: August 30th, 2009</strong></p>
<ul>
<li><a href="http://www.anandtech.com/storage/showdoc.aspx?i=3631&amp;p=1">AnandTech updates their SSD review with the G2 version of the X25-M</a></li>
</ul>
<p><span id="more-554"></span></p>
<p>My MacBook is not my main computer. After loading up my MacBook with the OS and apps, I still have about 45GB remaining on the drive. For day-to-day use this is plenty of space. If I ever go on trips or need more space I will simply attach a 2.5&#8243; drive in a small external enclosure. I think this is workable even if you use the MB as your desktop. If you have a unibody Macbook you can also look into the Optibay for additional storage &#8211; <a href="http://www.mcetech.com/optibay/" target="_blank">http://www.mcetech.com/optibay/</a></p>
<p>Snow Leopard will reclaim a few GB of space to use for storage over Leopard.</p>
<p>On the Mac Pro the SSD is attached to the SATA bus in the lower CD/DVD bay, which still leaves open the four drive bays in the computer for data storage. The drive is simply laying on the shelf where the DVD drive would go. I do leave my mail on the SSD drives since it only takes up a few GBs of space and makes mail very fast. Everything else goes on a regular hard drive.</p>
<p>Now that the 80GB X25-M can be had for under $300 it&#8217;s a viable solution considering what it brings to your system in terms of speed and reliability.</p>
<p>I&#8217;m truly sold on the SSD&#8217;s. They make the computer lightning fast compared to a traditional hard drive. If you are not sold yet on the speed, <a href="http://www.jimarnold.org/blog/2009/04/how-fast-is-an-ssd-drive-in-a-mac-pro/">see the little video I made</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2009/06/solid-state-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing a Samsung hard drive under warranty</title>
		<link>http://jimarnold.net/blog/2009/05/replacing-a-samsung-hard-drive-under-warranty/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=replacing-a-samsung-hard-drive-under-warranty</link>
		<comments>http://jimarnold.net/blog/2009/05/replacing-a-samsung-hard-drive-under-warranty/#comments</comments>
		<pubDate>Mon, 11 May 2009 17:13:16 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[hard drive]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/?p=532</guid>
		<description><![CDATA[<p>My Mac Pro is configured with four drives. The OS and applications reside on an 80GB Intel X25-M SSD (solid state drive). A 500GB drive act as my &#8220;documents&#8221; folder to keep the SSD as free as possible. Two Samsung HD103UJ 1TB drives are in a RAID 1 configuration. The system sees this as a [...]]]></description>
			<content:encoded><![CDATA[<p>My Mac Pro is configured with four drives. The OS and applications reside on an 80GB Intel X25-M SSD (solid state drive). A 500GB drive act as my &#8220;documents&#8221; folder to keep the SSD as free as possible. Two Samsung HD103UJ 1TB drives are in a RAID 1 configuration. The system sees this as a single terabyte drive. RAID 1 means that anything copied or deleted from the RAID gets copied or deleted from both drives. I only put the photos and videos I shoot onto these drives. </p>
<p>It&#8217;s important to realize that RAID is not backup. But it does give me immediate redundancy. Should one of the RAID drives fail I still have the second drive. I actually have more versions of my photos and videos on two other drives. Theoretically I don&#8217;t delete anything from these drives, just add to them. I also do not overwrite anything on these drives.</p>
<p>Well, the failure time has arrived. One of the RAID drives has failed so we&#8217;ll see how much of a hassle Samsung puts me through to replace my drive. Samsung is not very clear on registering their drives. You used to be able to register drives online. My 500GB docs drive is also a Samsung and it&#8217;s registered online. There is no way to register the newer drives online. They&#8217;ve stopped doing that. But they don&#8217;t bother to tell anyone.</p>
<p><span id="more-532"></span></p>
<p>Instead, you go to <a href="http://www.samsung.com/us/support/repairpolicy/servicePolicyWarrantyHddOddExchange.do">this page</a> and fill out a form if you need service. I&#8217;ve done that on 5/12/98 so we&#8217;ll see how long it takes to get a response back.</p>
<p>When I spoke with a CSR he gave me the number of the hard drive repair unit. It&#8217;s 201-935-0671. I will call them tomorrow if I have not heard back yet.</p>
<p><strong>UPDATE</strong></p>
<p>Smooth RMA with no hassles. I shipped off the hard drive after getting the authorization and a replacement hard drive arrived a few days later.</p>
<p>The OS X raid software duplicated the drive and I was back in business a few hours  later.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2009/05/replacing-a-samsung-hard-drive-under-warranty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How fast is a solid state drive (SSD) drive in a Mac Pro?</title>
		<link>http://jimarnold.net/blog/2009/04/how-fast-is-an-ssd-drive-in-a-mac-pro/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-fast-is-an-ssd-drive-in-a-mac-pro</link>
		<comments>http://jimarnold.net/blog/2009/04/how-fast-is-an-ssd-drive-in-a-mac-pro/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 04:42:35 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Intel X25-M]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/?p=511</guid>
		<description><![CDATA[<p>How much faster is a Solid State Drive (SSD) than a hard drive when it comes to launching applications? This video shows about 20 applications being opened at one time on a Mac Pro Quad Nehalem 2.66. The first part of the video shows the stock Western Digital 7,200 RPM drive. The second part of [...]]]></description>
			<content:encoded><![CDATA[<p>How much faster is a Solid State Drive (SSD) than a hard drive when it comes to launching applications? This video shows about 20 applications being opened at one time on a Mac Pro Quad Nehalem 2.66. The first part of the video shows the stock Western Digital 7,200 RPM drive. The second part of the video shows an Intel X25-M 80GB SSD at the same task.</p>
<p><center>																					<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2008010901"></script>						<script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&#038;posts_id=1993109&#038;source=3&#038;autoplay=false&#038;file_type=flv&#038;player_width=640&#038;player_height=427"></script>
<div id="blip_movie_content_1993109">						<a rel="enclosure" href="http://blip.tv/file/get/Jim0266-ComparingAnIntelSSDToAHardDriveWhenLaunchingApplicatio330.flv" onclick="play_blip_movie_1993109(); return false;"><img title="Click to play" alt="Video thumbnail. Click to play." src="http://blip.tv/file/get/Jim0266-ComparingAnIntelSSDToAHardDriveWhenLaunchingApplicatio330.flv.jpg" border="0" title="Click to play" /></a>						<br />						<a rel="enclosure" href="http://blip.tv/file/get/Jim0266-ComparingAnIntelSSDToAHardDriveWhenLaunchingApplicatio330.flv" onclick="play_blip_movie_1993109(); return false;">Click to play</a>						</div>
<p>						<script type="text/javascript">						       play_blip_movie_1993109();							</script>															</center></p>
<p>Just to see how it improved my MacBook (CoreDuo 1.83GHz with 2GB RAM), I put this SSD into it. It was like a different computer. I was amazed at how fast and responsive it became compared to running off a hard drive. I opened approximately twenty applications and was able to switch seamlessly between them, something that would have ground my MB to a halt if it was running with the HD.</p>
<p>80 GB is kind of small, but considering a notebook is not my main computer, I can get away with limited HD space. When needed I can also attached a portable hard drive. I&#8217;ve also contemplated adding an <a href="http://www.mcetech.com/optibay/">Optibay</a> and the stock HD from the MacBook for more storage, but right now it&#8217;s not an issue. For a couch surfing / road warrior  machine I can make do with the >50GB remaining on the SSD.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2009/04/how-fast-is-an-ssd-drive-in-a-mac-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/Jim0266-ComparingAnIntelSSDToAHardDriveWhenLaunchingApplicatio330.flv" length="41831288" type="video/x-flv" />
		</item>
		<item>
		<title>Unibody Late 2008 Aluminum 15&#8243; MacBook Pro Fans Gone Wild</title>
		<link>http://jimarnold.net/blog/2009/03/unibody-late-2008-aluminum-15-macbook-pro-fans-gone-wild/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unibody-late-2008-aluminum-15-macbook-pro-fans-gone-wild</link>
		<comments>http://jimarnold.net/blog/2009/03/unibody-late-2008-aluminum-15-macbook-pro-fans-gone-wild/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 07:45:02 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/?p=457</guid>
		<description><![CDATA[<p>Update: After opening a case with Apple about this and then taking it to the Apple Store in Cleveland (Legacy Village) I was able to demonstrate these problems to the Apple Genius and he arranged for me to return the MacBook.</p> <p>I&#8217;ve been using the MacBook over the weekend before I return it on Monday [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> After opening a case with Apple about this and then taking it to the Apple Store in Cleveland (Legacy Village) I was able to demonstrate these problems to the Apple Genius and he arranged for me to return the MacBook.</p>
<p>I&#8217;ve been using the MacBook over the weekend before I return it on Monday so I can move things off.  A new wrinkle has appeared &#8212; the MacBook now wants to turn on after being put to sleep or even shut down.</p>
<p>Two nights in a row I shut the MacBook down, only to awake the next morning to discover it had turned itself back on shortly thereafter. &#8220;Wake from Bluetooth event&#8221; is not enabled. I tried resetting the SMU again and checked power settings to make sure a wake command was not in play.</p>
<p>One guy found that a <a href="http://tancredi.co.uk/2007/12/9/solving-macbook-wake-from-sleep-issue">missing file</a> lead to some instances of  MacBook waking from sleep when it&#8217;s not suppose to. My MacBook was missing this file but his fix did not work for my MacBook.</p>
<p>This MacBook has some serious issues. Luckily I got in under the 14-day return period. Props to Apple Genius Rex for his help.</p>
<p>Now back to the original post from March 1st:</p>
<p>I can&#8217;t figure out the fans on my MacBook Pro. The lowest normal speed for the fans in 2,000 rpm. They will spin up at times for no apparent reason to 5,000 or 6,200 rpm with nothing really taxing the CPU while it&#8217;s also pretty cool, usually around the high 30&#8242;s or low 40&#8242;s celsius.</p>
<p>The other night I was converting a movie with Visual Hub, with the process taking 80% of the CPU and the temp reaching 75 c with the fans staying at 2,000 RPM until about half way through the eight minute conversion. This is a time I would have expected the fans to kick in much earlier than they did.</p>
<p>I have reset the SMC previously with no effect. Coming from a Polycarbonate MacBook this machine is much nosier, but also much cooler running.</p>
<p>Check out the videos I made showing iStat and Activity Monitor during these episodes. Thanks for any feedback. I&#8217;m coming to the end of my 14-day return period and wanted to verify if my MBP is operating like others.</p>
<p>Thanks for any feedback. <span id="more-457"></span></p>
<p><strong>Long Clip (14mins showing fans running full speed for a long period with low CPU and low temps)</strong><br />
<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1874051&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" width="640" height="360" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1874051&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" /><param name="quality" value="best" /></object></p>
<p><strong>Fans running at low speed with high cpu load and high CPU temp</strong><br />
<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1874008&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" width="640" height="360" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1874008&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" /><param name="quality" value="best" /></object></p>
<p><strong>Fans ramp up to high rpm, low temp, low CPU usage </strong><br />
<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873957&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" width="640" height="360" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873957&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" /><param name="quality" value="best" /></object></p>
<p><strong>Fans running at high speed with 25% cpu load and low CPU temp</strong><br />
<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873972&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" width="640" height="360" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873972&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" /><param name="quality" value="best" /></object></p>
<p><strong>Fans running at high speed after waking from sleep, CPU temp 104F, 98% idle </strong><br />
<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873978&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" width="640" height="360" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873978&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" /><param name="quality" value="best" /></object></p>
<p><strong>88% CPU Idle, temp 41c, fans at 6,200rpm</strong><br />
<object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873996&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" width="640" height="360" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;file=http%3A//blip.tv/rss/flash/1873996&#038;feedurl=http%3A//jarnold.blip.tv/rss/&#038;autostart=false&#038;brandname=jimarnold&#038;brandlink=http%3A//jarnold.blip.tv/" /><param name="quality" value="best" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2009/03/unibody-late-2008-aluminum-15-macbook-pro-fans-gone-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Remote Disc on non-Air Macs</title>
		<link>http://jimarnold.net/blog/2009/02/enabling-remote-disc-on-not-air-macs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enabling-remote-disc-on-not-air-macs</link>
		<comments>http://jimarnold.net/blog/2009/02/enabling-remote-disc-on-not-air-macs/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 06:15:46 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.jimarnold.org/blog/2009/02/enabling-remote-disc-on-not-air-macs/</guid>
		<description><![CDATA[<p>In order for my MacBook to share the DVD on my G5 over the network, I had to add the following commands to the MacBook:</p> <p>In terminal</p> <p>defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true</p> <p>defaults write com.apple.NetworkBrowser ODSSupported -bool true</p> <p>Simply turning on DVD or CD sharing won&#8217;t work without the above commands.</p> <p><a href="http://forums.macrumors.com/showthread.php?t=455975">http://forums.macrumors.com/showthread.php?t=455975</a></p>]]></description>
			<content:encoded><![CDATA[<p>In order for my MacBook to share the DVD on my G5 over the network, I had to add the following commands to the MacBook:</p>
<p><strong>In terminal</strong></p>
<p>defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true</p>
<p>defaults write com.apple.NetworkBrowser ODSSupported -bool true</p>
<p>Simply turning on DVD or CD sharing won&#8217;t work without the above commands.</p>
<p><a href="http://forums.macrumors.com/showthread.php?t=455975">http://forums.macrumors.com/showthread.php?t=455975</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimarnold.net/blog/2009/02/enabling-remote-disc-on-not-air-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic

Served from: www.jimarnold.org @ 2012-02-07 21:36:52 -->
