<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MacBook Woes</title>
	<atom:link href="http://mscofino.edublogs.org/2008/11/30/macbook-woes/feed/" rel="self" type="application/rss+xml" />
	<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/</link>
	<description>teaching technology abroad</description>
	<lastBuildDate>Wed, 04 Nov 2009 12:54:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kim Cofino</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2176</link>
		<dc:creator>Kim Cofino</dc:creator>
		<pubDate>Sun, 07 Dec 2008 01:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2176</guid>
		<description>@Jenny,

Thanks for commiserating! It&#039;s frustrating to have to start over with a re-image - I&#039;m hoping it doesn&#039;t come to that for this particular problem. Either way, you&#039;re right, we have to keep discovering all the new stuff! That&#039;s what education is all about - discovery and learning! Good luck with your new image!

@David,

Thanks for all the tips! I will give them a try and let you know how it goes!

@Chris,

@cathyjo had the same suggestion - downloading now :)

@Doug,

I think I did read a few things about this being a problem with peripheral devices attached, which could explain your iPod experience. I haven&#039;t had anything connected (aside from the power) so I don&#039;t know if that&#039;s what&#039;s causing it to happen to me. I have a few more solutions to try, but when I figure out what&#039;s happening I&#039;ll let you know!

@Macbook,

Thanks.

@Andrew,

My husband gave me the same advice about not moving the laptop until it&#039;s asleep. I was definitely frequently picking up my MacBook immediately after closing the lid - never even realized that the steady light was like a little warning light. I&#039;ve started being more careful about that lately.

