| ||||||||
General Mac OS X Discussion General Apple and Mac OS X Discussion
|
| | LinkBack | Thread Tools | Display Modes |
(#191)
|
(#192)
|
(#193)
|
(#194)
|
| Junior Member Posts: 16 Join Date: Feb 2009 | After several attempts I am giving up on 1.1. The battery icon still displays the incorrect information and everytime I reboot a warning pops up telling me I am running on reserve power no matter if I have a full battery or its plugged in. I wish I could get this one to work. I appreciate everything these guys have done. |
| | |
(#195)
|
| Senior Member Posts: 120 Join Date: Feb 2009 | Quote:
MacBookPro2011 | OSX 10.6.7 | 4G RAM | 500 HD | |
| | |
(#196)
|
| Guru Posts: 1,353 Join Date: Feb 2009 Location: Colorado, USA | Quote:
Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06 My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me. | ||
| | |
(#197)
|
| Senior Member Posts: 227 Join Date: Mar 2009 | No idea if this is a dell efi issue or not, but is there any way to make the mini 9 actually go to sleep when it gets into reserve battery power (<5%)... the warning comes up saying it'll go to sleep, but mine always just dies once it hits 0% for a few minutes. 8GB Class 6 SDHC | 0.3MP Cam | NBI: 0.8.4 RC1 No Int. BT | USB Legacy support : [Enabled] | Mic Working via ALC268.kext |
| | |
(#198)
|
| Guru Posts: 1,353 Join Date: Feb 2009 Location: Colorado, USA | Quote:
I don't know if that kext is supposed to put it to sleep, of if something else is, but it would work. Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06 My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me. | |
| | |
(#199)
|
| Senior Member Posts: 227 Join Date: Mar 2009 | Quote:
8GB Class 6 SDHC | 0.3MP Cam | NBI: 0.8.4 RC1 No Int. BT | USB Legacy support : [Enabled] | Mic Working via ALC268.kext | ||
| | |
(#200)
|
| Senior Member Posts: 227 Join Date: Mar 2009 | It's weird, apples code doesn't seem to do anything when it gets a final low battery warning: Code:
/* Display a system low battery warning?
*
* No Warning == AC Power or >= 22% on battery
* Early Warning == On Battery with < 22%
* Final Warning == On Battery with < 10 Minutes
*
* Once we enter a "warning" state, we can only leave "warning"
* state by (1) having AC power re-applied, or (2) hibernating
* and waking with a new battery.
*
* This prevents fluctuations in battery capacity from causing
* multiple battery warnings.
*
*/
if ( (intLevel >= 22)
&& (_systemBatteryWarningLevel != kIOPSLowBatteryWarningEarly)
&& (_systemBatteryWarningLevel != kIOPSLowBatteryWarningFinal))
{
newWarningLevel = kIOPSLowBatteryWarningNone;
} else if (combinedTime < 10) {
newWarningLevel = kIOPSLowBatteryWarningFinal;
} else if (_systemBatteryWarningLevel != kIOPSLowBatteryWarningFinal)
{ One solution could be to add a sleep call in the else if (combinedTime < 10) {} branch... PSLowPower.c gives me a hint how real macs do it though: Code: // Do not do UPS shutdown if internal battery is present.
// Internal battery may still be providing power.
// Don't do any further UPS shutdown processing.
// PMU will cause an emergency sleep when the battery runs out - we fall back on that
// in the battery case. Also, kind of funny, but apples code comments indicate PPC batteries did not supply accurate charge information at all ![]() 8GB Class 6 SDHC | 0.3MP Cam | NBI: 0.8.4 RC1 No Int. BT | USB Legacy support : [Enabled] | Mic Working via ALC268.kext |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.mydellmini.com/forum/general-mac-os-x-discussion/5263-dellefi-1-1-final.html | ||||
| Posted By | For | Type | Date | |
| nicemac.com - View topic - Turning a Dell Mini 9 to run into a NiceMac NetBook | This thread | Refback | 06-23-2009 03:36 AM | |
| Installation update on the Mini 9 | recycledpapyr.us | This thread | Pingback | 05-13-2009 12:30 AM | |
Copyright © 2008-2011 MyDellMini.com.











Linear Mode
