Jump to content

bi.2910

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by bi.2910

  1. 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!
×
×
  • Create New...