Thank you so much for all the advice about Terminal and turning off safe sleep. Our technician did come down yesterday to shut it off for me, but I wanted to see how the laptop did over the computer before we shut it off. So far, so good. If I continue to see the black screen, I think this will be my next step.</description>
		<content:encoded><![CDATA[<p>@Jenny,</p>
<p>Thanks for commiserating! It&#8217;s frustrating to have to start over with a re-image &#8211; I&#8217;m hoping it doesn&#8217;t come to that for this particular problem. Either way, you&#8217;re right, we have to keep discovering all the new stuff! That&#8217;s what education is all about &#8211; discovery and learning! Good luck with your new image!</p>
<p>@David,</p>
<p>Thanks for all the tips! I will give them a try and let you know how it goes!</p>
<p>@Chris,</p>
<p>@cathyjo had the same suggestion &#8211; downloading now <img src='http://mscofino.edublogs.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Doug,</p>
<p>I think I did read a few things about this being a problem with peripheral devices attached, which could explain your iPod experience. I haven&#8217;t had anything connected (aside from the power) so I don&#8217;t know if that&#8217;s what&#8217;s causing it to happen to me. I have a few more solutions to try, but when I figure out what&#8217;s happening I&#8217;ll let you know!</p>
<p>@Macbook,</p>
<p>Thanks.</p>
<p>@Andrew,</p>
<p>My husband gave me the same advice about not moving the laptop until it&#8217;s asleep. I was definitely frequently picking up my MacBook immediately after closing the lid &#8211; never even realized that the steady light was like a little warning light. I&#8217;ve started being more careful about that lately.</p>
<p>Thank you so much for all the advice about Terminal and turning off safe sleep. Our technician did come down yesterday to shut it off for me, but I wanted to see how the laptop did over the computer before we shut it off. So far, so good. If I continue to see the black screen, I think this will be my next step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TFT</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2171</link>
		<dc:creator>TFT</dc:creator>
		<pubDate>Sun, 07 Dec 2008 00:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2171</guid>
		<description>Further to my previous post I found this info at http://www.macosxhints.com/article.php?story=20070302210328928

Newer portable Macs use safe sleep (hibernation) in combination with normal sleep (older computers can use this, too). What happens is that when you put your computer to sleep, the system writes the contents of RAM into the file /private var vm sleepimage, then goes into normal sleep mode. If your system loses power completely, it can recover the contents of RAM from this sleepimage file.

The problem with this is putting your computer to sleep can take a while (20 seconds to one minute or more), depending on how much data you currently have loaded in RAM. Also, this sleepimage file is the same size of your total RAM, wasting valuable hard drive space. I have 2GB of RAM, so my file is 2GB.

To disable safe sleep, run the two following commands in Terminal:

$ sudo pmset -a hibernatemode 0
$ sudo nvram &quot;use-nvramrc?&quot;=false

When done, restart your computer. Now go delete the file /private var vm sleepimage&quot; to free up some hard drive space. When you put your computer to sleep it, should happen in under five seconds; my MacBook now goes to sleep in two seconds.

[robg adds: To state the obvious, with safe sleep disabled, a total power loss will wipe out whatever was open on your machine. To enable safe sleep mode again, repeat the above commands, but change hibernatemode 0 on the first line to hibernatemode 3, and =false to =true on the second line. You&#039;ll then need to reboot again. Personally, I prefer the safe sleep mode, even with the slower sleep time and hard drive consumption -- even if for no other reason than it&#039;s great when changing batteries on a flight.]</description>
		<content:encoded><![CDATA[<p>Further to my previous post I found this info at <a href="http://www.macosxhints.com/article.php?story=20070302210328928" rel="nofollow">http://www.macosxhints.com/article.php?story=20070302210328928</a></p>
<p>Newer portable Macs use safe sleep (hibernation) in combination with normal sleep (older computers can use this, too). What happens is that when you put your computer to sleep, the system writes the contents of RAM into the file /private var vm sleepimage, then goes into normal sleep mode. If your system loses power completely, it can recover the contents of RAM from this sleepimage file.</p>
<p>The problem with this is putting your computer to sleep can take a while (20 seconds to one minute or more), depending on how much data you currently have loaded in RAM. Also, this sleepimage file is the same size of your total RAM, wasting valuable hard drive space. I have 2GB of RAM, so my file is 2GB.</p>
<p>To disable safe sleep, run the two following commands in Terminal:</p>
<p>$ sudo pmset -a hibernatemode 0<br />
$ sudo nvram &#8220;use-nvramrc?&#8221;=false</p>
<p>When done, restart your computer. Now go delete the file /private var vm sleepimage&#8221; to free up some hard drive space. When you put your computer to sleep it, should happen in under five seconds; my MacBook now goes to sleep in two seconds.</p>
<p>[robg adds: To state the obvious, with safe sleep disabled, a total power loss will wipe out whatever was open on your machine. To enable safe sleep mode again, repeat the above commands, but change hibernatemode 0 on the first line to hibernatemode 3, and =false to =true on the second line. You'll then need to reboot again. Personally, I prefer the safe sleep mode, even with the slower sleep time and hard drive consumption -- even if for no other reason than it's great when changing batteries on a flight.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TFT</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2170</link>
		<dc:creator>TFT</dc:creator>
		<pubDate>Sun, 07 Dec 2008 00:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2170</guid>
		<description>Hi Kim,

I&#039;ve only just started cathcing up on reading articles in Vienna from the past few days. Has been the last week of School and therefore hectic. 

Definitely sounds like you need safe sleep mode. I did it to my Macbook and it has solved the sleeping problems for my little gem ever since. It&#039;s just a shame that fixing my sporadic sleep patterns isn&#039;t quite as simple. 

If your a bit worried about entering commands in Terminal, don&#039;t panic, it really is very simple just follow the directions in one of the many posts out there that explains how. I just cant remember where they all are right now.

The other option is to not move the Laptop until it has actually gone to sleep. If you shut your lid, wait until the Apple Logo light has gone out and the power light starts flashing. It&#039;s when you move the Laptop (picked up by the accelerometer) before this happens that the laptop wakes up even though the lid is closed.

Hope this helps Kim.

Cheers,

Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>I&#8217;ve only just started cathcing up on reading articles in Vienna from the past few days. Has been the last week of School and therefore hectic. </p>
<p>Definitely sounds like you need safe sleep mode. I did it to my Macbook and it has solved the sleeping problems for my little gem ever since. It&#8217;s just a shame that fixing my sporadic sleep patterns isn&#8217;t quite as simple. </p>
<p>If your a bit worried about entering commands in Terminal, don&#8217;t panic, it really is very simple just follow the directions in one of the many posts out there that explains how. I just cant remember where they all are right now.</p>
<p>The other option is to not move the Laptop until it has actually gone to sleep. If you shut your lid, wait until the Apple Logo light has gone out and the power light starts flashing. It&#8217;s when you move the Laptop (picked up by the accelerometer) before this happens that the laptop wakes up even though the lid is closed.</p>
<p>Hope this helps Kim.</p>
<p>Cheers,</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macbook</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2163</link>
		<dc:creator>Macbook</dc:creator>
		<pubDate>Sat, 06 Dec 2008 16:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2163</guid>
		<description>This is really good stuff. I love it.</description>
		<content:encoded><![CDATA[<p>This is really good stuff. I love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Johnson</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2110</link>
		<dc:creator>Doug Johnson</dc:creator>
		<pubDate>Mon, 01 Dec 2008 23:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2110</guid>
		<description>Hi Kim,

I&#039;ve had a similar problem and it seems to occur when I&#039;ve been syncing/charging my iPod. I find that if I close the computer lid (effectively putting it the MacBook to sleep again) and opening it, the computer powers on. 

Just an observation,

Doug

Oh, let all your faithful readers know if you find out definitively what&#039;s been happening. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>I&#8217;ve had a similar problem and it seems to occur when I&#8217;ve been syncing/charging my iPod. I find that if I close the computer lid (effectively putting it the MacBook to sleep again) and opening it, the computer powers on. </p>
<p>Just an observation,</p>
<p>Doug</p>
<p>Oh, let all your faithful readers know if you find out definitively what&#8217;s been happening. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2103</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 30 Nov 2008 20:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2103</guid>
		<description>Kim, I&#039;m not sure if this will solve your problem directly or not, but you might like to install a little Mac utility called Caffeine.  It is designed to stop your Mac going into sleep mode all the time when you don&#039;t want it to.  It&#039;s just a small icon in the upper menu bar that you turn on or off as needed.  Get it at http://caffeine.en.softonic.com/mac
I know your issue that it won&#039;t go to sleep right, but maybe this will let you force it&#039;s behaviour to be more what you want.  Worth a try, and it&#039;s a nice utility.
Chris</description>
		<content:encoded><![CDATA[<p>Kim, I&#8217;m not sure if this will solve your problem directly or not, but you might like to install a little Mac utility called Caffeine.  It is designed to stop your Mac going into sleep mode all the time when you don&#8217;t want it to.  It&#8217;s just a small icon in the upper menu bar that you turn on or off as needed.  Get it at <a href="http://caffeine.en.softonic.com/mac" rel="nofollow">http://caffeine.en.softonic.com/mac</a><br />
I know your issue that it won&#8217;t go to sleep right, but maybe this will let you force it&#8217;s behaviour to be more what you want.  Worth a try, and it&#8217;s a nice utility.<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Kapuler</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2102</link>
		<dc:creator>David Kapuler</dc:creator>
		<pubDate>Sun, 30 Nov 2008 19:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2102</guid>
		<description>I would try resetting your PRAM.  Turn off the Macbook, restart it while holding down the option+apple+p+r.  Let it chime 3-4 times and then it boot up.

If that doesn&#039;t resolve the issue you can always boot into single user mode, by restarting the computer and holding down apple+s.  Then type in the command you see it should be something like this, fsck -fy, and hit return.  It will do a complete file system check of your computer.  

Type in reboot once you see the message that HD appears to be ok.  If you do not see that message it will try to repair the HD.  Once it fixes it, repeat that fsck -fy, step again to you no longer have any issues.

Finally, you can do a search in the Apple Knowledge Base of resetting the PMU.  That is the Power Management Unit and might be the issue too.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>I would try resetting your PRAM.  Turn off the Macbook, restart it while holding down the option+apple+p+r.  Let it chime 3-4 times and then it boot up.</p>
<p>If that doesn&#8217;t resolve the issue you can always boot into single user mode, by restarting the computer and holding down apple+s.  Then type in the command you see it should be something like this, fsck -fy, and hit return.  It will do a complete file system check of your computer.  </p>
<p>Type in reboot once you see the message that HD appears to be ok.  If you do not see that message it will try to repair the HD.  Once it fixes it, repeat that fsck -fy, step again to you no longer have any issues.</p>
<p>Finally, you can do a search in the Apple Knowledge Base of resetting the PMU.  That is the Power Management Unit and might be the issue too.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacBook Woes &#124; always learning &#124; The Macbook Blog</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2095</link>
		<dc:creator>MacBook Woes &#124; always learning &#124; The Macbook Blog</dc:creator>
		<pubDate>Sun, 30 Nov 2008 09:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2095</guid>
		<description>[...] &#8230;Read More [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8230;Read More [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny Luca</title>
		<link>http://mscofino.edublogs.org/2008/11/30/macbook-woes/comment-page-1/#comment-2094</link>
		<dc:creator>Jenny Luca</dc:creator>
		<pubDate>Sun, 30 Nov 2008 08:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://mscofino.edublogs.org/?p=315#comment-2094</guid>
		<description>Sounds as frustrating as my crappy PC Kim. Right now it won&#039;t connect to IWBs at school and won&#039;t load any webpages. It will load webpages at home. I haven&#039;t been able to give it over to our Tech dept because I&#039;ve needed it for reports and online meetings I&#039;ve had. I will have to give it over this week and I know what they will do-  the dreaded re-image. They blame my problems on all the &#039;stuff&#039; I load onto it. My question is &#039;Who else is going to discover the power of all this &#039;stuff&#039;? Certainly not them! 
Hope your problems work out.</description>
		<content:encoded><![CDATA[<p>Sounds as frustrating as my crappy PC Kim. Right now it won&#8217;t connect to IWBs at school and won&#8217;t load any webpages. It will load webpages at home. I haven&#8217;t been able to give it over to our Tech dept because I&#8217;ve needed it for reports and online meetings I&#8217;ve had. I will have to give it over this week and I know what they will do-  the dreaded re-image. They blame my problems on all the &#8217;stuff&#8217; I load onto it. My question is &#8216;Who else is going to discover the power of all this &#8217;stuff&#8217;? Certainly not them!<br />
Hope your problems work out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
