Contribute
Register

Install ML on Intel DH67CL, i7-2600, AMD 6850

Status
Not open for further replies.
don't know what files to download please help me

All patches necessary for this board are in the one file dh67gd.txt.



The DSDT is just one file. It goes in /Extra/dsdt.aml once created.

when i apply your patch nothing happen...
X4jrO.png
 
don't know what files to download please help me

oh great so i don't need to do that! i really were confuse with how to add HDEF

If you look at the patches in dh67gd.txt, you find these 4 patches related to HDA (HDEF)

Code:
into device name_adr 0x001B0000 set_label begin HDEF end;
into_all all code_regex AZAL replaceall_matched begin HDEF end;

into device name_adr 0x001B0000 parent_label PCI0 remove_entry;
into device label PCI0 insert
begin
Device (HDEF)\n
{\n
    Name (_ADR, 0x001B0000)\n
    Method (_PRW, 0, NotSerialized)  // _PRW: Power Resources for Wake\n
    {\n
        Return (Package (0x02)\n
        {\n
            0x0D,\n
            0x05\n
        })\n
    }\n
    Method (_DSM, 4, NotSerialized)\n
    {\n
        Store (Package (0x04)\n
            {\n
                "layout-id", \n
                Buffer (0x04)\n
                {\n
                    0x01, 0x00, 0x00, 0x00\n
                }, \n
                "PinConfigurations", \n
                Buffer (Zero) {}\n
            }, Local0)\n
        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
        Return (Local0)\n
    }\n
}
end;

At what stage are you in the installation process?
Have you extracted your raw DSDT yet?
Have you installed OS X yet?
 
don't know what files to download please help me

If you look at the patches in dh67gd.txt, you find these 4 patches related to HDA (HDEF)

Code:
into device name_adr 0x001B0000 set_label begin HDEF end;
into_all all code_regex AZAL replaceall_matched begin HDEF end;

into device name_adr 0x001B0000 parent_label PCI0 remove_entry;
into device label PCI0 insert
begin
Device (HDEF)\n
{\n
    Name (_ADR, 0x001B0000)\n
    Method (_PRW, 0, NotSerialized)  // _PRW: Power Resources for Wake\n
    {\n
        Return (Package (0x02)\n
        {\n
            0x0D,\n
            0x05\n
        })\n
    }\n
    Method (_DSM, 4, NotSerialized)\n
    {\n
        Store (Package (0x04)\n
            {\n
                "layout-id", \n
                Buffer (0x04)\n
                {\n
                    0x01, 0x00, 0x00, 0x00\n
                }, \n
                "PinConfigurations", \n
                Buffer (Zero) {}\n
            }, Local0)\n
        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
        Return (Local0)\n
    }\n
}
end;

At what stage are you in the installation process?
Have you extracted your raw DSDT yet?
Have you installed OS X yet?
no,i'm trying to make a DSDT with your patch.
in the guide that you gave(how to make own DSDT) me i'm on stage 6, im trying to apply your patch but when i hit the button nothing happen except that for less than a second i see the bar progress and i'm not sure it should be that fast....
 
don't know what files to download please help me

no,i'm trying to make a DSDT with your patch.
in the guide that you gave(how to make own DSDT) me i'm on stage 6, im trying to apply your patch but when i hit the button nothing happen except that for less than a second i see the bar progress and i'm not sure it should be that fast....

It is pretty fast with this board because the DSDT is (relatively) small.
 
don't know what files to download please help me

It is pretty fast with this board because the DSDT is (relatively) small.

yes but as you can see there is nothing in the after tab in the picture...
 
don't know what files to download please help me

yes but as you can see there is nothing in the after tab in the picture...

Is that before or after you clicked the "Preview" button?
 
don't know what files to download please help me

Is that before or after you clicked the "Preview" button?

i just did what the guide said, it only said to hit apply button so i didn't hit the preview button...
 
don't know what files to download please help me

i just did what the guide said, it only said to hit apply button so i didn't hit the preview button...

The before/after "preview pane" is only for the Preview button. Nothing is ever displayed for "Apply"
 
don't know what files to download please help me

The before/after "preview pane" is only for the Preview button. Nothing is ever displayed for "Apply"
"6. A little window will open. Press 'Apply'. Wait a few seconds while it does its thing, once its complete press 'Close'."
in the guide he says that it will take few seconds mine didn't even take a second. are you sure that it patched your patch? if yes i will continue..
edit: i created DSDT.AML file like in the guide are there any other stuff i need to do before i start the whole installation part?
 
don't know what files to download please help me

"6. A little window will open. Press 'Apply'. Wait a few seconds while it does its thing, once its complete press 'Close'."
in the guide he says that it will take few seconds mine didn't even take a second. are you sure that it patched your patch? if yes i will continue..

It takes 2 seconds on my Probook w/ i3-2310m (2.1Ghz).
When you are done post your patched and unpatched DSDT and I can have a look...
 
Status
Not open for further replies.
Back
Top