Jump to content

simeonoff

Members
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by simeonoff

  1. Hi it shows info on menu bar but I got error like Daniel so switched back to vodoobattery newer version than the one you have in edp mine is version

     

    com.superhai.driver.VoodooBattery (1.3.3)

     

    The problem with this is that you have to replace the AppleACPIPlatform.kext in S/L/E with one from Snow Leo. And this is something I don't like! It's really a trade off...

  2. Agh, you have an intel wifi card. Go in your Bios settings and turn off the wifi adapter. Unfortunately the bios you installed is for 1280x800 screens only :( I'd recommend you booting with -v -x and see if it boots. If it doesn't then we'll have to do something else. I'm more than willing to help! Cheers mate!

  3. thank you so much for the dsdt 1440x900

    my Dell D630 is working out of the box

    LION is running very well

    all is ok

    thank you very much for your work

    all the best

    now i'm looking to get LION working on a Dell E6400

    a couple of day , i suppose !!!!

    it's for fun and experience ;)

    /Volumes/Mac OS X Install ESD/2011-08-09 15.46.00.jpg

     

    You are most welcome!

  4. Hello there,

     

    Change this in your DSDT to get rid of the Only single ram bank error message:

     

    Change this in your RTC:

     

    Device (RTC)
                   {
                       Name (_HID, EisaId ("PNP0B00"))
                       Method (_STA, 0, NotSerialized)
                       {
                           Return (0x0F)
                       }
    
                       Name (_CRS, ResourceTemplate ()
                       {
                           IO (Decode16,
                               0x0070,             // Range Minimum
                               0x0070,             // Range Maximum
                               0x01,               // Alignment
                               0x02,               // Length
                               )
                           IRQNoFlags ()
                               {8}
                       })
                   }

     

    To this:

     

    Device (RTC)
                   {
                       Name (_HID, EisaId ("PNP0B00"))
                       Method (_STA, 0, NotSerialized)
                       {
                           Return (0x0F)
                       }
    
                       Name (_CRS, ResourceTemplate ()
                       {
                           IO (Decode16,
                               0x0070,             // Range Minimum
                               0x0070,             // Range Maximum
                               0x01,               // Alignment
                               0x08,               // Length
                               )
                           IRQNoFlags ()
                               {8}
                       })
                   }

     

    And you should be all set.

  5. Hi the solution seems to be here but when i compile it always getting error so frustrating

     

     

    QUOTE (LeXa2 @ May 12 2011, 07:01 AM) post_snapback.gifSlice, had you been able to fix "unable to control backlight brightness intensity" problem? I'm having just the same "firmware had invalid value" in the dmesg and can't control display brightness as a result :-(.

    This is Ivik's achievement.

    DSDT addition

    CODE Device (PNLF)

    {

    Name (_HID, EisaId ("APP0002"))

    Name (_CID, "backlight")

    Name (_UID, 0x0A)

    Name (_STA, 0x0B)

    Name (_PRW, Package (0x02)

    {

    0x1C,

    0x03

    })

    Name (PTVL, 0x64)

    Name (PBCL, Package (0x0A) {})

    Method (_BCL, 0, NotSerialized)

    {

    SX10 ()

    SX30 (0x19)

    SX30 (Zero)

    SX11 ()

    Store (SX40 (), Index (PBCL, Zero))

    Store (SX40 (), Index (PBCL, One))

    Store (SX40 (), Index (PBCL, 0x02))

    Store (SX40 (), Index (PBCL, 0x03))

    Store (SX40 (), Index (PBCL, 0x04))

    Store (SX40 (), Index (PBCL, 0x05))

    Store (SX40 (), Index (PBCL, 0x06))

    Store (SX40 (), Index (PBCL, 0x07))

    Store (SX40 (), Index (PBCL, 0x08))

    Store (SX40 (), Index (PBCL, 0x09))

    SX12 ()

    Return (PBCL)

    }

     

    Method (_BCM, 1, NotSerialized)

    {

    SX10 ()

    SX30 (0x19)

    SX30 (One)

    SX30 (Arg0)

    Store (Arg0, PTVL)

    SX11 ()

    SX12 ()

    }

     

    Method (_BQC, 0, NotSerialized)

    {

    SX10 ()

    SX30 (0x19)

    SX30 (0x02)

    SX11 ()

    Store (SX40 (), Local0)

    Store (Local0, PTVL)

    SX12 ()

    Return (Local0)

    }

    }Does any one know howsad.gif

     

    I thought you got brightness controls?

  6. A little improvementrolleyes.gif

     

    I stumbled across this

     

    1. Download iASLMe http://www.mediafire.com/?jchmtymqlmd and use it to decompile your DSDT.aml to a DSDT.dsl (See instructions after opening the proggie but its as simple as drag and drop)

     

     

     

     

    2. Edit your DSDT.dsl by adding this code:

     

    CODE: SELECT ALL

     

    Device (PNLF)

     

    {

     

    Name (_HID, EisaId ("APP0002"))

     

    Name (_CID, "backlight")

     

    Name (_UID, 0x0A)

     

    Name (_STA, 0x0B)

     

    }

     

     

     

     

    above the Device (PWRB) block of code.

     

     

     

    And now I have a working brightness slider is display preferences

    the ig error still shows at boot but Iam happy with what I have achived cool.gif

     

     

    Nice! And about the error message, don't worry! It's normal!

  7. Hi Everybody,

     

    I have a D630 2GHZ, 2GB RAM, Intel x3100, 1280 x 800 display, Bios A12 - runs 10.6.7 totally happy.

     

    I have a D630 2.2Ghz, 4GB RAM, Intel x3100, 1440 x 900 display, Bios A17. I have a 10.6.7 install (largely copied from the 2Ghz D630) which boots up like the photo attached. I've tried fiddling with various Graphics Mode strings in Boot.plist to no avail.

     

    Does anyone have any idea how I might cure this problem please? It seems a few others have had this problem though I cannot find a documented fix. Any help would be greatly appreciated.

     

    Please just ask if I need to provide any further information. Thanks again.post-1967-005074400 1312209571_thumb.jpg

     

    Wanna give the attached dsdt a spin :P I believe it is just what you are looking for :)

    1440x900_dsdt.aml.zip

  8. guys i think i might have found part of issue for lag. in dsdt Device (MB2) has IRQNo 0 . remove the zero leave it {} and then the hpet can use irq0 efficiently... instead of irq2.

     

    My HPET in dsdt:

     

    Device (HPET)
                   {
                       Name (_HID, EisaId ("PNP0103"))
                       Name (CRS, ResourceTemplate ()
                       {
                           IRQNoFlags ()
                               {0}
                           IRQNoFlags ()
                               {8}
                           IRQNoFlags ()
                               {11}
                           IRQNoFlags ()
                               {15}
                           Memory32Fixed (ReadWrite,
                               0xFED00000,         // Address Base
                               0x00000400,         // Address Length
                               )
                       })
                       Method (_STA, 0, NotSerialized)
                       {
                           Return (0x0F)
                       }
    
                       Method (_CRS, 0, NotSerialized)
                       {
                           Return (CRS)
                       }
                   }

     

    And here's Device (MB2) no such IRQ interrupts:

     

    Device (MB2)
                   {
                       Name (_HID, EisaId ("PNP0C01"))
                       Name (_UID, 0x02)
                       Name (CRS, ResourceTemplate ()
                       {
                           IO (Decode16,
                               0x0900,             // Range Minimum
                               0x0900,             // Range Maximum
                               0x01,               // Alignment
                               0x80,               // Length
                               )
                           IO (Decode16,
                               0x0092,             // Range Minimum
                               0x0092,             // Range Maximum
                               0x02,               // Alignment
                               0x01,               // Length
                               )
                           IO (Decode16,
                               0x00B2,             // Range Minimum
                               0x00B2,             // Range Maximum
                               0x02,               // Alignment
                               0x02,               // Length
                               )
                           IO (Decode16,
                               0x1000,             // Range Minimum
                               0x1000,             // Range Maximum
                               0x10,               // Alignment
                               0x06,               // Length
                               )
                           IO (Decode16,
                               0x1008,             // Range Minimum
                               0x1008,             // Range Maximum
                               0x08,               // Alignment
                               0x08,               // Length
                               )
                       })
                       Method (_CRS, 0, NotSerialized)
                       {
                           Return (CRS)
                       }
                   }

     

    So there's now way this could be an issue with my system. Thanks for the suggestion, anyway!

  9. What is the best way to install Lion on a D630 with an nVidia GPU?

     

    10.6.7 with an app store upgrade? Copy to flash drive and clean install? What boot loader should I use? Can I install straight from retail "disk" or do I need to hack in KEXTs?

     

    I'm still a bit of a newbie to this.

     

    My D630 is out of commission for the moment Because the 10.6.8 update causes Kernal Panics, so I figured I'd just wait for Lion.

     

    Hello Duscrom,

     

    We will be releasing EDP 1.9 soon, which should work with 10.6.8. :) Will be releasing EDP 2.0 shortly after, which adds support for Lion.

×
×
  • Create New...