I just thought it was a little too much.
The battery on this thing is AWFUL, btw. Apart from that I love it though.
The battery on this thing is AWFUL, btw. Apart from that I love it though.
Sleep drain: You may notice the battery in your Apple portable may drain up to 1% per hour (24% per day) while the computer is in sleep mode. This is normal behavior.
That's in hibernation mode, not sleep mode. It's also possible that the MBA didn't stay in sleep mode the whole time.I thought the MBAs were supposed to be able to sleep for 30 days?![]()
That's in hibernation mode, not sleep mode. It's also possible that the MBA didn't stay in sleep mode the whole time.
MacBook Air (Late 2010) and later: About standby modeOk, so how do I make my MBA hibernate? My only options I see are Sleep, Restart, and Shutdown.
If it shuts down, it won't drain the battery. If it's in standby mode, it's not shut down, so it does use battery power.If the data is written on the disk and everything stops working, shouldn't it drain no battery at all? A.K.A. shut down?
There's your most likely answer.... or that it never went into standby mode at all.
How can the computer lose 7% in 7 hours of sleep then?
That would mean that standby mode uses just as much battery as normal sleep or that it never went into standby mode at all.
fromThe new standby mode activates after just over an hour of "regular" sleep. To enter standby, the computer must:
- Be running on battery power.
- Have no USB devices attached.
- Have no SD card inserted.
- Have no Bluetooth devices currently paired.
- Have no external display attached.
Does your MacBook Air adhere to the following requirements?
from
Yea, that's why I thought it was weird.
The new MBAs are advertised at the Apple website with a standby of 30 days. So either something is preventing it from going into standby, or there is something wrong with your system.
Image
Does your MacBook Air adhere to the following requirements?
from
Nevermind, I forget I had disabled hibernation and sleep image a while back because I needed the space which I don't anymore.
That explains why it never went into standby mode. Right?
sudo pmset -a hibernatemode 0 = suspend to RAM only
sudo pmset -a hibernatemode 1 = suspend to disk only
sudo pmset -a hibernatemode 3 = suspend to disk + RAM (default on laptops)
To see your current mode: pmset -g | grep hibernatemode.
Im sorry for resurrecting the thread but I really need to know how to enable the hibernation thing.
My mpa will only sleep but not go into standby mode, I'm losing lots of battery like this.
How did you do it?
Google smartsleep.
or
Code:sudo pmset -a hibernatemode 0 = suspend to RAM only sudo pmset -a hibernatemode 1 = suspend to disk only sudo pmset -a hibernatemode 3 = suspend to disk + RAM (default on laptops) To see your current mode: pmset -g | grep hibernatemode.