Jump to content

Dell Inspiron 3x37-5x37-7x37 Clover Installation


greg2204

Recommended Posts

Tell me sleep problem have not yet decided on the 7537 ? And that is already heavily used for Mac Os, but when you close the cover 3 times out of 4 have to do hardreset.

 

P.S.  I'm from Russia , so sorry for my english .

I'll agree with you -haven't either got sleep working. Working sleep is essential for daily work. Everything else works perfectly, even touchscreen with track pad gestures alike :)

Link to comment
Share on other sites

Could you help me?

I am using DELL Inspiron 7537 (Core i3, HD4400)

I cannot patch my DSDT (I install OS X Yosemite 10.10)

I get error code 6126 "Input file does not appear to be an ASL or data table source file"

I found that I get this error after patch this code:

#     Enable functions keys
#     Override DSDT oemId (for Clover, since it patches with "Apple ")
into method label _DSM parent_label PS2K remove_entry;
into device label PS2K insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        // Note: Function key part seems to not be necessary
        // "AAPL,has-embedded-fn-keys", Buffer() { 0x01, 0x00, 0x00, 0x00 },\n
        "RM,oem-id", "DELL",\n
    })\n
}\n
end;

This is my DSDT file:

DSDT.zip

 

Thank for your help!

 
Link to comment
Share on other sites

×
×
  • Create New...