Contribute
Register

Dsdt override for eGPU

Status
Not open for further replies.
Hi,
Aplogies for reviving this thread again, I am trying to use an AMD 6950 on
Alienware M17x R3
i7 - 2630QM Cpu 2.0Ghz
8Gb Ram
Windows 7
I am attempting dsdt override due to error 12 when installing Amd 6950 via PCI-e mini
I have 2 errors when compiling dsdt-modified.dsl
No warnings or anything just errors.
Any help would be appreciated as this is all a bit technical for me i am a bit out of my depth lol.
Thanks

See guide for correct disassembly procedures:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 
Hi, I received this error message while trying to create an .aml file.

Your help is much appreciated, it's my last errors!
--------------------------------------------------------------------------------------------------------------
dsdt-modified.dsl 12228: OperationRegion (MDBG, SystemMemory, 0x9DF75018, 0x00001004)
Error 6074 - Name already exists in scope ^ (MDBG)

ASL Input: dsdt-modified.dsl - 13059 lines, 448068 bytes, 5151 keywords

Compilation complete. 1 Errors, 13 Warnings, 30 Remarks, 86 Optimizations
--------------------------------------------------------------------------------------------------------------
Thanks a lot!
Tino
 

Attachments

  • dsdt-modified.dsl
    437.6 KB · Views: 238
Hi, I received this error message while trying to create an .aml file.

Your help is much appreciated, it's my last errors!
--------------------------------------------------------------------------------------------------------------
dsdt-modified.dsl 12228: OperationRegion (MDBG, SystemMemory, 0x9DF75018, 0x00001004)
Error 6074 - Name already exists in scope ^ (MDBG)

ASL Input: dsdt-modified.dsl - 13059 lines, 448068 bytes, 5151 keywords

Compilation complete. 1 Errors, 13 Warnings, 30 Remarks, 86 Optimizations
--------------------------------------------------------------------------------------------------------------
Thanks a lot!
Tino

Comment MDBG external declaration (line 115):
Code:
    //External (MDBG, MethodObj)    // 1 Arguments    // From external reference file    // Conflicts with a later declaration
 
Comment MDBG external declaration (line 115):
Code:
    //External (MDBG, MethodObj)    // 1 Arguments    // From external reference file    // Conflicts with a later declaration

Oh, then what should I do to fix it? (Sorry kinda new to this programming and coding).
 
Oh, then what should I do to fix it? (Sorry kinda new to this programming and coding).

I already wrote exactly what the fix is.
Read post #33.
 
Not sure if anyone check this thread anymore, but I am currently trying to perform a DSDT override on my laptop and was looking for some help

I have a Sager NP5165/Clevo W150HRQ running windows 7
PE4C version 3.0, PCIe x16 interface for mPICe
I have followed THIS procedure with 88 errors that I have no idea how to solve
I have followed THIS procedure with 1 error that allows me to compile, save, then finish the steps..but when I reboot the computer will BSOD right at the windows logo and BSOD when I attempt to safemode, I have to rollback to a restore point to undo the errors

Am I missing something? Is there a better procedure that I am unaware of? I saw someone link another procedure but it seemed to be fore mac OS (I know this is a mac forum but I am desperate)
 

Attachments

  • dsdt-modified.dsl
    308.8 KB · Views: 233
Not sure if anyone check this thread anymore, but I am currently trying to perform a DSDT override on my laptop and was looking for some help

I have a Sager NP5165/Clevo W150HRQ running windows 7
PE4C version 3.0, PCIe x16 interface for mPICe
I have followed THIS procedure with 88 errors that I have no idea how to solve
I have followed THIS procedure with 1 error that allows me to compile, save, then finish the steps..but when I reboot the computer will BSOD right at the windows logo and BSOD when I attempt to safemode, I have to rollback to a restore point to undo the errors

Am I missing something? Is there a better procedure that I am unaware of? I saw someone link another procedure but it seemed to be fore mac OS (I know this is a mac forum but I am desperate)

Your file was disassembled incorrectly.
See guide:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 
Hi guys and hello I am new to the Forum :)

Right now I struggle to get my eGPU working.
In order to achieve this i Need to edit a file but am not sure how as i am new to the Topic.
I hope you can help me :)

My universitiy Laptops specs are:
Fujitsu S752 upgraded CPU to i5 3320m and RAM to 6GB.
System is running on Win7 64bit right now.
GPU GTX 670 with an EXP GDC Beast v8.5c

Enclosed is a word file with the compleate process i went through which is also explained here: http://egpu.io/forums/pc-setup/fix-dsdt-override-to-correct-error-12/

Right now i am stuck at this instruction: "...Search for a unique error keyword from your dsdt-modified.dsl error line within dsdt-modified.asl (it may look a bit different) and the just swap the lines above/below into your dsdt-modified.dsl file and compile..."

What exactly am i asked to replace and to which extend...?

I would be very greatfull if someone could help me! :)
If someone would do it for me AND it works i will donate 5€ via Paypal friends to him/her ;)
The related dsdt-modified .asl & .dsl are enclosed zipped...

Thanks in advance

Florian
 

Attachments

  • CMD log.txt
    12.9 KB · Views: 637
  • dsdt-modified.zip
    62.3 KB · Views: 136
Can anyone help me compile my DSDT? With the addition of the following lines:

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)

And after compiling, I have 189 errors. From here, I have no idea what do. any help/advice would be appreciated.
 

Attachments

  • dsdt-modified.zip
    42 KB · Views: 145
Status
Not open for further replies.
Back
Top