Jump to content

trung23

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Hackintosh Specs

  • CPU
    i7 3630QM 2.4GHz
  • MOTHERBOARD
    (8570w) 690642-001
  • GPU
    AMD Firepro M4000
  1. Hi, Thank you it results in zero error, but after applying the patch with added QWordMemory, still no "large memory" in Device manager found, like this image: . I find that in registry the dsdt has Apple folder, maybe I should find way to compile aml in Windows
  2. Hi, Thank you, I attached the aml below acpi_dsdt.zip
  3. Hi, In case rar format is not available, I attached the .zip format below. Hope the bugged dsdt can be solved dsdt.zip
  4. Hi, I'm using Windows 7, after extracting dsdt I got 8 errors, 3 of which I just fixed "VFN4" to "VFN4()" and VGDD 0x00 to "VGDD=0x00" Also this If (LEqual (VSDD, Local0)) { 0xFFFF Return (Package (0x02) { 0x04, 0x00 }) } I could simply delete the "0xFFFF" but wonder if that makes error. I'm really extracting dsdt to override it to use eGPU in my 8570w, and if it's possible, could you fix those errors and add these line after the last DWordMemory for me, in order to allow 36-bit range, and compile to .aml file in case I can't compile to .aml from .dsl file. Huge thanks from me. Here's the instruction I'm using: https://www.techinferno.com/index.php?/forums/topic/5874-guide-dsdt-override-to-fix-error-12/#post102517 QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite, 0x0000000000000000, // Granularity 0x0000000C20000000, // Range Minimum, set it to 48.5GB 0x0000000E0FFFFFFF, // Range Maximum, set it to 56.25GB 0x0000000000000000, // Translation Offset 0x00000001F0000000, // Length calculated by Range Max - Range Min. ,, , AddressRangeMemory, TypeStatic) dsdt.rar
×
×
  • Create New...