General Mac OS X Discussion General Apple and Mac OS X Discussion

Reply
 
LinkBack Thread Tools Display Modes
  (#191) Old
Junior Member
 
Posts: 9
Join Date: Mar 2009
Default Re: DellEFI 1.1 Final - 03-30-2009, 04:44 AM

Quote:
Originally Posted by meklort
Quote:
Originally Posted by bmaltais
Quote:
Originally Posted by meklort
I'm working on a prefrence pane for the new touchpad kext and I will include a keyboard tab too. It'll let you configure the Fn buttons as well as enable / disable the windows / alt key swap.
I am looking forward to this. What enhanced trackpad functionality should we expect?
I'm attaching a screen shot.
I just threw this together yesterday so the layout isn't very good, however I have most of the code working.
I'll probably add even more things later too.

Man, you rock! This looks great. Thanks
Reply With Quote
  (#192) Old
007 007 is offline
Junior Member
 
Posts: 6
Join Date: Mar 2009
Default Re: DellEFI 1.1 Final - 03-30-2009, 10:58 AM

when i open dell efi, it says "it appears you are not installing on a dell mini 9, do you still want to install" any ideas?
Reply With Quote
  (#193) Old
Senior Member
 
Posts: 160
Join Date: Jan 2009
Default Re: DellEFI 1.1 Final - 03-30-2009, 04:19 PM

Quote:
Originally Posted by 007
when i open dell efi, it says "it appears you are not installing on a dell mini 9, do you still want to install" any ideas?
Ignore it for now.
Reply With Quote
  (#194) Old
Junior Member
 
Posts: 16
Join Date: Feb 2009
Default Re: DellEFI 1.1 Final - 03-31-2009, 12:33 AM

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.
Reply With Quote
  (#195) Old
Senior Member
 
Posts: 120
Join Date: Feb 2009
Default Re: DellEFI 1.1 Final - 03-31-2009, 03:12 AM

Quote:
Originally Posted by 007
when i open dell efi, it says "it appears you are not installing on a dell mini 9, do you still want to install" any ideas?
This happens when the boot process cannot get the MAC Address somehow on booting. I have seens it a few times but no idea why..... Maybe someone understand the boot process know what the deal is. But reboot and usually it does not happen twice.


 Mini 1011 | N280/A05 | OSX 10.6.5 (NBI 0.8.5Pre), WIN 7 Pro | 2G RAM | 250G HD | BT
 MacBookPro2011 | OSX 10.6.7 | 4G RAM | 500 HD
Reply With Quote
  (#196) Old
Guru
 
meklort's Avatar
 
Posts: 1,353
Join Date: Feb 2009
Location: Colorado, USA
Send a message via AIM to meklort Send a message via MSN to meklort Send a message via Yahoo to meklort
Default Re: DellEFI 1.1 Final - 03-31-2009, 03:17 AM

Quote:
Originally Posted by andykwg
Quote:
Originally Posted by 007
when i open dell efi, it says "it appears you are not installing on a dell mini 9, do you still want to install" any ideas?
This happens when the boot process cannot get the MAC Address somehow on booting. I have seens it a few times but no idea why..... Maybe someone understand the boot process know what the deal is. But reboot and usually it does not happen twice.
DellEFI tries to read the dell's built in nic's ethernet card. This problem happens when the drivers are not loaded up for it (or possibly if the wifi drivers are loaded first so that it reads a diff manufacturer). If the nic's drivers are not loaded, it wont have a MAC address and so it wont be able to detect if its running on a dell or not.


Dell Mini 9 | Mac OS X 10.6.5 | 2 GB RAM | 32 GB Buffalo SSD | BIOS A05
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.
Reply With Quote
  (#197) Old
Senior Member
 
appleguru's Avatar
 
Posts: 227
Join Date: Mar 2009
Send a message via AIM to appleguru
Default Re: DellEFI 1.1 Final - 03-31-2009, 03:23 AM

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.


White Dell Mini 9 | OS X 10.6.4 | BIOS A05 | 8GB STEC SSD | 2GB RAM
8GB Class 6 SDHC | 0.3MP Cam | NBI: 0.8.4 RC1
No Int. BT | USB Legacy support : [Enabled] | Mic Working via ALC268.kext
Reply With Quote
  (#198) Old
Guru
 
meklort's Avatar
 
Posts: 1,353
Join Date: Feb 2009
Location: Colorado, USA
Send a message via AIM to meklort Send a message via MSN to meklort Send a message via Yahoo to meklort
Default Re: DellEFI 1.1 Final - 03-31-2009, 03:32 AM

Quote:
Originally Posted by appleguru
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.
The easy way to do it is have the battery manager issue a sleep command. The good way to do it is to have it send a notification, and then have a user space program issue the sleep command. The even better way to do it is to figure out why the computer doesn't actually go to sleep.

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 9 | Mac OS X 10.6.5 | 2 GB RAM | 32 GB Buffalo SSD | BIOS A05
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.
Reply With Quote
  (#199) Old
Senior Member
 
appleguru's Avatar
 
Posts: 227
Join Date: Mar 2009
Send a message via AIM to appleguru
Default Re: DellEFI 1.1 Final - 03-31-2009, 04:02 AM

Quote:
Originally Posted by meklort
Quote:
Originally Posted by appleguru
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.
The easy way to do it is have the battery manager issue a sleep command. The good way to do it is to have it send a notification, and then have a user space program issue the sleep command. The even better way to do it is to figure out why the computer doesn't actually go to sleep.

I don't know if that kext is support to put it to sleep, of if something else is, but it would work.
Any idea which kext is responsible for this? I was digging through the AppleSmartBatteryManager and pmset code and didn't find anything specifically responsible for setting sleep... (pmset does have some variables like kIOPSLowBatteryWarningFinal kIOPSLowBatteryWarningEarly, etc but afaict I it doesn't do anything with them...)


White Dell Mini 9 | OS X 10.6.4 | BIOS A05 | 8GB STEC SSD | 2GB RAM
8GB Class 6 SDHC | 0.3MP Cam | NBI: 0.8.4 RC1
No Int. BT | USB Legacy support : [Enabled] | Mic Working via ALC268.kext
Reply With Quote
  (#200) Old
Senior Member
 
appleguru's Avatar
 
Posts: 227
Join Date: Mar 2009
Send a message via AIM to appleguru
Default Re: DellEFI 1.1 Final - 03-31-2009, 04:17 AM

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)
        {
That's from BatteryTimeRemaining.c, part of pmconfigd...

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.
So it looks like its the PMU's job to issue the final sleep call on a real mac...

Also, kind of funny, but apples code comments indicate PPC batteries did not supply accurate charge information at all


White Dell Mini 9 | OS X 10.6.4 | BIOS A05 | 8GB STEC SSD | 2GB RAM
8GB Class 6 SDHC | 0.3MP Cam | NBI: 0.8.4 RC1
No Int. BT | USB Legacy support : [Enabled] | Mic Working via ALC268.kext
Reply With Quote
Reply

« Xcode4 from Mac app store | Reinstalling Windows »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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.