Jump to content

Error 12: 2570p, 16gb RAM, GTX560ti 1GB, EXP GDC Beast, Windows 10


simvegas

Recommended Posts

F42 Bios and also tried nando's DSDT patch load.bat ... no joy. I created a restore point before trying that and am now back at that point. 

 

I thought no override's or anything were needed for a 1gb GTX560ti, but I am getting error 12 consistently. 

Is there something I am missing?

 

error12.thumb.png.b0c88557b3297cbeff59a4

Link to comment
Share on other sites

7 minutes ago, simvegas said:

F42 Bios and also tried nando's DSDT patch load.bat ... no joy. I created a restore point before trying that and am now back at that point. 

 

I thought no override's or anything were needed for a 1gb GTX560ti, but I am getting error 12 consistently. 

Is there something I am missing?

 

error12.thumb.png.b0c88557b3297cbeff59a4

 

The complete example 2570P DSDT override files are provided, including 'load.bat'. However, it was never intended to just run it and think it will work for your system. It's provided as an example.

 

Instead, a new DSDT override should be created by extracting your existing one and editting it. This is explained at https://www.techinferno.com/index.php?/forums/topic/5874-guide-dsdt-override-to-fix-error-12/

Link to comment
Share on other sites

Ok thanks for pointing out. Wow that guide is pro-level, haha having a hard time getting head around and Im a developer. 

In windows 10 is the PCI Bus called the 'PCI Express Root COmplex' ?

dsdt2.thumb.png.8bbfb9c39675a79597f35eb1

 

If you feel like doing a teamviewer in I can paypal you to help fix it?? <3

Skype: simon_hill

Link to comment
Share on other sites

So I found the last resource for the 'PCI Express Root Complex' and have inserted the QWORD entries under: 

DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
                    0x00000000,         // Granularity
                    0xFEE01000,         // Range Minimum
                    0xFFFFFFFF,         // Range Maximum
                    0x00000000,         // Translation Offset
                    0x011FF000,         // Length
                    ,, , AddressRangeMemory, TypeStatic)
        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)
            })

However when I try and compile I get:

 

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20160108-32
Copyright (c) 2000 - 2016 Intel Corporation

Compiler aborting due to parser-detected syntax error(s)
dsdt.dsl   3694:                 If (CondRefOf (FPED))
Error    6126 -                  ^ syntax error, unexpected PARSEOP_IF

dsdt.dsl  27515:
Error    6126 - syntax error, unexpected PARSEOP_METHOD, expecting $end and premature End-Of-File

ASL Input:     dsdt.dsl - 27515 lines, 974053 bytes, 10879 keywords

Compilation complete. 2 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

 

Back to the drawing board. Has anyone built a script that successfully detects and implements these dsdt changes?

 

Link to comment
Share on other sites

23 minutes ago, simvegas said:

Back to the drawing board. Has anyone built a script that successfully detects and implements these dsdt changes?

 

 

Script is unnecessary. The step-by-step recipe for a 2570P is at https://www.techinferno.com/index.php?/forums/topic/1982-125-hp-elitebook-2570p-owners-lounge/&page=14#comment-66892 . This is linked at the bottom of the DSDT override page opening post.

Link to comment
Share on other sites

The names of the devices in windows 10 is different to what is in that guide. I just compiled and loaded with 'asl /loadtable dsdt.aml '

however no 'large memory' entry is no in the device manager. 

Shouldnt a gtx560ti be plug and play though??

Link to comment
Share on other sites

Do I need to get a copy of eGPU Setup 1.30 to make this work with Windows 10?
Have followed the guides to the letter, but still cannot seem to create the 'Large Memory' entry in the Device Manager.

 

UPDATE:

Have attached a copy of the dsdt.dsl I edited, and then loaded with 

> asl /loadtable dsdt.aml 

 

 

dsdt.zip

Edited by simvegas
including dsdt file
Link to comment
Share on other sites

I fixed it. 

 

I had to convert my windows 10 install from 'legacy bios' with MBR partition table, to GPT partition table with UEFI boot mode. 

 

What. A. Mission. /without losing data

 

#worthit

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.