Contribute
Register

Dsdt override for eGPU

Status
Not open for further replies.
Hi Guys can anyone help me, i have a Acer Aspire 7750G with a i7 2670QM and 16GB RAM. eGPU is RX 580 connected with exp gdc beast v8.0, im getting the error code 12 so i decided to follow the instructions , but i am stuck i want to create the file named "dsdt-modified.dsl" but i get this error:

Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Windows\system32>c: & cd \dsdt
C:\dsdt>iasl -ve dsdt-modified.dsl
Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20161222-32
Copyright (c) 2000 - 2016 Intel Corporation
dsdt-modified.dsl 7977: (Local0 + 0x02)
Error 6114 - ^ Result is not used, operator
has no effect
ASL Input: dsdt-modified.dsl - 10094 lines, 366868 bytes, 3835 keywords
Compilation complete. 1 Errors, 7 Warnings, 10 Remarks, 308 Optimizations
C:\dsdt>

CAN SOMEONE PLS HELP ?
 
Good evening. I am working ver hard to get my 1050ti working with my Fujitsu Life book s762. It has an i5 3210M, 8gb lp ddr3, and intel graphics 4000. I am using the exp gdc beast. i finally got it detected but I get the error 12 in device manager. I tried DSDT overriding but get stuck at making the dsdt-modified.aml file. I imput the code to create it but it doesnt show up anywhere in my pc. I do get errors:Compilation complete. 66 Errors, 28 Warnings, 17 Remarks, 95 Optimizations. I have linked all errors in a text file below.
 

Attachments

  • .aml file errors.txt
    9.2 KB · Views: 297
Hi Guys I am trying to compile this file for my MacBook Pro 2016. I am getting these errors. Can someone help and fix for me please?

Compiler aborting due to parser-detected syntax error(s)
dsdt-modified.dsl 9810: 0x01020015, Zero), If (((Arg0 == 0x03) || (Arg0 == 0x04)))
Error 6126 - ^ syntax error, unexpected PARSEOP_IF, expecting PARSEOP_CLOSE_PAREN or ','

dsdt-modified.dsl 9811: {
Error 6126 - ^ syntax error, unexpected '{'

dsdt-modified.dsl 9814: })
Error 6126 - ^ syntax error, unexpected PARSEOP_CLOSE_PAREN

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

ASL Input: dsdt-modified.dsl - 9830 lines, 314225 bytes, 3569 keywords

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

Attachments

  • dsdt-modified.dsl
    306.9 KB · Views: 225
Hi Guys can anyone help me, i have a Acer Aspire 7750G with a i7 2670QM and 16GB RAM. eGPU is RX 580 connected with exp gdc beast v8.0, im getting the error code 12 so i decided to follow the instructions , but i am stuck i want to create the file named "dsdt-modified.dsl" but i get this error:

Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Windows\system32>c: & cd \dsdt
C:\dsdt>iasl -ve dsdt-modified.dsl
Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20161222-32
Copyright (c) 2000 - 2016 Intel Corporation
dsdt-modified.dsl 7977: (Local0 + 0x02)
Error 6114 - ^ Result is not used, operator
has no effect
ASL Input: dsdt-modified.dsl - 10094 lines, 366868 bytes, 3835 keywords
Compilation complete. 1 Errors, 7 Warnings, 10 Remarks, 308 Optimizations
C:\dsdt>

CAN SOMEONE PLS HELP ?

See ACPI guide:
 
Getting 4 syntax errors. I'd try some things however, I've learned the hard way about tinkering without consulting the pros.
Included an image of the 4 error warnings. Please help. Apologies in advance if this is not the correct place to post. New to site.
dsdt error.JPG
 

Attachments

  • dsdt-modified.zip
    18.4 KB · Views: 166
Hi,

I am very close on getting a dsdt to compile. There are 2 remaining errors which I have been unable to figure out

1594301755696.png

I have given it many hours of trying, I've even tried to compile the 'unmodified' dsdt and it too shows the same errors

I have seen posts regarding a similar issue like this one:
posthelp.png

but whenever I try to follow this as a guide it leads to more errors

Any help is appreciated :)

EDIT: SOLVED

Turns out using an older windows binary tool to avoid parse errors induces parse errors

If anyone is having the same issue as me and has come from the error 12 guide on egpu.io, use the latest windows binary tool (NOT the supplied one which is said to be older to avoid parse errors)

I then had 2 errors
This had me delete 1 asterisk and make some letters capital and it successfully compiled (be it with a tonne of warnings)
 

Attachments

  • dsdt-modified.dsl
    385.3 KB · Views: 157
Last edited:
Hello
I did all the step by step for my dsdt to work perfectly, there were several errors when compiling the .dsl file for .aml. I fixed almost all the errors, but two of them I can't find in any way. (look at the image).
dsdt.PNG

another problem that I need to reduce is the size of the .dat and .dsl files.
my file dsdt.dat = 146kb
my dsdtmodified.dsl file = 1,171 kb
the difference in size is very big and I don’t know what can be removed from the text beyond what’s in the tutorial
 

Attachments

  • dsdt-modified.dsl
    1.1 MB · Views: 109
Hello,

I'm trying to resolve EGPU error 12 with my MBP2017 RP560. Try all options on egpu.io but didn't get success with that:

Compiler aborting due to parser-detected syntax error(s)
dsdt-modified.dsl 9834: One = \_SB.PCI0.XHC1.USBM /* External reference */
Error 6126 - ^ syntax error, unexpected PARSEOP_EXP_EQUALS

dsdt-modified.dsl 9874: If ((Arg0 == 0x05))
Error 6126 - ^ syntax error, unexpected PARSEOP_IF, expecting PARSEOP_CLOSE_PAREN or ','

dsdt-modified.dsl 9875: {
Error 6126 - syntax error, unexpected '{' ^

dsdt-modified.dsl 9878: }, \_SB.PCI0.LPCB.EC.ECSS = Arg0))
Error 6126 - syntax error, unexpected PARSEOP_CLOSE_PAREN ^

ASL Input: dsdt-modified.dsl - 9882 lines, 317257 bytes, 3568 keywords

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


Please, who could help resolve that issue?
 

Attachments

  • dsdt-modified.dsl
    309.8 KB · Views: 103
Status
Not open for further replies.
Back
Top